@aws-sdk/client-shield 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Shield.js +0 -7
- package/dist-cjs/ShieldClient.js +0 -12
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +0 -26
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +0 -31
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +0 -26
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +0 -30
- package/dist-cjs/commands/CreateProtectionCommand.js +0 -26
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +0 -25
- package/dist-cjs/commands/CreateSubscriptionCommand.js +0 -27
- package/dist-cjs/commands/DeleteProtectionCommand.js +0 -25
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +0 -27
- package/dist-cjs/commands/DescribeAttackCommand.js +0 -25
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +0 -27
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +0 -25
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +0 -25
- package/dist-cjs/commands/DescribeProtectionCommand.js +0 -25
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +0 -25
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +0 -25
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +0 -25
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +0 -26
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +0 -26
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +0 -26
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +0 -25
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +0 -25
- package/dist-cjs/commands/ListAttacksCommand.js +0 -26
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListProtectionsCommand.js +0 -25
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +0 -25
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +0 -25
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +0 -25
- package/dist-cjs/commands/index.js +36 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -41
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -313
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListAttacksPaginator.js +0 -11
- package/dist-cjs/pagination/ListProtectionGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListProtectionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListResourcesInProtectionGroupPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Shield.js +0 -1
- package/dist-es/ShieldClient.js +0 -1
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +0 -1
- package/dist-es/commands/AssociateDRTRoleCommand.js +0 -1
- package/dist-es/commands/AssociateHealthCheckCommand.js +0 -1
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +0 -1
- package/dist-es/commands/CreateProtectionCommand.js +0 -1
- package/dist-es/commands/CreateProtectionGroupCommand.js +0 -1
- package/dist-es/commands/CreateSubscriptionCommand.js +0 -1
- package/dist-es/commands/DeleteProtectionCommand.js +0 -1
- package/dist-es/commands/DeleteProtectionGroupCommand.js +0 -1
- package/dist-es/commands/DeleteSubscriptionCommand.js +0 -1
- package/dist-es/commands/DescribeAttackCommand.js +0 -1
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +0 -1
- package/dist-es/commands/DescribeDRTAccessCommand.js +0 -1
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +0 -1
- package/dist-es/commands/DescribeProtectionCommand.js +0 -1
- package/dist-es/commands/DescribeProtectionGroupCommand.js +0 -1
- package/dist-es/commands/DescribeSubscriptionCommand.js +0 -1
- package/dist-es/commands/DisableProactiveEngagementCommand.js +0 -1
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +0 -1
- package/dist-es/commands/DisassociateDRTRoleCommand.js +0 -1
- package/dist-es/commands/DisassociateHealthCheckCommand.js +0 -1
- package/dist-es/commands/EnableProactiveEngagementCommand.js +0 -1
- package/dist-es/commands/GetSubscriptionStateCommand.js +0 -1
- package/dist-es/commands/ListAttacksCommand.js +0 -1
- package/dist-es/commands/ListProtectionGroupsCommand.js +0 -1
- package/dist-es/commands/ListProtectionsCommand.js +0 -1
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +0 -1
- package/dist-es/commands/UpdateProtectionGroupCommand.js +0 -1
- package/dist-es/commands/UpdateSubscriptionCommand.js +0 -1
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -41
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListAttacksPaginator.js +0 -1
- package/dist-es/pagination/ListProtectionGroupsPaginator.js +0 -1
- package/dist-es/pagination/ListProtectionsPaginator.js +0 -1
- package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/index.d.ts +4 -40
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/Shield.d.ts +34 -129
- package/dist-types/ts3.4/ShieldClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/index.d.ts +4 -40
- package/dist-types/ts3.4/models/models_0.d.ts +292 -1041
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Shield.js.map +0 -1
- package/dist-cjs/ShieldClient.js.map +0 -1
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateDRTRoleCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateHealthCheckCommand.js.map +0 -1
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateProtectionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateProtectionGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteProtectionCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAttackCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDRTAccessCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeProtectionCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSubscriptionCommand.js.map +0 -1
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js.map +0 -1
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js.map +0 -1
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js.map +0 -1
- package/dist-cjs/commands/GetSubscriptionStateCommand.js.map +0 -1
- package/dist-cjs/commands/ListAttacksCommand.js.map +0 -1
- package/dist-cjs/commands/ListProtectionGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListProtectionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSubscriptionCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListAttacksPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListProtectionGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListProtectionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListResourcesInProtectionGroupPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Shield.js.map +0 -1
- package/dist-es/ShieldClient.js.map +0 -1
- package/dist-es/commands/AssociateDRTLogBucketCommand.js.map +0 -1
- package/dist-es/commands/AssociateDRTRoleCommand.js.map +0 -1
- package/dist-es/commands/AssociateHealthCheckCommand.js.map +0 -1
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js.map +0 -1
- package/dist-es/commands/CreateProtectionCommand.js.map +0 -1
- package/dist-es/commands/CreateProtectionGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/DeleteProtectionCommand.js.map +0 -1
- package/dist-es/commands/DeleteProtectionGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/DescribeAttackCommand.js.map +0 -1
- package/dist-es/commands/DescribeAttackStatisticsCommand.js.map +0 -1
- package/dist-es/commands/DescribeDRTAccessCommand.js.map +0 -1
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js.map +0 -1
- package/dist-es/commands/DescribeProtectionCommand.js.map +0 -1
- package/dist-es/commands/DescribeProtectionGroupCommand.js.map +0 -1
- package/dist-es/commands/DescribeSubscriptionCommand.js.map +0 -1
- package/dist-es/commands/DisableProactiveEngagementCommand.js.map +0 -1
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js.map +0 -1
- package/dist-es/commands/DisassociateDRTRoleCommand.js.map +0 -1
- package/dist-es/commands/DisassociateHealthCheckCommand.js.map +0 -1
- package/dist-es/commands/EnableProactiveEngagementCommand.js.map +0 -1
- package/dist-es/commands/GetSubscriptionStateCommand.js.map +0 -1
- package/dist-es/commands/ListAttacksCommand.js.map +0 -1
- package/dist-es/commands/ListProtectionGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListProtectionsCommand.js.map +0 -1
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js.map +0 -1
- package/dist-es/commands/UpdateProtectionGroupCommand.js.map +0 -1
- package/dist-es/commands/UpdateSubscriptionCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListAttacksPaginator.js.map +0 -1
- package/dist-es/pagination/ListProtectionGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListProtectionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Shield.ts +0 -1236
- package/src/ShieldClient.ts +0 -398
- package/src/commands/AssociateDRTLogBucketCommand.ts +0 -96
- package/src/commands/AssociateDRTRoleCommand.ts +0 -101
- package/src/commands/AssociateHealthCheckCommand.ts +0 -96
- package/src/commands/AssociateProactiveEngagementDetailsCommand.ts +0 -111
- package/src/commands/CreateProtectionCommand.ts +0 -96
- package/src/commands/CreateProtectionGroupCommand.ts +0 -95
- package/src/commands/CreateSubscriptionCommand.ts +0 -97
- package/src/commands/DeleteProtectionCommand.ts +0 -95
- package/src/commands/DeleteProtectionGroupCommand.ts +0 -95
- package/src/commands/DeleteSubscriptionCommand.ts +0 -97
- package/src/commands/DescribeAttackCommand.ts +0 -95
- package/src/commands/DescribeAttackStatisticsCommand.ts +0 -97
- package/src/commands/DescribeDRTAccessCommand.ts +0 -95
- package/src/commands/DescribeEmergencyContactSettingsCommand.ts +0 -103
- package/src/commands/DescribeProtectionCommand.ts +0 -95
- package/src/commands/DescribeProtectionGroupCommand.ts +0 -95
- package/src/commands/DescribeSubscriptionCommand.ts +0 -95
- package/src/commands/DisableProactiveEngagementCommand.ts +0 -98
- package/src/commands/DisassociateDRTLogBucketCommand.ts +0 -96
- package/src/commands/DisassociateDRTRoleCommand.ts +0 -96
- package/src/commands/DisassociateHealthCheckCommand.ts +0 -96
- package/src/commands/EnableProactiveEngagementCommand.ts +0 -98
- package/src/commands/GetSubscriptionStateCommand.ts +0 -95
- package/src/commands/ListAttacksCommand.ts +0 -96
- package/src/commands/ListProtectionGroupsCommand.ts +0 -95
- package/src/commands/ListProtectionsCommand.ts +0 -95
- package/src/commands/ListResourcesInProtectionGroupCommand.ts +0 -103
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateEmergencyContactSettingsCommand.ts +0 -103
- package/src/commands/UpdateProtectionGroupCommand.ts +0 -95
- package/src/commands/UpdateSubscriptionCommand.ts +0 -95
- package/src/endpoints.ts +0 -68
- package/src/index.ts +0 -41
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2292
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListAttacksPaginator.ts +0 -55
- package/src/pagination/ListProtectionGroupsPaginator.ts +0 -59
- package/src/pagination/ListProtectionsPaginator.ts +0 -59
- package/src/pagination/ListResourcesInProtectionGroupPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -4754
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -1,320 +1,207 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>Exception that indicates the specified <code>AttackId</code> does not exist, or the requester does not have the appropriate permissions to access the <code>AttackId</code>.</p>
|
|
4
|
-
*/
|
|
2
|
+
|
|
5
3
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
6
4
|
name: "AccessDeniedException";
|
|
7
5
|
$fault: "client";
|
|
8
6
|
message?: string;
|
|
9
7
|
}
|
|
10
8
|
export declare namespace AccessDeniedException {
|
|
11
|
-
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
9
|
+
|
|
14
10
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
11
|
}
|
|
16
|
-
|
|
17
|
-
* <p>In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the <code>iam:PassRole</code> permission. This error indicates the user did not have the appropriate permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting a User Permissions to Pass a Role to an Amazon Web Services Service</a>. </p>
|
|
18
|
-
*/
|
|
12
|
+
|
|
19
13
|
export interface AccessDeniedForDependencyException extends __SmithyException, $MetadataBearer {
|
|
20
14
|
name: "AccessDeniedForDependencyException";
|
|
21
15
|
$fault: "client";
|
|
22
16
|
message?: string;
|
|
23
17
|
}
|
|
24
18
|
export declare namespace AccessDeniedForDependencyException {
|
|
25
|
-
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
19
|
+
|
|
28
20
|
const filterSensitiveLog: (obj: AccessDeniedForDependencyException) => any;
|
|
29
21
|
}
|
|
30
22
|
export interface AssociateDRTLogBucketRequest {
|
|
31
|
-
|
|
32
|
-
* <p>The Amazon S3 bucket that contains the logs that you want to share.</p>
|
|
33
|
-
*/
|
|
23
|
+
|
|
34
24
|
LogBucket: string | undefined;
|
|
35
25
|
}
|
|
36
26
|
export declare namespace AssociateDRTLogBucketRequest {
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
27
|
+
|
|
40
28
|
const filterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
41
29
|
}
|
|
42
30
|
export interface AssociateDRTLogBucketResponse {
|
|
43
31
|
}
|
|
44
32
|
export declare namespace AssociateDRTLogBucketResponse {
|
|
45
|
-
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
33
|
+
|
|
48
34
|
const filterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
49
35
|
}
|
|
50
|
-
|
|
51
|
-
* <p>Exception that indicates that a problem occurred with the service infrastructure. You
|
|
52
|
-
* can retry the request.</p>
|
|
53
|
-
*/
|
|
36
|
+
|
|
54
37
|
export interface InternalErrorException extends __SmithyException, $MetadataBearer {
|
|
55
38
|
name: "InternalErrorException";
|
|
56
39
|
$fault: "server";
|
|
57
40
|
message?: string;
|
|
58
41
|
}
|
|
59
42
|
export declare namespace InternalErrorException {
|
|
60
|
-
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
43
|
+
|
|
63
44
|
const filterSensitiveLog: (obj: InternalErrorException) => any;
|
|
64
45
|
}
|
|
65
|
-
|
|
66
|
-
* <p>Exception that indicates that the operation would not cause any change to occur.</p>
|
|
67
|
-
*/
|
|
46
|
+
|
|
68
47
|
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
69
48
|
name: "InvalidOperationException";
|
|
70
49
|
$fault: "client";
|
|
71
50
|
message?: string;
|
|
72
51
|
}
|
|
73
52
|
export declare namespace InvalidOperationException {
|
|
74
|
-
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
53
|
+
|
|
77
54
|
const filterSensitiveLog: (obj: InvalidOperationException) => any;
|
|
78
55
|
}
|
|
79
|
-
|
|
80
|
-
* <p>Provides information about a particular parameter passed inside a request that resulted in an exception.</p>
|
|
81
|
-
*/
|
|
56
|
+
|
|
82
57
|
export interface ValidationExceptionField {
|
|
83
|
-
|
|
84
|
-
* <p>The name of the parameter that failed validation.</p>
|
|
85
|
-
*/
|
|
58
|
+
|
|
86
59
|
name: string | undefined;
|
|
87
|
-
|
|
88
|
-
* <p>The message describing why the parameter failed validation.</p>
|
|
89
|
-
*/
|
|
60
|
+
|
|
90
61
|
message: string | undefined;
|
|
91
62
|
}
|
|
92
63
|
export declare namespace ValidationExceptionField {
|
|
93
|
-
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
64
|
+
|
|
96
65
|
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
97
66
|
}
|
|
98
67
|
export declare enum ValidationExceptionReason {
|
|
99
68
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
100
69
|
OTHER = "OTHER"
|
|
101
70
|
}
|
|
102
|
-
|
|
103
|
-
* <p>Exception that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties. </p>
|
|
104
|
-
*/
|
|
71
|
+
|
|
105
72
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
106
73
|
name: "InvalidParameterException";
|
|
107
74
|
$fault: "client";
|
|
108
75
|
message?: string;
|
|
109
|
-
|
|
110
|
-
* <p>Additional information about the exception.</p>
|
|
111
|
-
*/
|
|
76
|
+
|
|
112
77
|
reason?: ValidationExceptionReason | string;
|
|
113
|
-
|
|
114
|
-
* <p>Fields that caused the exception.</p>
|
|
115
|
-
*/
|
|
78
|
+
|
|
116
79
|
fields?: ValidationExceptionField[];
|
|
117
80
|
}
|
|
118
81
|
export declare namespace InvalidParameterException {
|
|
119
|
-
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
82
|
+
|
|
122
83
|
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
123
84
|
}
|
|
124
|
-
|
|
125
|
-
* <p>Exception that indicates that the operation would exceed a limit.</p>
|
|
126
|
-
*/
|
|
85
|
+
|
|
127
86
|
export interface LimitsExceededException extends __SmithyException, $MetadataBearer {
|
|
128
87
|
name: "LimitsExceededException";
|
|
129
88
|
$fault: "client";
|
|
130
89
|
message?: string;
|
|
131
|
-
|
|
132
|
-
* <p>The type of limit that would be exceeded.</p>
|
|
133
|
-
*/
|
|
90
|
+
|
|
134
91
|
Type?: string;
|
|
135
|
-
|
|
136
|
-
* <p>The threshold that would be exceeded.</p>
|
|
137
|
-
*/
|
|
92
|
+
|
|
138
93
|
Limit?: number;
|
|
139
94
|
}
|
|
140
95
|
export declare namespace LimitsExceededException {
|
|
141
|
-
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
96
|
+
|
|
144
97
|
const filterSensitiveLog: (obj: LimitsExceededException) => any;
|
|
145
98
|
}
|
|
146
|
-
|
|
147
|
-
* <p>The ARN of the role that you specifed does not exist.</p>
|
|
148
|
-
*/
|
|
99
|
+
|
|
149
100
|
export interface NoAssociatedRoleException extends __SmithyException, $MetadataBearer {
|
|
150
101
|
name: "NoAssociatedRoleException";
|
|
151
102
|
$fault: "client";
|
|
152
103
|
message?: string;
|
|
153
104
|
}
|
|
154
105
|
export declare namespace NoAssociatedRoleException {
|
|
155
|
-
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
106
|
+
|
|
158
107
|
const filterSensitiveLog: (obj: NoAssociatedRoleException) => any;
|
|
159
108
|
}
|
|
160
|
-
|
|
161
|
-
* <p>Exception that indicates that the resource state has been modified by another
|
|
162
|
-
* client. Retrieve the resource and then retry your request.</p>
|
|
163
|
-
*/
|
|
109
|
+
|
|
164
110
|
export interface OptimisticLockException extends __SmithyException, $MetadataBearer {
|
|
165
111
|
name: "OptimisticLockException";
|
|
166
112
|
$fault: "client";
|
|
167
113
|
message?: string;
|
|
168
114
|
}
|
|
169
115
|
export declare namespace OptimisticLockException {
|
|
170
|
-
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
116
|
+
|
|
173
117
|
const filterSensitiveLog: (obj: OptimisticLockException) => any;
|
|
174
118
|
}
|
|
175
|
-
|
|
176
|
-
* <p>Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties. </p>
|
|
177
|
-
*/
|
|
119
|
+
|
|
178
120
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
179
121
|
name: "ResourceNotFoundException";
|
|
180
122
|
$fault: "client";
|
|
181
123
|
message?: string;
|
|
182
|
-
|
|
183
|
-
* <p>Type of resource.</p>
|
|
184
|
-
*/
|
|
124
|
+
|
|
185
125
|
resourceType?: string;
|
|
186
126
|
}
|
|
187
127
|
export declare namespace ResourceNotFoundException {
|
|
188
|
-
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
128
|
+
|
|
191
129
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
192
130
|
}
|
|
193
131
|
export interface AssociateDRTRoleRequest {
|
|
194
|
-
|
|
195
|
-
* <p>The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon Web Services account.</p>
|
|
196
|
-
* <p>Prior to making the <code>AssociateDRTRole</code> request, you must attach the <a href="https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy">AWSShieldDRTAccessPolicy</a> managed policy to this role. For more information see <a href=" https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html">Attaching and Detaching IAM Policies</a>.</p>
|
|
197
|
-
*/
|
|
132
|
+
|
|
198
133
|
RoleArn: string | undefined;
|
|
199
134
|
}
|
|
200
135
|
export declare namespace AssociateDRTRoleRequest {
|
|
201
|
-
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
136
|
+
|
|
204
137
|
const filterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
205
138
|
}
|
|
206
139
|
export interface AssociateDRTRoleResponse {
|
|
207
140
|
}
|
|
208
141
|
export declare namespace AssociateDRTRoleResponse {
|
|
209
|
-
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
142
|
+
|
|
212
143
|
const filterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
213
144
|
}
|
|
214
145
|
export interface AssociateHealthCheckRequest {
|
|
215
|
-
|
|
216
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object to add the health check association to. </p>
|
|
217
|
-
*/
|
|
146
|
+
|
|
218
147
|
ProtectionId: string | undefined;
|
|
219
|
-
|
|
220
|
-
* <p>The Amazon Resource Name (ARN) of the health check to associate with the protection.</p>
|
|
221
|
-
*/
|
|
148
|
+
|
|
222
149
|
HealthCheckArn: string | undefined;
|
|
223
150
|
}
|
|
224
151
|
export declare namespace AssociateHealthCheckRequest {
|
|
225
|
-
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
152
|
+
|
|
228
153
|
const filterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
229
154
|
}
|
|
230
155
|
export interface AssociateHealthCheckResponse {
|
|
231
156
|
}
|
|
232
157
|
export declare namespace AssociateHealthCheckResponse {
|
|
233
|
-
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
158
|
+
|
|
236
159
|
const filterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
237
160
|
}
|
|
238
|
-
|
|
239
|
-
* <p>Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
240
|
-
*/
|
|
161
|
+
|
|
241
162
|
export interface EmergencyContact {
|
|
242
|
-
|
|
243
|
-
* <p>The email address for the contact.</p>
|
|
244
|
-
*/
|
|
163
|
+
|
|
245
164
|
EmailAddress: string | undefined;
|
|
246
|
-
|
|
247
|
-
* <p>The phone number for the contact.</p>
|
|
248
|
-
*/
|
|
165
|
+
|
|
249
166
|
PhoneNumber?: string;
|
|
250
|
-
|
|
251
|
-
* <p>Additional notes regarding the contact. </p>
|
|
252
|
-
*/
|
|
167
|
+
|
|
253
168
|
ContactNotes?: string;
|
|
254
169
|
}
|
|
255
170
|
export declare namespace EmergencyContact {
|
|
256
|
-
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
171
|
+
|
|
259
172
|
const filterSensitiveLog: (obj: EmergencyContact) => any;
|
|
260
173
|
}
|
|
261
174
|
export interface AssociateProactiveEngagementDetailsRequest {
|
|
262
|
-
|
|
263
|
-
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support. </p>
|
|
264
|
-
* <p>To enable proactive engagement, the contact list must include at least one phone number.</p>
|
|
265
|
-
* <note>
|
|
266
|
-
* <p>The contacts that you provide here replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using <code>DescribeEmergencyContactSettings</code> and then provide it here. </p>
|
|
267
|
-
* </note>
|
|
268
|
-
*/
|
|
175
|
+
|
|
269
176
|
EmergencyContactList: EmergencyContact[] | undefined;
|
|
270
177
|
}
|
|
271
178
|
export declare namespace AssociateProactiveEngagementDetailsRequest {
|
|
272
|
-
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
179
|
+
|
|
275
180
|
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
276
181
|
}
|
|
277
182
|
export interface AssociateProactiveEngagementDetailsResponse {
|
|
278
183
|
}
|
|
279
184
|
export declare namespace AssociateProactiveEngagementDetailsResponse {
|
|
280
|
-
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
185
|
+
|
|
283
186
|
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
284
187
|
}
|
|
285
|
-
|
|
286
|
-
* <p>The counter that describes a DDoS attack.</p>
|
|
287
|
-
*/
|
|
188
|
+
|
|
288
189
|
export interface SummarizedCounter {
|
|
289
|
-
|
|
290
|
-
* <p>The counter name.</p>
|
|
291
|
-
*/
|
|
190
|
+
|
|
292
191
|
Name?: string;
|
|
293
|
-
|
|
294
|
-
* <p>The maximum value of the counter for a specified time period.</p>
|
|
295
|
-
*/
|
|
192
|
+
|
|
296
193
|
Max?: number;
|
|
297
|
-
|
|
298
|
-
* <p>The average value of the counter for a specified time period.</p>
|
|
299
|
-
*/
|
|
194
|
+
|
|
300
195
|
Average?: number;
|
|
301
|
-
|
|
302
|
-
* <p>The total of counter values for a specified time period.</p>
|
|
303
|
-
*/
|
|
196
|
+
|
|
304
197
|
Sum?: number;
|
|
305
|
-
|
|
306
|
-
* <p>The number of counters for a specified time period.</p>
|
|
307
|
-
*/
|
|
198
|
+
|
|
308
199
|
N?: number;
|
|
309
|
-
|
|
310
|
-
* <p>The unit of the counters.</p>
|
|
311
|
-
*/
|
|
200
|
+
|
|
312
201
|
Unit?: string;
|
|
313
202
|
}
|
|
314
203
|
export declare namespace SummarizedCounter {
|
|
315
|
-
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
204
|
+
|
|
318
205
|
const filterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
319
206
|
}
|
|
320
207
|
export declare enum AttackLayer {
|
|
@@ -331,23 +218,15 @@ export declare enum AttackPropertyIdentifier {
|
|
|
331
218
|
WORDPRESS_PINGBACK_REFLECTOR = "WORDPRESS_PINGBACK_REFLECTOR",
|
|
332
219
|
WORDPRESS_PINGBACK_SOURCE = "WORDPRESS_PINGBACK_SOURCE"
|
|
333
220
|
}
|
|
334
|
-
|
|
335
|
-
* <p>A contributor to the attack and their contribution.</p>
|
|
336
|
-
*/
|
|
221
|
+
|
|
337
222
|
export interface Contributor {
|
|
338
|
-
|
|
339
|
-
* <p>The name of the contributor. This is dependent on the <code>AttackPropertyIdentifier</code>. For example, if the <code>AttackPropertyIdentifier</code> is <code>SOURCE_COUNTRY</code>, the <code>Name</code> could be <code>United States</code>.</p>
|
|
340
|
-
*/
|
|
223
|
+
|
|
341
224
|
Name?: string;
|
|
342
|
-
|
|
343
|
-
* <p>The contribution of this contributor expressed in <a>Protection</a> units. For example <code>10,000</code>.</p>
|
|
344
|
-
*/
|
|
225
|
+
|
|
345
226
|
Value?: number;
|
|
346
227
|
}
|
|
347
228
|
export declare namespace Contributor {
|
|
348
|
-
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
229
|
+
|
|
351
230
|
const filterSensitiveLog: (obj: Contributor) => any;
|
|
352
231
|
}
|
|
353
232
|
export declare enum Unit {
|
|
@@ -356,434 +235,199 @@ export declare enum Unit {
|
|
|
356
235
|
PACKETS = "PACKETS",
|
|
357
236
|
REQUESTS = "REQUESTS"
|
|
358
237
|
}
|
|
359
|
-
|
|
360
|
-
* <p>Details of a Shield event. This is provided as part of an <a>AttackDetail</a>.</p>
|
|
361
|
-
*/
|
|
238
|
+
|
|
362
239
|
export interface AttackProperty {
|
|
363
|
-
|
|
364
|
-
* <p>The type of Shield event that was observed. <code>NETWORK</code> indicates layer 3 and layer 4 events and <code>APPLICATION</code>
|
|
365
|
-
* indicates layer 7 events.</p>
|
|
366
|
-
* <p>For infrastructure
|
|
367
|
-
* layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics.
|
|
368
|
-
* For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms">Shield metrics and alarms</a>
|
|
369
|
-
* in the <i>WAF Developer Guide</i>. </p>
|
|
370
|
-
*/
|
|
240
|
+
|
|
371
241
|
AttackLayer?: AttackLayer | string;
|
|
372
|
-
|
|
373
|
-
* <p>Defines the Shield event property information that is provided. The
|
|
374
|
-
* <code>WORDPRESS_PINGBACK_REFLECTOR</code> and <code>WORDPRESS_PINGBACK_SOURCE</code>
|
|
375
|
-
* values are valid only for WordPress reflective pingback events.</p>
|
|
376
|
-
*/
|
|
242
|
+
|
|
377
243
|
AttackPropertyIdentifier?: AttackPropertyIdentifier | string;
|
|
378
|
-
|
|
379
|
-
* <p>Contributor objects for the top five contributors to a Shield event. </p>
|
|
380
|
-
*/
|
|
244
|
+
|
|
381
245
|
TopContributors?: Contributor[];
|
|
382
|
-
|
|
383
|
-
* <p>The unit used for the <code>Contributor</code>
|
|
384
|
-
* <code>Value</code> property. </p>
|
|
385
|
-
*/
|
|
246
|
+
|
|
386
247
|
Unit?: Unit | string;
|
|
387
|
-
|
|
388
|
-
* <p>The total contributions made to this Shield event by all contributors.</p>
|
|
389
|
-
*/
|
|
248
|
+
|
|
390
249
|
Total?: number;
|
|
391
250
|
}
|
|
392
251
|
export declare namespace AttackProperty {
|
|
393
|
-
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
252
|
+
|
|
396
253
|
const filterSensitiveLog: (obj: AttackProperty) => any;
|
|
397
254
|
}
|
|
398
|
-
|
|
399
|
-
* <p>The mitigation applied to a DDoS attack.</p>
|
|
400
|
-
*/
|
|
255
|
+
|
|
401
256
|
export interface Mitigation {
|
|
402
|
-
|
|
403
|
-
* <p>The name of the mitigation taken for this attack.</p>
|
|
404
|
-
*/
|
|
257
|
+
|
|
405
258
|
MitigationName?: string;
|
|
406
259
|
}
|
|
407
260
|
export declare namespace Mitigation {
|
|
408
|
-
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
261
|
+
|
|
411
262
|
const filterSensitiveLog: (obj: Mitigation) => any;
|
|
412
263
|
}
|
|
413
|
-
|
|
414
|
-
* <p>A summary of information about the attack.</p>
|
|
415
|
-
*/
|
|
264
|
+
|
|
416
265
|
export interface SummarizedAttackVector {
|
|
417
|
-
|
|
418
|
-
* <p>The attack type, for example, SNMP reflection or SYN flood.</p>
|
|
419
|
-
*/
|
|
266
|
+
|
|
420
267
|
VectorType: string | undefined;
|
|
421
|
-
|
|
422
|
-
* <p>The list of counters that describe the details of the attack.</p>
|
|
423
|
-
*/
|
|
268
|
+
|
|
424
269
|
VectorCounters?: SummarizedCounter[];
|
|
425
270
|
}
|
|
426
271
|
export declare namespace SummarizedAttackVector {
|
|
427
|
-
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
272
|
+
|
|
430
273
|
const filterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
431
274
|
}
|
|
432
275
|
export declare enum SubResourceType {
|
|
433
276
|
IP = "IP",
|
|
434
277
|
URL = "URL"
|
|
435
278
|
}
|
|
436
|
-
|
|
437
|
-
* <p>The attack information for the specified SubResource.</p>
|
|
438
|
-
*/
|
|
279
|
+
|
|
439
280
|
export interface SubResourceSummary {
|
|
440
|
-
|
|
441
|
-
* <p>The <code>SubResource</code> type.</p>
|
|
442
|
-
*/
|
|
281
|
+
|
|
443
282
|
Type?: SubResourceType | string;
|
|
444
|
-
|
|
445
|
-
* <p>The unique identifier (ID) of the <code>SubResource</code>.</p>
|
|
446
|
-
*/
|
|
283
|
+
|
|
447
284
|
Id?: string;
|
|
448
|
-
|
|
449
|
-
* <p>The list of attack types and associated counters.</p>
|
|
450
|
-
*/
|
|
285
|
+
|
|
451
286
|
AttackVectors?: SummarizedAttackVector[];
|
|
452
|
-
|
|
453
|
-
* <p>The counters that describe the details of the attack.</p>
|
|
454
|
-
*/
|
|
287
|
+
|
|
455
288
|
Counters?: SummarizedCounter[];
|
|
456
289
|
}
|
|
457
290
|
export declare namespace SubResourceSummary {
|
|
458
|
-
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
291
|
+
|
|
461
292
|
const filterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
462
293
|
}
|
|
463
|
-
|
|
464
|
-
* <p>The details of a DDoS attack.</p>
|
|
465
|
-
*/
|
|
294
|
+
|
|
466
295
|
export interface AttackDetail {
|
|
467
|
-
|
|
468
|
-
* <p>The unique identifier (ID) of the attack.</p>
|
|
469
|
-
*/
|
|
296
|
+
|
|
470
297
|
AttackId?: string;
|
|
471
|
-
|
|
472
|
-
* <p>The ARN (Amazon Resource Name) of the resource that was attacked.</p>
|
|
473
|
-
*/
|
|
298
|
+
|
|
474
299
|
ResourceArn?: string;
|
|
475
|
-
|
|
476
|
-
* <p>If applicable, additional detail about the resource being attacked, for example, IP address or URL.</p>
|
|
477
|
-
*/
|
|
300
|
+
|
|
478
301
|
SubResources?: SubResourceSummary[];
|
|
479
|
-
|
|
480
|
-
* <p>The time the attack started, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
481
|
-
*/
|
|
302
|
+
|
|
482
303
|
StartTime?: Date;
|
|
483
|
-
|
|
484
|
-
* <p>The time the attack ended, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
485
|
-
*/
|
|
304
|
+
|
|
486
305
|
EndTime?: Date;
|
|
487
|
-
|
|
488
|
-
* <p>List of counters that describe the attack for the specified time period.</p>
|
|
489
|
-
*/
|
|
306
|
+
|
|
490
307
|
AttackCounters?: SummarizedCounter[];
|
|
491
|
-
|
|
492
|
-
* <p>The array of objects that provide details of the Shield event. </p>
|
|
493
|
-
* <p>For infrastructure
|
|
494
|
-
* layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics.
|
|
495
|
-
* For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms">Shield metrics and alarms</a>
|
|
496
|
-
* in the <i>WAF Developer Guide</i>. </p>
|
|
497
|
-
*/
|
|
308
|
+
|
|
498
309
|
AttackProperties?: AttackProperty[];
|
|
499
|
-
|
|
500
|
-
* <p>List of mitigation actions taken for the attack.</p>
|
|
501
|
-
*/
|
|
310
|
+
|
|
502
311
|
Mitigations?: Mitigation[];
|
|
503
312
|
}
|
|
504
313
|
export declare namespace AttackDetail {
|
|
505
|
-
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
314
|
+
|
|
508
315
|
const filterSensitiveLog: (obj: AttackDetail) => any;
|
|
509
316
|
}
|
|
510
|
-
|
|
511
|
-
* <p>Statistics objects for the various data types in <a>AttackVolume</a>. </p>
|
|
512
|
-
*/
|
|
317
|
+
|
|
513
318
|
export interface AttackVolumeStatistics {
|
|
514
|
-
|
|
515
|
-
* <p>The maximum attack volume observed for the given unit.</p>
|
|
516
|
-
*/
|
|
319
|
+
|
|
517
320
|
Max: number | undefined;
|
|
518
321
|
}
|
|
519
322
|
export declare namespace AttackVolumeStatistics {
|
|
520
|
-
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
323
|
+
|
|
523
324
|
const filterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
524
325
|
}
|
|
525
|
-
|
|
526
|
-
* <p>Information about the volume of attacks during the time period, included in an <a>AttackStatisticsDataItem</a>. If the accompanying <code>AttackCount</code> in the statistics object is zero, this setting might be empty.</p>
|
|
527
|
-
*/
|
|
326
|
+
|
|
528
327
|
export interface AttackVolume {
|
|
529
|
-
|
|
530
|
-
* <p>A statistics object that uses bits per second as the unit. This is included for network level attacks. </p>
|
|
531
|
-
*/
|
|
328
|
+
|
|
532
329
|
BitsPerSecond?: AttackVolumeStatistics;
|
|
533
|
-
|
|
534
|
-
* <p>A statistics object that uses packets per second as the unit. This is included for network level attacks. </p>
|
|
535
|
-
*/
|
|
330
|
+
|
|
536
331
|
PacketsPerSecond?: AttackVolumeStatistics;
|
|
537
|
-
|
|
538
|
-
* <p>A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.</p>
|
|
539
|
-
*/
|
|
332
|
+
|
|
540
333
|
RequestsPerSecond?: AttackVolumeStatistics;
|
|
541
334
|
}
|
|
542
335
|
export declare namespace AttackVolume {
|
|
543
|
-
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
336
|
+
|
|
546
337
|
const filterSensitiveLog: (obj: AttackVolume) => any;
|
|
547
338
|
}
|
|
548
|
-
|
|
549
|
-
* <p>A single attack statistics data record. This is returned by <a>DescribeAttackStatistics</a> along with a time range indicating the time period that the attack statistics apply to. </p>
|
|
550
|
-
*/
|
|
339
|
+
|
|
551
340
|
export interface AttackStatisticsDataItem {
|
|
552
|
-
|
|
553
|
-
* <p>Information about the volume of attacks during the time period. If the accompanying <code>AttackCount</code> is zero, this setting might be empty.</p>
|
|
554
|
-
*/
|
|
341
|
+
|
|
555
342
|
AttackVolume?: AttackVolume;
|
|
556
|
-
|
|
557
|
-
* <p>The number of attacks detected during the time period. This is always present, but might be zero. </p>
|
|
558
|
-
*/
|
|
343
|
+
|
|
559
344
|
AttackCount: number | undefined;
|
|
560
345
|
}
|
|
561
346
|
export declare namespace AttackStatisticsDataItem {
|
|
562
|
-
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
347
|
+
|
|
565
348
|
const filterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
566
349
|
}
|
|
567
|
-
|
|
568
|
-
* <p>Describes the attack.</p>
|
|
569
|
-
*/
|
|
350
|
+
|
|
570
351
|
export interface AttackVectorDescription {
|
|
571
|
-
|
|
572
|
-
* <p>The attack type. Valid values:</p>
|
|
573
|
-
* <ul>
|
|
574
|
-
* <li>
|
|
575
|
-
* <p>UDP_TRAFFIC</p>
|
|
576
|
-
* </li>
|
|
577
|
-
* <li>
|
|
578
|
-
* <p>UDP_FRAGMENT</p>
|
|
579
|
-
* </li>
|
|
580
|
-
* <li>
|
|
581
|
-
* <p>GENERIC_UDP_REFLECTION</p>
|
|
582
|
-
* </li>
|
|
583
|
-
* <li>
|
|
584
|
-
* <p>DNS_REFLECTION</p>
|
|
585
|
-
* </li>
|
|
586
|
-
* <li>
|
|
587
|
-
* <p>NTP_REFLECTION</p>
|
|
588
|
-
* </li>
|
|
589
|
-
* <li>
|
|
590
|
-
* <p>CHARGEN_REFLECTION</p>
|
|
591
|
-
* </li>
|
|
592
|
-
* <li>
|
|
593
|
-
* <p>SSDP_REFLECTION</p>
|
|
594
|
-
* </li>
|
|
595
|
-
* <li>
|
|
596
|
-
* <p>PORT_MAPPER</p>
|
|
597
|
-
* </li>
|
|
598
|
-
* <li>
|
|
599
|
-
* <p>RIP_REFLECTION</p>
|
|
600
|
-
* </li>
|
|
601
|
-
* <li>
|
|
602
|
-
* <p>SNMP_REFLECTION</p>
|
|
603
|
-
* </li>
|
|
604
|
-
* <li>
|
|
605
|
-
* <p>MSSQL_REFLECTION</p>
|
|
606
|
-
* </li>
|
|
607
|
-
* <li>
|
|
608
|
-
* <p>NET_BIOS_REFLECTION</p>
|
|
609
|
-
* </li>
|
|
610
|
-
* <li>
|
|
611
|
-
* <p>SYN_FLOOD</p>
|
|
612
|
-
* </li>
|
|
613
|
-
* <li>
|
|
614
|
-
* <p>ACK_FLOOD</p>
|
|
615
|
-
* </li>
|
|
616
|
-
* <li>
|
|
617
|
-
* <p>REQUEST_FLOOD</p>
|
|
618
|
-
* </li>
|
|
619
|
-
* <li>
|
|
620
|
-
* <p>HTTP_REFLECTION</p>
|
|
621
|
-
* </li>
|
|
622
|
-
* <li>
|
|
623
|
-
* <p>UDS_REFLECTION</p>
|
|
624
|
-
* </li>
|
|
625
|
-
* <li>
|
|
626
|
-
* <p>MEMCACHED_REFLECTION</p>
|
|
627
|
-
* </li>
|
|
628
|
-
* </ul>
|
|
629
|
-
*/
|
|
352
|
+
|
|
630
353
|
VectorType: string | undefined;
|
|
631
354
|
}
|
|
632
355
|
export declare namespace AttackVectorDescription {
|
|
633
|
-
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
356
|
+
|
|
636
357
|
const filterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
637
358
|
}
|
|
638
|
-
|
|
639
|
-
* <p>Summarizes all DDoS attacks for a specified time period.</p>
|
|
640
|
-
*/
|
|
359
|
+
|
|
641
360
|
export interface AttackSummary {
|
|
642
|
-
|
|
643
|
-
* <p>The unique identifier (ID) of the attack.</p>
|
|
644
|
-
*/
|
|
361
|
+
|
|
645
362
|
AttackId?: string;
|
|
646
|
-
|
|
647
|
-
* <p>The ARN (Amazon Resource Name) of the resource that was attacked.</p>
|
|
648
|
-
*/
|
|
363
|
+
|
|
649
364
|
ResourceArn?: string;
|
|
650
|
-
|
|
651
|
-
* <p>The start time of the attack, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
652
|
-
*/
|
|
365
|
+
|
|
653
366
|
StartTime?: Date;
|
|
654
|
-
|
|
655
|
-
* <p>The end time of the attack, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
656
|
-
*/
|
|
367
|
+
|
|
657
368
|
EndTime?: Date;
|
|
658
|
-
|
|
659
|
-
* <p>The list of attacks for a specified time period.</p>
|
|
660
|
-
*/
|
|
369
|
+
|
|
661
370
|
AttackVectors?: AttackVectorDescription[];
|
|
662
371
|
}
|
|
663
372
|
export declare namespace AttackSummary {
|
|
664
|
-
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
373
|
+
|
|
667
374
|
const filterSensitiveLog: (obj: AttackSummary) => any;
|
|
668
375
|
}
|
|
669
376
|
export declare enum AutoRenew {
|
|
670
377
|
DISABLED = "DISABLED",
|
|
671
378
|
ENABLED = "ENABLED"
|
|
672
379
|
}
|
|
673
|
-
|
|
674
|
-
* <p>A tag associated with an Amazon Web Services resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing or other management. Typically, the tag key represents a category, such as "environment", and the tag value represents a specific value within that category, such as "test," "development," or "production". Or you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.</p>
|
|
675
|
-
*/
|
|
380
|
+
|
|
676
381
|
export interface Tag {
|
|
677
|
-
|
|
678
|
-
* <p>Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as "customer." Tag keys are case-sensitive.</p>
|
|
679
|
-
*/
|
|
382
|
+
|
|
680
383
|
Key?: string;
|
|
681
|
-
|
|
682
|
-
* <p>Part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as "companyA" or "companyB." Tag values are case-sensitive.</p>
|
|
683
|
-
*/
|
|
384
|
+
|
|
684
385
|
Value?: string;
|
|
685
386
|
}
|
|
686
387
|
export declare namespace Tag {
|
|
687
|
-
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
388
|
+
|
|
690
389
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
691
390
|
}
|
|
692
391
|
export interface CreateProtectionRequest {
|
|
693
|
-
|
|
694
|
-
* <p>Friendly name for the <code>Protection</code> you are creating.</p>
|
|
695
|
-
*/
|
|
392
|
+
|
|
696
393
|
Name: string | undefined;
|
|
697
|
-
|
|
698
|
-
* <p>The ARN (Amazon Resource Name) of the resource to be protected.</p>
|
|
699
|
-
* <p>The ARN should be in one of the following formats:</p>
|
|
700
|
-
* <ul>
|
|
701
|
-
* <li>
|
|
702
|
-
* <p>For an Application Load Balancer: <code>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/app/<i>load-balancer-name</i>/<i>load-balancer-id</i>
|
|
703
|
-
* </code>
|
|
704
|
-
* </p>
|
|
705
|
-
* </li>
|
|
706
|
-
* <li>
|
|
707
|
-
* <p>For an Elastic Load Balancer (Classic Load Balancer): <code>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/<i>load-balancer-name</i>
|
|
708
|
-
* </code>
|
|
709
|
-
* </p>
|
|
710
|
-
* </li>
|
|
711
|
-
* <li>
|
|
712
|
-
* <p>For an Amazon CloudFront distribution: <code>arn:aws:cloudfront::<i>account-id</i>:distribution/<i>distribution-id</i>
|
|
713
|
-
* </code>
|
|
714
|
-
* </p>
|
|
715
|
-
* </li>
|
|
716
|
-
* <li>
|
|
717
|
-
* <p>For an Global Accelerator accelerator: <code>arn:aws:globalaccelerator::<i>account-id</i>:accelerator/<i>accelerator-id</i>
|
|
718
|
-
* </code>
|
|
719
|
-
* </p>
|
|
720
|
-
* </li>
|
|
721
|
-
* <li>
|
|
722
|
-
* <p>For Amazon Route 53: <code>arn:aws:route53:::hostedzone/<i>hosted-zone-id</i>
|
|
723
|
-
* </code>
|
|
724
|
-
* </p>
|
|
725
|
-
* </li>
|
|
726
|
-
* <li>
|
|
727
|
-
* <p>For an Elastic IP address: <code>arn:aws:ec2:<i>region</i>:<i>account-id</i>:eip-allocation/<i>allocation-id</i>
|
|
728
|
-
* </code>
|
|
729
|
-
* </p>
|
|
730
|
-
* </li>
|
|
731
|
-
* </ul>
|
|
732
|
-
*/
|
|
394
|
+
|
|
733
395
|
ResourceArn: string | undefined;
|
|
734
|
-
|
|
735
|
-
* <p>One or more tag key-value pairs for the <a>Protection</a> object that is created.</p>
|
|
736
|
-
*/
|
|
396
|
+
|
|
737
397
|
Tags?: Tag[];
|
|
738
398
|
}
|
|
739
399
|
export declare namespace CreateProtectionRequest {
|
|
740
|
-
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
400
|
+
|
|
743
401
|
const filterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
744
402
|
}
|
|
745
403
|
export interface CreateProtectionResponse {
|
|
746
|
-
|
|
747
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object that is created.</p>
|
|
748
|
-
*/
|
|
404
|
+
|
|
749
405
|
ProtectionId?: string;
|
|
750
406
|
}
|
|
751
407
|
export declare namespace CreateProtectionResponse {
|
|
752
|
-
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
408
|
+
|
|
755
409
|
const filterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
756
410
|
}
|
|
757
|
-
|
|
758
|
-
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
759
|
-
*/
|
|
411
|
+
|
|
760
412
|
export interface InvalidResourceException extends __SmithyException, $MetadataBearer {
|
|
761
413
|
name: "InvalidResourceException";
|
|
762
414
|
$fault: "client";
|
|
763
415
|
message?: string;
|
|
764
416
|
}
|
|
765
417
|
export declare namespace InvalidResourceException {
|
|
766
|
-
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
418
|
+
|
|
769
419
|
const filterSensitiveLog: (obj: InvalidResourceException) => any;
|
|
770
420
|
}
|
|
771
|
-
|
|
772
|
-
* <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
|
|
773
|
-
*/
|
|
421
|
+
|
|
774
422
|
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
775
423
|
name: "ResourceAlreadyExistsException";
|
|
776
424
|
$fault: "client";
|
|
777
425
|
message?: string;
|
|
778
|
-
|
|
779
|
-
* <p>The type of resource that already exists.</p>
|
|
780
|
-
*/
|
|
426
|
+
|
|
781
427
|
resourceType?: string;
|
|
782
428
|
}
|
|
783
429
|
export declare namespace ResourceAlreadyExistsException {
|
|
784
|
-
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
430
|
+
|
|
787
431
|
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
788
432
|
}
|
|
789
433
|
export declare enum ProtectionGroupAggregation {
|
|
@@ -805,412 +449,249 @@ export declare enum ProtectedResourceType {
|
|
|
805
449
|
ROUTE_53_HOSTED_ZONE = "ROUTE_53_HOSTED_ZONE"
|
|
806
450
|
}
|
|
807
451
|
export interface CreateProtectionGroupRequest {
|
|
808
|
-
|
|
809
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
810
|
-
*/
|
|
452
|
+
|
|
811
453
|
ProtectionGroupId: string | undefined;
|
|
812
|
-
|
|
813
|
-
* <p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>
|
|
814
|
-
* <ul>
|
|
815
|
-
* <li>
|
|
816
|
-
* <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>
|
|
817
|
-
* </li>
|
|
818
|
-
* <li>
|
|
819
|
-
* <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>
|
|
820
|
-
* </li>
|
|
821
|
-
* <li>
|
|
822
|
-
* <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront and origin resources for CloudFront distributions.</p>
|
|
823
|
-
* </li>
|
|
824
|
-
* </ul>
|
|
825
|
-
*/
|
|
454
|
+
|
|
826
455
|
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
827
|
-
|
|
828
|
-
* <p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type. </p>
|
|
829
|
-
*/
|
|
456
|
+
|
|
830
457
|
Pattern: ProtectionGroupPattern | string | undefined;
|
|
831
|
-
|
|
832
|
-
* <p>The resource type to include in the protection group. All protected resources of this type are included in the protection group. Newly protected resources of this type are automatically added to the group.
|
|
833
|
-
* You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
834
|
-
*/
|
|
458
|
+
|
|
835
459
|
ResourceType?: ProtectedResourceType | string;
|
|
836
|
-
|
|
837
|
-
* <p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
838
|
-
*/
|
|
460
|
+
|
|
839
461
|
Members?: string[];
|
|
840
|
-
|
|
841
|
-
* <p>One or more tag key-value pairs for the protection group.</p>
|
|
842
|
-
*/
|
|
462
|
+
|
|
843
463
|
Tags?: Tag[];
|
|
844
464
|
}
|
|
845
465
|
export declare namespace CreateProtectionGroupRequest {
|
|
846
|
-
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
466
|
+
|
|
849
467
|
const filterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
850
468
|
}
|
|
851
469
|
export interface CreateProtectionGroupResponse {
|
|
852
470
|
}
|
|
853
471
|
export declare namespace CreateProtectionGroupResponse {
|
|
854
|
-
|
|
855
|
-
* @internal
|
|
856
|
-
*/
|
|
472
|
+
|
|
857
473
|
const filterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
858
474
|
}
|
|
859
475
|
export interface CreateSubscriptionRequest {
|
|
860
476
|
}
|
|
861
477
|
export declare namespace CreateSubscriptionRequest {
|
|
862
|
-
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
478
|
+
|
|
865
479
|
const filterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
866
480
|
}
|
|
867
481
|
export interface CreateSubscriptionResponse {
|
|
868
482
|
}
|
|
869
483
|
export declare namespace CreateSubscriptionResponse {
|
|
870
|
-
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
484
|
+
|
|
873
485
|
const filterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
874
486
|
}
|
|
875
487
|
export interface DeleteProtectionRequest {
|
|
876
|
-
|
|
877
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object to be
|
|
878
|
-
* deleted.</p>
|
|
879
|
-
*/
|
|
488
|
+
|
|
880
489
|
ProtectionId: string | undefined;
|
|
881
490
|
}
|
|
882
491
|
export declare namespace DeleteProtectionRequest {
|
|
883
|
-
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
492
|
+
|
|
886
493
|
const filterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
887
494
|
}
|
|
888
495
|
export interface DeleteProtectionResponse {
|
|
889
496
|
}
|
|
890
497
|
export declare namespace DeleteProtectionResponse {
|
|
891
|
-
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
498
|
+
|
|
894
499
|
const filterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
895
500
|
}
|
|
896
501
|
export interface DeleteProtectionGroupRequest {
|
|
897
|
-
|
|
898
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
899
|
-
*/
|
|
502
|
+
|
|
900
503
|
ProtectionGroupId: string | undefined;
|
|
901
504
|
}
|
|
902
505
|
export declare namespace DeleteProtectionGroupRequest {
|
|
903
|
-
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
506
|
+
|
|
906
507
|
const filterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
907
508
|
}
|
|
908
509
|
export interface DeleteProtectionGroupResponse {
|
|
909
510
|
}
|
|
910
511
|
export declare namespace DeleteProtectionGroupResponse {
|
|
911
|
-
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
512
|
+
|
|
914
513
|
const filterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
915
514
|
}
|
|
916
515
|
export interface DeleteSubscriptionRequest {
|
|
917
516
|
}
|
|
918
517
|
export declare namespace DeleteSubscriptionRequest {
|
|
919
|
-
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
518
|
+
|
|
922
519
|
const filterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
923
520
|
}
|
|
924
521
|
export interface DeleteSubscriptionResponse {
|
|
925
522
|
}
|
|
926
523
|
export declare namespace DeleteSubscriptionResponse {
|
|
927
|
-
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
524
|
+
|
|
930
525
|
const filterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
931
526
|
}
|
|
932
|
-
|
|
933
|
-
* <p>You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the <code>AutoRenew</code> parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change <code>AutoRenew</code> prior to that period.</p>
|
|
934
|
-
*/
|
|
527
|
+
|
|
935
528
|
export interface LockedSubscriptionException extends __SmithyException, $MetadataBearer {
|
|
936
529
|
name: "LockedSubscriptionException";
|
|
937
530
|
$fault: "client";
|
|
938
531
|
message?: string;
|
|
939
532
|
}
|
|
940
533
|
export declare namespace LockedSubscriptionException {
|
|
941
|
-
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
534
|
+
|
|
944
535
|
const filterSensitiveLog: (obj: LockedSubscriptionException) => any;
|
|
945
536
|
}
|
|
946
537
|
export interface DescribeAttackRequest {
|
|
947
|
-
|
|
948
|
-
* <p>The unique identifier (ID) for the attack that to be described.</p>
|
|
949
|
-
*/
|
|
538
|
+
|
|
950
539
|
AttackId: string | undefined;
|
|
951
540
|
}
|
|
952
541
|
export declare namespace DescribeAttackRequest {
|
|
953
|
-
|
|
954
|
-
* @internal
|
|
955
|
-
*/
|
|
542
|
+
|
|
956
543
|
const filterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
957
544
|
}
|
|
958
545
|
export interface DescribeAttackResponse {
|
|
959
|
-
|
|
960
|
-
* <p>The attack that is described.</p>
|
|
961
|
-
*/
|
|
546
|
+
|
|
962
547
|
Attack?: AttackDetail;
|
|
963
548
|
}
|
|
964
549
|
export declare namespace DescribeAttackResponse {
|
|
965
|
-
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
550
|
+
|
|
968
551
|
const filterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
969
552
|
}
|
|
970
553
|
export interface DescribeAttackStatisticsRequest {
|
|
971
554
|
}
|
|
972
555
|
export declare namespace DescribeAttackStatisticsRequest {
|
|
973
|
-
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
556
|
+
|
|
976
557
|
const filterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
977
558
|
}
|
|
978
|
-
|
|
979
|
-
* <p>The time range. </p>
|
|
980
|
-
*/
|
|
559
|
+
|
|
981
560
|
export interface TimeRange {
|
|
982
|
-
|
|
983
|
-
* <p>The start time, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
984
|
-
*/
|
|
561
|
+
|
|
985
562
|
FromInclusive?: Date;
|
|
986
|
-
|
|
987
|
-
* <p>The end time, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
988
|
-
*/
|
|
563
|
+
|
|
989
564
|
ToExclusive?: Date;
|
|
990
565
|
}
|
|
991
566
|
export declare namespace TimeRange {
|
|
992
|
-
|
|
993
|
-
* @internal
|
|
994
|
-
*/
|
|
567
|
+
|
|
995
568
|
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
996
569
|
}
|
|
997
570
|
export interface DescribeAttackStatisticsResponse {
|
|
998
|
-
|
|
999
|
-
* <p>The time range. </p>
|
|
1000
|
-
*/
|
|
571
|
+
|
|
1001
572
|
TimeRange: TimeRange | undefined;
|
|
1002
|
-
|
|
1003
|
-
* <p>The data that describes the attacks detected during the time period.</p>
|
|
1004
|
-
*/
|
|
573
|
+
|
|
1005
574
|
DataItems: AttackStatisticsDataItem[] | undefined;
|
|
1006
575
|
}
|
|
1007
576
|
export declare namespace DescribeAttackStatisticsResponse {
|
|
1008
|
-
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
577
|
+
|
|
1011
578
|
const filterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
1012
579
|
}
|
|
1013
580
|
export interface DescribeDRTAccessRequest {
|
|
1014
581
|
}
|
|
1015
582
|
export declare namespace DescribeDRTAccessRequest {
|
|
1016
|
-
|
|
1017
|
-
* @internal
|
|
1018
|
-
*/
|
|
583
|
+
|
|
1019
584
|
const filterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
1020
585
|
}
|
|
1021
586
|
export interface DescribeDRTAccessResponse {
|
|
1022
|
-
|
|
1023
|
-
* <p>The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.</p>
|
|
1024
|
-
*/
|
|
587
|
+
|
|
1025
588
|
RoleArn?: string;
|
|
1026
|
-
|
|
1027
|
-
* <p>The list of Amazon S3 buckets accessed by the SRT.</p>
|
|
1028
|
-
*/
|
|
589
|
+
|
|
1029
590
|
LogBucketList?: string[];
|
|
1030
591
|
}
|
|
1031
592
|
export declare namespace DescribeDRTAccessResponse {
|
|
1032
|
-
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
593
|
+
|
|
1035
594
|
const filterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
1036
595
|
}
|
|
1037
596
|
export interface DescribeEmergencyContactSettingsRequest {
|
|
1038
597
|
}
|
|
1039
598
|
export declare namespace DescribeEmergencyContactSettingsRequest {
|
|
1040
|
-
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
599
|
+
|
|
1043
600
|
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
1044
601
|
}
|
|
1045
602
|
export interface DescribeEmergencyContactSettingsResponse {
|
|
1046
|
-
|
|
1047
|
-
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
1048
|
-
*/
|
|
603
|
+
|
|
1049
604
|
EmergencyContactList?: EmergencyContact[];
|
|
1050
605
|
}
|
|
1051
606
|
export declare namespace DescribeEmergencyContactSettingsResponse {
|
|
1052
|
-
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
607
|
+
|
|
1055
608
|
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
1056
609
|
}
|
|
1057
610
|
export interface DescribeProtectionRequest {
|
|
1058
|
-
|
|
1059
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object that is
|
|
1060
|
-
* described. When submitting the <code>DescribeProtection</code> request you must provide either the <code>ResourceArn</code> or the <code>ProtectionID</code>, but not both.</p>
|
|
1061
|
-
*/
|
|
611
|
+
|
|
1062
612
|
ProtectionId?: string;
|
|
1063
|
-
|
|
1064
|
-
* <p>The ARN (Amazon Resource Name) of the Amazon Web Services resource for the <a>Protection</a> object that is
|
|
1065
|
-
* described. When submitting the <code>DescribeProtection</code> request you must provide either the <code>ResourceArn</code> or the <code>ProtectionID</code>, but not both.</p>
|
|
1066
|
-
*/
|
|
613
|
+
|
|
1067
614
|
ResourceArn?: string;
|
|
1068
615
|
}
|
|
1069
616
|
export declare namespace DescribeProtectionRequest {
|
|
1070
|
-
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
617
|
+
|
|
1073
618
|
const filterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
1074
619
|
}
|
|
1075
|
-
|
|
1076
|
-
* <p>An object that represents a resource that is under DDoS protection.</p>
|
|
1077
|
-
*/
|
|
620
|
+
|
|
1078
621
|
export interface Protection {
|
|
1079
|
-
|
|
1080
|
-
* <p>The unique identifier (ID) of the protection.</p>
|
|
1081
|
-
*/
|
|
622
|
+
|
|
1082
623
|
Id?: string;
|
|
1083
|
-
|
|
1084
|
-
* <p>The name of the protection. For example, <code>My CloudFront distributions</code>.</p>
|
|
1085
|
-
*/
|
|
624
|
+
|
|
1086
625
|
Name?: string;
|
|
1087
|
-
|
|
1088
|
-
* <p>The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.</p>
|
|
1089
|
-
*/
|
|
626
|
+
|
|
1090
627
|
ResourceArn?: string;
|
|
1091
|
-
|
|
1092
|
-
* <p>The unique identifier (ID) for the Route 53 health check that's associated with the protection. </p>
|
|
1093
|
-
*/
|
|
628
|
+
|
|
1094
629
|
HealthCheckIds?: string[];
|
|
1095
|
-
|
|
1096
|
-
* <p>The ARN (Amazon Resource Name) of the protection.</p>
|
|
1097
|
-
*/
|
|
630
|
+
|
|
1098
631
|
ProtectionArn?: string;
|
|
1099
632
|
}
|
|
1100
633
|
export declare namespace Protection {
|
|
1101
|
-
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
634
|
+
|
|
1104
635
|
const filterSensitiveLog: (obj: Protection) => any;
|
|
1105
636
|
}
|
|
1106
637
|
export interface DescribeProtectionResponse {
|
|
1107
|
-
|
|
1108
|
-
* <p>The <a>Protection</a> object that is described.</p>
|
|
1109
|
-
*/
|
|
638
|
+
|
|
1110
639
|
Protection?: Protection;
|
|
1111
640
|
}
|
|
1112
641
|
export declare namespace DescribeProtectionResponse {
|
|
1113
|
-
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
642
|
+
|
|
1116
643
|
const filterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
1117
644
|
}
|
|
1118
645
|
export interface DescribeProtectionGroupRequest {
|
|
1119
|
-
|
|
1120
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
1121
|
-
*/
|
|
646
|
+
|
|
1122
647
|
ProtectionGroupId: string | undefined;
|
|
1123
648
|
}
|
|
1124
649
|
export declare namespace DescribeProtectionGroupRequest {
|
|
1125
|
-
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
650
|
+
|
|
1128
651
|
const filterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
1129
652
|
}
|
|
1130
|
-
|
|
1131
|
-
* <p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
1132
|
-
*/
|
|
653
|
+
|
|
1133
654
|
export interface ProtectionGroup {
|
|
1134
|
-
|
|
1135
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
1136
|
-
*/
|
|
655
|
+
|
|
1137
656
|
ProtectionGroupId: string | undefined;
|
|
1138
|
-
|
|
1139
|
-
* <p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>
|
|
1140
|
-
* <ul>
|
|
1141
|
-
* <li>
|
|
1142
|
-
* <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>
|
|
1143
|
-
* </li>
|
|
1144
|
-
* <li>
|
|
1145
|
-
* <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>
|
|
1146
|
-
* </li>
|
|
1147
|
-
* <li>
|
|
1148
|
-
* <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.</p>
|
|
1149
|
-
* </li>
|
|
1150
|
-
* </ul>
|
|
1151
|
-
*/
|
|
657
|
+
|
|
1152
658
|
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
1153
|
-
|
|
1154
|
-
* <p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type.</p>
|
|
1155
|
-
*/
|
|
659
|
+
|
|
1156
660
|
Pattern: ProtectionGroupPattern | string | undefined;
|
|
1157
|
-
|
|
1158
|
-
* <p>The resource type to include in the protection group. All protected resources of this type are included in the protection group.
|
|
1159
|
-
* You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
1160
|
-
*/
|
|
661
|
+
|
|
1161
662
|
ResourceType?: ProtectedResourceType | string;
|
|
1162
|
-
|
|
1163
|
-
* <p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
1164
|
-
*/
|
|
663
|
+
|
|
1165
664
|
Members: string[] | undefined;
|
|
1166
|
-
|
|
1167
|
-
* <p>The ARN (Amazon Resource Name) of the protection group.</p>
|
|
1168
|
-
*/
|
|
665
|
+
|
|
1169
666
|
ProtectionGroupArn?: string;
|
|
1170
667
|
}
|
|
1171
668
|
export declare namespace ProtectionGroup {
|
|
1172
|
-
|
|
1173
|
-
* @internal
|
|
1174
|
-
*/
|
|
669
|
+
|
|
1175
670
|
const filterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
1176
671
|
}
|
|
1177
672
|
export interface DescribeProtectionGroupResponse {
|
|
1178
|
-
|
|
1179
|
-
* <p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
1180
|
-
*/
|
|
673
|
+
|
|
1181
674
|
ProtectionGroup: ProtectionGroup | undefined;
|
|
1182
675
|
}
|
|
1183
676
|
export declare namespace DescribeProtectionGroupResponse {
|
|
1184
|
-
|
|
1185
|
-
* @internal
|
|
1186
|
-
*/
|
|
677
|
+
|
|
1187
678
|
const filterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
1188
679
|
}
|
|
1189
680
|
export interface DescribeSubscriptionRequest {
|
|
1190
681
|
}
|
|
1191
682
|
export declare namespace DescribeSubscriptionRequest {
|
|
1192
|
-
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
683
|
+
|
|
1195
684
|
const filterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
1196
685
|
}
|
|
1197
|
-
|
|
1198
|
-
* <p>Specifies how many protections of a given type you can create.</p>
|
|
1199
|
-
*/
|
|
686
|
+
|
|
1200
687
|
export interface Limit {
|
|
1201
|
-
|
|
1202
|
-
* <p>The type of protection.</p>
|
|
1203
|
-
*/
|
|
688
|
+
|
|
1204
689
|
Type?: string;
|
|
1205
|
-
|
|
1206
|
-
* <p>The maximum number of protections that can be created for the specified <code>Type</code>.</p>
|
|
1207
|
-
*/
|
|
690
|
+
|
|
1208
691
|
Max?: number;
|
|
1209
692
|
}
|
|
1210
693
|
export declare namespace Limit {
|
|
1211
|
-
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
694
|
+
|
|
1214
695
|
const filterSensitiveLog: (obj: Limit) => any;
|
|
1215
696
|
}
|
|
1216
697
|
export declare enum ProactiveEngagementStatus {
|
|
@@ -1218,245 +699,156 @@ export declare enum ProactiveEngagementStatus {
|
|
|
1218
699
|
ENABLED = "ENABLED",
|
|
1219
700
|
PENDING = "PENDING"
|
|
1220
701
|
}
|
|
1221
|
-
|
|
1222
|
-
* <p>Limits settings on protection groups with arbitrary pattern type. </p>
|
|
1223
|
-
*/
|
|
702
|
+
|
|
1224
703
|
export interface ProtectionGroupArbitraryPatternLimits {
|
|
1225
|
-
|
|
1226
|
-
* <p>The maximum number of resources you can specify for a single arbitrary pattern in a protection group.</p>
|
|
1227
|
-
*/
|
|
704
|
+
|
|
1228
705
|
MaxMembers: number | undefined;
|
|
1229
706
|
}
|
|
1230
707
|
export declare namespace ProtectionGroupArbitraryPatternLimits {
|
|
1231
|
-
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
708
|
+
|
|
1234
709
|
const filterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
1235
710
|
}
|
|
1236
|
-
|
|
1237
|
-
* <p>Limits settings by pattern type in the protection groups for your subscription. </p>
|
|
1238
|
-
*/
|
|
711
|
+
|
|
1239
712
|
export interface ProtectionGroupPatternTypeLimits {
|
|
1240
|
-
|
|
1241
|
-
* <p>Limits settings on protection groups with arbitrary pattern type. </p>
|
|
1242
|
-
*/
|
|
713
|
+
|
|
1243
714
|
ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits | undefined;
|
|
1244
715
|
}
|
|
1245
716
|
export declare namespace ProtectionGroupPatternTypeLimits {
|
|
1246
|
-
|
|
1247
|
-
* @internal
|
|
1248
|
-
*/
|
|
717
|
+
|
|
1249
718
|
const filterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
1250
719
|
}
|
|
1251
|
-
|
|
1252
|
-
* <p>Limits settings on protection groups for your subscription. </p>
|
|
1253
|
-
*/
|
|
720
|
+
|
|
1254
721
|
export interface ProtectionGroupLimits {
|
|
1255
|
-
|
|
1256
|
-
* <p>The maximum number of protection groups that you can have at one time. </p>
|
|
1257
|
-
*/
|
|
722
|
+
|
|
1258
723
|
MaxProtectionGroups: number | undefined;
|
|
1259
|
-
|
|
1260
|
-
* <p>Limits settings by pattern type in the protection groups for your subscription. </p>
|
|
1261
|
-
*/
|
|
724
|
+
|
|
1262
725
|
PatternTypeLimits: ProtectionGroupPatternTypeLimits | undefined;
|
|
1263
726
|
}
|
|
1264
727
|
export declare namespace ProtectionGroupLimits {
|
|
1265
|
-
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
728
|
+
|
|
1268
729
|
const filterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
1269
730
|
}
|
|
1270
|
-
|
|
1271
|
-
* <p>Limits settings on protections for your subscription. </p>
|
|
1272
|
-
*/
|
|
731
|
+
|
|
1273
732
|
export interface ProtectionLimits {
|
|
1274
|
-
|
|
1275
|
-
* <p>The maximum number of resource types that you can specify in a protection.</p>
|
|
1276
|
-
*/
|
|
733
|
+
|
|
1277
734
|
ProtectedResourceTypeLimits: Limit[] | undefined;
|
|
1278
735
|
}
|
|
1279
736
|
export declare namespace ProtectionLimits {
|
|
1280
|
-
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
737
|
+
|
|
1283
738
|
const filterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
1284
739
|
}
|
|
1285
|
-
|
|
1286
|
-
* <p>Limits settings for your subscription. </p>
|
|
1287
|
-
*/
|
|
740
|
+
|
|
1288
741
|
export interface SubscriptionLimits {
|
|
1289
|
-
|
|
1290
|
-
* <p>Limits settings on protections for your subscription. </p>
|
|
1291
|
-
*/
|
|
742
|
+
|
|
1292
743
|
ProtectionLimits: ProtectionLimits | undefined;
|
|
1293
|
-
|
|
1294
|
-
* <p>Limits settings on protection groups for your subscription. </p>
|
|
1295
|
-
*/
|
|
744
|
+
|
|
1296
745
|
ProtectionGroupLimits: ProtectionGroupLimits | undefined;
|
|
1297
746
|
}
|
|
1298
747
|
export declare namespace SubscriptionLimits {
|
|
1299
|
-
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
748
|
+
|
|
1302
749
|
const filterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
1303
750
|
}
|
|
1304
|
-
|
|
1305
|
-
* <p>Information about the Shield Advanced subscription for an account.</p>
|
|
1306
|
-
*/
|
|
751
|
+
|
|
1307
752
|
export interface Subscription {
|
|
1308
|
-
|
|
1309
|
-
* <p>The start time of the subscription, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
|
|
1310
|
-
*/
|
|
753
|
+
|
|
1311
754
|
StartTime?: Date;
|
|
1312
|
-
|
|
1313
|
-
* <p>The date and time your subscription will end.</p>
|
|
1314
|
-
*/
|
|
755
|
+
|
|
1315
756
|
EndTime?: Date;
|
|
1316
|
-
|
|
1317
|
-
* <p>The length, in seconds, of the Shield Advanced subscription for the account.</p>
|
|
1318
|
-
*/
|
|
757
|
+
|
|
1319
758
|
TimeCommitmentInSeconds?: number;
|
|
1320
|
-
|
|
1321
|
-
* <p>If <code>ENABLED</code>, the subscription will be automatically renewed at the end of the existing subscription period.</p>
|
|
1322
|
-
* <p>When you initally create a subscription, <code>AutoRenew</code> is set to <code>ENABLED</code>. You can change this by submitting an <code>UpdateSubscription</code> request. If the <code>UpdateSubscription</code> request does not included a value for <code>AutoRenew</code>, the existing value for <code>AutoRenew</code> remains unchanged.</p>
|
|
1323
|
-
*/
|
|
759
|
+
|
|
1324
760
|
AutoRenew?: AutoRenew | string;
|
|
1325
|
-
|
|
1326
|
-
* <p>Specifies how many protections of a given type you can create.</p>
|
|
1327
|
-
*/
|
|
761
|
+
|
|
1328
762
|
Limits?: Limit[];
|
|
1329
|
-
|
|
1330
|
-
* <p>If <code>ENABLED</code>, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>
|
|
1331
|
-
* <p>If <code>PENDING</code>, you have requested proactive engagement and the request is pending. The status changes to <code>ENABLED</code> when your request is fully processed.</p>
|
|
1332
|
-
* <p>If <code>DISABLED</code>, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support. </p>
|
|
1333
|
-
*/
|
|
763
|
+
|
|
1334
764
|
ProactiveEngagementStatus?: ProactiveEngagementStatus | string;
|
|
1335
|
-
|
|
1336
|
-
* <p>Limits settings for your subscription. </p>
|
|
1337
|
-
*/
|
|
765
|
+
|
|
1338
766
|
SubscriptionLimits: SubscriptionLimits | undefined;
|
|
1339
|
-
|
|
1340
|
-
* <p>The ARN (Amazon Resource Name) of the subscription.</p>
|
|
1341
|
-
*/
|
|
767
|
+
|
|
1342
768
|
SubscriptionArn?: string;
|
|
1343
769
|
}
|
|
1344
770
|
export declare namespace Subscription {
|
|
1345
|
-
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
771
|
+
|
|
1348
772
|
const filterSensitiveLog: (obj: Subscription) => any;
|
|
1349
773
|
}
|
|
1350
774
|
export interface DescribeSubscriptionResponse {
|
|
1351
|
-
|
|
1352
|
-
* <p>The Shield Advanced subscription details for an account.</p>
|
|
1353
|
-
*/
|
|
775
|
+
|
|
1354
776
|
Subscription?: Subscription;
|
|
1355
777
|
}
|
|
1356
778
|
export declare namespace DescribeSubscriptionResponse {
|
|
1357
|
-
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
779
|
+
|
|
1360
780
|
const filterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
1361
781
|
}
|
|
1362
782
|
export interface DisableProactiveEngagementRequest {
|
|
1363
783
|
}
|
|
1364
784
|
export declare namespace DisableProactiveEngagementRequest {
|
|
1365
|
-
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
785
|
+
|
|
1368
786
|
const filterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
1369
787
|
}
|
|
1370
788
|
export interface DisableProactiveEngagementResponse {
|
|
1371
789
|
}
|
|
1372
790
|
export declare namespace DisableProactiveEngagementResponse {
|
|
1373
|
-
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
791
|
+
|
|
1376
792
|
const filterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
1377
793
|
}
|
|
1378
794
|
export interface DisassociateDRTLogBucketRequest {
|
|
1379
|
-
|
|
1380
|
-
* <p>The Amazon S3 bucket that contains the logs that you want to share.</p>
|
|
1381
|
-
*/
|
|
795
|
+
|
|
1382
796
|
LogBucket: string | undefined;
|
|
1383
797
|
}
|
|
1384
798
|
export declare namespace DisassociateDRTLogBucketRequest {
|
|
1385
|
-
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
799
|
+
|
|
1388
800
|
const filterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
1389
801
|
}
|
|
1390
802
|
export interface DisassociateDRTLogBucketResponse {
|
|
1391
803
|
}
|
|
1392
804
|
export declare namespace DisassociateDRTLogBucketResponse {
|
|
1393
|
-
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
805
|
+
|
|
1396
806
|
const filterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
1397
807
|
}
|
|
1398
808
|
export interface DisassociateDRTRoleRequest {
|
|
1399
809
|
}
|
|
1400
810
|
export declare namespace DisassociateDRTRoleRequest {
|
|
1401
|
-
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
811
|
+
|
|
1404
812
|
const filterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
1405
813
|
}
|
|
1406
814
|
export interface DisassociateDRTRoleResponse {
|
|
1407
815
|
}
|
|
1408
816
|
export declare namespace DisassociateDRTRoleResponse {
|
|
1409
|
-
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
817
|
+
|
|
1412
818
|
const filterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
1413
819
|
}
|
|
1414
820
|
export interface DisassociateHealthCheckRequest {
|
|
1415
|
-
|
|
1416
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object to remove the health check association from. </p>
|
|
1417
|
-
*/
|
|
821
|
+
|
|
1418
822
|
ProtectionId: string | undefined;
|
|
1419
|
-
|
|
1420
|
-
* <p>The Amazon Resource Name (ARN) of the health check that is associated with the protection.</p>
|
|
1421
|
-
*/
|
|
823
|
+
|
|
1422
824
|
HealthCheckArn: string | undefined;
|
|
1423
825
|
}
|
|
1424
826
|
export declare namespace DisassociateHealthCheckRequest {
|
|
1425
|
-
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
827
|
+
|
|
1428
828
|
const filterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
1429
829
|
}
|
|
1430
830
|
export interface DisassociateHealthCheckResponse {
|
|
1431
831
|
}
|
|
1432
832
|
export declare namespace DisassociateHealthCheckResponse {
|
|
1433
|
-
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
833
|
+
|
|
1436
834
|
const filterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
1437
835
|
}
|
|
1438
836
|
export interface EnableProactiveEngagementRequest {
|
|
1439
837
|
}
|
|
1440
838
|
export declare namespace EnableProactiveEngagementRequest {
|
|
1441
|
-
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
839
|
+
|
|
1444
840
|
const filterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
1445
841
|
}
|
|
1446
842
|
export interface EnableProactiveEngagementResponse {
|
|
1447
843
|
}
|
|
1448
844
|
export declare namespace EnableProactiveEngagementResponse {
|
|
1449
|
-
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
845
|
+
|
|
1452
846
|
const filterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
1453
847
|
}
|
|
1454
848
|
export interface GetSubscriptionStateRequest {
|
|
1455
849
|
}
|
|
1456
850
|
export declare namespace GetSubscriptionStateRequest {
|
|
1457
|
-
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
851
|
+
|
|
1460
852
|
const filterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
1461
853
|
}
|
|
1462
854
|
export declare enum SubscriptionState {
|
|
@@ -1464,347 +856,206 @@ export declare enum SubscriptionState {
|
|
|
1464
856
|
INACTIVE = "INACTIVE"
|
|
1465
857
|
}
|
|
1466
858
|
export interface GetSubscriptionStateResponse {
|
|
1467
|
-
|
|
1468
|
-
* <p>The status of the subscription.</p>
|
|
1469
|
-
*/
|
|
859
|
+
|
|
1470
860
|
SubscriptionState: SubscriptionState | string | undefined;
|
|
1471
861
|
}
|
|
1472
862
|
export declare namespace GetSubscriptionStateResponse {
|
|
1473
|
-
|
|
1474
|
-
* @internal
|
|
1475
|
-
*/
|
|
863
|
+
|
|
1476
864
|
const filterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
1477
865
|
}
|
|
1478
866
|
export interface ListAttacksRequest {
|
|
1479
|
-
|
|
1480
|
-
* <p>The ARN (Amazon Resource Name) of the resource that was attacked. If this is left
|
|
1481
|
-
* blank, all applicable resources for this account will be included.</p>
|
|
1482
|
-
*/
|
|
867
|
+
|
|
1483
868
|
ResourceArns?: string[];
|
|
1484
|
-
|
|
1485
|
-
* <p>The start of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp format</a> is allowed. </p>
|
|
1486
|
-
*/
|
|
869
|
+
|
|
1487
870
|
StartTime?: TimeRange;
|
|
1488
|
-
|
|
1489
|
-
* <p>The end of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp format</a> is allowed. </p>
|
|
1490
|
-
*/
|
|
871
|
+
|
|
1491
872
|
EndTime?: TimeRange;
|
|
1492
|
-
|
|
1493
|
-
* <p>The <code>ListAttacksRequest.NextMarker</code> value from a previous call to <code>ListAttacksRequest</code>. Pass null if this is the first call.</p>
|
|
1494
|
-
*/
|
|
873
|
+
|
|
1495
874
|
NextToken?: string;
|
|
1496
|
-
|
|
1497
|
-
* <p>The maximum number of <a>AttackSummary</a> objects to return. If you leave this blank,
|
|
1498
|
-
* Shield Advanced returns the first 20 results.</p>
|
|
1499
|
-
* <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
|
|
1500
|
-
*/
|
|
875
|
+
|
|
1501
876
|
MaxResults?: number;
|
|
1502
877
|
}
|
|
1503
878
|
export declare namespace ListAttacksRequest {
|
|
1504
|
-
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
879
|
+
|
|
1507
880
|
const filterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
1508
881
|
}
|
|
1509
882
|
export interface ListAttacksResponse {
|
|
1510
|
-
|
|
1511
|
-
* <p>The attack information for the specified time range.</p>
|
|
1512
|
-
*/
|
|
883
|
+
|
|
1513
884
|
AttackSummaries?: AttackSummary[];
|
|
1514
|
-
|
|
1515
|
-
* <p>The token returned by a previous call to indicate that there is more data available.
|
|
1516
|
-
* If not null, more results are available. Pass this value for the <code>NextMarker</code>
|
|
1517
|
-
* parameter in a subsequent call to <code>ListAttacks</code> to retrieve the next set of
|
|
1518
|
-
* items.</p>
|
|
1519
|
-
* <p>Shield Advanced might return the list of <a>AttackSummary</a> objects in batches smaller than the number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>
|
|
1520
|
-
*/
|
|
885
|
+
|
|
1521
886
|
NextToken?: string;
|
|
1522
887
|
}
|
|
1523
888
|
export declare namespace ListAttacksResponse {
|
|
1524
|
-
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
889
|
+
|
|
1527
890
|
const filterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
1528
891
|
}
|
|
1529
|
-
|
|
1530
|
-
* <p>Exception that indicates that the NextToken specified in the request is invalid. Submit the request using the NextToken value that was returned in the response.</p>
|
|
1531
|
-
*/
|
|
892
|
+
|
|
1532
893
|
export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
|
|
1533
894
|
name: "InvalidPaginationTokenException";
|
|
1534
895
|
$fault: "client";
|
|
1535
896
|
message?: string;
|
|
1536
897
|
}
|
|
1537
898
|
export declare namespace InvalidPaginationTokenException {
|
|
1538
|
-
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
899
|
+
|
|
1541
900
|
const filterSensitiveLog: (obj: InvalidPaginationTokenException) => any;
|
|
1542
901
|
}
|
|
1543
902
|
export interface ListProtectionGroupsRequest {
|
|
1544
|
-
|
|
1545
|
-
* <p>The next token value from a previous call to <code>ListProtectionGroups</code>. Pass null if this is the first call.</p>
|
|
1546
|
-
*/
|
|
903
|
+
|
|
1547
904
|
NextToken?: string;
|
|
1548
|
-
|
|
1549
|
-
* <p>The maximum number of <a>ProtectionGroup</a> objects to return. If you leave this blank,
|
|
1550
|
-
* Shield Advanced returns the first 20 results.</p>
|
|
1551
|
-
* <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
|
|
1552
|
-
*/
|
|
905
|
+
|
|
1553
906
|
MaxResults?: number;
|
|
1554
907
|
}
|
|
1555
908
|
export declare namespace ListProtectionGroupsRequest {
|
|
1556
|
-
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
909
|
+
|
|
1559
910
|
const filterSensitiveLog: (obj: ListProtectionGroupsRequest) => any;
|
|
1560
911
|
}
|
|
1561
912
|
export interface ListProtectionGroupsResponse {
|
|
1562
|
-
|
|
1563
|
-
* <p></p>
|
|
1564
|
-
*/
|
|
913
|
+
|
|
1565
914
|
ProtectionGroups: ProtectionGroup[] | undefined;
|
|
1566
|
-
|
|
1567
|
-
* <p>If you specify a value for <code>MaxResults</code> and you have more protection groups than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>
|
|
1568
|
-
*/
|
|
915
|
+
|
|
1569
916
|
NextToken?: string;
|
|
1570
917
|
}
|
|
1571
918
|
export declare namespace ListProtectionGroupsResponse {
|
|
1572
|
-
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
919
|
+
|
|
1575
920
|
const filterSensitiveLog: (obj: ListProtectionGroupsResponse) => any;
|
|
1576
921
|
}
|
|
1577
922
|
export interface ListProtectionsRequest {
|
|
1578
|
-
|
|
1579
|
-
* <p>The <code>ListProtectionsRequest.NextToken</code> value from a previous call to <code>ListProtections</code>. Pass null if this is the first call.</p>
|
|
1580
|
-
*/
|
|
923
|
+
|
|
1581
924
|
NextToken?: string;
|
|
1582
|
-
|
|
1583
|
-
* <p>The maximum number of <a>Protection</a> objects to return. If you leave this blank,
|
|
1584
|
-
* Shield Advanced returns the first 20 results.</p>
|
|
1585
|
-
* <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
|
|
1586
|
-
*/
|
|
925
|
+
|
|
1587
926
|
MaxResults?: number;
|
|
1588
927
|
}
|
|
1589
928
|
export declare namespace ListProtectionsRequest {
|
|
1590
|
-
|
|
1591
|
-
* @internal
|
|
1592
|
-
*/
|
|
929
|
+
|
|
1593
930
|
const filterSensitiveLog: (obj: ListProtectionsRequest) => any;
|
|
1594
931
|
}
|
|
1595
932
|
export interface ListProtectionsResponse {
|
|
1596
|
-
|
|
1597
|
-
* <p>The array of enabled <a>Protection</a> objects.</p>
|
|
1598
|
-
*/
|
|
933
|
+
|
|
1599
934
|
Protections?: Protection[];
|
|
1600
|
-
|
|
1601
|
-
* <p>If you specify a value for <code>MaxResults</code> and you have more Protections than the value of MaxResults, Shield Advanced returns a NextToken value in the response that allows you to list another group of Protections. For the second and subsequent ListProtections requests, specify the value of NextToken from the previous response to get information about another batch of Protections.</p>
|
|
1602
|
-
* <p>Shield Advanced might return the list of <a>Protection</a> objects in batches smaller than the number specified by MaxResults. If there are more <a>Protection</a> objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>
|
|
1603
|
-
*/
|
|
935
|
+
|
|
1604
936
|
NextToken?: string;
|
|
1605
937
|
}
|
|
1606
938
|
export declare namespace ListProtectionsResponse {
|
|
1607
|
-
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
939
|
+
|
|
1610
940
|
const filterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
1611
941
|
}
|
|
1612
942
|
export interface ListResourcesInProtectionGroupRequest {
|
|
1613
|
-
|
|
1614
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
1615
|
-
*/
|
|
943
|
+
|
|
1616
944
|
ProtectionGroupId: string | undefined;
|
|
1617
|
-
|
|
1618
|
-
* <p>The next token value from a previous call to <code>ListResourcesInProtectionGroup</code>. Pass null if this is the first call.</p>
|
|
1619
|
-
*/
|
|
945
|
+
|
|
1620
946
|
NextToken?: string;
|
|
1621
|
-
|
|
1622
|
-
* <p>The maximum number of resource ARN objects to return. If you leave this blank,
|
|
1623
|
-
* Shield Advanced returns the first 20 results.</p>
|
|
1624
|
-
* <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
|
|
1625
|
-
*/
|
|
947
|
+
|
|
1626
948
|
MaxResults?: number;
|
|
1627
949
|
}
|
|
1628
950
|
export declare namespace ListResourcesInProtectionGroupRequest {
|
|
1629
|
-
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
951
|
+
|
|
1632
952
|
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
1633
953
|
}
|
|
1634
954
|
export interface ListResourcesInProtectionGroupResponse {
|
|
1635
|
-
|
|
1636
|
-
* <p>The Amazon Resource Names (ARNs) of the resources that are included in the protection group.</p>
|
|
1637
|
-
*/
|
|
955
|
+
|
|
1638
956
|
ResourceArns: string[] | undefined;
|
|
1639
|
-
|
|
1640
|
-
* <p>If you specify a value for <code>MaxResults</code> and you have more resources in the protection group than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>
|
|
1641
|
-
*/
|
|
957
|
+
|
|
1642
958
|
NextToken?: string;
|
|
1643
959
|
}
|
|
1644
960
|
export declare namespace ListResourcesInProtectionGroupResponse {
|
|
1645
|
-
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
961
|
+
|
|
1648
962
|
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
1649
963
|
}
|
|
1650
964
|
export interface ListTagsForResourceRequest {
|
|
1651
|
-
|
|
1652
|
-
* <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
|
|
1653
|
-
*/
|
|
965
|
+
|
|
1654
966
|
ResourceARN: string | undefined;
|
|
1655
967
|
}
|
|
1656
968
|
export declare namespace ListTagsForResourceRequest {
|
|
1657
|
-
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
969
|
+
|
|
1660
970
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1661
971
|
}
|
|
1662
972
|
export interface ListTagsForResourceResponse {
|
|
1663
|
-
|
|
1664
|
-
* <p>A list of tag key and value pairs associated with the specified resource.</p>
|
|
1665
|
-
*/
|
|
973
|
+
|
|
1666
974
|
Tags?: Tag[];
|
|
1667
975
|
}
|
|
1668
976
|
export declare namespace ListTagsForResourceResponse {
|
|
1669
|
-
|
|
1670
|
-
* @internal
|
|
1671
|
-
*/
|
|
977
|
+
|
|
1672
978
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1673
979
|
}
|
|
1674
980
|
export interface TagResourceRequest {
|
|
1675
|
-
|
|
1676
|
-
* <p>The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.</p>
|
|
1677
|
-
*/
|
|
981
|
+
|
|
1678
982
|
ResourceARN: string | undefined;
|
|
1679
|
-
|
|
1680
|
-
* <p>The tags that you want to modify or add to the resource.</p>
|
|
1681
|
-
*/
|
|
983
|
+
|
|
1682
984
|
Tags: Tag[] | undefined;
|
|
1683
985
|
}
|
|
1684
986
|
export declare namespace TagResourceRequest {
|
|
1685
|
-
|
|
1686
|
-
* @internal
|
|
1687
|
-
*/
|
|
987
|
+
|
|
1688
988
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1689
989
|
}
|
|
1690
990
|
export interface TagResourceResponse {
|
|
1691
991
|
}
|
|
1692
992
|
export declare namespace TagResourceResponse {
|
|
1693
|
-
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
993
|
+
|
|
1696
994
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1697
995
|
}
|
|
1698
996
|
export interface UntagResourceRequest {
|
|
1699
|
-
|
|
1700
|
-
* <p>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</p>
|
|
1701
|
-
*/
|
|
997
|
+
|
|
1702
998
|
ResourceARN: string | undefined;
|
|
1703
|
-
|
|
1704
|
-
* <p>The tag key for each tag that you want to remove from the resource.</p>
|
|
1705
|
-
*/
|
|
999
|
+
|
|
1706
1000
|
TagKeys: string[] | undefined;
|
|
1707
1001
|
}
|
|
1708
1002
|
export declare namespace UntagResourceRequest {
|
|
1709
|
-
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
1003
|
+
|
|
1712
1004
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1713
1005
|
}
|
|
1714
1006
|
export interface UntagResourceResponse {
|
|
1715
1007
|
}
|
|
1716
1008
|
export declare namespace UntagResourceResponse {
|
|
1717
|
-
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1009
|
+
|
|
1720
1010
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1721
1011
|
}
|
|
1722
1012
|
export interface UpdateEmergencyContactSettingsRequest {
|
|
1723
|
-
|
|
1724
|
-
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
1725
|
-
* <p>If you have proactive engagement enabled, the contact list must include at least one phone number.</p>
|
|
1726
|
-
*/
|
|
1013
|
+
|
|
1727
1014
|
EmergencyContactList?: EmergencyContact[];
|
|
1728
1015
|
}
|
|
1729
1016
|
export declare namespace UpdateEmergencyContactSettingsRequest {
|
|
1730
|
-
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1017
|
+
|
|
1733
1018
|
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
1734
1019
|
}
|
|
1735
1020
|
export interface UpdateEmergencyContactSettingsResponse {
|
|
1736
1021
|
}
|
|
1737
1022
|
export declare namespace UpdateEmergencyContactSettingsResponse {
|
|
1738
|
-
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1023
|
+
|
|
1741
1024
|
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
1742
1025
|
}
|
|
1743
1026
|
export interface UpdateProtectionGroupRequest {
|
|
1744
|
-
|
|
1745
|
-
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
1746
|
-
*/
|
|
1027
|
+
|
|
1747
1028
|
ProtectionGroupId: string | undefined;
|
|
1748
|
-
|
|
1749
|
-
* <p>Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.</p>
|
|
1750
|
-
* <ul>
|
|
1751
|
-
* <li>
|
|
1752
|
-
* <p>Sum - Use the total traffic across the group. This is a good choice for most cases. Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</p>
|
|
1753
|
-
* </li>
|
|
1754
|
-
* <li>
|
|
1755
|
-
* <p>Mean - Use the average of the traffic across the group. This is a good choice for resources that share traffic uniformly. Examples include accelerators and load balancers.</p>
|
|
1756
|
-
* </li>
|
|
1757
|
-
* <li>
|
|
1758
|
-
* <p>Max - Use the highest traffic from each resource. This is useful for resources that don't share traffic and for resources that share that traffic in a non-uniform way. Examples include Amazon CloudFront distributions and origin resources for CloudFront distributions.</p>
|
|
1759
|
-
* </li>
|
|
1760
|
-
* </ul>
|
|
1761
|
-
*/
|
|
1029
|
+
|
|
1762
1030
|
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
1763
|
-
|
|
1764
|
-
* <p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names (ARNs), or include all resources of a specified resource type.</p>
|
|
1765
|
-
*/
|
|
1031
|
+
|
|
1766
1032
|
Pattern: ProtectionGroupPattern | string | undefined;
|
|
1767
|
-
|
|
1768
|
-
* <p>The resource type to include in the protection group. All protected resources of this type are included in the protection group.
|
|
1769
|
-
* You must set this when you set <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
1770
|
-
*/
|
|
1033
|
+
|
|
1771
1034
|
ResourceType?: ProtectedResourceType | string;
|
|
1772
|
-
|
|
1773
|
-
* <p>The Amazon Resource Names (ARNs) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
1774
|
-
*/
|
|
1035
|
+
|
|
1775
1036
|
Members?: string[];
|
|
1776
1037
|
}
|
|
1777
1038
|
export declare namespace UpdateProtectionGroupRequest {
|
|
1778
|
-
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1039
|
+
|
|
1781
1040
|
const filterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
1782
1041
|
}
|
|
1783
1042
|
export interface UpdateProtectionGroupResponse {
|
|
1784
1043
|
}
|
|
1785
1044
|
export declare namespace UpdateProtectionGroupResponse {
|
|
1786
|
-
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1045
|
+
|
|
1789
1046
|
const filterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
1790
1047
|
}
|
|
1791
1048
|
export interface UpdateSubscriptionRequest {
|
|
1792
|
-
|
|
1793
|
-
* <p>When you initally create a subscription, <code>AutoRenew</code> is set to <code>ENABLED</code>. If <code>ENABLED</code>, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an <code>UpdateSubscription</code> request. If the <code>UpdateSubscription</code> request does not included a value for <code>AutoRenew</code>, the existing value for <code>AutoRenew</code> remains unchanged.</p>
|
|
1794
|
-
*/
|
|
1049
|
+
|
|
1795
1050
|
AutoRenew?: AutoRenew | string;
|
|
1796
1051
|
}
|
|
1797
1052
|
export declare namespace UpdateSubscriptionRequest {
|
|
1798
|
-
|
|
1799
|
-
* @internal
|
|
1800
|
-
*/
|
|
1053
|
+
|
|
1801
1054
|
const filterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
1802
1055
|
}
|
|
1803
1056
|
export interface UpdateSubscriptionResponse {
|
|
1804
1057
|
}
|
|
1805
1058
|
export declare namespace UpdateSubscriptionResponse {
|
|
1806
|
-
|
|
1807
|
-
* @internal
|
|
1808
|
-
*/
|
|
1059
|
+
|
|
1809
1060
|
const filterSensitiveLog: (obj: UpdateSubscriptionResponse) => any;
|
|
1810
1061
|
}
|