@aws-sdk/client-ssm-contacts 3.926.0 → 3.928.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 (60) hide show
  1. package/dist-cjs/index.js +1093 -1508
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SSMContactsClient.js +2 -0
  4. package/dist-es/commands/AcceptPageCommand.js +3 -9
  5. package/dist-es/commands/ActivateContactChannelCommand.js +3 -9
  6. package/dist-es/commands/CreateContactChannelCommand.js +3 -9
  7. package/dist-es/commands/CreateContactCommand.js +3 -9
  8. package/dist-es/commands/CreateRotationCommand.js +3 -9
  9. package/dist-es/commands/CreateRotationOverrideCommand.js +3 -9
  10. package/dist-es/commands/DeactivateContactChannelCommand.js +3 -9
  11. package/dist-es/commands/DeleteContactChannelCommand.js +3 -9
  12. package/dist-es/commands/DeleteContactCommand.js +3 -9
  13. package/dist-es/commands/DeleteRotationCommand.js +3 -9
  14. package/dist-es/commands/DeleteRotationOverrideCommand.js +3 -9
  15. package/dist-es/commands/DescribeEngagementCommand.js +3 -9
  16. package/dist-es/commands/DescribePageCommand.js +3 -9
  17. package/dist-es/commands/GetContactChannelCommand.js +3 -9
  18. package/dist-es/commands/GetContactCommand.js +3 -9
  19. package/dist-es/commands/GetContactPolicyCommand.js +3 -9
  20. package/dist-es/commands/GetRotationCommand.js +3 -9
  21. package/dist-es/commands/GetRotationOverrideCommand.js +3 -9
  22. package/dist-es/commands/ListContactChannelsCommand.js +3 -9
  23. package/dist-es/commands/ListContactsCommand.js +3 -9
  24. package/dist-es/commands/ListEngagementsCommand.js +3 -9
  25. package/dist-es/commands/ListPageReceiptsCommand.js +3 -9
  26. package/dist-es/commands/ListPageResolutionsCommand.js +3 -9
  27. package/dist-es/commands/ListPagesByContactCommand.js +3 -9
  28. package/dist-es/commands/ListPagesByEngagementCommand.js +3 -9
  29. package/dist-es/commands/ListPreviewRotationShiftsCommand.js +3 -9
  30. package/dist-es/commands/ListRotationOverridesCommand.js +3 -9
  31. package/dist-es/commands/ListRotationShiftsCommand.js +3 -9
  32. package/dist-es/commands/ListRotationsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/PutContactPolicyCommand.js +3 -9
  35. package/dist-es/commands/SendActivationCodeCommand.js +3 -9
  36. package/dist-es/commands/StartEngagementCommand.js +3 -9
  37. package/dist-es/commands/StopEngagementCommand.js +3 -9
  38. package/dist-es/commands/TagResourceCommand.js +3 -9
  39. package/dist-es/commands/UntagResourceCommand.js +3 -9
  40. package/dist-es/commands/UpdateContactChannelCommand.js +3 -9
  41. package/dist-es/commands/UpdateContactCommand.js +3 -9
  42. package/dist-es/commands/UpdateRotationCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +7 -0
  44. package/dist-es/schemas/schemas_0.js +996 -0
  45. package/dist-types/SSMContactsClient.d.ts +10 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +180 -0
  51. package/dist-types/ts3.4/SSMContactsClient.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +186 -0
  57. package/package.json +5 -6
  58. package/dist-es/protocols/Aws_json1_1.js +0 -1215
  59. package/dist-types/protocols/Aws_json1_1.d.ts +0 -353
  60. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -473
