@aws-sdk/client-shield 3.1077.0 → 3.1078.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/dist-cjs/index.js +44 -363
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -14
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -14
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -14
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -14
- package/dist-es/commands/CreateProtectionCommand.js +2 -14
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -14
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteProtectionCommand.js +2 -14
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -14
- package/dist-es/commands/DescribeAttackCommand.js +2 -14
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -14
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -14
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -14
- package/dist-es/commands/DescribeProtectionCommand.js +2 -14
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -14
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -14
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -14
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -14
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -14
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -14
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -14
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -14
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -14
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -14
- package/dist-es/commands/ListAttacksCommand.js +2 -14
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -14
- package/dist-es/commands/ListProtectionsCommand.js +2 -14
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -14
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +3 -8
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +3 -8
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +3 -8
- package/dist-types/commands/CreateProtectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProtectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAttackCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProtectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +3 -8
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +3 -8
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +3 -8
- package/dist-types/commands/ListAttacksCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateHealthCheckRequest,
|
|
5
4
|
AssociateHealthCheckResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateHealthCheckCommandInput
|
|
15
8
|
extends AssociateHealthCheckRequest {}
|
|
16
9
|
export interface AssociateHealthCheckCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateHealthCheckCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateHealthCheckCommandInput,
|
|
24
17
|
AssociateHealthCheckCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateHealthCheckCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateHealthCheckCommandInput,
|
|
33
26
|
AssociateHealthCheckCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateHealthCheckCommand extends AssociateHealthCheckCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateProactiveEngagementDetailsRequest,
|
|
5
4
|
AssociateProactiveEngagementDetailsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateProactiveEngagementDetailsCommandInput
|
|
15
8
|
extends AssociateProactiveEngagementDetailsRequest {}
|
|
16
9
|
export interface AssociateProactiveEngagementDetailsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateProactiveEngagementDetailsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateProactiveEngagementDetailsCommandInput,
|
|
24
17
|
AssociateProactiveEngagementDetailsCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateProactiveEngagementDetailsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateProactiveEngagementDetailsCommandInput,
|
|
33
26
|
AssociateProactiveEngagementDetailsCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateProactiveEngagementDetailsCommand extends AssociateProactiveEngagementDetailsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateProtectionRequest,
|
|
5
4
|
CreateProtectionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
|
|
15
8
|
export interface CreateProtectionCommandOutput
|
|
16
9
|
extends CreateProtectionResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateProtectionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateProtectionCommandInput,
|
|
23
16
|
CreateProtectionCommandOutput,
|
|
24
|
-
ShieldClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ShieldClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateProtectionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateProtectionCommandInput,
|
|
32
25
|
CreateProtectionCommandOutput,
|
|
33
|
-
ShieldClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ShieldClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateProtectionCommand extends CreateProtectionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateProtectionGroupRequest,
|
|
5
4
|
CreateProtectionGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateProtectionGroupCommandInput
|
|
15
8
|
extends CreateProtectionGroupRequest {}
|
|
16
9
|
export interface CreateProtectionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateProtectionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateProtectionGroupCommandInput,
|
|
24
17
|
CreateProtectionGroupCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateProtectionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateProtectionGroupCommandInput,
|
|
33
26
|
CreateProtectionGroupCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateProtectionGroupCommand extends CreateProtectionGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateSubscriptionRequest,
|
|
5
4
|
CreateSubscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSubscriptionCommandInput
|
|
15
8
|
extends CreateSubscriptionRequest {}
|
|
16
9
|
export interface CreateSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSubscriptionCommandInput,
|
|
24
17
|
CreateSubscriptionCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [CreateSubscriptionCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSubscriptionCommandInput,
|
|
33
26
|
CreateSubscriptionCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteProtectionRequest,
|
|
5
4
|
DeleteProtectionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
|
|
15
8
|
export interface DeleteProtectionCommandOutput
|
|
16
9
|
extends DeleteProtectionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteProtectionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteProtectionCommandInput,
|
|
23
16
|
DeleteProtectionCommandOutput,
|
|
24
|
-
ShieldClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ShieldClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteProtectionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteProtectionCommandInput,
|
|
32
25
|
DeleteProtectionCommandOutput,
|
|
33
|
-
ShieldClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ShieldClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteProtectionCommand extends DeleteProtectionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteProtectionGroupRequest,
|
|
5
4
|
DeleteProtectionGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteProtectionGroupCommandInput
|
|
15
8
|
extends DeleteProtectionGroupRequest {}
|
|
16
9
|
export interface DeleteProtectionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteProtectionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteProtectionGroupCommandInput,
|
|
24
17
|
DeleteProtectionGroupCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteProtectionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteProtectionGroupCommandInput,
|
|
33
26
|
DeleteProtectionGroupCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteSubscriptionRequest,
|
|
5
4
|
DeleteSubscriptionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSubscriptionCommandInput
|
|
15
8
|
extends DeleteSubscriptionRequest {}
|
|
16
9
|
export interface DeleteSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteSubscriptionCommandInput,
|
|
24
17
|
DeleteSubscriptionCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DeleteSubscriptionCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteSubscriptionCommandInput,
|
|
33
26
|
DeleteSubscriptionCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeAttackRequest,
|
|
5
4
|
DescribeAttackResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
|
|
15
8
|
export interface DescribeAttackCommandOutput
|
|
16
9
|
extends DescribeAttackResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeAttackCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeAttackCommandInput,
|
|
23
16
|
DescribeAttackCommandOutput,
|
|
24
|
-
ShieldClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ShieldClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeAttackCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeAttackCommandInput,
|
|
32
25
|
DescribeAttackCommandOutput,
|
|
33
|
-
ShieldClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ShieldClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeAttackStatisticsRequest,
|
|
5
4
|
DescribeAttackStatisticsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAttackStatisticsCommandInput
|
|
15
8
|
extends DescribeAttackStatisticsRequest {}
|
|
16
9
|
export interface DescribeAttackStatisticsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAttackStatisticsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAttackStatisticsCommandInput,
|
|
24
17
|
DescribeAttackStatisticsCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAttackStatisticsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAttackStatisticsCommandInput,
|
|
33
26
|
DescribeAttackStatisticsCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeDRTAccessRequest,
|
|
5
4
|
DescribeDRTAccessResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeDRTAccessCommandInput
|
|
15
8
|
extends DescribeDRTAccessRequest {}
|
|
16
9
|
export interface DescribeDRTAccessCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeDRTAccessCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeDRTAccessCommandInput,
|
|
24
17
|
DescribeDRTAccessCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeDRTAccessCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeDRTAccessCommandInput,
|
|
33
26
|
DescribeDRTAccessCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeEmergencyContactSettingsRequest,
|
|
5
4
|
DescribeEmergencyContactSettingsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEmergencyContactSettingsCommandInput
|
|
15
8
|
extends DescribeEmergencyContactSettingsRequest {}
|
|
16
9
|
export interface DescribeEmergencyContactSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEmergencyContactSettingsCommandInput,
|
|
24
17
|
DescribeEmergencyContactSettingsCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEmergencyContactSettingsCommandInput,
|
|
33
26
|
DescribeEmergencyContactSettingsCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeProtectionRequest,
|
|
5
4
|
DescribeProtectionResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeProtectionCommandInput
|
|
15
8
|
extends DescribeProtectionRequest {}
|
|
16
9
|
export interface DescribeProtectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeProtectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeProtectionCommandInput,
|
|
24
17
|
DescribeProtectionCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeProtectionCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeProtectionCommandInput,
|
|
33
26
|
DescribeProtectionCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeProtectionGroupRequest,
|
|
5
4
|
DescribeProtectionGroupResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ShieldClientResolvedConfig,
|
|
11
|
-
} from "../ShieldClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeProtectionGroupCommandInput
|
|
15
8
|
extends DescribeProtectionGroupRequest {}
|
|
16
9
|
export interface DescribeProtectionGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeProtectionGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeProtectionGroupCommandInput,
|
|
24
17
|
DescribeProtectionGroupCommandOutput,
|
|
25
|
-
ShieldClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ShieldClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeProtectionGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeProtectionGroupCommandInput,
|
|
33
26
|
DescribeProtectionGroupCommandOutput,
|
|
34
|
-
ShieldClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ShieldClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
|
|
43
34
|
protected static __types: {
|