@aws-sdk/client-shield 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +88 -89
- package/dist-cjs/models/ShieldServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Shield.js +1 -1
- package/dist-es/ShieldClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-es/commands/CreateProtectionCommand.js +2 -2
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionCommand.js +2 -2
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeAttackCommand.js +2 -2
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionCommand.js +2 -2
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-es/commands/ListAttacksCommand.js +2 -2
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListProtectionsCommand.js +2 -2
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ShieldServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ShieldClient.d.ts +5 -5
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ShieldServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ShieldClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateProtectionGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateProtectionGroupCommandOutput
|
|
|
19
19
|
declare const CreateProtectionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateProtectionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateProtectionGroupCommandInput,
|
|
24
24
|
CreateProtectionGroupCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateProtectionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateProtectionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateProtectionGroupCommandInput,
|
|
33
33
|
CreateProtectionGroupCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateProtectionGroupCommand extends CreateProtectionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateSubscriptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateSubscriptionCommandOutput
|
|
|
19
19
|
declare const CreateSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSubscriptionCommandInput,
|
|
24
24
|
CreateSubscriptionCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [CreateSubscriptionCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSubscriptionCommandInput,
|
|
33
33
|
CreateSubscriptionCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSubscriptionCommand extends CreateSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteProtectionRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteProtectionCommandOutput
|
|
|
18
18
|
declare const DeleteProtectionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteProtectionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteProtectionCommandInput,
|
|
23
23
|
DeleteProtectionCommandOutput,
|
|
24
24
|
ShieldClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteProtectionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteProtectionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteProtectionCommandInput,
|
|
32
32
|
DeleteProtectionCommandOutput,
|
|
33
33
|
ShieldClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteProtectionCommand extends DeleteProtectionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteProtectionGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteProtectionGroupCommandOutput
|
|
|
19
19
|
declare const DeleteProtectionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteProtectionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteProtectionGroupCommandInput,
|
|
24
24
|
DeleteProtectionGroupCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteProtectionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteProtectionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteProtectionGroupCommandInput,
|
|
33
33
|
DeleteProtectionGroupCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteSubscriptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSubscriptionCommandOutput
|
|
|
19
19
|
declare const DeleteSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSubscriptionCommandInput,
|
|
24
24
|
DeleteSubscriptionCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DeleteSubscriptionCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSubscriptionCommandInput,
|
|
33
33
|
DeleteSubscriptionCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeAttackRequest,
|
|
@@ -18,7 +18,7 @@ export interface DescribeAttackCommandOutput
|
|
|
18
18
|
declare const DescribeAttackCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeAttackCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeAttackCommandInput,
|
|
23
23
|
DescribeAttackCommandOutput,
|
|
24
24
|
ShieldClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeAttackCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeAttackCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeAttackCommandInput,
|
|
32
32
|
DescribeAttackCommandOutput,
|
|
33
33
|
ShieldClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeAttackStatisticsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAttackStatisticsCommandOutput
|
|
|
19
19
|
declare const DescribeAttackStatisticsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAttackStatisticsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAttackStatisticsCommandInput,
|
|
24
24
|
DescribeAttackStatisticsCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAttackStatisticsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeAttackStatisticsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAttackStatisticsCommandInput,
|
|
33
33
|
DescribeAttackStatisticsCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeDRTAccessRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDRTAccessCommandOutput
|
|
|
19
19
|
declare const DescribeDRTAccessCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDRTAccessCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDRTAccessCommandInput,
|
|
24
24
|
DescribeDRTAccessCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDRTAccessCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeDRTAccessCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDRTAccessCommandInput,
|
|
33
33
|
DescribeDRTAccessCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeEmergencyContactSettingsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeEmergencyContactSettingsCommandOutput
|
|
|
19
19
|
declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeEmergencyContactSettingsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeEmergencyContactSettingsCommandInput,
|
|
24
24
|
DescribeEmergencyContactSettingsCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeEmergencyContactSettingsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeEmergencyContactSettingsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeEmergencyContactSettingsCommandInput,
|
|
33
33
|
DescribeEmergencyContactSettingsCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeProtectionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeProtectionCommandOutput
|
|
|
19
19
|
declare const DescribeProtectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeProtectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeProtectionCommandInput,
|
|
24
24
|
DescribeProtectionCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeProtectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeProtectionCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeProtectionCommandInput,
|
|
33
33
|
DescribeProtectionCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeProtectionGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeProtectionGroupCommandOutput
|
|
|
19
19
|
declare const DescribeProtectionGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeProtectionGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeProtectionGroupCommandInput,
|
|
24
24
|
DescribeProtectionGroupCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeProtectionGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeProtectionGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeProtectionGroupCommandInput,
|
|
33
33
|
DescribeProtectionGroupCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeSubscriptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeSubscriptionCommandOutput
|
|
|
19
19
|
declare const DescribeSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSubscriptionCommandInput,
|
|
24
24
|
DescribeSubscriptionCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeSubscriptionCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSubscriptionCommandInput,
|
|
33
33
|
DescribeSubscriptionCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisableApplicationLayerAutomaticResponseRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput
|
|
|
19
19
|
declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableApplicationLayerAutomaticResponseCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
24
24
|
DisableApplicationLayerAutomaticResponseCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableApplicationLayerAutomaticResponseCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
33
33
|
DisableApplicationLayerAutomaticResponseCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisableProactiveEngagementRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisableProactiveEngagementCommandOutput
|
|
|
19
19
|
declare const DisableProactiveEngagementCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableProactiveEngagementCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableProactiveEngagementCommandInput,
|
|
24
24
|
DisableProactiveEngagementCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableProactiveEngagementCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DisableProactiveEngagementCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableProactiveEngagementCommandInput,
|
|
33
33
|
DisableProactiveEngagementCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateDRTLogBucketRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateDRTLogBucketCommandOutput
|
|
|
19
19
|
declare const DisassociateDRTLogBucketCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateDRTLogBucketCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateDRTLogBucketCommandInput,
|
|
24
24
|
DisassociateDRTLogBucketCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateDRTLogBucketCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateDRTLogBucketCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateDRTLogBucketCommandInput,
|
|
33
33
|
DisassociateDRTLogBucketCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateDRTRoleRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateDRTRoleCommandOutput
|
|
|
19
19
|
declare const DisassociateDRTRoleCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateDRTRoleCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateDRTRoleCommandInput,
|
|
24
24
|
DisassociateDRTRoleCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateDRTRoleCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DisassociateDRTRoleCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateDRTRoleCommandInput,
|
|
33
33
|
DisassociateDRTRoleCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateHealthCheckRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateHealthCheckCommandOutput
|
|
|
19
19
|
declare const DisassociateHealthCheckCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateHealthCheckCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateHealthCheckCommandInput,
|
|
24
24
|
DisassociateHealthCheckCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateHealthCheckCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateHealthCheckCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateHealthCheckCommandInput,
|
|
33
33
|
DisassociateHealthCheckCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
EnableApplicationLayerAutomaticResponseRequest,
|
|
@@ -19,7 +19,7 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput
|
|
|
19
19
|
declare const EnableApplicationLayerAutomaticResponseCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableApplicationLayerAutomaticResponseCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
24
24
|
EnableApplicationLayerAutomaticResponseCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableApplicationLayerAutomaticResponseCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EnableApplicationLayerAutomaticResponseCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
33
33
|
EnableApplicationLayerAutomaticResponseCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableApplicationLayerAutomaticResponseCommand extends EnableApplicationLayerAutomaticResponseCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
EnableProactiveEngagementRequest,
|
|
@@ -19,7 +19,7 @@ export interface EnableProactiveEngagementCommandOutput
|
|
|
19
19
|
declare const EnableProactiveEngagementCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableProactiveEngagementCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableProactiveEngagementCommandInput,
|
|
24
24
|
EnableProactiveEngagementCommandOutput,
|
|
25
25
|
ShieldClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableProactiveEngagementCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [EnableProactiveEngagementCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableProactiveEngagementCommandInput,
|
|
33
33
|
EnableProactiveEngagementCommandOutput,
|
|
34
34
|
ShieldClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableProactiveEngagementCommand extends EnableProactiveEngagementCommand_base {
|
|
41
43
|
protected static __types: {
|