@aws-sdk/client-shield 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1129 -1338
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ShieldClient.js +2 -0
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +3 -9
- package/dist-es/commands/AssociateDRTRoleCommand.js +3 -9
- package/dist-es/commands/AssociateHealthCheckCommand.js +3 -9
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +3 -9
- package/dist-es/commands/CreateProtectionCommand.js +3 -9
- package/dist-es/commands/CreateProtectionGroupCommand.js +3 -9
- package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteProtectionCommand.js +3 -9
- package/dist-es/commands/DeleteProtectionGroupCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriptionCommand.js +3 -9
- package/dist-es/commands/DescribeAttackCommand.js +3 -9
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +3 -9
- package/dist-es/commands/DescribeDRTAccessCommand.js +3 -9
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +3 -9
- package/dist-es/commands/DescribeProtectionCommand.js +3 -9
- package/dist-es/commands/DescribeProtectionGroupCommand.js +3 -9
- package/dist-es/commands/DescribeSubscriptionCommand.js +3 -9
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +3 -9
- package/dist-es/commands/DisableProactiveEngagementCommand.js +3 -9
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +3 -9
- package/dist-es/commands/DisassociateDRTRoleCommand.js +3 -9
- package/dist-es/commands/DisassociateHealthCheckCommand.js +3 -9
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +3 -9
- package/dist-es/commands/EnableProactiveEngagementCommand.js +3 -9
- package/dist-es/commands/GetSubscriptionStateCommand.js +3 -9
- package/dist-es/commands/ListAttacksCommand.js +3 -9
- package/dist-es/commands/ListProtectionGroupsCommand.js +3 -9
- package/dist-es/commands/ListProtectionsCommand.js +3 -9
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +3 -9
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateProtectionGroupCommand.js +3 -9
- package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1029 -0
- package/dist-types/ShieldClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +182 -0
- package/dist-types/ts3.4/ShieldClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +187 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1051
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -326
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -437
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/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
|
-
/**
|
|
40
|
-
* serializeAws_json1_1AssociateDRTLogBucketCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_AssociateDRTLogBucketCommand: (input: AssociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_1AssociateDRTRoleCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_AssociateDRTRoleCommand: (input: AssociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_1AssociateHealthCheckCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_AssociateHealthCheckCommand: (input: AssociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_1AssociateProactiveEngagementDetailsCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_AssociateProactiveEngagementDetailsCommand: (input: AssociateProactiveEngagementDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_1CreateProtectionCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_CreateProtectionCommand: (input: CreateProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_1CreateProtectionGroupCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_CreateProtectionGroupCommand: (input: CreateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_1CreateSubscriptionCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_CreateSubscriptionCommand: (input: CreateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_1DeleteProtectionCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_DeleteProtectionCommand: (input: DeleteProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_1DeleteProtectionGroupCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DeleteProtectionGroupCommand: (input: DeleteProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_1DeleteSubscriptionCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_DeleteSubscriptionCommand: (input: DeleteSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_1DescribeAttackCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DescribeAttackCommand: (input: DescribeAttackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_json1_1DescribeAttackStatisticsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_DescribeAttackStatisticsCommand: (input: DescribeAttackStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_json1_1DescribeDRTAccessCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_DescribeDRTAccessCommand: (input: DescribeDRTAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_json1_1DescribeEmergencyContactSettingsCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_DescribeEmergencyContactSettingsCommand: (input: DescribeEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_json1_1DescribeProtectionCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_DescribeProtectionCommand: (input: DescribeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_json1_1DescribeProtectionGroupCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_DescribeProtectionGroupCommand: (input: DescribeProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_json1_1DescribeSubscriptionCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_DescribeSubscriptionCommand: (input: DescribeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_DisableApplicationLayerAutomaticResponseCommand: (input: DisableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_json1_1DisableProactiveEngagementCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_DisableProactiveEngagementCommand: (input: DisableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_json1_1DisassociateDRTLogBucketCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_DisassociateDRTLogBucketCommand: (input: DisassociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_json1_1DisassociateDRTRoleCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_DisassociateDRTRoleCommand: (input: DisassociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_json1_1DisassociateHealthCheckCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_DisassociateHealthCheckCommand: (input: DisassociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_EnableApplicationLayerAutomaticResponseCommand: (input: EnableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_json1_1EnableProactiveEngagementCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_EnableProactiveEngagementCommand: (input: EnableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_json1_1GetSubscriptionStateCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_GetSubscriptionStateCommand: (input: GetSubscriptionStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_json1_1ListAttacksCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_ListAttacksCommand: (input: ListAttacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_json1_1ListProtectionGroupsCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_ListProtectionGroupsCommand: (input: ListProtectionGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_json1_1ListProtectionsCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_ListProtectionsCommand: (input: ListProtectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_json1_1ListResourcesInProtectionGroupCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_ListResourcesInProtectionGroupCommand: (input: ListResourcesInProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_json1_1TagResourceCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_UpdateApplicationLayerAutomaticResponseCommand: (input: UpdateApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_json1_1UpdateEmergencyContactSettingsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_UpdateEmergencyContactSettingsCommand: (input: UpdateEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_json1_1UpdateProtectionGroupCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_UpdateProtectionGroupCommand: (input: UpdateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_json1_1UpdateSubscriptionCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_json1_1AssociateDRTLogBucketCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_AssociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTLogBucketCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_json1_1AssociateDRTRoleCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_AssociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTRoleCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_json1_1AssociateHealthCheckCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_AssociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateHealthCheckCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_json1_1AssociateProactiveEngagementDetailsCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_AssociateProactiveEngagementDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProactiveEngagementDetailsCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_json1_1CreateProtectionCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_CreateProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_json1_1CreateProtectionGroupCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_CreateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionGroupCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_json1_1CreateSubscriptionCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_CreateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_json1_1DeleteProtectionCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_DeleteProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_json1_1DeleteProtectionGroupCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_DeleteProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionGroupCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* deserializeAws_json1_1DeleteSubscriptionCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const de_DeleteSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionCommandOutput>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_json1_1DescribeAttackCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_DescribeAttackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_json1_1DescribeAttackStatisticsCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_DescribeAttackStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackStatisticsCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_json1_1DescribeDRTAccessCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_DescribeDRTAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDRTAccessCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_json1_1DescribeEmergencyContactSettingsCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_DescribeEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmergencyContactSettingsCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_json1_1DescribeProtectionCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_DescribeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_json1_1DescribeProtectionGroupCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_DescribeProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionGroupCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_json1_1DescribeSubscriptionCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_DescribeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscriptionCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_DisableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_json1_1DisableProactiveEngagementCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_DisableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProactiveEngagementCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_json1_1DisassociateDRTLogBucketCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_DisassociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTLogBucketCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_json1_1DisassociateDRTRoleCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_DisassociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTRoleCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_json1_1DisassociateHealthCheckCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_DisassociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateHealthCheckCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_EnableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_json1_1EnableProactiveEngagementCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_EnableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProactiveEngagementCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_json1_1GetSubscriptionStateCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_GetSubscriptionStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionStateCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_json1_1ListAttacksCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_ListAttacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttacksCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_json1_1ListProtectionGroupsCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_ListProtectionGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionGroupsCommandOutput>;
|
|
291
|
-
/**
|
|
292
|
-
* deserializeAws_json1_1ListProtectionsCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const de_ListProtectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionsCommandOutput>;
|
|
295
|
-
/**
|
|
296
|
-
* deserializeAws_json1_1ListResourcesInProtectionGroupCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const de_ListResourcesInProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesInProtectionGroupCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
307
|
-
/**
|
|
308
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
311
|
-
/**
|
|
312
|
-
* deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const de_UpdateApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
|
|
315
|
-
/**
|
|
316
|
-
* deserializeAws_json1_1UpdateEmergencyContactSettingsCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const de_UpdateEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
|
|
319
|
-
/**
|
|
320
|
-
* deserializeAws_json1_1UpdateProtectionGroupCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const de_UpdateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectionGroupCommandOutput>;
|
|
323
|
-
/**
|
|
324
|
-
* deserializeAws_json1_1UpdateSubscriptionCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const de_UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;
|