@aws-sdk/client-ssm-contacts 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSMContacts.d.ts +490 -140
- package/dist-types/ts3.4/SSMContactsClient.d.ts +291 -100
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +27 -27
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +812 -748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListContactChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEngagementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPageReceiptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPagesByContactPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPagesByEngagementPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +329 -83
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,748 +1,812 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { SSMContactsServiceException as __BaseException } from "./SSMContactsServiceException";
|
|
3
|
-
export declare enum AcceptCodeValidation {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
export declare enum AcceptType {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
export interface AcceptPageRequest {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export declare class InternalServerException extends __BaseException {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
export
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
export interface Target {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
}
|
|
256
|
-
export interface
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
}
|
|
260
|
-
export interface
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
export interface
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}
|
|
393
|
-
export interface
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
}
|
|
472
|
-
export interface
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
}
|
|
505
|
-
export interface
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
}
|
|
525
|
-
export interface
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
export declare const
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export declare const
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
export declare const
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
export declare const
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
export declare const
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
export declare const
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
export declare const
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
export declare const
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
export declare const
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
export declare const
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export declare const
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
export declare const
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export declare const
|
|
663
|
-
|
|
664
|
-
export declare const
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
export declare const
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
export declare const
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
export declare const
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
export declare const GetContactPolicyRequestFilterSensitiveLog: (
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
export declare const
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
export declare const
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
export declare const
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
export declare const
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
export declare const
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
export declare const
|
|
705
|
-
|
|
706
|
-
export declare const
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
export declare const
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
export declare const
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
export declare const
|
|
719
|
-
|
|
720
|
-
export declare const
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
export declare const
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
export declare const
|
|
729
|
-
|
|
730
|
-
export declare const
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
export declare const
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
export declare const
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
export declare const
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
export declare const
|
|
747
|
-
|
|
748
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { SSMContactsServiceException as __BaseException } from "./SSMContactsServiceException";
|
|
3
|
+
export declare enum AcceptCodeValidation {
|
|
4
|
+
ENFORCE = "ENFORCE",
|
|
5
|
+
IGNORE = "IGNORE",
|
|
6
|
+
}
|
|
7
|
+
export declare enum AcceptType {
|
|
8
|
+
DELIVERED = "DELIVERED",
|
|
9
|
+
READ = "READ",
|
|
10
|
+
}
|
|
11
|
+
export interface AcceptPageRequest {
|
|
12
|
+
PageId: string | undefined;
|
|
13
|
+
|
|
14
|
+
ContactChannelId?: string;
|
|
15
|
+
|
|
16
|
+
AcceptType: AcceptType | string | undefined;
|
|
17
|
+
|
|
18
|
+
Note?: string;
|
|
19
|
+
|
|
20
|
+
AcceptCode: string | undefined;
|
|
21
|
+
|
|
22
|
+
AcceptCodeValidation?: AcceptCodeValidation | string;
|
|
23
|
+
}
|
|
24
|
+
export interface AcceptPageResult {}
|
|
25
|
+
|
|
26
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
27
|
+
readonly name: "AccessDeniedException";
|
|
28
|
+
readonly $fault: "client";
|
|
29
|
+
Message: string | undefined;
|
|
30
|
+
|
|
31
|
+
constructor(
|
|
32
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export declare class InternalServerException extends __BaseException {
|
|
37
|
+
readonly name: "InternalServerException";
|
|
38
|
+
readonly $fault: "server";
|
|
39
|
+
Message: string | undefined;
|
|
40
|
+
|
|
41
|
+
RetryAfterSeconds?: number;
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
49
|
+
readonly name: "ResourceNotFoundException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
Message: string | undefined;
|
|
52
|
+
|
|
53
|
+
ResourceId: string | undefined;
|
|
54
|
+
|
|
55
|
+
ResourceType: string | undefined;
|
|
56
|
+
|
|
57
|
+
constructor(
|
|
58
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export declare class ThrottlingException extends __BaseException {
|
|
63
|
+
readonly name: "ThrottlingException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message: string | undefined;
|
|
66
|
+
|
|
67
|
+
QuotaCode?: string;
|
|
68
|
+
|
|
69
|
+
ServiceCode?: string;
|
|
70
|
+
|
|
71
|
+
RetryAfterSeconds?: number;
|
|
72
|
+
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface ValidationExceptionField {
|
|
79
|
+
Name: string | undefined;
|
|
80
|
+
|
|
81
|
+
Message: string | undefined;
|
|
82
|
+
}
|
|
83
|
+
export declare enum ValidationExceptionReason {
|
|
84
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
85
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
86
|
+
OTHER = "OTHER",
|
|
87
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare class ValidationException extends __BaseException {
|
|
91
|
+
readonly name: "ValidationException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
Message: string | undefined;
|
|
94
|
+
|
|
95
|
+
Reason?: ValidationExceptionReason | string;
|
|
96
|
+
|
|
97
|
+
Fields?: ValidationExceptionField[];
|
|
98
|
+
|
|
99
|
+
constructor(
|
|
100
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
export interface ActivateContactChannelRequest {
|
|
104
|
+
ContactChannelId: string | undefined;
|
|
105
|
+
|
|
106
|
+
ActivationCode: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface ActivateContactChannelResult {}
|
|
109
|
+
export declare enum ActivationStatus {
|
|
110
|
+
ACTIVATED = "ACTIVATED",
|
|
111
|
+
NOT_ACTIVATED = "NOT_ACTIVATED",
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ChannelTargetInfo {
|
|
115
|
+
ContactChannelId: string | undefined;
|
|
116
|
+
|
|
117
|
+
RetryIntervalInMinutes?: number;
|
|
118
|
+
}
|
|
119
|
+
export declare enum ChannelType {
|
|
120
|
+
EMAIL = "EMAIL",
|
|
121
|
+
SMS = "SMS",
|
|
122
|
+
VOICE = "VOICE",
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export declare class ConflictException extends __BaseException {
|
|
126
|
+
readonly name: "ConflictException";
|
|
127
|
+
readonly $fault: "client";
|
|
128
|
+
Message: string | undefined;
|
|
129
|
+
|
|
130
|
+
ResourceId: string | undefined;
|
|
131
|
+
|
|
132
|
+
ResourceType: string | undefined;
|
|
133
|
+
|
|
134
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
135
|
+
}
|
|
136
|
+
export declare enum ContactType {
|
|
137
|
+
ESCALATION = "ESCALATION",
|
|
138
|
+
PERSONAL = "PERSONAL",
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface Contact {
|
|
142
|
+
ContactArn: string | undefined;
|
|
143
|
+
|
|
144
|
+
Alias: string | undefined;
|
|
145
|
+
|
|
146
|
+
DisplayName?: string;
|
|
147
|
+
|
|
148
|
+
Type: ContactType | string | undefined;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface ContactChannelAddress {
|
|
152
|
+
SimpleAddress?: string;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export interface ContactChannel {
|
|
156
|
+
ContactChannelArn: string | undefined;
|
|
157
|
+
|
|
158
|
+
ContactArn: string | undefined;
|
|
159
|
+
|
|
160
|
+
Name: string | undefined;
|
|
161
|
+
|
|
162
|
+
Type?: ChannelType | string;
|
|
163
|
+
|
|
164
|
+
DeliveryAddress: ContactChannelAddress | undefined;
|
|
165
|
+
|
|
166
|
+
ActivationStatus: ActivationStatus | string | undefined;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export interface ContactTargetInfo {
|
|
170
|
+
ContactId?: string;
|
|
171
|
+
|
|
172
|
+
IsEssential: boolean | undefined;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export interface Target {
|
|
176
|
+
ChannelTargetInfo?: ChannelTargetInfo;
|
|
177
|
+
|
|
178
|
+
ContactTargetInfo?: ContactTargetInfo;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface Stage {
|
|
182
|
+
DurationInMinutes: number | undefined;
|
|
183
|
+
|
|
184
|
+
Targets: Target[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface Plan {
|
|
188
|
+
Stages: Stage[] | undefined;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface Tag {
|
|
192
|
+
Key?: string;
|
|
193
|
+
|
|
194
|
+
Value?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface CreateContactRequest {
|
|
197
|
+
Alias: string | undefined;
|
|
198
|
+
|
|
199
|
+
DisplayName?: string;
|
|
200
|
+
|
|
201
|
+
Type: ContactType | string | undefined;
|
|
202
|
+
|
|
203
|
+
Plan: Plan | undefined;
|
|
204
|
+
|
|
205
|
+
Tags?: Tag[];
|
|
206
|
+
|
|
207
|
+
IdempotencyToken?: string;
|
|
208
|
+
}
|
|
209
|
+
export interface CreateContactResult {
|
|
210
|
+
ContactArn: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export declare class DataEncryptionException extends __BaseException {
|
|
214
|
+
readonly name: "DataEncryptionException";
|
|
215
|
+
readonly $fault: "client";
|
|
216
|
+
Message: string | undefined;
|
|
217
|
+
|
|
218
|
+
constructor(
|
|
219
|
+
opts: __ExceptionOptionType<DataEncryptionException, __BaseException>
|
|
220
|
+
);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
224
|
+
readonly name: "ServiceQuotaExceededException";
|
|
225
|
+
readonly $fault: "client";
|
|
226
|
+
Message: string | undefined;
|
|
227
|
+
|
|
228
|
+
ResourceId?: string;
|
|
229
|
+
|
|
230
|
+
ResourceType?: string;
|
|
231
|
+
|
|
232
|
+
QuotaCode: string | undefined;
|
|
233
|
+
|
|
234
|
+
ServiceCode: string | undefined;
|
|
235
|
+
|
|
236
|
+
constructor(
|
|
237
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
238
|
+
);
|
|
239
|
+
}
|
|
240
|
+
export interface CreateContactChannelRequest {
|
|
241
|
+
ContactId: string | undefined;
|
|
242
|
+
|
|
243
|
+
Name: string | undefined;
|
|
244
|
+
|
|
245
|
+
Type: ChannelType | string | undefined;
|
|
246
|
+
|
|
247
|
+
DeliveryAddress: ContactChannelAddress | undefined;
|
|
248
|
+
|
|
249
|
+
DeferActivation?: boolean;
|
|
250
|
+
|
|
251
|
+
IdempotencyToken?: string;
|
|
252
|
+
}
|
|
253
|
+
export interface CreateContactChannelResult {
|
|
254
|
+
ContactChannelArn: string | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface DeactivateContactChannelRequest {
|
|
257
|
+
ContactChannelId: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface DeactivateContactChannelResult {}
|
|
260
|
+
export interface DeleteContactRequest {
|
|
261
|
+
ContactId: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface DeleteContactResult {}
|
|
264
|
+
export interface DeleteContactChannelRequest {
|
|
265
|
+
ContactChannelId: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface DeleteContactChannelResult {}
|
|
268
|
+
export interface DescribeEngagementRequest {
|
|
269
|
+
EngagementId: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface DescribeEngagementResult {
|
|
272
|
+
ContactArn: string | undefined;
|
|
273
|
+
|
|
274
|
+
EngagementArn: string | undefined;
|
|
275
|
+
|
|
276
|
+
Sender: string | undefined;
|
|
277
|
+
|
|
278
|
+
Subject: string | undefined;
|
|
279
|
+
|
|
280
|
+
Content: string | undefined;
|
|
281
|
+
|
|
282
|
+
PublicSubject?: string;
|
|
283
|
+
|
|
284
|
+
PublicContent?: string;
|
|
285
|
+
|
|
286
|
+
IncidentId?: string;
|
|
287
|
+
|
|
288
|
+
StartTime?: Date;
|
|
289
|
+
|
|
290
|
+
StopTime?: Date;
|
|
291
|
+
}
|
|
292
|
+
export interface DescribePageRequest {
|
|
293
|
+
PageId: string | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface DescribePageResult {
|
|
296
|
+
PageArn: string | undefined;
|
|
297
|
+
|
|
298
|
+
EngagementArn: string | undefined;
|
|
299
|
+
|
|
300
|
+
ContactArn: string | undefined;
|
|
301
|
+
|
|
302
|
+
Sender: string | undefined;
|
|
303
|
+
|
|
304
|
+
Subject: string | undefined;
|
|
305
|
+
|
|
306
|
+
Content: string | undefined;
|
|
307
|
+
|
|
308
|
+
PublicSubject?: string;
|
|
309
|
+
|
|
310
|
+
PublicContent?: string;
|
|
311
|
+
|
|
312
|
+
IncidentId?: string;
|
|
313
|
+
|
|
314
|
+
SentTime?: Date;
|
|
315
|
+
|
|
316
|
+
ReadTime?: Date;
|
|
317
|
+
|
|
318
|
+
DeliveryTime?: Date;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface Engagement {
|
|
322
|
+
EngagementArn: string | undefined;
|
|
323
|
+
|
|
324
|
+
ContactArn: string | undefined;
|
|
325
|
+
|
|
326
|
+
Sender: string | undefined;
|
|
327
|
+
|
|
328
|
+
IncidentId?: string;
|
|
329
|
+
|
|
330
|
+
StartTime?: Date;
|
|
331
|
+
|
|
332
|
+
StopTime?: Date;
|
|
333
|
+
}
|
|
334
|
+
export interface GetContactRequest {
|
|
335
|
+
ContactId: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
export interface GetContactResult {
|
|
338
|
+
ContactArn: string | undefined;
|
|
339
|
+
|
|
340
|
+
Alias: string | undefined;
|
|
341
|
+
|
|
342
|
+
DisplayName?: string;
|
|
343
|
+
|
|
344
|
+
Type: ContactType | string | undefined;
|
|
345
|
+
|
|
346
|
+
Plan: Plan | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface GetContactChannelRequest {
|
|
349
|
+
ContactChannelId: string | undefined;
|
|
350
|
+
}
|
|
351
|
+
export interface GetContactChannelResult {
|
|
352
|
+
ContactArn: string | undefined;
|
|
353
|
+
|
|
354
|
+
ContactChannelArn: string | undefined;
|
|
355
|
+
|
|
356
|
+
Name: string | undefined;
|
|
357
|
+
|
|
358
|
+
Type: ChannelType | string | undefined;
|
|
359
|
+
|
|
360
|
+
DeliveryAddress: ContactChannelAddress | undefined;
|
|
361
|
+
|
|
362
|
+
ActivationStatus?: ActivationStatus | string;
|
|
363
|
+
}
|
|
364
|
+
export interface GetContactPolicyRequest {
|
|
365
|
+
ContactArn: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface GetContactPolicyResult {
|
|
368
|
+
ContactArn?: string;
|
|
369
|
+
|
|
370
|
+
Policy?: string;
|
|
371
|
+
}
|
|
372
|
+
export interface ListContactChannelsRequest {
|
|
373
|
+
ContactId: string | undefined;
|
|
374
|
+
|
|
375
|
+
NextToken?: string;
|
|
376
|
+
|
|
377
|
+
MaxResults?: number;
|
|
378
|
+
}
|
|
379
|
+
export interface ListContactChannelsResult {
|
|
380
|
+
NextToken?: string;
|
|
381
|
+
|
|
382
|
+
ContactChannels: ContactChannel[] | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface ListContactsRequest {
|
|
385
|
+
NextToken?: string;
|
|
386
|
+
|
|
387
|
+
MaxResults?: number;
|
|
388
|
+
|
|
389
|
+
AliasPrefix?: string;
|
|
390
|
+
|
|
391
|
+
Type?: ContactType | string;
|
|
392
|
+
}
|
|
393
|
+
export interface ListContactsResult {
|
|
394
|
+
NextToken?: string;
|
|
395
|
+
|
|
396
|
+
Contacts?: Contact[];
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface TimeRange {
|
|
400
|
+
StartTime?: Date;
|
|
401
|
+
|
|
402
|
+
EndTime?: Date;
|
|
403
|
+
}
|
|
404
|
+
export interface ListEngagementsRequest {
|
|
405
|
+
NextToken?: string;
|
|
406
|
+
|
|
407
|
+
MaxResults?: number;
|
|
408
|
+
|
|
409
|
+
IncidentId?: string;
|
|
410
|
+
|
|
411
|
+
TimeRangeValue?: TimeRange;
|
|
412
|
+
}
|
|
413
|
+
export interface ListEngagementsResult {
|
|
414
|
+
NextToken?: string;
|
|
415
|
+
|
|
416
|
+
Engagements: Engagement[] | undefined;
|
|
417
|
+
}
|
|
418
|
+
export interface ListPageReceiptsRequest {
|
|
419
|
+
PageId: string | undefined;
|
|
420
|
+
|
|
421
|
+
NextToken?: string;
|
|
422
|
+
|
|
423
|
+
MaxResults?: number;
|
|
424
|
+
}
|
|
425
|
+
export declare enum ReceiptType {
|
|
426
|
+
DELIVERED = "DELIVERED",
|
|
427
|
+
ERROR = "ERROR",
|
|
428
|
+
READ = "READ",
|
|
429
|
+
SENT = "SENT",
|
|
430
|
+
STOP = "STOP",
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export interface Receipt {
|
|
434
|
+
ContactChannelArn?: string;
|
|
435
|
+
|
|
436
|
+
ReceiptType: ReceiptType | string | undefined;
|
|
437
|
+
|
|
438
|
+
ReceiptInfo?: string;
|
|
439
|
+
|
|
440
|
+
ReceiptTime: Date | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface ListPageReceiptsResult {
|
|
443
|
+
NextToken?: string;
|
|
444
|
+
|
|
445
|
+
Receipts?: Receipt[];
|
|
446
|
+
}
|
|
447
|
+
export interface ListPagesByContactRequest {
|
|
448
|
+
ContactId: string | undefined;
|
|
449
|
+
|
|
450
|
+
NextToken?: string;
|
|
451
|
+
|
|
452
|
+
MaxResults?: number;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export interface Page {
|
|
456
|
+
PageArn: string | undefined;
|
|
457
|
+
|
|
458
|
+
EngagementArn: string | undefined;
|
|
459
|
+
|
|
460
|
+
ContactArn: string | undefined;
|
|
461
|
+
|
|
462
|
+
Sender: string | undefined;
|
|
463
|
+
|
|
464
|
+
IncidentId?: string;
|
|
465
|
+
|
|
466
|
+
SentTime?: Date;
|
|
467
|
+
|
|
468
|
+
DeliveryTime?: Date;
|
|
469
|
+
|
|
470
|
+
ReadTime?: Date;
|
|
471
|
+
}
|
|
472
|
+
export interface ListPagesByContactResult {
|
|
473
|
+
NextToken?: string;
|
|
474
|
+
|
|
475
|
+
Pages: Page[] | undefined;
|
|
476
|
+
}
|
|
477
|
+
export interface ListPagesByEngagementRequest {
|
|
478
|
+
EngagementId: string | undefined;
|
|
479
|
+
|
|
480
|
+
NextToken?: string;
|
|
481
|
+
|
|
482
|
+
MaxResults?: number;
|
|
483
|
+
}
|
|
484
|
+
export interface ListPagesByEngagementResult {
|
|
485
|
+
NextToken?: string;
|
|
486
|
+
|
|
487
|
+
Pages: Page[] | undefined;
|
|
488
|
+
}
|
|
489
|
+
export interface ListTagsForResourceRequest {
|
|
490
|
+
ResourceARN: string | undefined;
|
|
491
|
+
}
|
|
492
|
+
export interface ListTagsForResourceResult {
|
|
493
|
+
Tags?: Tag[];
|
|
494
|
+
}
|
|
495
|
+
export interface PutContactPolicyRequest {
|
|
496
|
+
ContactArn: string | undefined;
|
|
497
|
+
|
|
498
|
+
Policy: string | undefined;
|
|
499
|
+
}
|
|
500
|
+
export interface PutContactPolicyResult {}
|
|
501
|
+
export interface SendActivationCodeRequest {
|
|
502
|
+
ContactChannelId: string | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface SendActivationCodeResult {}
|
|
505
|
+
export interface StartEngagementRequest {
|
|
506
|
+
ContactId: string | undefined;
|
|
507
|
+
|
|
508
|
+
Sender: string | undefined;
|
|
509
|
+
|
|
510
|
+
Subject: string | undefined;
|
|
511
|
+
|
|
512
|
+
Content: string | undefined;
|
|
513
|
+
|
|
514
|
+
PublicSubject?: string;
|
|
515
|
+
|
|
516
|
+
PublicContent?: string;
|
|
517
|
+
|
|
518
|
+
IncidentId?: string;
|
|
519
|
+
|
|
520
|
+
IdempotencyToken?: string;
|
|
521
|
+
}
|
|
522
|
+
export interface StartEngagementResult {
|
|
523
|
+
EngagementArn: string | undefined;
|
|
524
|
+
}
|
|
525
|
+
export interface StopEngagementRequest {
|
|
526
|
+
EngagementId: string | undefined;
|
|
527
|
+
|
|
528
|
+
Reason?: string;
|
|
529
|
+
}
|
|
530
|
+
export interface StopEngagementResult {}
|
|
531
|
+
export interface TagResourceRequest {
|
|
532
|
+
ResourceARN: string | undefined;
|
|
533
|
+
|
|
534
|
+
Tags: Tag[] | undefined;
|
|
535
|
+
}
|
|
536
|
+
export interface TagResourceResult {}
|
|
537
|
+
export interface UntagResourceRequest {
|
|
538
|
+
ResourceARN: string | undefined;
|
|
539
|
+
|
|
540
|
+
TagKeys: string[] | undefined;
|
|
541
|
+
}
|
|
542
|
+
export interface UntagResourceResult {}
|
|
543
|
+
export interface UpdateContactRequest {
|
|
544
|
+
ContactId: string | undefined;
|
|
545
|
+
|
|
546
|
+
DisplayName?: string;
|
|
547
|
+
|
|
548
|
+
Plan?: Plan;
|
|
549
|
+
}
|
|
550
|
+
export interface UpdateContactResult {}
|
|
551
|
+
export interface UpdateContactChannelRequest {
|
|
552
|
+
ContactChannelId: string | undefined;
|
|
553
|
+
|
|
554
|
+
Name?: string;
|
|
555
|
+
|
|
556
|
+
DeliveryAddress?: ContactChannelAddress;
|
|
557
|
+
}
|
|
558
|
+
export interface UpdateContactChannelResult {}
|
|
559
|
+
|
|
560
|
+
export declare const AcceptPageRequestFilterSensitiveLog: (
|
|
561
|
+
obj: AcceptPageRequest
|
|
562
|
+
) => any;
|
|
563
|
+
|
|
564
|
+
export declare const AcceptPageResultFilterSensitiveLog: (
|
|
565
|
+
obj: AcceptPageResult
|
|
566
|
+
) => any;
|
|
567
|
+
|
|
568
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
569
|
+
obj: ValidationExceptionField
|
|
570
|
+
) => any;
|
|
571
|
+
|
|
572
|
+
export declare const ActivateContactChannelRequestFilterSensitiveLog: (
|
|
573
|
+
obj: ActivateContactChannelRequest
|
|
574
|
+
) => any;
|
|
575
|
+
|
|
576
|
+
export declare const ActivateContactChannelResultFilterSensitiveLog: (
|
|
577
|
+
obj: ActivateContactChannelResult
|
|
578
|
+
) => any;
|
|
579
|
+
|
|
580
|
+
export declare const ChannelTargetInfoFilterSensitiveLog: (
|
|
581
|
+
obj: ChannelTargetInfo
|
|
582
|
+
) => any;
|
|
583
|
+
|
|
584
|
+
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
585
|
+
|
|
586
|
+
export declare const ContactChannelAddressFilterSensitiveLog: (
|
|
587
|
+
obj: ContactChannelAddress
|
|
588
|
+
) => any;
|
|
589
|
+
|
|
590
|
+
export declare const ContactChannelFilterSensitiveLog: (
|
|
591
|
+
obj: ContactChannel
|
|
592
|
+
) => any;
|
|
593
|
+
|
|
594
|
+
export declare const ContactTargetInfoFilterSensitiveLog: (
|
|
595
|
+
obj: ContactTargetInfo
|
|
596
|
+
) => any;
|
|
597
|
+
|
|
598
|
+
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
599
|
+
|
|
600
|
+
export declare const StageFilterSensitiveLog: (obj: Stage) => any;
|
|
601
|
+
|
|
602
|
+
export declare const PlanFilterSensitiveLog: (obj: Plan) => any;
|
|
603
|
+
|
|
604
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
605
|
+
|
|
606
|
+
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
607
|
+
obj: CreateContactRequest
|
|
608
|
+
) => any;
|
|
609
|
+
|
|
610
|
+
export declare const CreateContactResultFilterSensitiveLog: (
|
|
611
|
+
obj: CreateContactResult
|
|
612
|
+
) => any;
|
|
613
|
+
|
|
614
|
+
export declare const CreateContactChannelRequestFilterSensitiveLog: (
|
|
615
|
+
obj: CreateContactChannelRequest
|
|
616
|
+
) => any;
|
|
617
|
+
|
|
618
|
+
export declare const CreateContactChannelResultFilterSensitiveLog: (
|
|
619
|
+
obj: CreateContactChannelResult
|
|
620
|
+
) => any;
|
|
621
|
+
|
|
622
|
+
export declare const DeactivateContactChannelRequestFilterSensitiveLog: (
|
|
623
|
+
obj: DeactivateContactChannelRequest
|
|
624
|
+
) => any;
|
|
625
|
+
|
|
626
|
+
export declare const DeactivateContactChannelResultFilterSensitiveLog: (
|
|
627
|
+
obj: DeactivateContactChannelResult
|
|
628
|
+
) => any;
|
|
629
|
+
|
|
630
|
+
export declare const DeleteContactRequestFilterSensitiveLog: (
|
|
631
|
+
obj: DeleteContactRequest
|
|
632
|
+
) => any;
|
|
633
|
+
|
|
634
|
+
export declare const DeleteContactResultFilterSensitiveLog: (
|
|
635
|
+
obj: DeleteContactResult
|
|
636
|
+
) => any;
|
|
637
|
+
|
|
638
|
+
export declare const DeleteContactChannelRequestFilterSensitiveLog: (
|
|
639
|
+
obj: DeleteContactChannelRequest
|
|
640
|
+
) => any;
|
|
641
|
+
|
|
642
|
+
export declare const DeleteContactChannelResultFilterSensitiveLog: (
|
|
643
|
+
obj: DeleteContactChannelResult
|
|
644
|
+
) => any;
|
|
645
|
+
|
|
646
|
+
export declare const DescribeEngagementRequestFilterSensitiveLog: (
|
|
647
|
+
obj: DescribeEngagementRequest
|
|
648
|
+
) => any;
|
|
649
|
+
|
|
650
|
+
export declare const DescribeEngagementResultFilterSensitiveLog: (
|
|
651
|
+
obj: DescribeEngagementResult
|
|
652
|
+
) => any;
|
|
653
|
+
|
|
654
|
+
export declare const DescribePageRequestFilterSensitiveLog: (
|
|
655
|
+
obj: DescribePageRequest
|
|
656
|
+
) => any;
|
|
657
|
+
|
|
658
|
+
export declare const DescribePageResultFilterSensitiveLog: (
|
|
659
|
+
obj: DescribePageResult
|
|
660
|
+
) => any;
|
|
661
|
+
|
|
662
|
+
export declare const EngagementFilterSensitiveLog: (obj: Engagement) => any;
|
|
663
|
+
|
|
664
|
+
export declare const GetContactRequestFilterSensitiveLog: (
|
|
665
|
+
obj: GetContactRequest
|
|
666
|
+
) => any;
|
|
667
|
+
|
|
668
|
+
export declare const GetContactResultFilterSensitiveLog: (
|
|
669
|
+
obj: GetContactResult
|
|
670
|
+
) => any;
|
|
671
|
+
|
|
672
|
+
export declare const GetContactChannelRequestFilterSensitiveLog: (
|
|
673
|
+
obj: GetContactChannelRequest
|
|
674
|
+
) => any;
|
|
675
|
+
|
|
676
|
+
export declare const GetContactChannelResultFilterSensitiveLog: (
|
|
677
|
+
obj: GetContactChannelResult
|
|
678
|
+
) => any;
|
|
679
|
+
|
|
680
|
+
export declare const GetContactPolicyRequestFilterSensitiveLog: (
|
|
681
|
+
obj: GetContactPolicyRequest
|
|
682
|
+
) => any;
|
|
683
|
+
|
|
684
|
+
export declare const GetContactPolicyResultFilterSensitiveLog: (
|
|
685
|
+
obj: GetContactPolicyResult
|
|
686
|
+
) => any;
|
|
687
|
+
|
|
688
|
+
export declare const ListContactChannelsRequestFilterSensitiveLog: (
|
|
689
|
+
obj: ListContactChannelsRequest
|
|
690
|
+
) => any;
|
|
691
|
+
|
|
692
|
+
export declare const ListContactChannelsResultFilterSensitiveLog: (
|
|
693
|
+
obj: ListContactChannelsResult
|
|
694
|
+
) => any;
|
|
695
|
+
|
|
696
|
+
export declare const ListContactsRequestFilterSensitiveLog: (
|
|
697
|
+
obj: ListContactsRequest
|
|
698
|
+
) => any;
|
|
699
|
+
|
|
700
|
+
export declare const ListContactsResultFilterSensitiveLog: (
|
|
701
|
+
obj: ListContactsResult
|
|
702
|
+
) => any;
|
|
703
|
+
|
|
704
|
+
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
705
|
+
|
|
706
|
+
export declare const ListEngagementsRequestFilterSensitiveLog: (
|
|
707
|
+
obj: ListEngagementsRequest
|
|
708
|
+
) => any;
|
|
709
|
+
|
|
710
|
+
export declare const ListEngagementsResultFilterSensitiveLog: (
|
|
711
|
+
obj: ListEngagementsResult
|
|
712
|
+
) => any;
|
|
713
|
+
|
|
714
|
+
export declare const ListPageReceiptsRequestFilterSensitiveLog: (
|
|
715
|
+
obj: ListPageReceiptsRequest
|
|
716
|
+
) => any;
|
|
717
|
+
|
|
718
|
+
export declare const ReceiptFilterSensitiveLog: (obj: Receipt) => any;
|
|
719
|
+
|
|
720
|
+
export declare const ListPageReceiptsResultFilterSensitiveLog: (
|
|
721
|
+
obj: ListPageReceiptsResult
|
|
722
|
+
) => any;
|
|
723
|
+
|
|
724
|
+
export declare const ListPagesByContactRequestFilterSensitiveLog: (
|
|
725
|
+
obj: ListPagesByContactRequest
|
|
726
|
+
) => any;
|
|
727
|
+
|
|
728
|
+
export declare const PageFilterSensitiveLog: (obj: Page) => any;
|
|
729
|
+
|
|
730
|
+
export declare const ListPagesByContactResultFilterSensitiveLog: (
|
|
731
|
+
obj: ListPagesByContactResult
|
|
732
|
+
) => any;
|
|
733
|
+
|
|
734
|
+
export declare const ListPagesByEngagementRequestFilterSensitiveLog: (
|
|
735
|
+
obj: ListPagesByEngagementRequest
|
|
736
|
+
) => any;
|
|
737
|
+
|
|
738
|
+
export declare const ListPagesByEngagementResultFilterSensitiveLog: (
|
|
739
|
+
obj: ListPagesByEngagementResult
|
|
740
|
+
) => any;
|
|
741
|
+
|
|
742
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
743
|
+
obj: ListTagsForResourceRequest
|
|
744
|
+
) => any;
|
|
745
|
+
|
|
746
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
747
|
+
obj: ListTagsForResourceResult
|
|
748
|
+
) => any;
|
|
749
|
+
|
|
750
|
+
export declare const PutContactPolicyRequestFilterSensitiveLog: (
|
|
751
|
+
obj: PutContactPolicyRequest
|
|
752
|
+
) => any;
|
|
753
|
+
|
|
754
|
+
export declare const PutContactPolicyResultFilterSensitiveLog: (
|
|
755
|
+
obj: PutContactPolicyResult
|
|
756
|
+
) => any;
|
|
757
|
+
|
|
758
|
+
export declare const SendActivationCodeRequestFilterSensitiveLog: (
|
|
759
|
+
obj: SendActivationCodeRequest
|
|
760
|
+
) => any;
|
|
761
|
+
|
|
762
|
+
export declare const SendActivationCodeResultFilterSensitiveLog: (
|
|
763
|
+
obj: SendActivationCodeResult
|
|
764
|
+
) => any;
|
|
765
|
+
|
|
766
|
+
export declare const StartEngagementRequestFilterSensitiveLog: (
|
|
767
|
+
obj: StartEngagementRequest
|
|
768
|
+
) => any;
|
|
769
|
+
|
|
770
|
+
export declare const StartEngagementResultFilterSensitiveLog: (
|
|
771
|
+
obj: StartEngagementResult
|
|
772
|
+
) => any;
|
|
773
|
+
|
|
774
|
+
export declare const StopEngagementRequestFilterSensitiveLog: (
|
|
775
|
+
obj: StopEngagementRequest
|
|
776
|
+
) => any;
|
|
777
|
+
|
|
778
|
+
export declare const StopEngagementResultFilterSensitiveLog: (
|
|
779
|
+
obj: StopEngagementResult
|
|
780
|
+
) => any;
|
|
781
|
+
|
|
782
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
783
|
+
obj: TagResourceRequest
|
|
784
|
+
) => any;
|
|
785
|
+
|
|
786
|
+
export declare const TagResourceResultFilterSensitiveLog: (
|
|
787
|
+
obj: TagResourceResult
|
|
788
|
+
) => any;
|
|
789
|
+
|
|
790
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
791
|
+
obj: UntagResourceRequest
|
|
792
|
+
) => any;
|
|
793
|
+
|
|
794
|
+
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
795
|
+
obj: UntagResourceResult
|
|
796
|
+
) => any;
|
|
797
|
+
|
|
798
|
+
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
799
|
+
obj: UpdateContactRequest
|
|
800
|
+
) => any;
|
|
801
|
+
|
|
802
|
+
export declare const UpdateContactResultFilterSensitiveLog: (
|
|
803
|
+
obj: UpdateContactResult
|
|
804
|
+
) => any;
|
|
805
|
+
|
|
806
|
+
export declare const UpdateContactChannelRequestFilterSensitiveLog: (
|
|
807
|
+
obj: UpdateContactChannelRequest
|
|
808
|
+
) => any;
|
|
809
|
+
|
|
810
|
+
export declare const UpdateContactChannelResultFilterSensitiveLog: (
|
|
811
|
+
obj: UpdateContactChannelResult
|
|
812
|
+
) => any;
|