@aws-sdk/client-route-53 3.929.0 → 3.931.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 (91) hide show
  1. package/dist-cjs/index.js +3942 -5218
  2. package/dist-cjs/runtimeConfig.shared.js +6 -0
  3. package/dist-es/Route53Client.js +2 -0
  4. package/dist-es/commands/ActivateKeySigningKeyCommand.js +3 -10
  5. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +3 -10
  6. package/dist-es/commands/ChangeCidrCollectionCommand.js +3 -10
  7. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -6
  8. package/dist-es/commands/ChangeTagsForResourceCommand.js +3 -9
  9. package/dist-es/commands/CreateCidrCollectionCommand.js +3 -9
  10. package/dist-es/commands/CreateHealthCheckCommand.js +3 -9
  11. package/dist-es/commands/CreateHostedZoneCommand.js +3 -10
  12. package/dist-es/commands/CreateKeySigningKeyCommand.js +3 -10
  13. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +3 -10
  14. package/dist-es/commands/CreateReusableDelegationSetCommand.js +3 -10
  15. package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
  16. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +3 -10
  17. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +3 -10
  18. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +3 -10
  19. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +3 -10
  20. package/dist-es/commands/DeleteCidrCollectionCommand.js +3 -10
  21. package/dist-es/commands/DeleteHealthCheckCommand.js +3 -9
  22. package/dist-es/commands/DeleteHostedZoneCommand.js +3 -10
  23. package/dist-es/commands/DeleteKeySigningKeyCommand.js +3 -10
  24. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +3 -10
  25. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +3 -10
  26. package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -10
  27. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +3 -10
  28. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +3 -10
  29. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +3 -10
  30. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +3 -10
  31. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +3 -10
  32. package/dist-es/commands/GetAccountLimitCommand.js +3 -9
  33. package/dist-es/commands/GetChangeCommand.js +3 -10
  34. package/dist-es/commands/GetCheckerIpRangesCommand.js +3 -9
  35. package/dist-es/commands/GetDNSSECCommand.js +3 -10
  36. package/dist-es/commands/GetGeoLocationCommand.js +3 -9
  37. package/dist-es/commands/GetHealthCheckCommand.js +3 -9
  38. package/dist-es/commands/GetHealthCheckCountCommand.js +3 -9
  39. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +3 -9
  40. package/dist-es/commands/GetHealthCheckStatusCommand.js +3 -9
  41. package/dist-es/commands/GetHostedZoneCommand.js +3 -10
  42. package/dist-es/commands/GetHostedZoneCountCommand.js +3 -9
  43. package/dist-es/commands/GetHostedZoneLimitCommand.js +3 -10
  44. package/dist-es/commands/GetQueryLoggingConfigCommand.js +3 -10
  45. package/dist-es/commands/GetReusableDelegationSetCommand.js +3 -10
  46. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +3 -10
  47. package/dist-es/commands/GetTrafficPolicyCommand.js +3 -10
  48. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +3 -10
  49. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +3 -9
  50. package/dist-es/commands/ListCidrBlocksCommand.js +3 -9
  51. package/dist-es/commands/ListCidrCollectionsCommand.js +3 -9
  52. package/dist-es/commands/ListCidrLocationsCommand.js +3 -9
  53. package/dist-es/commands/ListGeoLocationsCommand.js +3 -9
  54. package/dist-es/commands/ListHealthChecksCommand.js +3 -9
  55. package/dist-es/commands/ListHostedZonesByNameCommand.js +3 -10
  56. package/dist-es/commands/ListHostedZonesByVPCCommand.js +3 -9
  57. package/dist-es/commands/ListHostedZonesCommand.js +3 -10
  58. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +3 -10
  59. package/dist-es/commands/ListResourceRecordSetsCommand.js +3 -10
  60. package/dist-es/commands/ListReusableDelegationSetsCommand.js +3 -9
  61. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
  63. package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
  64. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +3 -10
  65. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -9
  66. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +3 -9
  67. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +3 -10
  68. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +3 -10
  69. package/dist-es/commands/TestDNSAnswerCommand.js +3 -10
  70. package/dist-es/commands/UpdateHealthCheckCommand.js +3 -9
  71. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +3 -10
  72. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +3 -10
  73. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +3 -10
  74. package/dist-es/runtimeConfig.shared.js +6 -0
  75. package/dist-es/schemas/schemas_0.js +3797 -0
  76. package/dist-types/Route53Client.d.ts +10 -1
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  78. package/dist-types/runtimeConfig.d.ts +1 -0
  79. package/dist-types/runtimeConfig.native.d.ts +1 -0
  80. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  81. package/dist-types/schemas/schemas_0.d.ts +355 -0
  82. package/dist-types/ts3.4/Route53Client.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  87. package/dist-types/ts3.4/schemas/schemas_0.d.ts +360 -0
  88. package/package.json +35 -36
  89. package/dist-es/protocols/Aws_restXml.js +0 -4684
  90. package/dist-types/protocols/Aws_restXml.d.ts +0 -632
  91. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -845
