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