@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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +1129 -1338
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ShieldClient.js +2 -0
  4. package/dist-es/commands/AssociateDRTLogBucketCommand.js +3 -9
  5. package/dist-es/commands/AssociateDRTRoleCommand.js +3 -9
  6. package/dist-es/commands/AssociateHealthCheckCommand.js +3 -9
  7. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +3 -9
  8. package/dist-es/commands/CreateProtectionCommand.js +3 -9
  9. package/dist-es/commands/CreateProtectionGroupCommand.js +3 -9
  10. package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
  11. package/dist-es/commands/DeleteProtectionCommand.js +3 -9
  12. package/dist-es/commands/DeleteProtectionGroupCommand.js +3 -9
  13. package/dist-es/commands/DeleteSubscriptionCommand.js +3 -9
  14. package/dist-es/commands/DescribeAttackCommand.js +3 -9
  15. package/dist-es/commands/DescribeAttackStatisticsCommand.js +3 -9
  16. package/dist-es/commands/DescribeDRTAccessCommand.js +3 -9
  17. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +3 -9
  18. package/dist-es/commands/DescribeProtectionCommand.js +3 -9
  19. package/dist-es/commands/DescribeProtectionGroupCommand.js +3 -9
  20. package/dist-es/commands/DescribeSubscriptionCommand.js +3 -9
  21. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +3 -9
  22. package/dist-es/commands/DisableProactiveEngagementCommand.js +3 -9
  23. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +3 -9
  24. package/dist-es/commands/DisassociateDRTRoleCommand.js +3 -9
  25. package/dist-es/commands/DisassociateHealthCheckCommand.js +3 -9
  26. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +3 -9
  27. package/dist-es/commands/EnableProactiveEngagementCommand.js +3 -9
  28. package/dist-es/commands/GetSubscriptionStateCommand.js +3 -9
  29. package/dist-es/commands/ListAttacksCommand.js +3 -9
  30. package/dist-es/commands/ListProtectionGroupsCommand.js +3 -9
  31. package/dist-es/commands/ListProtectionsCommand.js +3 -9
  32. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/TagResourceCommand.js +3 -9
  35. package/dist-es/commands/UntagResourceCommand.js +3 -9
  36. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +3 -9
  37. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +3 -9
  38. package/dist-es/commands/UpdateProtectionGroupCommand.js +3 -9
  39. package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
  40. package/dist-es/runtimeConfig.shared.js +7 -0
  41. package/dist-es/schemas/schemas_0.js +1029 -0
  42. package/dist-types/ShieldClient.d.ts +10 -1
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +182 -0
  48. package/dist-types/ts3.4/ShieldClient.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +187 -0
  54. package/package.json +5 -5
  55. package/dist-es/protocols/Aws_json1_1.js +0 -1051
  56. package/dist-types/protocols/Aws_json1_1.d.ts +0 -326
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -437
@@ -1,437 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateDRTLogBucketCommandInput,
8
- AssociateDRTLogBucketCommandOutput,
9
- } from "../commands/AssociateDRTLogBucketCommand";
10
- import {
11
- AssociateDRTRoleCommandInput,
12
- AssociateDRTRoleCommandOutput,
13
- } from "../commands/AssociateDRTRoleCommand";
14
- import {
15
- AssociateHealthCheckCommandInput,
16
- AssociateHealthCheckCommandOutput,
17
- } from "../commands/AssociateHealthCheckCommand";
18
- import {
19
- AssociateProactiveEngagementDetailsCommandInput,
20
- AssociateProactiveEngagementDetailsCommandOutput,
21
- } from "../commands/AssociateProactiveEngagementDetailsCommand";
22
- import {
23
- CreateProtectionCommandInput,
24
- CreateProtectionCommandOutput,
25
- } from "../commands/CreateProtectionCommand";
26
- import {
27
- CreateProtectionGroupCommandInput,
28
- CreateProtectionGroupCommandOutput,
29
- } from "../commands/CreateProtectionGroupCommand";
30
- import {
31
- CreateSubscriptionCommandInput,
32
- CreateSubscriptionCommandOutput,
33
- } from "../commands/CreateSubscriptionCommand";
34
- import {
35
- DeleteProtectionCommandInput,
36
- DeleteProtectionCommandOutput,
37
- } from "../commands/DeleteProtectionCommand";
38
- import {
39
- DeleteProtectionGroupCommandInput,
40
- DeleteProtectionGroupCommandOutput,
41
- } from "../commands/DeleteProtectionGroupCommand";
42
- import {
43
- DeleteSubscriptionCommandInput,
44
- DeleteSubscriptionCommandOutput,
45
- } from "../commands/DeleteSubscriptionCommand";
46
- import {
47
- DescribeAttackCommandInput,
48
- DescribeAttackCommandOutput,
49
- } from "../commands/DescribeAttackCommand";
50
- import {
51
- DescribeAttackStatisticsCommandInput,
52
- DescribeAttackStatisticsCommandOutput,
53
- } from "../commands/DescribeAttackStatisticsCommand";
54
- import {
55
- DescribeDRTAccessCommandInput,
56
- DescribeDRTAccessCommandOutput,
57
- } from "../commands/DescribeDRTAccessCommand";
58
- import {
59
- DescribeEmergencyContactSettingsCommandInput,
60
- DescribeEmergencyContactSettingsCommandOutput,
61
- } from "../commands/DescribeEmergencyContactSettingsCommand";
62
- import {
63
- DescribeProtectionCommandInput,
64
- DescribeProtectionCommandOutput,
65
- } from "../commands/DescribeProtectionCommand";
66
- import {
67
- DescribeProtectionGroupCommandInput,
68
- DescribeProtectionGroupCommandOutput,
69
- } from "../commands/DescribeProtectionGroupCommand";
70
- import {
71
- DescribeSubscriptionCommandInput,
72
- DescribeSubscriptionCommandOutput,
73
- } from "../commands/DescribeSubscriptionCommand";
74
- import {
75
- DisableApplicationLayerAutomaticResponseCommandInput,
76
- DisableApplicationLayerAutomaticResponseCommandOutput,
77
- } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
78
- import {
79
- DisableProactiveEngagementCommandInput,
80
- DisableProactiveEngagementCommandOutput,
81
- } from "../commands/DisableProactiveEngagementCommand";
82
- import {
83
- DisassociateDRTLogBucketCommandInput,
84
- DisassociateDRTLogBucketCommandOutput,
85
- } from "../commands/DisassociateDRTLogBucketCommand";
86
- import {
87
- DisassociateDRTRoleCommandInput,
88
- DisassociateDRTRoleCommandOutput,
89
- } from "../commands/DisassociateDRTRoleCommand";
90
- import {
91
- DisassociateHealthCheckCommandInput,
92
- DisassociateHealthCheckCommandOutput,
93
- } from "../commands/DisassociateHealthCheckCommand";
94
- import {
95
- EnableApplicationLayerAutomaticResponseCommandInput,
96
- EnableApplicationLayerAutomaticResponseCommandOutput,
97
- } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
98
- import {
99
- EnableProactiveEngagementCommandInput,
100
- EnableProactiveEngagementCommandOutput,
101
- } from "../commands/EnableProactiveEngagementCommand";
102
- import {
103
- GetSubscriptionStateCommandInput,
104
- GetSubscriptionStateCommandOutput,
105
- } from "../commands/GetSubscriptionStateCommand";
106
- import {
107
- ListAttacksCommandInput,
108
- ListAttacksCommandOutput,
109
- } from "../commands/ListAttacksCommand";
110
- import {
111
- ListProtectionGroupsCommandInput,
112
- ListProtectionGroupsCommandOutput,
113
- } from "../commands/ListProtectionGroupsCommand";
114
- import {
115
- ListProtectionsCommandInput,
116
- ListProtectionsCommandOutput,
117
- } from "../commands/ListProtectionsCommand";
118
- import {
119
- ListResourcesInProtectionGroupCommandInput,
120
- ListResourcesInProtectionGroupCommandOutput,
121
- } from "../commands/ListResourcesInProtectionGroupCommand";
122
- import {
123
- ListTagsForResourceCommandInput,
124
- ListTagsForResourceCommandOutput,
125
- } from "../commands/ListTagsForResourceCommand";
126
- import {
127
- TagResourceCommandInput,
128
- TagResourceCommandOutput,
129
- } from "../commands/TagResourceCommand";
130
- import {
131
- UntagResourceCommandInput,
132
- UntagResourceCommandOutput,
133
- } from "../commands/UntagResourceCommand";
134
- import {
135
- UpdateApplicationLayerAutomaticResponseCommandInput,
136
- UpdateApplicationLayerAutomaticResponseCommandOutput,
137
- } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
138
- import {
139
- UpdateEmergencyContactSettingsCommandInput,
140
- UpdateEmergencyContactSettingsCommandOutput,
141
- } from "../commands/UpdateEmergencyContactSettingsCommand";
142
- import {
143
- UpdateProtectionGroupCommandInput,
144
- UpdateProtectionGroupCommandOutput,
145
- } from "../commands/UpdateProtectionGroupCommand";
146
- import {
147
- UpdateSubscriptionCommandInput,
148
- UpdateSubscriptionCommandOutput,
149
- } from "../commands/UpdateSubscriptionCommand";
150
- export declare const se_AssociateDRTLogBucketCommand: (
151
- input: AssociateDRTLogBucketCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_AssociateDRTRoleCommand: (
155
- input: AssociateDRTRoleCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_AssociateHealthCheckCommand: (
159
- input: AssociateHealthCheckCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_AssociateProactiveEngagementDetailsCommand: (
163
- input: AssociateProactiveEngagementDetailsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateProtectionCommand: (
167
- input: CreateProtectionCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateProtectionGroupCommand: (
171
- input: CreateProtectionGroupCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateSubscriptionCommand: (
175
- input: CreateSubscriptionCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteProtectionCommand: (
179
- input: DeleteProtectionCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteProtectionGroupCommand: (
183
- input: DeleteProtectionGroupCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteSubscriptionCommand: (
187
- input: DeleteSubscriptionCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeAttackCommand: (
191
- input: DescribeAttackCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeAttackStatisticsCommand: (
195
- input: DescribeAttackStatisticsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeDRTAccessCommand: (
199
- input: DescribeDRTAccessCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribeEmergencyContactSettingsCommand: (
203
- input: DescribeEmergencyContactSettingsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribeProtectionCommand: (
207
- input: DescribeProtectionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DescribeProtectionGroupCommand: (
211
- input: DescribeProtectionGroupCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DescribeSubscriptionCommand: (
215
- input: DescribeSubscriptionCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DisableApplicationLayerAutomaticResponseCommand: (
219
- input: DisableApplicationLayerAutomaticResponseCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DisableProactiveEngagementCommand: (
223
- input: DisableProactiveEngagementCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DisassociateDRTLogBucketCommand: (
227
- input: DisassociateDRTLogBucketCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DisassociateDRTRoleCommand: (
231
- input: DisassociateDRTRoleCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DisassociateHealthCheckCommand: (
235
- input: DisassociateHealthCheckCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_EnableApplicationLayerAutomaticResponseCommand: (
239
- input: EnableApplicationLayerAutomaticResponseCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_EnableProactiveEngagementCommand: (
243
- input: EnableProactiveEngagementCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetSubscriptionStateCommand: (
247
- input: GetSubscriptionStateCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListAttacksCommand: (
251
- input: ListAttacksCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListProtectionGroupsCommand: (
255
- input: ListProtectionGroupsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListProtectionsCommand: (
259
- input: ListProtectionsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListResourcesInProtectionGroupCommand: (
263
- input: ListResourcesInProtectionGroupCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListTagsForResourceCommand: (
267
- input: ListTagsForResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_TagResourceCommand: (
271
- input: TagResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UntagResourceCommand: (
275
- input: UntagResourceCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateApplicationLayerAutomaticResponseCommand: (
279
- input: UpdateApplicationLayerAutomaticResponseCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UpdateEmergencyContactSettingsCommand: (
283
- input: UpdateEmergencyContactSettingsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_UpdateProtectionGroupCommand: (
287
- input: UpdateProtectionGroupCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UpdateSubscriptionCommand: (
291
- input: UpdateSubscriptionCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const de_AssociateDRTLogBucketCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<AssociateDRTLogBucketCommandOutput>;
298
- export declare const de_AssociateDRTRoleCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<AssociateDRTRoleCommandOutput>;
302
- export declare const de_AssociateHealthCheckCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<AssociateHealthCheckCommandOutput>;
306
- export declare const de_AssociateProactiveEngagementDetailsCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<AssociateProactiveEngagementDetailsCommandOutput>;
310
- export declare const de_CreateProtectionCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateProtectionCommandOutput>;
314
- export declare const de_CreateProtectionGroupCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateProtectionGroupCommandOutput>;
318
- export declare const de_CreateSubscriptionCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateSubscriptionCommandOutput>;
322
- export declare const de_DeleteProtectionCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteProtectionCommandOutput>;
326
- export declare const de_DeleteProtectionGroupCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteProtectionGroupCommandOutput>;
330
- export declare const de_DeleteSubscriptionCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteSubscriptionCommandOutput>;
334
- export declare const de_DescribeAttackCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DescribeAttackCommandOutput>;
338
- export declare const de_DescribeAttackStatisticsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DescribeAttackStatisticsCommandOutput>;
342
- export declare const de_DescribeDRTAccessCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DescribeDRTAccessCommandOutput>;
346
- export declare const de_DescribeEmergencyContactSettingsCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DescribeEmergencyContactSettingsCommandOutput>;
350
- export declare const de_DescribeProtectionCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DescribeProtectionCommandOutput>;
354
- export declare const de_DescribeProtectionGroupCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DescribeProtectionGroupCommandOutput>;
358
- export declare const de_DescribeSubscriptionCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DescribeSubscriptionCommandOutput>;
362
- export declare const de_DisableApplicationLayerAutomaticResponseCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
366
- export declare const de_DisableProactiveEngagementCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DisableProactiveEngagementCommandOutput>;
370
- export declare const de_DisassociateDRTLogBucketCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DisassociateDRTLogBucketCommandOutput>;
374
- export declare const de_DisassociateDRTRoleCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<DisassociateDRTRoleCommandOutput>;
378
- export declare const de_DisassociateHealthCheckCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<DisassociateHealthCheckCommandOutput>;
382
- export declare const de_EnableApplicationLayerAutomaticResponseCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
386
- export declare const de_EnableProactiveEngagementCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<EnableProactiveEngagementCommandOutput>;
390
- export declare const de_GetSubscriptionStateCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetSubscriptionStateCommandOutput>;
394
- export declare const de_ListAttacksCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListAttacksCommandOutput>;
398
- export declare const de_ListProtectionGroupsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListProtectionGroupsCommandOutput>;
402
- export declare const de_ListProtectionsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListProtectionsCommandOutput>;
406
- export declare const de_ListResourcesInProtectionGroupCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListResourcesInProtectionGroupCommandOutput>;
410
- export declare const de_ListTagsForResourceCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListTagsForResourceCommandOutput>;
414
- export declare const de_TagResourceCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<TagResourceCommandOutput>;
418
- export declare const de_UntagResourceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UntagResourceCommandOutput>;
422
- export declare const de_UpdateApplicationLayerAutomaticResponseCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
426
- export declare const de_UpdateEmergencyContactSettingsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
430
- export declare const de_UpdateProtectionGroupCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<UpdateProtectionGroupCommandOutput>;
434
- export declare const de_UpdateSubscriptionCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<UpdateSubscriptionCommandOutput>;