@aws-sdk/client-shield 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Shield.d.ts +676 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1050 -937
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeProtectionRequest,
|
|
10
|
+
DescribeProtectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeProtectionCommandInput
|
|
18
|
+
extends DescribeProtectionRequest {}
|
|
19
|
+
export interface DescribeProtectionCommandOutput
|
|
20
|
+
extends DescribeProtectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeProtectionCommand extends $Command<
|
|
24
|
+
DescribeProtectionCommandInput,
|
|
25
|
+
DescribeProtectionCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeProtectionCommandInput;
|
|
29
|
+
constructor(input: DescribeProtectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeProtectionCommandInput, DescribeProtectionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeProtectionGroupRequest,
|
|
10
|
+
DescribeProtectionGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeProtectionGroupCommandInput
|
|
18
|
+
extends DescribeProtectionGroupRequest {}
|
|
19
|
+
export interface DescribeProtectionGroupCommandOutput
|
|
20
|
+
extends DescribeProtectionGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeProtectionGroupCommand extends $Command<
|
|
24
|
+
DescribeProtectionGroupCommandInput,
|
|
25
|
+
DescribeProtectionGroupCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeProtectionGroupCommandInput;
|
|
29
|
+
constructor(input: DescribeProtectionGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeProtectionGroupCommandInput,
|
|
37
|
+
DescribeProtectionGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeSubscriptionRequest,
|
|
10
|
+
DescribeSubscriptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeSubscriptionCommandInput
|
|
18
|
+
extends DescribeSubscriptionRequest {}
|
|
19
|
+
export interface DescribeSubscriptionCommandOutput
|
|
20
|
+
extends DescribeSubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeSubscriptionCommand extends $Command<
|
|
24
|
+
DescribeSubscriptionCommandInput,
|
|
25
|
+
DescribeSubscriptionCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeSubscriptionCommandInput;
|
|
29
|
+
constructor(input: DescribeSubscriptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeSubscriptionCommandInput,
|
|
37
|
+
DescribeSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisableApplicationLayerAutomaticResponseRequest,
|
|
10
|
+
DisableApplicationLayerAutomaticResponseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DisableApplicationLayerAutomaticResponseCommandInput
|
|
18
|
+
extends DisableApplicationLayerAutomaticResponseRequest {}
|
|
19
|
+
export interface DisableApplicationLayerAutomaticResponseCommandOutput
|
|
20
|
+
extends DisableApplicationLayerAutomaticResponseResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<
|
|
24
|
+
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
25
|
+
DisableApplicationLayerAutomaticResponseCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableApplicationLayerAutomaticResponseCommandInput,
|
|
37
|
+
DisableApplicationLayerAutomaticResponseCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisableProactiveEngagementRequest,
|
|
10
|
+
DisableProactiveEngagementResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DisableProactiveEngagementCommandInput
|
|
18
|
+
extends DisableProactiveEngagementRequest {}
|
|
19
|
+
export interface DisableProactiveEngagementCommandOutput
|
|
20
|
+
extends DisableProactiveEngagementResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableProactiveEngagementCommand extends $Command<
|
|
24
|
+
DisableProactiveEngagementCommandInput,
|
|
25
|
+
DisableProactiveEngagementCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableProactiveEngagementCommandInput;
|
|
29
|
+
constructor(input: DisableProactiveEngagementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableProactiveEngagementCommandInput,
|
|
37
|
+
DisableProactiveEngagementCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateDRTLogBucketRequest,
|
|
10
|
+
DisassociateDRTLogBucketResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DisassociateDRTLogBucketCommandInput
|
|
18
|
+
extends DisassociateDRTLogBucketRequest {}
|
|
19
|
+
export interface DisassociateDRTLogBucketCommandOutput
|
|
20
|
+
extends DisassociateDRTLogBucketResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateDRTLogBucketCommand extends $Command<
|
|
24
|
+
DisassociateDRTLogBucketCommandInput,
|
|
25
|
+
DisassociateDRTLogBucketCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateDRTLogBucketCommandInput;
|
|
29
|
+
constructor(input: DisassociateDRTLogBucketCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateDRTLogBucketCommandInput,
|
|
37
|
+
DisassociateDRTLogBucketCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateDRTRoleRequest,
|
|
10
|
+
DisassociateDRTRoleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DisassociateDRTRoleCommandInput
|
|
18
|
+
extends DisassociateDRTRoleRequest {}
|
|
19
|
+
export interface DisassociateDRTRoleCommandOutput
|
|
20
|
+
extends DisassociateDRTRoleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateDRTRoleCommand extends $Command<
|
|
24
|
+
DisassociateDRTRoleCommandInput,
|
|
25
|
+
DisassociateDRTRoleCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateDRTRoleCommandInput;
|
|
29
|
+
constructor(input: DisassociateDRTRoleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DisassociateHealthCheckRequest,
|
|
10
|
+
DisassociateHealthCheckResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DisassociateHealthCheckCommandInput
|
|
18
|
+
extends DisassociateHealthCheckRequest {}
|
|
19
|
+
export interface DisassociateHealthCheckCommandOutput
|
|
20
|
+
extends DisassociateHealthCheckResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateHealthCheckCommand extends $Command<
|
|
24
|
+
DisassociateHealthCheckCommandInput,
|
|
25
|
+
DisassociateHealthCheckCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateHealthCheckCommandInput;
|
|
29
|
+
constructor(input: DisassociateHealthCheckCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateHealthCheckCommandInput,
|
|
37
|
+
DisassociateHealthCheckCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EnableApplicationLayerAutomaticResponseRequest,
|
|
10
|
+
EnableApplicationLayerAutomaticResponseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface EnableApplicationLayerAutomaticResponseCommandInput
|
|
18
|
+
extends EnableApplicationLayerAutomaticResponseRequest {}
|
|
19
|
+
export interface EnableApplicationLayerAutomaticResponseCommandOutput
|
|
20
|
+
extends EnableApplicationLayerAutomaticResponseResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<
|
|
24
|
+
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
25
|
+
EnableApplicationLayerAutomaticResponseCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableApplicationLayerAutomaticResponseCommandInput,
|
|
37
|
+
EnableApplicationLayerAutomaticResponseCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EnableProactiveEngagementRequest,
|
|
10
|
+
EnableProactiveEngagementResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface EnableProactiveEngagementCommandInput
|
|
18
|
+
extends EnableProactiveEngagementRequest {}
|
|
19
|
+
export interface EnableProactiveEngagementCommandOutput
|
|
20
|
+
extends EnableProactiveEngagementResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableProactiveEngagementCommand extends $Command<
|
|
24
|
+
EnableProactiveEngagementCommandInput,
|
|
25
|
+
EnableProactiveEngagementCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableProactiveEngagementCommandInput;
|
|
29
|
+
constructor(input: EnableProactiveEngagementCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableProactiveEngagementCommandInput,
|
|
37
|
+
EnableProactiveEngagementCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|