@aws-sdk/client-shield 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/Shield.d.ts +0 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +0 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -36
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1097
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand";
|
|
3
|
-
import { ShieldPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListAttacks(config: ShieldPaginationConfiguration, input: ListAttacksCommandInput, ...additionalArguments: any): Paginator<ListAttacksCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput } from "../commands/ListProtectionGroupsCommand";
|
|
3
|
-
import { ShieldPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListProtectionGroups(config: ShieldPaginationConfiguration, input: ListProtectionGroupsCommandInput, ...additionalArguments: any): Paginator<ListProtectionGroupsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListProtectionsCommandInput, ListProtectionsCommandOutput } from "../commands/ListProtectionsCommand";
|
|
3
|
-
import { ShieldPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListProtections(config: ShieldPaginationConfiguration, input: ListProtectionsCommandInput, ...additionalArguments: any): Paginator<ListProtectionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput } from "../commands/ListResourcesInProtectionGroupCommand";
|
|
3
|
-
import { ShieldPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListResourcesInProtectionGroup(config: ShieldPaginationConfiguration, input: ListResourcesInProtectionGroupCommandInput, ...additionalArguments: any): Paginator<ListResourcesInProtectionGroupCommandOutput>;
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "../commands/AssociateDRTLogBucketCommand";
|
|
4
|
-
import { AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput } from "../commands/AssociateDRTRoleCommand";
|
|
5
|
-
import { AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput } from "../commands/AssociateHealthCheckCommand";
|
|
6
|
-
import { AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput } from "../commands/AssociateProactiveEngagementDetailsCommand";
|
|
7
|
-
import { CreateProtectionCommandInput, CreateProtectionCommandOutput } from "../commands/CreateProtectionCommand";
|
|
8
|
-
import { CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput } from "../commands/CreateProtectionGroupCommand";
|
|
9
|
-
import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "../commands/CreateSubscriptionCommand";
|
|
10
|
-
import { DeleteProtectionCommandInput, DeleteProtectionCommandOutput } from "../commands/DeleteProtectionCommand";
|
|
11
|
-
import { DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput } from "../commands/DeleteProtectionGroupCommand";
|
|
12
|
-
import { DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput } from "../commands/DeleteSubscriptionCommand";
|
|
13
|
-
import { DescribeAttackCommandInput, DescribeAttackCommandOutput } from "../commands/DescribeAttackCommand";
|
|
14
|
-
import { DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput } from "../commands/DescribeAttackStatisticsCommand";
|
|
15
|
-
import { DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput } from "../commands/DescribeDRTAccessCommand";
|
|
16
|
-
import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput } from "../commands/DescribeEmergencyContactSettingsCommand";
|
|
17
|
-
import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "../commands/DescribeProtectionCommand";
|
|
18
|
-
import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "../commands/DescribeProtectionGroupCommand";
|
|
19
|
-
import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "../commands/DescribeSubscriptionCommand";
|
|
20
|
-
import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
|
|
21
|
-
import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "../commands/DisableProactiveEngagementCommand";
|
|
22
|
-
import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "../commands/DisassociateDRTLogBucketCommand";
|
|
23
|
-
import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "../commands/DisassociateDRTRoleCommand";
|
|
24
|
-
import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "../commands/DisassociateHealthCheckCommand";
|
|
25
|
-
import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
|
|
26
|
-
import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "../commands/EnableProactiveEngagementCommand";
|
|
27
|
-
import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "../commands/GetSubscriptionStateCommand";
|
|
28
|
-
import { ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand";
|
|
29
|
-
import { ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput } from "../commands/ListProtectionGroupsCommand";
|
|
30
|
-
import { ListProtectionsCommandInput, ListProtectionsCommandOutput } from "../commands/ListProtectionsCommand";
|
|
31
|
-
import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput } from "../commands/ListResourcesInProtectionGroupCommand";
|
|
32
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
33
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
34
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
35
|
-
import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
|
|
36
|
-
import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "../commands/UpdateEmergencyContactSettingsCommand";
|
|
37
|
-
import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "../commands/UpdateProtectionGroupCommand";
|
|
38
|
-
import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "../commands/UpdateSubscriptionCommand";
|
|
39
|
-
export declare const serializeAws_json1_1AssociateDRTLogBucketCommand: (input: AssociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_json1_1AssociateDRTRoleCommand: (input: AssociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_json1_1AssociateHealthCheckCommand: (input: AssociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (input: AssociateProactiveEngagementDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_json1_1CreateProtectionCommand: (input: CreateProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_json1_1CreateProtectionGroupCommand: (input: CreateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_json1_1CreateSubscriptionCommand: (input: CreateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_json1_1DeleteProtectionCommand: (input: DeleteProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_json1_1DeleteProtectionGroupCommand: (input: DeleteProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_json1_1DeleteSubscriptionCommand: (input: DeleteSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_json1_1DescribeAttackCommand: (input: DescribeAttackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_json1_1DescribeAttackStatisticsCommand: (input: DescribeAttackStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_json1_1DescribeDRTAccessCommand: (input: DescribeDRTAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_json1_1DescribeEmergencyContactSettingsCommand: (input: DescribeEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_json1_1DescribeProtectionCommand: (input: DescribeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_json1_1DescribeProtectionGroupCommand: (input: DescribeProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_json1_1DescribeSubscriptionCommand: (input: DescribeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (input: DisableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_json1_1DisableProactiveEngagementCommand: (input: DisableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_json1_1DisassociateDRTLogBucketCommand: (input: DisassociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_json1_1DisassociateDRTRoleCommand: (input: DisassociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_json1_1DisassociateHealthCheckCommand: (input: DisassociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (input: EnableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_json1_1EnableProactiveEngagementCommand: (input: EnableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_json1_1GetSubscriptionStateCommand: (input: GetSubscriptionStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_json1_1ListAttacksCommand: (input: ListAttacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_json1_1ListProtectionGroupsCommand: (input: ListProtectionGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_json1_1ListProtectionsCommand: (input: ListProtectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_json1_1ListResourcesInProtectionGroupCommand: (input: ListResourcesInProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (input: UpdateApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_json1_1UpdateEmergencyContactSettingsCommand: (input: UpdateEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_json1_1UpdateProtectionGroupCommand: (input: UpdateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_json1_1UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const deserializeAws_json1_1AssociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTLogBucketCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_json1_1AssociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTRoleCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_json1_1AssociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateHealthCheckCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProactiveEngagementDetailsCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_json1_1CreateProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_json1_1CreateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionGroupCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_json1_1CreateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_json1_1DeleteProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_json1_1DeleteProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionGroupCommandOutput>;
|
|
84
|
-
export declare const deserializeAws_json1_1DeleteSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionCommandOutput>;
|
|
85
|
-
export declare const deserializeAws_json1_1DescribeAttackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackCommandOutput>;
|
|
86
|
-
export declare const deserializeAws_json1_1DescribeAttackStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackStatisticsCommandOutput>;
|
|
87
|
-
export declare const deserializeAws_json1_1DescribeDRTAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDRTAccessCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_json1_1DescribeEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmergencyContactSettingsCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_json1_1DescribeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_json1_1DescribeProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionGroupCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_json1_1DescribeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscriptionCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
|
|
93
|
-
export declare const deserializeAws_json1_1DisableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProactiveEngagementCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_json1_1DisassociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTLogBucketCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_json1_1DisassociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTRoleCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_json1_1DisassociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateHealthCheckCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_json1_1EnableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProactiveEngagementCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_json1_1GetSubscriptionStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionStateCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_json1_1ListAttacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttacksCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_json1_1ListProtectionGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionGroupsCommandOutput>;
|
|
102
|
-
export declare const deserializeAws_json1_1ListProtectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionsCommandOutput>;
|
|
103
|
-
export declare const deserializeAws_json1_1ListResourcesInProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesInProtectionGroupCommandOutput>;
|
|
104
|
-
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
105
|
-
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
106
|
-
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
107
|
-
export declare const deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
|
|
108
|
-
export declare const deserializeAws_json1_1UpdateEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
|
|
109
|
-
export declare const deserializeAws_json1_1UpdateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectionGroupCommandOutput>;
|
|
110
|
-
export declare const deserializeAws_json1_1UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { ShieldClientConfig } from "./ShieldClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { ShieldClientConfig } from "./ShieldClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ShieldClientConfig } from "./ShieldClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { ShieldClientConfig } from "./ShieldClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|