@@ -1,473 +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
- AcceptPageCommandInput,
8
- AcceptPageCommandOutput,
9
- } from "../commands/AcceptPageCommand";
10
- import {
11
- ActivateContactChannelCommandInput,
12
- ActivateContactChannelCommandOutput,
13
- } from "../commands/ActivateContactChannelCommand";
14
- import {
15
- CreateContactChannelCommandInput,
16
- CreateContactChannelCommandOutput,
17
- } from "../commands/CreateContactChannelCommand";
18
- import {
19
- CreateContactCommandInput,
20
- CreateContactCommandOutput,
21
- } from "../commands/CreateContactCommand";
22
- import {
23
- CreateRotationCommandInput,
24
- CreateRotationCommandOutput,
25
- } from "../commands/CreateRotationCommand";
26
- import {
27
- CreateRotationOverrideCommandInput,
28
- CreateRotationOverrideCommandOutput,
29
- } from "../commands/CreateRotationOverrideCommand";
30
- import {
31
- DeactivateContactChannelCommandInput,
32
- DeactivateContactChannelCommandOutput,
33
- } from "../commands/DeactivateContactChannelCommand";
34
- import {
35
- DeleteContactChannelCommandInput,
36
- DeleteContactChannelCommandOutput,
37
- } from "../commands/DeleteContactChannelCommand";
38
- import {
39
- DeleteContactCommandInput,
40
- DeleteContactCommandOutput,
41
- } from "../commands/DeleteContactCommand";
42
- import {
43
- DeleteRotationCommandInput,
44
- DeleteRotationCommandOutput,
45
- } from "../commands/DeleteRotationCommand";
46
- import {
47
- DeleteRotationOverrideCommandInput,
48
- DeleteRotationOverrideCommandOutput,
49
- } from "../commands/DeleteRotationOverrideCommand";
50
- import {
51
- DescribeEngagementCommandInput,
52
- DescribeEngagementCommandOutput,
53
- } from "../commands/DescribeEngagementCommand";
54
- import {
55
- DescribePageCommandInput,
56
- DescribePageCommandOutput,
57
- } from "../commands/DescribePageCommand";
58
- import {
59
- GetContactChannelCommandInput,
60
- GetContactChannelCommandOutput,
61
- } from "../commands/GetContactChannelCommand";
62
- import {
63
- GetContactCommandInput,
64
- GetContactCommandOutput,
65
- } from "../commands/GetContactCommand";
66
- import {
67
- GetContactPolicyCommandInput,
68
- GetContactPolicyCommandOutput,
69
- } from "../commands/GetContactPolicyCommand";
70
- import {
71
- GetRotationCommandInput,
72
- GetRotationCommandOutput,
73
- } from "../commands/GetRotationCommand";
74
- import {
75
- GetRotationOverrideCommandInput,
76
- GetRotationOverrideCommandOutput,
77
- } from "../commands/GetRotationOverrideCommand";
78
- import {
79
- ListContactChannelsCommandInput,
80
- ListContactChannelsCommandOutput,
81
- } from "../commands/ListContactChannelsCommand";
82
- import {
83
- ListContactsCommandInput,
84
- ListContactsCommandOutput,
85
- } from "../commands/ListContactsCommand";
86
- import {
87
- ListEngagementsCommandInput,
88
- ListEngagementsCommandOutput,
89
- } from "../commands/ListEngagementsCommand";
90
- import {
91
- ListPageReceiptsCommandInput,
92
- ListPageReceiptsCommandOutput,
93
- } from "../commands/ListPageReceiptsCommand";
94
- import {
95
- ListPageResolutionsCommandInput,
96
- ListPageResolutionsCommandOutput,
97
- } from "../commands/ListPageResolutionsCommand";
98
- import {
99
- ListPagesByContactCommandInput,
100
- ListPagesByContactCommandOutput,
101
- } from "../commands/ListPagesByContactCommand";
102
- import {
103
- ListPagesByEngagementCommandInput,
104
- ListPagesByEngagementCommandOutput,
105
- } from "../commands/ListPagesByEngagementCommand";
106
- import {
107
- ListPreviewRotationShiftsCommandInput,
108
- ListPreviewRotationShiftsCommandOutput,
109
- } from "../commands/ListPreviewRotationShiftsCommand";
110
- import {
111
- ListRotationOverridesCommandInput,
112
- ListRotationOverridesCommandOutput,
113
- } from "../commands/ListRotationOverridesCommand";
114
- import {
115
- ListRotationsCommandInput,
116
- ListRotationsCommandOutput,
117
- } from "../commands/ListRotationsCommand";
118
- import {
119
- ListRotationShiftsCommandInput,
120
- ListRotationShiftsCommandOutput,
121
- } from "../commands/ListRotationShiftsCommand";
122
- import {
123
- ListTagsForResourceCommandInput,
124
- ListTagsForResourceCommandOutput,
125
- } from "../commands/ListTagsForResourceCommand";
126
- import {
127
- PutContactPolicyCommandInput,
128
- PutContactPolicyCommandOutput,
129
- } from "../commands/PutContactPolicyCommand";
130
- import {
131
- SendActivationCodeCommandInput,
132
- SendActivationCodeCommandOutput,
133
- } from "../commands/SendActivationCodeCommand";
134
- import {
135
- StartEngagementCommandInput,
136
- StartEngagementCommandOutput,
137
- } from "../commands/StartEngagementCommand";
138
- import {
139
- StopEngagementCommandInput,
140
- StopEngagementCommandOutput,
141
- } from "../commands/StopEngagementCommand";
142
- import {
143
- TagResourceCommandInput,
144
- TagResourceCommandOutput,
145
- } from "../commands/TagResourceCommand";
146
- import {
147
- UntagResourceCommandInput,
148
- UntagResourceCommandOutput,
149
- } from "../commands/UntagResourceCommand";
150
- import {
151
- UpdateContactChannelCommandInput,
152
- UpdateContactChannelCommandOutput,
153
- } from "../commands/UpdateContactChannelCommand";
154
- import {
155
- UpdateContactCommandInput,
156
- UpdateContactCommandOutput,
157
- } from "../commands/UpdateContactCommand";
158
- import {
159
- UpdateRotationCommandInput,
160
- UpdateRotationCommandOutput,
161
- } from "../commands/UpdateRotationCommand";
162
- export declare const se_AcceptPageCommand: (
163
- input: AcceptPageCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_ActivateContactChannelCommand: (
167
- input: ActivateContactChannelCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateContactCommand: (
171
- input: CreateContactCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateContactChannelCommand: (
175
- input: CreateContactChannelCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateRotationCommand: (
179
- input: CreateRotationCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateRotationOverrideCommand: (
183
- input: CreateRotationOverrideCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeactivateContactChannelCommand: (
187
- input: DeactivateContactChannelCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteContactCommand: (
191
- input: DeleteContactCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteContactChannelCommand: (
195
- input: DeleteContactChannelCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteRotationCommand: (
199
- input: DeleteRotationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DeleteRotationOverrideCommand: (
203
- input: DeleteRotationOverrideCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribeEngagementCommand: (
207
- input: DescribeEngagementCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DescribePageCommand: (
211
- input: DescribePageCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetContactCommand: (
215
- input: GetContactCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetContactChannelCommand: (
219
- input: GetContactChannelCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetContactPolicyCommand: (
223
- input: GetContactPolicyCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetRotationCommand: (
227
- input: GetRotationCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetRotationOverrideCommand: (
231
- input: GetRotationOverrideCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListContactChannelsCommand: (
235
- input: ListContactChannelsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListContactsCommand: (
239
- input: ListContactsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListEngagementsCommand: (
243
- input: ListEngagementsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListPageReceiptsCommand: (
247
- input: ListPageReceiptsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListPageResolutionsCommand: (
251
- input: ListPageResolutionsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListPagesByContactCommand: (
255
- input: ListPagesByContactCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListPagesByEngagementCommand: (
259
- input: ListPagesByEngagementCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListPreviewRotationShiftsCommand: (
263
- input: ListPreviewRotationShiftsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListRotationOverridesCommand: (
267
- input: ListRotationOverridesCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListRotationsCommand: (
271
- input: ListRotationsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListRotationShiftsCommand: (
275
- input: ListRotationShiftsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListTagsForResourceCommand: (
279
- input: ListTagsForResourceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_PutContactPolicyCommand: (
283
- input: PutContactPolicyCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_SendActivationCodeCommand: (
287
- input: SendActivationCodeCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_StartEngagementCommand: (
291
- input: StartEngagementCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_StopEngagementCommand: (
295
- input: StopEngagementCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_TagResourceCommand: (
299
- input: TagResourceCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_UntagResourceCommand: (
303
- input: UntagResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UpdateContactCommand: (
307
- input: UpdateContactCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_UpdateContactChannelCommand: (
311
- input: UpdateContactChannelCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UpdateRotationCommand: (
315
- input: UpdateRotationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_AcceptPageCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<AcceptPageCommandOutput>;
322
- export declare const de_ActivateContactChannelCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ActivateContactChannelCommandOutput>;
326
- export declare const de_CreateContactCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateContactCommandOutput>;
330
- export declare const de_CreateContactChannelCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CreateContactChannelCommandOutput>;
334
- export declare const de_CreateRotationCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<CreateRotationCommandOutput>;
338
- export declare const de_CreateRotationOverrideCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<CreateRotationOverrideCommandOutput>;
342
- export declare const de_DeactivateContactChannelCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeactivateContactChannelCommandOutput>;
346
- export declare const de_DeleteContactCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteContactCommandOutput>;
350
- export declare const de_DeleteContactChannelCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeleteContactChannelCommandOutput>;
354
- export declare const de_DeleteRotationCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DeleteRotationCommandOutput>;
358
- export declare const de_DeleteRotationOverrideCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DeleteRotationOverrideCommandOutput>;
362
- export declare const de_DescribeEngagementCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DescribeEngagementCommandOutput>;
366
- export declare const de_DescribePageCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DescribePageCommandOutput>;
370
- export declare const de_GetContactCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetContactCommandOutput>;
374
- export declare const de_GetContactChannelCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetContactChannelCommandOutput>;
378
- export declare const de_GetContactPolicyCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetContactPolicyCommandOutput>;
382
- export declare const de_GetRotationCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetRotationCommandOutput>;
386
- export declare const de_GetRotationOverrideCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetRotationOverrideCommandOutput>;
390
- export declare const de_ListContactChannelsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListContactChannelsCommandOutput>;
394
- export declare const de_ListContactsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListContactsCommandOutput>;
398
- export declare const de_ListEngagementsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListEngagementsCommandOutput>;
402
- export declare const de_ListPageReceiptsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListPageReceiptsCommandOutput>;
406
- export declare const de_ListPageResolutionsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListPageResolutionsCommandOutput>;
410
- export declare const de_ListPagesByContactCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListPagesByContactCommandOutput>;
414
- export declare const de_ListPagesByEngagementCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListPagesByEngagementCommandOutput>;
418
- export declare const de_ListPreviewRotationShiftsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListPreviewRotationShiftsCommandOutput>;
422
- export declare const de_ListRotationOverridesCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListRotationOverridesCommandOutput>;
426
- export declare const de_ListRotationsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<ListRotationsCommandOutput>;
430
- export declare const de_ListRotationShiftsCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<ListRotationShiftsCommandOutput>;
434
- export declare const de_ListTagsForResourceCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListTagsForResourceCommandOutput>;
438
- export declare const de_PutContactPolicyCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<PutContactPolicyCommandOutput>;
442
- export declare const de_SendActivationCodeCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<SendActivationCodeCommandOutput>;
446
- export declare const de_StartEngagementCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<StartEngagementCommandOutput>;
450
- export declare const de_StopEngagementCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<StopEngagementCommandOutput>;
454
- export declare const de_TagResourceCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<TagResourceCommandOutput>;
458
- export declare const de_UntagResourceCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<UntagResourceCommandOutput>;
462
- export declare const de_UpdateContactCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<UpdateContactCommandOutput>;
466
- export declare const de_UpdateContactChannelCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<UpdateContactChannelCommandOutput>;
470
- export declare const de_UpdateRotationCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UpdateRotationCommandOutput>;