@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,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
|
+
GetSubscriptionStateRequest,
|
|
10
|
+
GetSubscriptionStateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface GetSubscriptionStateCommandInput
|
|
18
|
+
extends GetSubscriptionStateRequest {}
|
|
19
|
+
export interface GetSubscriptionStateCommandOutput
|
|
20
|
+
extends GetSubscriptionStateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSubscriptionStateCommand extends $Command<
|
|
24
|
+
GetSubscriptionStateCommandInput,
|
|
25
|
+
GetSubscriptionStateCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSubscriptionStateCommandInput;
|
|
29
|
+
constructor(input: GetSubscriptionStateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSubscriptionStateCommandInput,
|
|
37
|
+
GetSubscriptionStateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
ShieldClientResolvedConfig,
|
|
13
|
+
} from "../ShieldClient";
|
|
14
|
+
export interface ListAttacksCommandInput extends ListAttacksRequest {}
|
|
15
|
+
export interface ListAttacksCommandOutput
|
|
16
|
+
extends ListAttacksResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListAttacksCommand extends $Command<
|
|
20
|
+
ListAttacksCommandInput,
|
|
21
|
+
ListAttacksCommandOutput,
|
|
22
|
+
ShieldClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAttacksCommandInput;
|
|
25
|
+
constructor(input: ListAttacksCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ShieldClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAttacksCommandInput, ListAttacksCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListProtectionGroupsRequest,
|
|
10
|
+
ListProtectionGroupsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface ListProtectionGroupsCommandInput
|
|
18
|
+
extends ListProtectionGroupsRequest {}
|
|
19
|
+
export interface ListProtectionGroupsCommandOutput
|
|
20
|
+
extends ListProtectionGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListProtectionGroupsCommand extends $Command<
|
|
24
|
+
ListProtectionGroupsCommandInput,
|
|
25
|
+
ListProtectionGroupsCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListProtectionGroupsCommandInput;
|
|
29
|
+
constructor(input: ListProtectionGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListProtectionGroupsCommandInput,
|
|
37
|
+
ListProtectionGroupsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ListProtectionsRequest,
|
|
10
|
+
ListProtectionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface ListProtectionsCommandInput extends ListProtectionsRequest {}
|
|
18
|
+
export interface ListProtectionsCommandOutput
|
|
19
|
+
extends ListProtectionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListProtectionsCommand extends $Command<
|
|
23
|
+
ListProtectionsCommandInput,
|
|
24
|
+
ListProtectionsCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListProtectionsCommandInput;
|
|
28
|
+
constructor(input: ListProtectionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ShieldClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListProtectionsCommandInput, ListProtectionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
ListResourcesInProtectionGroupRequest,
|
|
10
|
+
ListResourcesInProtectionGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface ListResourcesInProtectionGroupCommandInput
|
|
18
|
+
extends ListResourcesInProtectionGroupRequest {}
|
|
19
|
+
export interface ListResourcesInProtectionGroupCommandOutput
|
|
20
|
+
extends ListResourcesInProtectionGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListResourcesInProtectionGroupCommand extends $Command<
|
|
24
|
+
ListResourcesInProtectionGroupCommandInput,
|
|
25
|
+
ListResourcesInProtectionGroupCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListResourcesInProtectionGroupCommandInput;
|
|
29
|
+
constructor(input: ListResourcesInProtectionGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListResourcesInProtectionGroupCommandInput,
|
|
37
|
+
ListResourcesInProtectionGroupCommandOutput
|
|
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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
ShieldClientResolvedConfig,
|
|
13
|
+
} from "../ShieldClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
ShieldClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ShieldClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
ShieldClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ShieldClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
UpdateApplicationLayerAutomaticResponseRequest,
|
|
10
|
+
UpdateApplicationLayerAutomaticResponseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface UpdateApplicationLayerAutomaticResponseCommandInput
|
|
18
|
+
extends UpdateApplicationLayerAutomaticResponseRequest {}
|
|
19
|
+
export interface UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
20
|
+
extends UpdateApplicationLayerAutomaticResponseResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<
|
|
24
|
+
UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
25
|
+
UpdateApplicationLayerAutomaticResponseCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
|
|
29
|
+
constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateApplicationLayerAutomaticResponseCommandInput,
|
|
37
|
+
UpdateApplicationLayerAutomaticResponseCommandOutput
|
|
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
|
+
UpdateEmergencyContactSettingsRequest,
|
|
10
|
+
UpdateEmergencyContactSettingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface UpdateEmergencyContactSettingsCommandInput
|
|
18
|
+
extends UpdateEmergencyContactSettingsRequest {}
|
|
19
|
+
export interface UpdateEmergencyContactSettingsCommandOutput
|
|
20
|
+
extends UpdateEmergencyContactSettingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEmergencyContactSettingsCommand extends $Command<
|
|
24
|
+
UpdateEmergencyContactSettingsCommandInput,
|
|
25
|
+
UpdateEmergencyContactSettingsCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEmergencyContactSettingsCommandInput;
|
|
29
|
+
constructor(input: UpdateEmergencyContactSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateEmergencyContactSettingsCommandInput,
|
|
37
|
+
UpdateEmergencyContactSettingsCommandOutput
|
|
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
|
+
UpdateProtectionGroupRequest,
|
|
10
|
+
UpdateProtectionGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ShieldClientResolvedConfig,
|
|
16
|
+
} from "../ShieldClient";
|
|
17
|
+
export interface UpdateProtectionGroupCommandInput
|
|
18
|
+
extends UpdateProtectionGroupRequest {}
|
|
19
|
+
export interface UpdateProtectionGroupCommandOutput
|
|
20
|
+
extends UpdateProtectionGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateProtectionGroupCommand extends $Command<
|
|
24
|
+
UpdateProtectionGroupCommandInput,
|
|
25
|
+
UpdateProtectionGroupCommandOutput,
|
|
26
|
+
ShieldClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateProtectionGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateProtectionGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ShieldClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateProtectionGroupCommandInput,
|
|
37
|
+
UpdateProtectionGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|