@@ -1,845 +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
- ActivateKeySigningKeyCommandInput,
8
- ActivateKeySigningKeyCommandOutput,
9
- } from "../commands/ActivateKeySigningKeyCommand";
10
- import {
11
- AssociateVPCWithHostedZoneCommandInput,
12
- AssociateVPCWithHostedZoneCommandOutput,
13
- } from "../commands/AssociateVPCWithHostedZoneCommand";
14
- import {
15
- ChangeCidrCollectionCommandInput,
16
- ChangeCidrCollectionCommandOutput,
17
- } from "../commands/ChangeCidrCollectionCommand";
18
- import {
19
- ChangeResourceRecordSetsCommandInput,
20
- ChangeResourceRecordSetsCommandOutput,
21
- } from "../commands/ChangeResourceRecordSetsCommand";
22
- import {
23
- ChangeTagsForResourceCommandInput,
24
- ChangeTagsForResourceCommandOutput,
25
- } from "../commands/ChangeTagsForResourceCommand";
26
- import {
27
- CreateCidrCollectionCommandInput,
28
- CreateCidrCollectionCommandOutput,
29
- } from "../commands/CreateCidrCollectionCommand";
30
- import {
31
- CreateHealthCheckCommandInput,
32
- CreateHealthCheckCommandOutput,
33
- } from "../commands/CreateHealthCheckCommand";
34
- import {
35
- CreateHostedZoneCommandInput,
36
- CreateHostedZoneCommandOutput,
37
- } from "../commands/CreateHostedZoneCommand";
38
- import {
39
- CreateKeySigningKeyCommandInput,
40
- CreateKeySigningKeyCommandOutput,
41
- } from "../commands/CreateKeySigningKeyCommand";
42
- import {
43
- CreateQueryLoggingConfigCommandInput,
44
- CreateQueryLoggingConfigCommandOutput,
45
- } from "../commands/CreateQueryLoggingConfigCommand";
46
- import {
47
- CreateReusableDelegationSetCommandInput,
48
- CreateReusableDelegationSetCommandOutput,
49
- } from "../commands/CreateReusableDelegationSetCommand";
50
- import {
51
- CreateTrafficPolicyCommandInput,
52
- CreateTrafficPolicyCommandOutput,
53
- } from "../commands/CreateTrafficPolicyCommand";
54
- import {
55
- CreateTrafficPolicyInstanceCommandInput,
56
- CreateTrafficPolicyInstanceCommandOutput,
57
- } from "../commands/CreateTrafficPolicyInstanceCommand";
58
- import {
59
- CreateTrafficPolicyVersionCommandInput,
60
- CreateTrafficPolicyVersionCommandOutput,
61
- } from "../commands/CreateTrafficPolicyVersionCommand";
62
- import {
63
- CreateVPCAssociationAuthorizationCommandInput,
64
- CreateVPCAssociationAuthorizationCommandOutput,
65
- } from "../commands/CreateVPCAssociationAuthorizationCommand";
66
- import {
67
- DeactivateKeySigningKeyCommandInput,
68
- DeactivateKeySigningKeyCommandOutput,
69
- } from "../commands/DeactivateKeySigningKeyCommand";
70
- import {
71
- DeleteCidrCollectionCommandInput,
72
- DeleteCidrCollectionCommandOutput,
73
- } from "../commands/DeleteCidrCollectionCommand";
74
- import {
75
- DeleteHealthCheckCommandInput,
76
- DeleteHealthCheckCommandOutput,
77
- } from "../commands/DeleteHealthCheckCommand";
78
- import {
79
- DeleteHostedZoneCommandInput,
80
- DeleteHostedZoneCommandOutput,
81
- } from "../commands/DeleteHostedZoneCommand";
82
- import {
83
- DeleteKeySigningKeyCommandInput,
84
- DeleteKeySigningKeyCommandOutput,
85
- } from "../commands/DeleteKeySigningKeyCommand";
86
- import {
87
- DeleteQueryLoggingConfigCommandInput,
88
- DeleteQueryLoggingConfigCommandOutput,
89
- } from "../commands/DeleteQueryLoggingConfigCommand";
90
- import {
91
- DeleteReusableDelegationSetCommandInput,
92
- DeleteReusableDelegationSetCommandOutput,
93
- } from "../commands/DeleteReusableDelegationSetCommand";
94
- import {
95
- DeleteTrafficPolicyCommandInput,
96
- DeleteTrafficPolicyCommandOutput,
97
- } from "../commands/DeleteTrafficPolicyCommand";
98
- import {
99
- DeleteTrafficPolicyInstanceCommandInput,
100
- DeleteTrafficPolicyInstanceCommandOutput,
101
- } from "../commands/DeleteTrafficPolicyInstanceCommand";
102
- import {
103
- DeleteVPCAssociationAuthorizationCommandInput,
104
- DeleteVPCAssociationAuthorizationCommandOutput,
105
- } from "../commands/DeleteVPCAssociationAuthorizationCommand";
106
- import {
107
- DisableHostedZoneDNSSECCommandInput,
108
- DisableHostedZoneDNSSECCommandOutput,
109
- } from "../commands/DisableHostedZoneDNSSECCommand";
110
- import {
111
- DisassociateVPCFromHostedZoneCommandInput,
112
- DisassociateVPCFromHostedZoneCommandOutput,
113
- } from "../commands/DisassociateVPCFromHostedZoneCommand";
114
- import {
115
- EnableHostedZoneDNSSECCommandInput,
116
- EnableHostedZoneDNSSECCommandOutput,
117
- } from "../commands/EnableHostedZoneDNSSECCommand";
118
- import {
119
- GetAccountLimitCommandInput,
120
- GetAccountLimitCommandOutput,
121
- } from "../commands/GetAccountLimitCommand";
122
- import {
123
- GetChangeCommandInput,
124
- GetChangeCommandOutput,
125
- } from "../commands/GetChangeCommand";
126
- import {
127
- GetCheckerIpRangesCommandInput,
128
- GetCheckerIpRangesCommandOutput,
129
- } from "../commands/GetCheckerIpRangesCommand";
130
- import {
131
- GetDNSSECCommandInput,
132
- GetDNSSECCommandOutput,
133
- } from "../commands/GetDNSSECCommand";
134
- import {
135
- GetGeoLocationCommandInput,
136
- GetGeoLocationCommandOutput,
137
- } from "../commands/GetGeoLocationCommand";
138
- import {
139
- GetHealthCheckCommandInput,
140
- GetHealthCheckCommandOutput,
141
- } from "../commands/GetHealthCheckCommand";
142
- import {
143
- GetHealthCheckCountCommandInput,
144
- GetHealthCheckCountCommandOutput,
145
- } from "../commands/GetHealthCheckCountCommand";
146
- import {
147
- GetHealthCheckLastFailureReasonCommandInput,
148
- GetHealthCheckLastFailureReasonCommandOutput,
149
- } from "../commands/GetHealthCheckLastFailureReasonCommand";
150
- import {
151
- GetHealthCheckStatusCommandInput,
152
- GetHealthCheckStatusCommandOutput,
153
- } from "../commands/GetHealthCheckStatusCommand";
154
- import {
155
- GetHostedZoneCommandInput,
156
- GetHostedZoneCommandOutput,
157
- } from "../commands/GetHostedZoneCommand";
158
- import {
159
- GetHostedZoneCountCommandInput,
160
- GetHostedZoneCountCommandOutput,
161
- } from "../commands/GetHostedZoneCountCommand";
162
- import {
163
- GetHostedZoneLimitCommandInput,
164
- GetHostedZoneLimitCommandOutput,
165
- } from "../commands/GetHostedZoneLimitCommand";
166
- import {
167
- GetQueryLoggingConfigCommandInput,
168
- GetQueryLoggingConfigCommandOutput,
169
- } from "../commands/GetQueryLoggingConfigCommand";
170
- import {
171
- GetReusableDelegationSetCommandInput,
172
- GetReusableDelegationSetCommandOutput,
173
- } from "../commands/GetReusableDelegationSetCommand";
174
- import {
175
- GetReusableDelegationSetLimitCommandInput,
176
- GetReusableDelegationSetLimitCommandOutput,
177
- } from "../commands/GetReusableDelegationSetLimitCommand";
178
- import {
179
- GetTrafficPolicyCommandInput,
180
- GetTrafficPolicyCommandOutput,
181
- } from "../commands/GetTrafficPolicyCommand";
182
- import {
183
- GetTrafficPolicyInstanceCommandInput,
184
- GetTrafficPolicyInstanceCommandOutput,
185
- } from "../commands/GetTrafficPolicyInstanceCommand";
186
- import {
187
- GetTrafficPolicyInstanceCountCommandInput,
188
- GetTrafficPolicyInstanceCountCommandOutput,
189
- } from "../commands/GetTrafficPolicyInstanceCountCommand";
190
- import {
191
- ListCidrBlocksCommandInput,
192
- ListCidrBlocksCommandOutput,
193
- } from "../commands/ListCidrBlocksCommand";
194
- import {
195
- ListCidrCollectionsCommandInput,
196
- ListCidrCollectionsCommandOutput,
197
- } from "../commands/ListCidrCollectionsCommand";
198
- import {
199
- ListCidrLocationsCommandInput,
200
- ListCidrLocationsCommandOutput,
201
- } from "../commands/ListCidrLocationsCommand";
202
- import {
203
- ListGeoLocationsCommandInput,
204
- ListGeoLocationsCommandOutput,
205
- } from "../commands/ListGeoLocationsCommand";
206
- import {
207
- ListHealthChecksCommandInput,
208
- ListHealthChecksCommandOutput,
209
- } from "../commands/ListHealthChecksCommand";
210
- import {
211
- ListHostedZonesByNameCommandInput,
212
- ListHostedZonesByNameCommandOutput,
213
- } from "../commands/ListHostedZonesByNameCommand";
214
- import {
215
- ListHostedZonesByVPCCommandInput,
216
- ListHostedZonesByVPCCommandOutput,
217
- } from "../commands/ListHostedZonesByVPCCommand";
218
- import {
219
- ListHostedZonesCommandInput,
220
- ListHostedZonesCommandOutput,
221
- } from "../commands/ListHostedZonesCommand";
222
- import {
223
- ListQueryLoggingConfigsCommandInput,
224
- ListQueryLoggingConfigsCommandOutput,
225
- } from "../commands/ListQueryLoggingConfigsCommand";
226
- import {
227
- ListResourceRecordSetsCommandInput,
228
- ListResourceRecordSetsCommandOutput,
229
- } from "../commands/ListResourceRecordSetsCommand";
230
- import {
231
- ListReusableDelegationSetsCommandInput,
232
- ListReusableDelegationSetsCommandOutput,
233
- } from "../commands/ListReusableDelegationSetsCommand";
234
- import {
235
- ListTagsForResourceCommandInput,
236
- ListTagsForResourceCommandOutput,
237
- } from "../commands/ListTagsForResourceCommand";
238
- import {
239
- ListTagsForResourcesCommandInput,
240
- ListTagsForResourcesCommandOutput,
241
- } from "../commands/ListTagsForResourcesCommand";
242
- import {
243
- ListTrafficPoliciesCommandInput,
244
- ListTrafficPoliciesCommandOutput,
245
- } from "../commands/ListTrafficPoliciesCommand";
246
- import {
247
- ListTrafficPolicyInstancesByHostedZoneCommandInput,
248
- ListTrafficPolicyInstancesByHostedZoneCommandOutput,
249
- } from "../commands/ListTrafficPolicyInstancesByHostedZoneCommand";
250
- import {
251
- ListTrafficPolicyInstancesByPolicyCommandInput,
252
- ListTrafficPolicyInstancesByPolicyCommandOutput,
253
- } from "../commands/ListTrafficPolicyInstancesByPolicyCommand";
254
- import {
255
- ListTrafficPolicyInstancesCommandInput,
256
- ListTrafficPolicyInstancesCommandOutput,
257
- } from "../commands/ListTrafficPolicyInstancesCommand";
258
- import {
259
- ListTrafficPolicyVersionsCommandInput,
260
- ListTrafficPolicyVersionsCommandOutput,
261
- } from "../commands/ListTrafficPolicyVersionsCommand";
262
- import {
263
- ListVPCAssociationAuthorizationsCommandInput,
264
- ListVPCAssociationAuthorizationsCommandOutput,
265
- } from "../commands/ListVPCAssociationAuthorizationsCommand";
266
- import {
267
- TestDNSAnswerCommandInput,
268
- TestDNSAnswerCommandOutput,
269
- } from "../commands/TestDNSAnswerCommand";
270
- import {
271
- UpdateHealthCheckCommandInput,
272
- UpdateHealthCheckCommandOutput,
273
- } from "../commands/UpdateHealthCheckCommand";
274
- import {
275
- UpdateHostedZoneCommentCommandInput,
276
- UpdateHostedZoneCommentCommandOutput,
277
- } from "../commands/UpdateHostedZoneCommentCommand";
278
- import {
279
- UpdateTrafficPolicyCommentCommandInput,
280
- UpdateTrafficPolicyCommentCommandOutput,
281
- } from "../commands/UpdateTrafficPolicyCommentCommand";
282
- import {
283
- UpdateTrafficPolicyInstanceCommandInput,
284
- UpdateTrafficPolicyInstanceCommandOutput,
285
- } from "../commands/UpdateTrafficPolicyInstanceCommand";
286
- export declare const se_ActivateKeySigningKeyCommand: (
287
- input: ActivateKeySigningKeyCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_AssociateVPCWithHostedZoneCommand: (
291
- input: AssociateVPCWithHostedZoneCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ChangeCidrCollectionCommand: (
295
- input: ChangeCidrCollectionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ChangeResourceRecordSetsCommand: (
299
- input: ChangeResourceRecordSetsCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ChangeTagsForResourceCommand: (
303
- input: ChangeTagsForResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateCidrCollectionCommand: (
307
- input: CreateCidrCollectionCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateHealthCheckCommand: (
311
- input: CreateHealthCheckCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateHostedZoneCommand: (
315
- input: CreateHostedZoneCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateKeySigningKeyCommand: (
319
- input: CreateKeySigningKeyCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateQueryLoggingConfigCommand: (
323
- input: CreateQueryLoggingConfigCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateReusableDelegationSetCommand: (
327
- input: CreateReusableDelegationSetCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateTrafficPolicyCommand: (
331
- input: CreateTrafficPolicyCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateTrafficPolicyInstanceCommand: (
335
- input: CreateTrafficPolicyInstanceCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateTrafficPolicyVersionCommand: (
339
- input: CreateTrafficPolicyVersionCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateVPCAssociationAuthorizationCommand: (
343
- input: CreateVPCAssociationAuthorizationCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeactivateKeySigningKeyCommand: (
347
- input: DeactivateKeySigningKeyCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteCidrCollectionCommand: (
351
- input: DeleteCidrCollectionCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteHealthCheckCommand: (
355
- input: DeleteHealthCheckCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteHostedZoneCommand: (
359
- input: DeleteHostedZoneCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteKeySigningKeyCommand: (
363
- input: DeleteKeySigningKeyCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteQueryLoggingConfigCommand: (
367
- input: DeleteQueryLoggingConfigCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteReusableDelegationSetCommand: (
371
- input: DeleteReusableDelegationSetCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteTrafficPolicyCommand: (
375
- input: DeleteTrafficPolicyCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteTrafficPolicyInstanceCommand: (
379
- input: DeleteTrafficPolicyInstanceCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteVPCAssociationAuthorizationCommand: (
383
- input: DeleteVPCAssociationAuthorizationCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DisableHostedZoneDNSSECCommand: (
387
- input: DisableHostedZoneDNSSECCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DisassociateVPCFromHostedZoneCommand: (
391
- input: DisassociateVPCFromHostedZoneCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_EnableHostedZoneDNSSECCommand: (
395
- input: EnableHostedZoneDNSSECCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_GetAccountLimitCommand: (
399
- input: GetAccountLimitCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_GetChangeCommand: (
403
- input: GetChangeCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_GetCheckerIpRangesCommand: (
407
- input: GetCheckerIpRangesCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetDNSSECCommand: (
411
- input: GetDNSSECCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetGeoLocationCommand: (
415
- input: GetGeoLocationCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetHealthCheckCommand: (
419
- input: GetHealthCheckCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetHealthCheckCountCommand: (
423
- input: GetHealthCheckCountCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetHealthCheckLastFailureReasonCommand: (
427
- input: GetHealthCheckLastFailureReasonCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetHealthCheckStatusCommand: (
431
- input: GetHealthCheckStatusCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetHostedZoneCommand: (
435
- input: GetHostedZoneCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetHostedZoneCountCommand: (
439
- input: GetHostedZoneCountCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetHostedZoneLimitCommand: (
443
- input: GetHostedZoneLimitCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetQueryLoggingConfigCommand: (
447
- input: GetQueryLoggingConfigCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetReusableDelegationSetCommand: (
451
- input: GetReusableDelegationSetCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetReusableDelegationSetLimitCommand: (
455
- input: GetReusableDelegationSetLimitCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetTrafficPolicyCommand: (
459
- input: GetTrafficPolicyCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetTrafficPolicyInstanceCommand: (
463
- input: GetTrafficPolicyInstanceCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetTrafficPolicyInstanceCountCommand: (
467
- input: GetTrafficPolicyInstanceCountCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListCidrBlocksCommand: (
471
- input: ListCidrBlocksCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListCidrCollectionsCommand: (
475
- input: ListCidrCollectionsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListCidrLocationsCommand: (
479
- input: ListCidrLocationsCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListGeoLocationsCommand: (
483
- input: ListGeoLocationsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListHealthChecksCommand: (
487
- input: ListHealthChecksCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListHostedZonesCommand: (
491
- input: ListHostedZonesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListHostedZonesByNameCommand: (
495
- input: ListHostedZonesByNameCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListHostedZonesByVPCCommand: (
499
- input: ListHostedZonesByVPCCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListQueryLoggingConfigsCommand: (
503
- input: ListQueryLoggingConfigsCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListResourceRecordSetsCommand: (
507
- input: ListResourceRecordSetsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListReusableDelegationSetsCommand: (
511
- input: ListReusableDelegationSetsCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListTagsForResourceCommand: (
515
- input: ListTagsForResourceCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListTagsForResourcesCommand: (
519
- input: ListTagsForResourcesCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListTrafficPoliciesCommand: (
523
- input: ListTrafficPoliciesCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListTrafficPolicyInstancesCommand: (
527
- input: ListTrafficPolicyInstancesCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListTrafficPolicyInstancesByHostedZoneCommand: (
531
- input: ListTrafficPolicyInstancesByHostedZoneCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListTrafficPolicyInstancesByPolicyCommand: (
535
- input: ListTrafficPolicyInstancesByPolicyCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListTrafficPolicyVersionsCommand: (
539
- input: ListTrafficPolicyVersionsCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListVPCAssociationAuthorizationsCommand: (
543
- input: ListVPCAssociationAuthorizationsCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_TestDNSAnswerCommand: (
547
- input: TestDNSAnswerCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UpdateHealthCheckCommand: (
551
- input: UpdateHealthCheckCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateHostedZoneCommentCommand: (
555
- input: UpdateHostedZoneCommentCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateTrafficPolicyCommentCommand: (
559
- input: UpdateTrafficPolicyCommentCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateTrafficPolicyInstanceCommand: (
563
- input: UpdateTrafficPolicyInstanceCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const de_ActivateKeySigningKeyCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ActivateKeySigningKeyCommandOutput>;
570
- export declare const de_AssociateVPCWithHostedZoneCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<AssociateVPCWithHostedZoneCommandOutput>;
574
- export declare const de_ChangeCidrCollectionCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ChangeCidrCollectionCommandOutput>;
578
- export declare const de_ChangeResourceRecordSetsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ChangeResourceRecordSetsCommandOutput>;
582
- export declare const de_ChangeTagsForResourceCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ChangeTagsForResourceCommandOutput>;
586
- export declare const de_CreateCidrCollectionCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateCidrCollectionCommandOutput>;
590
- export declare const de_CreateHealthCheckCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateHealthCheckCommandOutput>;
594
- export declare const de_CreateHostedZoneCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateHostedZoneCommandOutput>;
598
- export declare const de_CreateKeySigningKeyCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateKeySigningKeyCommandOutput>;
602
- export declare const de_CreateQueryLoggingConfigCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateQueryLoggingConfigCommandOutput>;
606
- export declare const de_CreateReusableDelegationSetCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateReusableDelegationSetCommandOutput>;
610
- export declare const de_CreateTrafficPolicyCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateTrafficPolicyCommandOutput>;
614
- export declare const de_CreateTrafficPolicyInstanceCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateTrafficPolicyInstanceCommandOutput>;
618
- export declare const de_CreateTrafficPolicyVersionCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateTrafficPolicyVersionCommandOutput>;
622
- export declare const de_CreateVPCAssociationAuthorizationCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateVPCAssociationAuthorizationCommandOutput>;
626
- export declare const de_DeactivateKeySigningKeyCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DeactivateKeySigningKeyCommandOutput>;
630
- export declare const de_DeleteCidrCollectionCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteCidrCollectionCommandOutput>;
634
- export declare const de_DeleteHealthCheckCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteHealthCheckCommandOutput>;
638
- export declare const de_DeleteHostedZoneCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteHostedZoneCommandOutput>;
642
- export declare const de_DeleteKeySigningKeyCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteKeySigningKeyCommandOutput>;
646
- export declare const de_DeleteQueryLoggingConfigCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteQueryLoggingConfigCommandOutput>;
650
- export declare const de_DeleteReusableDelegationSetCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteReusableDelegationSetCommandOutput>;
654
- export declare const de_DeleteTrafficPolicyCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteTrafficPolicyCommandOutput>;
658
- export declare const de_DeleteTrafficPolicyInstanceCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DeleteTrafficPolicyInstanceCommandOutput>;
662
- export declare const de_DeleteVPCAssociationAuthorizationCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DeleteVPCAssociationAuthorizationCommandOutput>;
666
- export declare const de_DisableHostedZoneDNSSECCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DisableHostedZoneDNSSECCommandOutput>;
670
- export declare const de_DisassociateVPCFromHostedZoneCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DisassociateVPCFromHostedZoneCommandOutput>;
674
- export declare const de_EnableHostedZoneDNSSECCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<EnableHostedZoneDNSSECCommandOutput>;
678
- export declare const de_GetAccountLimitCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetAccountLimitCommandOutput>;
682
- export declare const de_GetChangeCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<GetChangeCommandOutput>;
686
- export declare const de_GetCheckerIpRangesCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<GetCheckerIpRangesCommandOutput>;
690
- export declare const de_GetDNSSECCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<GetDNSSECCommandOutput>;
694
- export declare const de_GetGeoLocationCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<GetGeoLocationCommandOutput>;
698
- export declare const de_GetHealthCheckCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<GetHealthCheckCommandOutput>;
702
- export declare const de_GetHealthCheckCountCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<GetHealthCheckCountCommandOutput>;
706
- export declare const de_GetHealthCheckLastFailureReasonCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<GetHealthCheckLastFailureReasonCommandOutput>;
710
- export declare const de_GetHealthCheckStatusCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<GetHealthCheckStatusCommandOutput>;
714
- export declare const de_GetHostedZoneCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<GetHostedZoneCommandOutput>;
718
- export declare const de_GetHostedZoneCountCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<GetHostedZoneCountCommandOutput>;
722
- export declare const de_GetHostedZoneLimitCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetHostedZoneLimitCommandOutput>;
726
- export declare const de_GetQueryLoggingConfigCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<GetQueryLoggingConfigCommandOutput>;
730
- export declare const de_GetReusableDelegationSetCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<GetReusableDelegationSetCommandOutput>;
734
- export declare const de_GetReusableDelegationSetLimitCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<GetReusableDelegationSetLimitCommandOutput>;
738
- export declare const de_GetTrafficPolicyCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<GetTrafficPolicyCommandOutput>;
742
- export declare const de_GetTrafficPolicyInstanceCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetTrafficPolicyInstanceCommandOutput>;
746
- export declare const de_GetTrafficPolicyInstanceCountCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetTrafficPolicyInstanceCountCommandOutput>;
750
- export declare const de_ListCidrBlocksCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ListCidrBlocksCommandOutput>;
754
- export declare const de_ListCidrCollectionsCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListCidrCollectionsCommandOutput>;
758
- export declare const de_ListCidrLocationsCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListCidrLocationsCommandOutput>;
762
- export declare const de_ListGeoLocationsCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListGeoLocationsCommandOutput>;
766
- export declare const de_ListHealthChecksCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ListHealthChecksCommandOutput>;
770
- export declare const de_ListHostedZonesCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListHostedZonesCommandOutput>;
774
- export declare const de_ListHostedZonesByNameCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListHostedZonesByNameCommandOutput>;
778
- export declare const de_ListHostedZonesByVPCCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListHostedZonesByVPCCommandOutput>;
782
- export declare const de_ListQueryLoggingConfigsCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListQueryLoggingConfigsCommandOutput>;
786
- export declare const de_ListResourceRecordSetsCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListResourceRecordSetsCommandOutput>;
790
- export declare const de_ListReusableDelegationSetsCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListReusableDelegationSetsCommandOutput>;
794
- export declare const de_ListTagsForResourceCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListTagsForResourceCommandOutput>;
798
- export declare const de_ListTagsForResourcesCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListTagsForResourcesCommandOutput>;
802
- export declare const de_ListTrafficPoliciesCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListTrafficPoliciesCommandOutput>;
806
- export declare const de_ListTrafficPolicyInstancesCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListTrafficPolicyInstancesCommandOutput>;
810
- export declare const de_ListTrafficPolicyInstancesByHostedZoneCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListTrafficPolicyInstancesByHostedZoneCommandOutput>;
814
- export declare const de_ListTrafficPolicyInstancesByPolicyCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListTrafficPolicyInstancesByPolicyCommandOutput>;
818
- export declare const de_ListTrafficPolicyVersionsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListTrafficPolicyVersionsCommandOutput>;
822
- export declare const de_ListVPCAssociationAuthorizationsCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ListVPCAssociationAuthorizationsCommandOutput>;
826
- export declare const de_TestDNSAnswerCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<TestDNSAnswerCommandOutput>;
830
- export declare const de_UpdateHealthCheckCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<UpdateHealthCheckCommandOutput>;
834
- export declare const de_UpdateHostedZoneCommentCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<UpdateHostedZoneCommentCommandOutput>;
838
- export declare const de_UpdateTrafficPolicyCommentCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<UpdateTrafficPolicyCommentCommandOutput>;
842
- export declare const de_UpdateTrafficPolicyInstanceCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<UpdateTrafficPolicyInstanceCommandOutput>;