@aws-sdk/client-shield 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Shield.d.ts +640 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +320 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +36 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +790 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
AssociateProactiveEngagementDetailsRequest,
|
|
10
|
+
AssociateProactiveEngagementDetailsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface AssociateProactiveEngagementDetailsCommandInput
|
|
18
|
+
extends AssociateProactiveEngagementDetailsRequest {}
|
|
19
|
+
export interface AssociateProactiveEngagementDetailsCommandOutput
|
|
20
|
+
extends AssociateProactiveEngagementDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateProactiveEngagementDetailsCommand extends $Command<
|
|
23
|
+
AssociateProactiveEngagementDetailsCommandInput,
|
|
24
|
+
AssociateProactiveEngagementDetailsCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateProactiveEngagementDetailsCommandInput;
|
|
28
|
+
constructor(input: AssociateProactiveEngagementDetailsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateProactiveEngagementDetailsCommandInput,
|
|
35
|
+
AssociateProactiveEngagementDetailsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateProtectionRequest,
|
|
10
|
+
CreateProtectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
|
|
18
|
+
export interface CreateProtectionCommandOutput
|
|
19
|
+
extends CreateProtectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateProtectionCommand extends $Command<
|
|
22
|
+
CreateProtectionCommandInput,
|
|
23
|
+
CreateProtectionCommandOutput,
|
|
24
|
+
ShieldClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateProtectionCommandInput;
|
|
27
|
+
constructor(input: CreateProtectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ShieldClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateProtectionCommandInput, CreateProtectionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
CreateProtectionGroupRequest,
|
|
10
|
+
CreateProtectionGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface CreateProtectionGroupCommandInput
|
|
18
|
+
extends CreateProtectionGroupRequest {}
|
|
19
|
+
export interface CreateProtectionGroupCommandOutput
|
|
20
|
+
extends CreateProtectionGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateProtectionGroupCommand extends $Command<
|
|
23
|
+
CreateProtectionGroupCommandInput,
|
|
24
|
+
CreateProtectionGroupCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateProtectionGroupCommandInput;
|
|
28
|
+
constructor(input: CreateProtectionGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateProtectionGroupCommandInput,
|
|
35
|
+
CreateProtectionGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
CreateSubscriptionRequest,
|
|
10
|
+
CreateSubscriptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface CreateSubscriptionCommandInput
|
|
18
|
+
extends CreateSubscriptionRequest {}
|
|
19
|
+
export interface CreateSubscriptionCommandOutput
|
|
20
|
+
extends CreateSubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateSubscriptionCommand extends $Command<
|
|
23
|
+
CreateSubscriptionCommandInput,
|
|
24
|
+
CreateSubscriptionCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateSubscriptionCommandInput;
|
|
28
|
+
constructor(input: CreateSubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DeleteProtectionRequest,
|
|
10
|
+
DeleteProtectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
|
|
18
|
+
export interface DeleteProtectionCommandOutput
|
|
19
|
+
extends DeleteProtectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteProtectionCommand extends $Command<
|
|
22
|
+
DeleteProtectionCommandInput,
|
|
23
|
+
DeleteProtectionCommandOutput,
|
|
24
|
+
ShieldClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteProtectionCommandInput;
|
|
27
|
+
constructor(input: DeleteProtectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ShieldClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteProtectionCommandInput, DeleteProtectionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DeleteProtectionGroupRequest,
|
|
10
|
+
DeleteProtectionGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DeleteProtectionGroupCommandInput
|
|
18
|
+
extends DeleteProtectionGroupRequest {}
|
|
19
|
+
export interface DeleteProtectionGroupCommandOutput
|
|
20
|
+
extends DeleteProtectionGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteProtectionGroupCommand extends $Command<
|
|
23
|
+
DeleteProtectionGroupCommandInput,
|
|
24
|
+
DeleteProtectionGroupCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteProtectionGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteProtectionGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteProtectionGroupCommandInput,
|
|
35
|
+
DeleteProtectionGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DeleteSubscriptionRequest,
|
|
10
|
+
DeleteSubscriptionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DeleteSubscriptionCommandInput
|
|
18
|
+
extends DeleteSubscriptionRequest {}
|
|
19
|
+
export interface DeleteSubscriptionCommandOutput
|
|
20
|
+
extends DeleteSubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSubscriptionCommand extends $Command<
|
|
23
|
+
DeleteSubscriptionCommandInput,
|
|
24
|
+
DeleteSubscriptionCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSubscriptionCommandInput;
|
|
28
|
+
constructor(input: DeleteSubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DescribeAttackRequest,
|
|
10
|
+
DescribeAttackResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
|
|
18
|
+
export interface DescribeAttackCommandOutput
|
|
19
|
+
extends DescribeAttackResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeAttackCommand extends $Command<
|
|
22
|
+
DescribeAttackCommandInput,
|
|
23
|
+
DescribeAttackCommandOutput,
|
|
24
|
+
ShieldClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeAttackCommandInput;
|
|
27
|
+
constructor(input: DescribeAttackCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ShieldClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeAttackCommandInput, DescribeAttackCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeAttackStatisticsRequest,
|
|
10
|
+
DescribeAttackStatisticsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeAttackStatisticsCommandInput
|
|
18
|
+
extends DescribeAttackStatisticsRequest {}
|
|
19
|
+
export interface DescribeAttackStatisticsCommandOutput
|
|
20
|
+
extends DescribeAttackStatisticsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeAttackStatisticsCommand extends $Command<
|
|
23
|
+
DescribeAttackStatisticsCommandInput,
|
|
24
|
+
DescribeAttackStatisticsCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAttackStatisticsCommandInput;
|
|
28
|
+
constructor(input: DescribeAttackStatisticsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeAttackStatisticsCommandInput,
|
|
35
|
+
DescribeAttackStatisticsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
DescribeDRTAccessRequest,
|
|
10
|
+
DescribeDRTAccessResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeDRTAccessCommandInput
|
|
18
|
+
extends DescribeDRTAccessRequest {}
|
|
19
|
+
export interface DescribeDRTAccessCommandOutput
|
|
20
|
+
extends DescribeDRTAccessResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDRTAccessCommand extends $Command<
|
|
23
|
+
DescribeDRTAccessCommandInput,
|
|
24
|
+
DescribeDRTAccessCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDRTAccessCommandInput;
|
|
28
|
+
constructor(input: DescribeDRTAccessCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeEmergencyContactSettingsRequest,
|
|
10
|
+
DescribeEmergencyContactSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface DescribeEmergencyContactSettingsCommandInput
|
|
18
|
+
extends DescribeEmergencyContactSettingsRequest {}
|
|
19
|
+
export interface DescribeEmergencyContactSettingsCommandOutput
|
|
20
|
+
extends DescribeEmergencyContactSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeEmergencyContactSettingsCommand extends $Command<
|
|
23
|
+
DescribeEmergencyContactSettingsCommandInput,
|
|
24
|
+
DescribeEmergencyContactSettingsCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEmergencyContactSettingsCommandInput;
|
|
28
|
+
constructor(input: DescribeEmergencyContactSettingsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ShieldClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeEmergencyContactSettingsCommandInput,
|
|
35
|
+
DescribeEmergencyContactSettingsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|