import {Request} from '../lib/request'; import {Response} from '../lib/response'; import {AWSError} from '../lib/error'; import {Service} from '../lib/service'; import {ServiceConfigurationOptions} from '../lib/service'; import {ConfigBase as Config} from '../lib/config-base'; interface Blob {} declare class Shield extends Service { /** * Constructs a service object. This object has one method for each API operation. */ constructor(options?: Shield.Types.ClientConfiguration) config: Config & Shield.Types.ClientConfiguration; /** * 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. */ associateDRTLogBucket(params: Shield.Types.AssociateDRTLogBucketRequest, callback?: (err: AWSError, data: Shield.Types.AssociateDRTLogBucketResponse) => void): Request; /** * 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. */ associateDRTLogBucket(callback?: (err: AWSError, data: Shield.Types.AssociateDRTLogBucketResponse) => void): Request; /** * 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. */ associateDRTRole(params: Shield.Types.AssociateDRTRoleRequest, callback?: (err: AWSError, data: Shield.Types.AssociateDRTRoleResponse) => void): Request; /** * 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. */ associateDRTRole(callback?: (err: AWSError, data: Shield.Types.AssociateDRTRoleResponse) => void): Request; /** * 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. */ associateHealthCheck(params: Shield.Types.AssociateHealthCheckRequest, callback?: (err: AWSError, data: Shield.Types.AssociateHealthCheckResponse) => void): Request; /** * 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. */ associateHealthCheck(callback?: (err: AWSError, data: Shield.Types.AssociateHealthCheckResponse) => void): Request; /** * 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. */ associateProactiveEngagementDetails(params: Shield.Types.AssociateProactiveEngagementDetailsRequest, callback?: (err: AWSError, data: Shield.Types.AssociateProactiveEngagementDetailsResponse) => void): Request; /** * 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. */ associateProactiveEngagementDetails(callback?: (err: AWSError, data: Shield.Types.AssociateProactiveEngagementDetailsResponse) => void): Request; /** * Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses. 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. */ createProtection(params: Shield.Types.CreateProtectionRequest, callback?: (err: AWSError, data: Shield.Types.CreateProtectionResponse) => void): Request; /** * Enables Shield Advanced for a specific Amazon Web Services resource. The resource can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by association with protected Amazon EC2 Elastic IP addresses. 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. */ createProtection(callback?: (err: AWSError, data: Shield.Types.CreateProtectionResponse) => void): Request; /** * 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. */ createProtectionGroup(params: Shield.Types.CreateProtectionGroupRequest, callback?: (err: AWSError, data: Shield.Types.CreateProtectionGroupResponse) => void): Request; /** * 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. */ createProtectionGroup(callback?: (err: AWSError, data: Shield.Types.CreateProtectionGroupResponse) => void): Request; /** * Activates Shield Advanced for an account. For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account, regardless of whether the payer account itself is subscribed. When you initially 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. */ createSubscription(params: Shield.Types.CreateSubscriptionRequest, callback?: (err: AWSError, data: Shield.Types.CreateSubscriptionResponse) => void): Request; /** * Activates Shield Advanced for an account. For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account, regardless of whether the payer account itself is subscribed. When you initially 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. */ createSubscription(callback?: (err: AWSError, data: Shield.Types.CreateSubscriptionResponse) => void): Request; /** * Deletes an Shield Advanced Protection. */ deleteProtection(params: Shield.Types.DeleteProtectionRequest, callback?: (err: AWSError, data: Shield.Types.DeleteProtectionResponse) => void): Request; /** * Deletes an Shield Advanced Protection. */ deleteProtection(callback?: (err: AWSError, data: Shield.Types.DeleteProtectionResponse) => void): Request; /** * Removes the specified protection group. */ deleteProtectionGroup(params: Shield.Types.DeleteProtectionGroupRequest, callback?: (err: AWSError, data: Shield.Types.DeleteProtectionGroupResponse) => void): Request; /** * Removes the specified protection group. */ deleteProtectionGroup(callback?: (err: AWSError, data: Shield.Types.DeleteProtectionGroupResponse) => void): Request; /** * 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. */ deleteSubscription(params: Shield.Types.DeleteSubscriptionRequest, callback?: (err: AWSError, data: Shield.Types.DeleteSubscriptionResponse) => void): Request; /** * 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. */ deleteSubscription(callback?: (err: AWSError, data: Shield.Types.DeleteSubscriptionResponse) => void): Request; /** * Describes the details of a DDoS attack. */ describeAttack(params: Shield.Types.DescribeAttackRequest, callback?: (err: AWSError, data: Shield.Types.DescribeAttackResponse) => void): Request; /** * Describes the details of a DDoS attack. */ describeAttack(callback?: (err: AWSError, data: Shield.Types.DescribeAttackResponse) => void): Request; /** * 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. */ describeAttackStatistics(params: Shield.Types.DescribeAttackStatisticsRequest, callback?: (err: AWSError, data: Shield.Types.DescribeAttackStatisticsResponse) => void): Request; /** * 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. */ describeAttackStatistics(callback?: (err: AWSError, data: Shield.Types.DescribeAttackStatisticsResponse) => void): Request; /** * 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. */ describeDRTAccess(params: Shield.Types.DescribeDRTAccessRequest, callback?: (err: AWSError, data: Shield.Types.DescribeDRTAccessResponse) => void): Request; /** * 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. */ describeDRTAccess(callback?: (err: AWSError, data: Shield.Types.DescribeDRTAccessResponse) => void): Request; /** * 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. */ describeEmergencyContactSettings(params: Shield.Types.DescribeEmergencyContactSettingsRequest, callback?: (err: AWSError, data: Shield.Types.DescribeEmergencyContactSettingsResponse) => void): Request; /** * 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. */ describeEmergencyContactSettings(callback?: (err: AWSError, data: Shield.Types.DescribeEmergencyContactSettingsResponse) => void): Request; /** * Lists the details of a Protection object. */ describeProtection(params: Shield.Types.DescribeProtectionRequest, callback?: (err: AWSError, data: Shield.Types.DescribeProtectionResponse) => void): Request; /** * Lists the details of a Protection object. */ describeProtection(callback?: (err: AWSError, data: Shield.Types.DescribeProtectionResponse) => void): Request; /** * Returns the specification for the specified protection group. */ describeProtectionGroup(params: Shield.Types.DescribeProtectionGroupRequest, callback?: (err: AWSError, data: Shield.Types.DescribeProtectionGroupResponse) => void): Request; /** * Returns the specification for the specified protection group. */ describeProtectionGroup(callback?: (err: AWSError, data: Shield.Types.DescribeProtectionGroupResponse) => void): Request; /** * Provides details about the Shield Advanced subscription for an account. */ describeSubscription(params: Shield.Types.DescribeSubscriptionRequest, callback?: (err: AWSError, data: Shield.Types.DescribeSubscriptionResponse) => void): Request; /** * Provides details about the Shield Advanced subscription for an account. */ describeSubscription(callback?: (err: AWSError, data: Shield.Types.DescribeSubscriptionResponse) => void): Request; /** * Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This stops Shield Advanced from creating, verifying, and applying WAF rules for attacks that it detects for the resource. */ disableApplicationLayerAutomaticResponse(params: Shield.Types.DisableApplicationLayerAutomaticResponseRequest, callback?: (err: AWSError, data: Shield.Types.DisableApplicationLayerAutomaticResponseResponse) => void): Request; /** * Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This stops Shield Advanced from creating, verifying, and applying WAF rules for attacks that it detects for the resource. */ disableApplicationLayerAutomaticResponse(callback?: (err: AWSError, data: Shield.Types.DisableApplicationLayerAutomaticResponseResponse) => void): Request; /** * Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support. */ disableProactiveEngagement(params: Shield.Types.DisableProactiveEngagementRequest, callback?: (err: AWSError, data: Shield.Types.DisableProactiveEngagementResponse) => void): Request; /** * Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support. */ disableProactiveEngagement(callback?: (err: AWSError, data: Shield.Types.DisableProactiveEngagementResponse) => void): Request; /** * Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously. */ disassociateDRTLogBucket(params: Shield.Types.DisassociateDRTLogBucketRequest, callback?: (err: AWSError, data: Shield.Types.DisassociateDRTLogBucketResponse) => void): Request; /** * Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously. */ disassociateDRTLogBucket(callback?: (err: AWSError, data: Shield.Types.DisassociateDRTLogBucketResponse) => void): Request; /** * Removes the Shield Response Team's (SRT) access to your Amazon Web Services account. */ disassociateDRTRole(params: Shield.Types.DisassociateDRTRoleRequest, callback?: (err: AWSError, data: Shield.Types.DisassociateDRTRoleResponse) => void): Request; /** * Removes the Shield Response Team's (SRT) access to your Amazon Web Services account. */ disassociateDRTRole(callback?: (err: AWSError, data: Shield.Types.DisassociateDRTRoleResponse) => void): Request; /** * 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. */ disassociateHealthCheck(params: Shield.Types.DisassociateHealthCheckRequest, callback?: (err: AWSError, data: Shield.Types.DisassociateHealthCheckResponse) => void): Request; /** * 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. */ disassociateHealthCheck(callback?: (err: AWSError, data: Shield.Types.DisassociateHealthCheckResponse) => void): Request; /** * Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. This feature is available for Amazon CloudFront distributions and Application Load Balancers 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 associate the web ACL to the resource 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. */ enableApplicationLayerAutomaticResponse(params: Shield.Types.EnableApplicationLayerAutomaticResponseRequest, callback?: (err: AWSError, data: Shield.Types.EnableApplicationLayerAutomaticResponseResponse) => void): Request; /** * Enable the Shield Advanced automatic application layer DDoS mitigation for the protected resource. This feature is available for Amazon CloudFront distributions and Application Load Balancers 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 associate the web ACL to the resource 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. */ enableApplicationLayerAutomaticResponse(callback?: (err: AWSError, data: Shield.Types.EnableApplicationLayerAutomaticResponseResponse) => void): Request; /** * 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. */ enableProactiveEngagement(params: Shield.Types.EnableProactiveEngagementRequest, callback?: (err: AWSError, data: Shield.Types.EnableProactiveEngagementResponse) => void): Request; /** * 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. */ enableProactiveEngagement(callback?: (err: AWSError, data: Shield.Types.EnableProactiveEngagementResponse) => void): Request; /** * Returns the SubscriptionState, either Active or Inactive. */ getSubscriptionState(params: Shield.Types.GetSubscriptionStateRequest, callback?: (err: AWSError, data: Shield.Types.GetSubscriptionStateResponse) => void): Request; /** * Returns the SubscriptionState, either Active or Inactive. */ getSubscriptionState(callback?: (err: AWSError, data: Shield.Types.GetSubscriptionStateResponse) => void): Request; /** * Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period. */ listAttacks(params: Shield.Types.ListAttacksRequest, callback?: (err: AWSError, data: Shield.Types.ListAttacksResponse) => void): Request; /** * Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period. */ listAttacks(callback?: (err: AWSError, data: Shield.Types.ListAttacksResponse) => void): Request; /** * Retrieves ProtectionGroup objects for the account. You can retrieve all protection groups or you can provide filtering criteria and retrieve just the subset of protection groups that match the criteria. */ listProtectionGroups(params: Shield.Types.ListProtectionGroupsRequest, callback?: (err: AWSError, data: Shield.Types.ListProtectionGroupsResponse) => void): Request; /** * Retrieves ProtectionGroup objects for the account. You can retrieve all protection groups or you can provide filtering criteria and retrieve just the subset of protection groups that match the criteria. */ listProtectionGroups(callback?: (err: AWSError, data: Shield.Types.ListProtectionGroupsResponse) => void): Request; /** * Retrieves Protection objects for the account. You can retrieve all protections or you can provide filtering criteria and retrieve just the subset of protections that match the criteria. */ listProtections(params: Shield.Types.ListProtectionsRequest, callback?: (err: AWSError, data: Shield.Types.ListProtectionsResponse) => void): Request; /** * Retrieves Protection objects for the account. You can retrieve all protections or you can provide filtering criteria and retrieve just the subset of protections that match the criteria. */ listProtections(callback?: (err: AWSError, data: Shield.Types.ListProtectionsResponse) => void): Request; /** * Retrieves the resources that are included in the protection group. */ listResourcesInProtectionGroup(params: Shield.Types.ListResourcesInProtectionGroupRequest, callback?: (err: AWSError, data: Shield.Types.ListResourcesInProtectionGroupResponse) => void): Request; /** * Retrieves the resources that are included in the protection group. */ listResourcesInProtectionGroup(callback?: (err: AWSError, data: Shield.Types.ListResourcesInProtectionGroupResponse) => void): Request; /** * Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield. */ listTagsForResource(params: Shield.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Shield.Types.ListTagsForResourceResponse) => void): Request; /** * Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield. */ listTagsForResource(callback?: (err: AWSError, data: Shield.Types.ListTagsForResourceResponse) => void): Request; /** * Adds or updates tags for a resource in Shield. */ tagResource(params: Shield.Types.TagResourceRequest, callback?: (err: AWSError, data: Shield.Types.TagResourceResponse) => void): Request; /** * Adds or updates tags for a resource in Shield. */ tagResource(callback?: (err: AWSError, data: Shield.Types.TagResourceResponse) => void): Request; /** * Removes tags from a resource in Shield. */ untagResource(params: Shield.Types.UntagResourceRequest, callback?: (err: AWSError, data: Shield.Types.UntagResourceResponse) => void): Request; /** * Removes tags from a resource in Shield. */ untagResource(callback?: (err: AWSError, data: Shield.Types.UntagResourceResponse) => void): Request; /** * Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource. */ updateApplicationLayerAutomaticResponse(params: Shield.Types.UpdateApplicationLayerAutomaticResponseRequest, callback?: (err: AWSError, data: Shield.Types.UpdateApplicationLayerAutomaticResponseResponse) => void): Request; /** * Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource. */ updateApplicationLayerAutomaticResponse(callback?: (err: AWSError, data: Shield.Types.UpdateApplicationLayerAutomaticResponseResponse) => void): Request; /** * 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. */ updateEmergencyContactSettings(params: Shield.Types.UpdateEmergencyContactSettingsRequest, callback?: (err: AWSError, data: Shield.Types.UpdateEmergencyContactSettingsResponse) => void): Request; /** * 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. */ updateEmergencyContactSettings(callback?: (err: AWSError, data: Shield.Types.UpdateEmergencyContactSettingsResponse) => void): Request; /** * 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. */ updateProtectionGroup(params: Shield.Types.UpdateProtectionGroupRequest, callback?: (err: AWSError, data: Shield.Types.UpdateProtectionGroupResponse) => void): Request; /** * 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. */ updateProtectionGroup(callback?: (err: AWSError, data: Shield.Types.UpdateProtectionGroupResponse) => void): Request; /** * Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated. For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account, regardless of whether the payer account itself is subscribed. */ updateSubscription(params: Shield.Types.UpdateSubscriptionRequest, callback?: (err: AWSError, data: Shield.Types.UpdateSubscriptionResponse) => void): Request; /** * Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated. For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account, regardless of whether the payer account itself is subscribed. */ updateSubscription(callback?: (err: AWSError, data: Shield.Types.UpdateSubscriptionResponse) => void): Request; } declare namespace Shield { export interface ApplicationLayerAutomaticResponseConfiguration { /** * Indicates whether automatic application layer DDoS mitigation is enabled for the protection. */ Status: ApplicationLayerAutomaticResponseStatus; /** * 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. */ Action: ResponseAction; } export type ApplicationLayerAutomaticResponseStatus = "ENABLED"|"DISABLED"|string; export interface AssociateDRTLogBucketRequest { /** * The Amazon S3 bucket that contains the logs that you want to share. */ LogBucket: LogBucket; } export interface AssociateDRTLogBucketResponse { } export interface AssociateDRTRoleRequest { /** * 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. */ RoleArn: RoleArn; } export interface AssociateDRTRoleResponse { } export interface AssociateHealthCheckRequest { /** * The unique identifier (ID) for the Protection object to add the health check association to. */ ProtectionId: ProtectionId; /** * The Amazon Resource Name (ARN) of the health check to associate with the protection. */ HealthCheckArn: HealthCheckArn; } export interface AssociateHealthCheckResponse { } export interface AssociateProactiveEngagementDetailsRequest { /** * 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. */ EmergencyContactList: EmergencyContactList; } export interface AssociateProactiveEngagementDetailsResponse { } export interface AttackDetail { /** * The unique identifier (ID) of the attack. */ AttackId?: AttackId; /** * The ARN (Amazon Resource Name) of the resource that was attacked. */ ResourceArn?: ResourceArn; /** * If applicable, additional detail about the resource being attacked, for example, IP address or URL. */ SubResources?: SubResourceSummaryList; /** * The time the attack started, in Unix time in seconds. */ StartTime?: AttackTimestamp; /** * The time the attack ended, in Unix time in seconds. */ EndTime?: AttackTimestamp; /** * List of counters that describe the attack for the specified time period. */ AttackCounters?: SummarizedCounterList; /** * 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. */ AttackProperties?: AttackProperties; /** * List of mitigation actions taken for the attack. */ Mitigations?: MitigationList; } export type AttackId = string; export type AttackLayer = "NETWORK"|"APPLICATION"|string; export type AttackProperties = AttackProperty[]; export interface AttackProperty { /** * 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. */ AttackLayer?: AttackLayer; /** * 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. */ AttackPropertyIdentifier?: AttackPropertyIdentifier; /** * 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. */ TopContributors?: TopContributors; /** * The unit used for the Contributor Value property. */ Unit?: Unit; /** * The total contributions made to this Shield event by all contributors. */ Total?: Long; } export type AttackPropertyIdentifier = "DESTINATION_URL"|"REFERRER"|"SOURCE_ASN"|"SOURCE_COUNTRY"|"SOURCE_IP_ADDRESS"|"SOURCE_USER_AGENT"|"WORDPRESS_PINGBACK_REFLECTOR"|"WORDPRESS_PINGBACK_SOURCE"|string; export interface AttackStatisticsDataItem { /** * Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty. */ AttackVolume?: AttackVolume; /** * The number of attacks detected during the time period. This is always present, but might be zero. */ AttackCount: Long; } export type AttackStatisticsDataList = AttackStatisticsDataItem[]; export type AttackSummaries = AttackSummary[]; export interface AttackSummary { /** * The unique identifier (ID) of the attack. */ AttackId?: String; /** * The ARN (Amazon Resource Name) of the resource that was attacked. */ ResourceArn?: String; /** * The start time of the attack, in Unix time in seconds. */ StartTime?: AttackTimestamp; /** * The end time of the attack, in Unix time in seconds. */ EndTime?: AttackTimestamp; /** * The list of attacks for a specified time period. */ AttackVectors?: AttackVectorDescriptionList; } export type AttackTimestamp = Date; export interface AttackVectorDescription { /** * The attack type. Valid values: UDP_TRAFFIC UDP_FRAGMENT GENERIC_UDP_REFLECTION DNS_REFLECTION NTP_REFLECTION CHARGEN_REFLECTION SSDP_REFLECTION PORT_MAPPER RIP_REFLECTION SNMP_REFLECTION MSSQL_REFLECTION NET_BIOS_REFLECTION SYN_FLOOD ACK_FLOOD REQUEST_FLOOD HTTP_REFLECTION UDS_REFLECTION MEMCACHED_REFLECTION */ VectorType: String; } export type AttackVectorDescriptionList = AttackVectorDescription[]; export interface AttackVolume { /** * A statistics object that uses bits per second as the unit. This is included for network level attacks. */ BitsPerSecond?: AttackVolumeStatistics; /** * A statistics object that uses packets per second as the unit. This is included for network level attacks. */ PacketsPerSecond?: AttackVolumeStatistics; /** * 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. */ RequestsPerSecond?: AttackVolumeStatistics; } export interface AttackVolumeStatistics { /** * The maximum attack volume observed for the given unit. */ Max: Double; } export type AutoRenew = "ENABLED"|"DISABLED"|string; export interface BlockAction { } export type ContactNotes = string; export interface Contributor { /** * 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. */ Name?: String; /** * The contribution of this contributor expressed in Protection units. For example 10,000. */ Value?: Long; } export interface CountAction { } export interface CreateProtectionGroupRequest { /** * 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. */ ProtectionGroupId: ProtectionGroupId; /** * Defines how Shield combines resource data for the group in order to detect, mitigate, and report events. Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront and origin resources for CloudFront distributions. */ Aggregation: ProtectionGroupAggregation; /** * 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. */ Pattern: ProtectionGroupPattern; /** * 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. */ ResourceType?: ProtectedResourceType; /** * 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. */ Members?: ProtectionGroupMembers; /** * One or more tag key-value pairs for the protection group. */ Tags?: TagList; } export interface CreateProtectionGroupResponse { } export interface CreateProtectionRequest { /** * Friendly name for the Protection you are creating. */ Name: ProtectionName; /** * The ARN (Amazon Resource Name) of the resource to be protected. The ARN should be in one of the following formats: For an Application Load Balancer: arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id For an Elastic Load Balancer (Classic Load Balancer): arn:aws:elasticloadbalancing:region:account-id:loadbalancer/load-balancer-name For an Amazon CloudFront distribution: arn:aws:cloudfront::account-id:distribution/distribution-id For an Global Accelerator standard accelerator: arn:aws:globalaccelerator::account-id:accelerator/accelerator-id For Amazon Route 53: arn:aws:route53:::hostedzone/hosted-zone-id For an Elastic IP address: arn:aws:ec2:region:account-id:eip-allocation/allocation-id */ ResourceArn: ResourceArn; /** * One or more tag key-value pairs for the Protection object that is created. */ Tags?: TagList; } export interface CreateProtectionResponse { /** * The unique identifier (ID) for the Protection object that is created. */ ProtectionId?: ProtectionId; } export interface CreateSubscriptionRequest { } export interface CreateSubscriptionResponse { } export interface DeleteProtectionGroupRequest { /** * 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. */ ProtectionGroupId: ProtectionGroupId; } export interface DeleteProtectionGroupResponse { } export interface DeleteProtectionRequest { /** * The unique identifier (ID) for the Protection object to be deleted. */ ProtectionId: ProtectionId; } export interface DeleteProtectionResponse { } export interface DeleteSubscriptionRequest { } export interface DeleteSubscriptionResponse { } export interface DescribeAttackRequest { /** * The unique identifier (ID) for the attack. */ AttackId: AttackId; } export interface DescribeAttackResponse { /** * The attack that you requested. */ Attack?: AttackDetail; } export interface DescribeAttackStatisticsRequest { } export interface DescribeAttackStatisticsResponse { /** * The time range of the attack. */ TimeRange: TimeRange; /** * The data that describes the attacks detected during the time period. */ DataItems: AttackStatisticsDataList; } export interface DescribeDRTAccessRequest { } export interface DescribeDRTAccessResponse { /** * The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. */ RoleArn?: RoleArn; /** * The list of Amazon S3 buckets accessed by the SRT. */ LogBucketList?: LogBucketList; } export interface DescribeEmergencyContactSettingsRequest { } export interface DescribeEmergencyContactSettingsResponse { /** * 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. */ EmergencyContactList?: EmergencyContactList; } export interface DescribeProtectionGroupRequest { /** * 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. */ ProtectionGroupId: ProtectionGroupId; } export interface DescribeProtectionGroupResponse { /** * 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. */ ProtectionGroup: ProtectionGroup; } export interface DescribeProtectionRequest { /** * The unique identifier (ID) for the Protection object to describe. You must provide either the ResourceArn of the protected resource or the ProtectionID of the protection, but not both. */ ProtectionId?: ProtectionId; /** * The ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You must provide either the ResourceArn of the protected resource or the ProtectionID of the protection, but not both. */ ResourceArn?: ResourceArn; } export interface DescribeProtectionResponse { /** * The Protection that you requested. */ Protection?: Protection; } export interface DescribeSubscriptionRequest { } export interface DescribeSubscriptionResponse { /** * The Shield Advanced subscription details for an account. */ Subscription?: Subscription; } export interface DisableApplicationLayerAutomaticResponseRequest { /** * The ARN (Amazon Resource Name) of the protected resource. */ ResourceArn: ResourceArn; } export interface DisableApplicationLayerAutomaticResponseResponse { } export interface DisableProactiveEngagementRequest { } export interface DisableProactiveEngagementResponse { } export interface DisassociateDRTLogBucketRequest { /** * The Amazon S3 bucket that contains the logs that you want to share. */ LogBucket: LogBucket; } export interface DisassociateDRTLogBucketResponse { } export interface DisassociateDRTRoleRequest { } export interface DisassociateDRTRoleResponse { } export interface DisassociateHealthCheckRequest { /** * The unique identifier (ID) for the Protection object to remove the health check association from. */ ProtectionId: ProtectionId; /** * The Amazon Resource Name (ARN) of the health check that is associated with the protection. */ HealthCheckArn: HealthCheckArn; } export interface DisassociateHealthCheckResponse { } export type Double = number; export type DurationInSeconds = number; export type EmailAddress = string; export interface EmergencyContact { /** * The email address for the contact. */ EmailAddress: EmailAddress; /** * The phone number for the contact. */ PhoneNumber?: PhoneNumber; /** * Additional notes regarding the contact. */ ContactNotes?: ContactNotes; } export type EmergencyContactList = EmergencyContact[]; export interface EnableApplicationLayerAutomaticResponseRequest { /** * The ARN (Amazon Resource Name) of the protected resource. */ ResourceArn: ResourceArn; /** * 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. */ Action: ResponseAction; } export interface EnableApplicationLayerAutomaticResponseResponse { } export interface EnableProactiveEngagementRequest { } export interface EnableProactiveEngagementResponse { } export interface GetSubscriptionStateRequest { } export interface GetSubscriptionStateResponse { /** * The status of the subscription. */ SubscriptionState: SubscriptionState; } export type HealthCheckArn = string; export type HealthCheckId = string; export type HealthCheckIds = HealthCheckId[]; export interface InclusionProtectionFilters { /** * The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve. */ ResourceArns?: ResourceArnFilters; /** * The name of the protection that you want to retrieve. */ ProtectionNames?: ProtectionNameFilters; /** * The type of protected resource whose protections you want to retrieve. */ ResourceTypes?: ProtectedResourceTypeFilters; } export interface InclusionProtectionGroupFilters { /** * The ID of the protection group that you want to retrieve. */ ProtectionGroupIds?: ProtectionGroupIdFilters; /** * The pattern specification of the protection groups that you want to retrieve. */ Patterns?: ProtectionGroupPatternFilters; /** * The resource type configuration of the protection groups that you want to retrieve. In the protection group configuration, you specify the resource type when you set the group's Pattern to BY_RESOURCE_TYPE. */ ResourceTypes?: ProtectedResourceTypeFilters; /** * The aggregation setting of the protection groups that you want to retrieve. */ Aggregations?: ProtectionGroupAggregationFilters; } export type Integer = number; export interface Limit { /** * The type of protection. */ Type?: String; /** * The maximum number of protections that can be created for the specified Type. */ Max?: Long; } export type Limits = Limit[]; export interface ListAttacksRequest { /** * 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. */ ResourceArns?: ResourceArnFilterList; /** * 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. */ StartTime?: TimeRange; /** * 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. */ EndTime?: TimeRange; /** * 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. */ NextToken?: Token; /** * 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. */ MaxResults?: MaxResults; } export interface ListAttacksResponse { /** * The attack information for the specified time range. */ AttackSummaries?: AttackSummaries; /** * 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. */ NextToken?: Token; } export interface ListProtectionGroupsRequest { /** * 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. */ NextToken?: Token; /** * 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. */ MaxResults?: MaxResults; /** * Narrows the set of protection groups that the call retrieves. You can retrieve a single protection group by its name and you can retrieve all protection groups that are configured with specific pattern or aggregation settings. You can provide up to one criteria per filter type. Shield Advanced returns the protection groups that exactly match all of the search criteria that you provide. */ InclusionFilters?: InclusionProtectionGroupFilters; } export interface ListProtectionGroupsResponse { /** * */ ProtectionGroups: ProtectionGroups; /** * 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. */ NextToken?: Token; } export interface ListProtectionsRequest { /** * 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. */ NextToken?: Token; /** * 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. */ MaxResults?: MaxResults; /** * Narrows the set of protections that the call retrieves. You can retrieve a single protection by providing its name or the ARN (Amazon Resource Name) of its protected resource. You can also retrieve all protections for a specific resource type. You can provide up to one criteria per filter type. Shield Advanced returns protections that exactly match all of the filter criteria that you provide. */ InclusionFilters?: InclusionProtectionFilters; } export interface ListProtectionsResponse { /** * The array of enabled Protection objects. */ Protections?: Protections; /** * 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. */ NextToken?: Token; } export interface ListResourcesInProtectionGroupRequest { /** * 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. */ ProtectionGroupId: ProtectionGroupId; /** * 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. */ NextToken?: Token; /** * 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. */ MaxResults?: MaxResults; } export interface ListResourcesInProtectionGroupResponse { /** * The Amazon Resource Names (ARNs) of the resources that are included in the protection group. */ ResourceArns: ResourceArnList; /** * 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. */ NextToken?: Token; } export interface ListTagsForResourceRequest { /** * The Amazon Resource Name (ARN) of the resource to get tags for. */ ResourceARN: ResourceArn; } export interface ListTagsForResourceResponse { /** * A list of tag key and value pairs associated with the specified resource. */ Tags?: TagList; } export type LogBucket = string; export type LogBucketList = LogBucket[]; export type Long = number; export type MaxResults = number; export interface Mitigation { /** * The name of the mitigation taken for this attack. */ MitigationName?: String; } export type MitigationList = Mitigation[]; export type PhoneNumber = string; export type ProactiveEngagementStatus = "ENABLED"|"DISABLED"|"PENDING"|string; export type ProtectedResourceType = "CLOUDFRONT_DISTRIBUTION"|"ROUTE_53_HOSTED_ZONE"|"ELASTIC_IP_ALLOCATION"|"CLASSIC_LOAD_BALANCER"|"APPLICATION_LOAD_BALANCER"|"GLOBAL_ACCELERATOR"|string; export type ProtectedResourceTypeFilters = ProtectedResourceType[]; export interface Protection { /** * The unique identifier (ID) of the protection. */ Id?: ProtectionId; /** * The name of the protection. For example, My CloudFront distributions. */ Name?: ProtectionName; /** * The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected. */ ResourceArn?: ResourceArn; /** * The unique identifier (ID) for the Route 53 health check that's associated with the protection. */ HealthCheckIds?: HealthCheckIds; /** * The ARN (Amazon Resource Name) of the protection. */ ProtectionArn?: ResourceArn; /** * 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. */ ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration; } export interface ProtectionGroup { /** * 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. */ ProtectionGroupId: ProtectionGroupId; /** * Defines how Shield combines resource data for the group in order to detect, mitigate, and report events. Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions. */ Aggregation: ProtectionGroupAggregation; /** * 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 ARNs (Amazon Resource Names), or include all resources of a specified resource type. */ Pattern: ProtectionGroupPattern; /** * 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. */ ResourceType?: ProtectedResourceType; /** * The ARNs (Amazon Resource Names) 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. */ Members: ProtectionGroupMembers; /** * The ARN (Amazon Resource Name) of the protection group. */ ProtectionGroupArn?: ResourceArn; } export type ProtectionGroupAggregation = "SUM"|"MEAN"|"MAX"|string; export type ProtectionGroupAggregationFilters = ProtectionGroupAggregation[]; export interface ProtectionGroupArbitraryPatternLimits { /** * The maximum number of resources you can specify for a single arbitrary pattern in a protection group. */ MaxMembers: Long; } export type ProtectionGroupId = string; export type ProtectionGroupIdFilters = ProtectionGroupId[]; export interface ProtectionGroupLimits { /** * The maximum number of protection groups that you can have at one time. */ MaxProtectionGroups: Long; /** * Limits settings by pattern type in the protection groups for your subscription. */ PatternTypeLimits: ProtectionGroupPatternTypeLimits; } export type ProtectionGroupMembers = ResourceArn[]; export type ProtectionGroupPattern = "ALL"|"ARBITRARY"|"BY_RESOURCE_TYPE"|string; export type ProtectionGroupPatternFilters = ProtectionGroupPattern[]; export interface ProtectionGroupPatternTypeLimits { /** * Limits settings on protection groups with arbitrary pattern type. */ ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits; } export type ProtectionGroups = ProtectionGroup[]; export type ProtectionId = string; export interface ProtectionLimits { /** * The maximum number of resource types that you can specify in a protection. */ ProtectedResourceTypeLimits: Limits; } export type ProtectionName = string; export type ProtectionNameFilters = ProtectionName[]; export type Protections = Protection[]; export type ResourceArn = string; export type ResourceArnFilterList = ResourceArn[]; export type ResourceArnFilters = ResourceArn[]; export type ResourceArnList = ResourceArn[]; export interface ResponseAction { /** * Specifies that Shield Advanced should configure its WAF rules with the WAF Block action. You must specify exactly one action, either Block or Count. */ Block?: BlockAction; /** * Specifies that Shield Advanced should configure its WAF rules with the WAF Count action. You must specify exactly one action, either Block or Count. */ Count?: CountAction; } export type RoleArn = string; export type String = string; export interface SubResourceSummary { /** * The SubResource type. */ Type?: SubResourceType; /** * The unique identifier (ID) of the SubResource. */ Id?: String; /** * The list of attack types and associated counters. */ AttackVectors?: SummarizedAttackVectorList; /** * The counters that describe the details of the attack. */ Counters?: SummarizedCounterList; } export type SubResourceSummaryList = SubResourceSummary[]; export type SubResourceType = "IP"|"URL"|string; export interface Subscription { /** * The start time of the subscription, in Unix time in seconds. */ StartTime?: Timestamp; /** * The date and time your subscription will end. */ EndTime?: Timestamp; /** * The length, in seconds, of the Shield Advanced subscription for the account. */ TimeCommitmentInSeconds?: DurationInSeconds; /** * 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. */ AutoRenew?: AutoRenew; /** * Specifies how many protections of a given type you can create. */ Limits?: Limits; /** * 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. */ ProactiveEngagementStatus?: ProactiveEngagementStatus; /** * Limits settings for your subscription. */ SubscriptionLimits: SubscriptionLimits; /** * The ARN (Amazon Resource Name) of the subscription. */ SubscriptionArn?: ResourceArn; } export interface SubscriptionLimits { /** * Limits settings on protections for your subscription. */ ProtectionLimits: ProtectionLimits; /** * Limits settings on protection groups for your subscription. */ ProtectionGroupLimits: ProtectionGroupLimits; } export type SubscriptionState = "ACTIVE"|"INACTIVE"|string; export interface SummarizedAttackVector { /** * The attack type, for example, SNMP reflection or SYN flood. */ VectorType: String; /** * The list of counters that describe the details of the attack. */ VectorCounters?: SummarizedCounterList; } export type SummarizedAttackVectorList = SummarizedAttackVector[]; export interface SummarizedCounter { /** * The counter name. */ Name?: String; /** * The maximum value of the counter for a specified time period. */ Max?: Double; /** * The average value of the counter for a specified time period. */ Average?: Double; /** * The total of counter values for a specified time period. */ Sum?: Double; /** * The number of counters for a specified time period. */ N?: Integer; /** * The unit of the counters. */ Unit?: String; } export type SummarizedCounterList = SummarizedCounter[]; export interface Tag { /** * 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. */ Key?: TagKey; /** * 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. */ Value?: TagValue; } export type TagKey = string; export type TagKeyList = TagKey[]; export type TagList = Tag[]; export interface TagResourceRequest { /** * The Amazon Resource Name (ARN) of the resource that you want to add or update tags for. */ ResourceARN: ResourceArn; /** * The tags that you want to modify or add to the resource. */ Tags: TagList; } export interface TagResourceResponse { } export type TagValue = string; export interface TimeRange { /** * The start time, in Unix time in seconds. */ FromInclusive?: Timestamp; /** * The end time, in Unix time in seconds. */ ToExclusive?: Timestamp; } export type Timestamp = Date; export type Token = string; export type TopContributors = Contributor[]; export type Unit = "BITS"|"BYTES"|"PACKETS"|"REQUESTS"|string; export interface UntagResourceRequest { /** * The Amazon Resource Name (ARN) of the resource that you want to remove tags from. */ ResourceARN: ResourceArn; /** * The tag key for each tag that you want to remove from the resource. */ TagKeys: TagKeyList; } export interface UntagResourceResponse { } export interface UpdateApplicationLayerAutomaticResponseRequest { /** * The ARN (Amazon Resource Name) of the resource. */ ResourceArn: ResourceArn; /** * 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. */ Action: ResponseAction; } export interface UpdateApplicationLayerAutomaticResponseResponse { } export interface UpdateEmergencyContactSettingsRequest { /** * 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. */ EmergencyContactList?: EmergencyContactList; } export interface UpdateEmergencyContactSettingsResponse { } export interface UpdateProtectionGroupRequest { /** * 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. */ ProtectionGroupId: ProtectionGroupId; /** * Defines how Shield combines resource data for the group in order to detect, mitigate, and report events. Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically. Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers. Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions. */ Aggregation: ProtectionGroupAggregation; /** * 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. */ Pattern: ProtectionGroupPattern; /** * 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. */ ResourceType?: ProtectedResourceType; /** * 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. */ Members?: ProtectionGroupMembers; } export interface UpdateProtectionGroupResponse { } export interface UpdateSubscriptionRequest { /** * 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. */ AutoRenew?: AutoRenew; } export interface UpdateSubscriptionResponse { } /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. */ export type apiVersion = "2016-06-02"|"latest"|string; export interface ClientApiVersions { /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. */ apiVersion?: apiVersion; } export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions; /** * Contains interfaces for use with the Shield client. */ export import Types = Shield; } export = Shield;