@aws-sdk/client-shield 3.170.0 → 3.171.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Shield.d.ts +0 -36
  3. package/dist-types/ts3.4/ShieldClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +0 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -260
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  46. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface DisableProactiveEngagementCommandInput
19
19
  export interface DisableProactiveEngagementCommandOutput
20
20
  extends DisableProactiveEngagementResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisableProactiveEngagementCommand extends $Command<
24
23
  DisableProactiveEngagementCommandInput,
25
24
  DisableProactiveEngagementCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisableProactiveEngagementCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisableProactiveEngagementCommandInput;
29
28
  constructor(input: DisableProactiveEngagementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateDRTLogBucketCommandInput
19
19
  export interface DisassociateDRTLogBucketCommandOutput
20
20
  extends DisassociateDRTLogBucketResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateDRTLogBucketCommand extends $Command<
24
23
  DisassociateDRTLogBucketCommandInput,
25
24
  DisassociateDRTLogBucketCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateDRTLogBucketCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateDRTLogBucketCommandInput;
29
28
  constructor(input: DisassociateDRTLogBucketCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateDRTRoleCommandInput
19
19
  export interface DisassociateDRTRoleCommandOutput
20
20
  extends DisassociateDRTRoleResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateDRTRoleCommand extends $Command<
24
23
  DisassociateDRTRoleCommandInput,
25
24
  DisassociateDRTRoleCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateDRTRoleCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateDRTRoleCommandInput;
29
28
  constructor(input: DisassociateDRTRoleCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateHealthCheckCommandInput
19
19
  export interface DisassociateHealthCheckCommandOutput
20
20
  extends DisassociateHealthCheckResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateHealthCheckCommand extends $Command<
24
23
  DisassociateHealthCheckCommandInput,
25
24
  DisassociateHealthCheckCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateHealthCheckCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateHealthCheckCommandInput;
29
28
  constructor(input: DisassociateHealthCheckCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface EnableApplicationLayerAutomaticResponseCommandInput
19
19
  export interface EnableApplicationLayerAutomaticResponseCommandOutput
20
20
  extends EnableApplicationLayerAutomaticResponseResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<
24
23
  EnableApplicationLayerAutomaticResponseCommandInput,
25
24
  EnableApplicationLayerAutomaticResponseCommandOutput,
@@ -27,7 +26,6 @@ export declare class EnableApplicationLayerAutomaticResponseCommand extends $Com
27
26
  > {
28
27
  readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
29
28
  constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface EnableProactiveEngagementCommandInput
19
19
  export interface EnableProactiveEngagementCommandOutput
20
20
  extends EnableProactiveEngagementResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class EnableProactiveEngagementCommand extends $Command<
24
23
  EnableProactiveEngagementCommandInput,
25
24
  EnableProactiveEngagementCommandOutput,
@@ -27,7 +26,6 @@ export declare class EnableProactiveEngagementCommand extends $Command<
27
26
  > {
28
27
  readonly input: EnableProactiveEngagementCommandInput;
29
28
  constructor(input: EnableProactiveEngagementCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetSubscriptionStateCommandInput
19
19
  export interface GetSubscriptionStateCommandOutput
20
20
  extends GetSubscriptionStateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetSubscriptionStateCommand extends $Command<
24
23
  GetSubscriptionStateCommandInput,
25
24
  GetSubscriptionStateCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetSubscriptionStateCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetSubscriptionStateCommandInput;
29
28
  constructor(input: GetSubscriptionStateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAttacksCommandInput extends ListAttacksRequest {}
15
15
  export interface ListAttacksCommandOutput
16
16
  extends ListAttacksResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAttacksCommand extends $Command<
20
19
  ListAttacksCommandInput,
21
20
  ListAttacksCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAttacksCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAttacksCommandInput;
25
24
  constructor(input: ListAttacksCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListProtectionGroupsCommandInput
19
19
  export interface ListProtectionGroupsCommandOutput
20
20
  extends ListProtectionGroupsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListProtectionGroupsCommand extends $Command<
24
23
  ListProtectionGroupsCommandInput,
25
24
  ListProtectionGroupsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListProtectionGroupsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListProtectionGroupsCommandInput;
29
28
  constructor(input: ListProtectionGroupsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListProtectionsCommandInput extends ListProtectionsRequest {}
18
18
  export interface ListProtectionsCommandOutput
19
19
  extends ListProtectionsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListProtectionsCommand extends $Command<
23
22
  ListProtectionsCommandInput,
24
23
  ListProtectionsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListProtectionsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListProtectionsCommandInput;
28
27
  constructor(input: ListProtectionsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListResourcesInProtectionGroupCommandInput
19
19
  export interface ListResourcesInProtectionGroupCommandOutput
20
20
  extends ListResourcesInProtectionGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListResourcesInProtectionGroupCommand extends $Command<
24
23
  ListResourcesInProtectionGroupCommandInput,
25
24
  ListResourcesInProtectionGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListResourcesInProtectionGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListResourcesInProtectionGroupCommandInput;
29
28
  constructor(input: ListResourcesInProtectionGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ShieldClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateApplicationLayerAutomaticResponseCommandInput
19
19
  export interface UpdateApplicationLayerAutomaticResponseCommandOutput
20
20
  extends UpdateApplicationLayerAutomaticResponseResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<
24
23
  UpdateApplicationLayerAutomaticResponseCommandInput,
25
24
  UpdateApplicationLayerAutomaticResponseCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Com
27
26
  > {
28
27
  readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
29
28
  constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEmergencyContactSettingsCommandInput
19
19
  export interface UpdateEmergencyContactSettingsCommandOutput
20
20
  extends UpdateEmergencyContactSettingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEmergencyContactSettingsCommand extends $Command<
24
23
  UpdateEmergencyContactSettingsCommandInput,
25
24
  UpdateEmergencyContactSettingsCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEmergencyContactSettingsCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEmergencyContactSettingsCommandInput;
29
28
  constructor(input: UpdateEmergencyContactSettingsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateProtectionGroupCommandInput
19
19
  export interface UpdateProtectionGroupCommandOutput
20
20
  extends UpdateProtectionGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateProtectionGroupCommand extends $Command<
24
23
  UpdateProtectionGroupCommandInput,
25
24
  UpdateProtectionGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateProtectionGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateProtectionGroupCommandInput;
29
28
  constructor(input: UpdateProtectionGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateSubscriptionCommandInput
19
19
  export interface UpdateSubscriptionCommandOutput
20
20
  extends UpdateSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateSubscriptionCommand extends $Command<
24
23
  UpdateSubscriptionCommandInput,
25
24
  UpdateSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateSubscriptionCommandInput;
29
28
  constructor(input: UpdateSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ShieldClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ShieldServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }