@aws-sdk/client-ssm-contacts 3.128.0 → 3.137.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 (62) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AcceptPageCommand.js +2 -2
  3. package/dist-cjs/commands/ActivateContactChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateContactChannelCommand.js +2 -2
  5. package/dist-cjs/commands/CreateContactCommand.js +2 -2
  6. package/dist-cjs/commands/DeactivateContactChannelCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteContactChannelCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteContactCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeEngagementCommand.js +2 -2
  10. package/dist-cjs/commands/DescribePageCommand.js +2 -2
  11. package/dist-cjs/commands/GetContactChannelCommand.js +2 -2
  12. package/dist-cjs/commands/GetContactCommand.js +2 -2
  13. package/dist-cjs/commands/GetContactPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/ListContactChannelsCommand.js +2 -2
  15. package/dist-cjs/commands/ListContactsCommand.js +2 -2
  16. package/dist-cjs/commands/ListEngagementsCommand.js +2 -2
  17. package/dist-cjs/commands/ListPageReceiptsCommand.js +2 -2
  18. package/dist-cjs/commands/ListPagesByContactCommand.js +2 -2
  19. package/dist-cjs/commands/ListPagesByEngagementCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/PutContactPolicyCommand.js +2 -2
  22. package/dist-cjs/commands/SendActivationCodeCommand.js +2 -2
  23. package/dist-cjs/commands/StartEngagementCommand.js +2 -2
  24. package/dist-cjs/commands/StopEngagementCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateContactChannelCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateContactCommand.js +2 -2
  29. package/dist-cjs/models/models_0.js +274 -410
  30. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  31. package/dist-es/commands/AcceptPageCommand.js +3 -3
  32. package/dist-es/commands/ActivateContactChannelCommand.js +3 -3
  33. package/dist-es/commands/CreateContactChannelCommand.js +3 -3
  34. package/dist-es/commands/CreateContactCommand.js +3 -3
  35. package/dist-es/commands/DeactivateContactChannelCommand.js +3 -3
  36. package/dist-es/commands/DeleteContactChannelCommand.js +3 -3
  37. package/dist-es/commands/DeleteContactCommand.js +3 -3
  38. package/dist-es/commands/DescribeEngagementCommand.js +3 -3
  39. package/dist-es/commands/DescribePageCommand.js +3 -3
  40. package/dist-es/commands/GetContactChannelCommand.js +3 -3
  41. package/dist-es/commands/GetContactCommand.js +3 -3
  42. package/dist-es/commands/GetContactPolicyCommand.js +3 -3
  43. package/dist-es/commands/ListContactChannelsCommand.js +3 -3
  44. package/dist-es/commands/ListContactsCommand.js +3 -3
  45. package/dist-es/commands/ListEngagementsCommand.js +3 -3
  46. package/dist-es/commands/ListPageReceiptsCommand.js +3 -3
  47. package/dist-es/commands/ListPagesByContactCommand.js +3 -3
  48. package/dist-es/commands/ListPagesByEngagementCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/PutContactPolicyCommand.js +3 -3
  51. package/dist-es/commands/SendActivationCodeCommand.js +3 -3
  52. package/dist-es/commands/StartEngagementCommand.js +3 -3
  53. package/dist-es/commands/StopEngagementCommand.js +3 -3
  54. package/dist-es/commands/TagResourceCommand.js +3 -3
  55. package/dist-es/commands/UntagResourceCommand.js +3 -3
  56. package/dist-es/commands/UpdateContactChannelCommand.js +3 -3
  57. package/dist-es/commands/UpdateContactCommand.js +3 -3
  58. package/dist-es/models/models_0.js +68 -272
  59. package/dist-es/protocols/Aws_json1_1.js +3 -0
  60. package/dist-types/models/models_0.d.ts +272 -408
  61. package/dist-types/ts3.4/models/models_0.d.ts +136 -272
  62. package/package.json +9 -9
@@ -41,20 +41,8 @@ export interface AcceptPageRequest {
41
41
  */
42
42
  AcceptCodeValidation?: AcceptCodeValidation | string;
43
43
  }
44
- export declare namespace AcceptPageRequest {
45
- /**
46
- * @internal
47
- */
48
- const filterSensitiveLog: (obj: AcceptPageRequest) => any;
49
- }
50
44
  export interface AcceptPageResult {
51
45
  }
52
- export declare namespace AcceptPageResult {
53
- /**
54
- * @internal
55
- */
56
- const filterSensitiveLog: (obj: AcceptPageResult) => any;
57
- }
58
46
  /**
59
47
  * <p>You don't have sufficient access to perform this operation.</p>
60
48
  */
@@ -141,12 +129,6 @@ export interface ValidationExceptionField {
141
129
  */
142
130
  Message: string | undefined;
143
131
  }
144
- export declare namespace ValidationExceptionField {
145
- /**
146
- * @internal
147
- */
148
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
149
- }
150
132
  export declare enum ValidationExceptionReason {
151
133
  CANNOT_PARSE = "CANNOT_PARSE",
152
134
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
@@ -184,20 +166,8 @@ export interface ActivateContactChannelRequest {
184
166
  */
185
167
  ActivationCode: string | undefined;
186
168
  }
187
- export declare namespace ActivateContactChannelRequest {
188
- /**
189
- * @internal
190
- */
191
- const filterSensitiveLog: (obj: ActivateContactChannelRequest) => any;
192
- }
193
169
  export interface ActivateContactChannelResult {
194
170
  }
195
- export declare namespace ActivateContactChannelResult {
196
- /**
197
- * @internal
198
- */
199
- const filterSensitiveLog: (obj: ActivateContactChannelResult) => any;
200
- }
201
171
  export declare enum ActivationStatus {
202
172
  ACTIVATED = "ACTIVATED",
203
173
  NOT_ACTIVATED = "NOT_ACTIVATED"
@@ -217,12 +187,6 @@ export interface ChannelTargetInfo {
217
187
  */
218
188
  RetryIntervalInMinutes?: number;
219
189
  }
220
- export declare namespace ChannelTargetInfo {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: ChannelTargetInfo) => any;
225
- }
226
190
  export declare enum ChannelType {
227
191
  EMAIL = "EMAIL",
228
192
  SMS = "SMS",
@@ -275,12 +239,6 @@ export interface Contact {
275
239
  */
276
240
  Type: ContactType | string | undefined;
277
241
  }
278
- export declare namespace Contact {
279
- /**
280
- * @internal
281
- */
282
- const filterSensitiveLog: (obj: Contact) => any;
283
- }
284
242
  /**
285
243
  * <p>The details that Incident Manager uses when trying to engage the contact channel. </p>
286
244
  */
@@ -302,12 +260,6 @@ export interface ContactChannelAddress {
302
260
  */
303
261
  SimpleAddress?: string;
304
262
  }
305
- export declare namespace ContactChannelAddress {
306
- /**
307
- * @internal
308
- */
309
- const filterSensitiveLog: (obj: ContactChannelAddress) => any;
310
- }
311
263
  /**
312
264
  * <p>The method that Incident Manager uses to engage a contact.</p>
313
265
  */
@@ -349,12 +301,6 @@ export interface ContactChannel {
349
301
  */
350
302
  ActivationStatus: ActivationStatus | string | undefined;
351
303
  }
352
- export declare namespace ContactChannel {
353
- /**
354
- * @internal
355
- */
356
- const filterSensitiveLog: (obj: ContactChannel) => any;
357
- }
358
304
  /**
359
305
  * <p>The contact that Incident Manager is engaging during an incident.</p>
360
306
  */
@@ -369,12 +315,6 @@ export interface ContactTargetInfo {
369
315
  */
370
316
  IsEssential: boolean | undefined;
371
317
  }
372
- export declare namespace ContactTargetInfo {
373
- /**
374
- * @internal
375
- */
376
- const filterSensitiveLog: (obj: ContactTargetInfo) => any;
377
- }
378
318
  /**
379
319
  * <p>The contact or contact channel that's being engaged.</p>
380
320
  */
@@ -388,12 +328,6 @@ export interface Target {
388
328
  */
389
329
  ContactTargetInfo?: ContactTargetInfo;
390
330
  }
391
- export declare namespace Target {
392
- /**
393
- * @internal
394
- */
395
- const filterSensitiveLog: (obj: Target) => any;
396
- }
397
331
  /**
398
332
  * <p>A set amount of time that an escalation plan or engagement plan engages the specified
399
333
  * contacts or contact methods.</p>
@@ -410,12 +344,6 @@ export interface Stage {
410
344
  */
411
345
  Targets: Target[] | undefined;
412
346
  }
413
- export declare namespace Stage {
414
- /**
415
- * @internal
416
- */
417
- const filterSensitiveLog: (obj: Stage) => any;
418
- }
419
347
  /**
420
348
  * <p>The stages that an escalation plan or engagement plan engages contacts and contact
421
349
  * methods in.</p>
@@ -427,12 +355,6 @@ export interface Plan {
427
355
  */
428
356
  Stages: Stage[] | undefined;
429
357
  }
430
- export declare namespace Plan {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: Plan) => any;
435
- }
436
358
  /**
437
359
  * <p>A container of a key-value name pair.</p>
438
360
  */
@@ -448,12 +370,6 @@ export interface Tag {
448
370
  */
449
371
  Value?: string;
450
372
  }
451
- export declare namespace Tag {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: Tag) => any;
456
- }
457
373
  export interface CreateContactRequest {
458
374
  /**
459
375
  * <p>The short name to quickly identify a contact or escalation plan. The contact alias must
@@ -485,24 +401,12 @@ export interface CreateContactRequest {
485
401
  */
486
402
  IdempotencyToken?: string;
487
403
  }
488
- export declare namespace CreateContactRequest {
489
- /**
490
- * @internal
491
- */
492
- const filterSensitiveLog: (obj: CreateContactRequest) => any;
493
- }
494
404
  export interface CreateContactResult {
495
405
  /**
496
406
  * <p>The Amazon Resource Name (ARN) of the created contact or escalation plan.</p>
497
407
  */
498
408
  ContactArn: string | undefined;
499
409
  }
500
- export declare namespace CreateContactResult {
501
- /**
502
- * @internal
503
- */
504
- const filterSensitiveLog: (obj: CreateContactResult) => any;
505
- }
506
410
  /**
507
411
  * <p>The operation failed to due an encryption key error.</p>
508
412
  */
@@ -601,96 +505,42 @@ export interface CreateContactChannelRequest {
601
505
  */
602
506
  IdempotencyToken?: string;
603
507
  }
604
- export declare namespace CreateContactChannelRequest {
605
- /**
606
- * @internal
607
- */
608
- const filterSensitiveLog: (obj: CreateContactChannelRequest) => any;
609
- }
610
508
  export interface CreateContactChannelResult {
611
509
  /**
612
510
  * <p>The Amazon Resource Name (ARN) of the contact channel.</p>
613
511
  */
614
512
  ContactChannelArn: string | undefined;
615
513
  }
616
- export declare namespace CreateContactChannelResult {
617
- /**
618
- * @internal
619
- */
620
- const filterSensitiveLog: (obj: CreateContactChannelResult) => any;
621
- }
622
514
  export interface DeactivateContactChannelRequest {
623
515
  /**
624
516
  * <p>The Amazon Resource Name (ARN) of the contact channel you're deactivating.</p>
625
517
  */
626
518
  ContactChannelId: string | undefined;
627
519
  }
628
- export declare namespace DeactivateContactChannelRequest {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: DeactivateContactChannelRequest) => any;
633
- }
634
520
  export interface DeactivateContactChannelResult {
635
521
  }
636
- export declare namespace DeactivateContactChannelResult {
637
- /**
638
- * @internal
639
- */
640
- const filterSensitiveLog: (obj: DeactivateContactChannelResult) => any;
641
- }
642
522
  export interface DeleteContactRequest {
643
523
  /**
644
524
  * <p>The Amazon Resource Name (ARN) of the contact that you're deleting.</p>
645
525
  */
646
526
  ContactId: string | undefined;
647
527
  }
648
- export declare namespace DeleteContactRequest {
649
- /**
650
- * @internal
651
- */
652
- const filterSensitiveLog: (obj: DeleteContactRequest) => any;
653
- }
654
528
  export interface DeleteContactResult {
655
529
  }
656
- export declare namespace DeleteContactResult {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: DeleteContactResult) => any;
661
- }
662
530
  export interface DeleteContactChannelRequest {
663
531
  /**
664
532
  * <p>The Amazon Resource Name (ARN) of the contact channel.</p>
665
533
  */
666
534
  ContactChannelId: string | undefined;
667
535
  }
668
- export declare namespace DeleteContactChannelRequest {
669
- /**
670
- * @internal
671
- */
672
- const filterSensitiveLog: (obj: DeleteContactChannelRequest) => any;
673
- }
674
536
  export interface DeleteContactChannelResult {
675
537
  }
676
- export declare namespace DeleteContactChannelResult {
677
- /**
678
- * @internal
679
- */
680
- const filterSensitiveLog: (obj: DeleteContactChannelResult) => any;
681
- }
682
538
  export interface DescribeEngagementRequest {
683
539
  /**
684
540
  * <p>The Amazon Resource Name (ARN) of the engagement you want the details of.</p>
685
541
  */
686
542
  EngagementId: string | undefined;
687
543
  }
688
- export declare namespace DescribeEngagementRequest {
689
- /**
690
- * @internal
691
- */
692
- const filterSensitiveLog: (obj: DescribeEngagementRequest) => any;
693
- }
694
544
  export interface DescribeEngagementResult {
695
545
  /**
696
546
  * <p>The ARN of the escalation plan or contacts involved in the engagement.</p>
@@ -737,24 +587,12 @@ export interface DescribeEngagementResult {
737
587
  */
738
588
  StopTime?: Date;
739
589
  }
740
- export declare namespace DescribeEngagementResult {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: DescribeEngagementResult) => any;
745
- }
746
590
  export interface DescribePageRequest {
747
591
  /**
748
592
  * <p>The ID of the engagement to a contact channel.</p>
749
593
  */
750
594
  PageId: string | undefined;
751
595
  }
752
- export declare namespace DescribePageRequest {
753
- /**
754
- * @internal
755
- */
756
- const filterSensitiveLog: (obj: DescribePageRequest) => any;
757
- }
758
596
  export interface DescribePageResult {
759
597
  /**
760
598
  * <p>The Amazon Resource Name (ARN) of the engagement to a contact channel.</p>
@@ -809,12 +647,6 @@ export interface DescribePageResult {
809
647
  */
810
648
  DeliveryTime?: Date;
811
649
  }
812
- export declare namespace DescribePageResult {
813
- /**
814
- * @internal
815
- */
816
- const filterSensitiveLog: (obj: DescribePageResult) => any;
817
- }
818
650
  /**
819
651
  * <p>Incident Manager reaching out to a contact or escalation plan to engage contact during an
820
652
  * incident.</p>
@@ -845,24 +677,12 @@ export interface Engagement {
845
677
  */
846
678
  StopTime?: Date;
847
679
  }
848
- export declare namespace Engagement {
849
- /**
850
- * @internal
851
- */
852
- const filterSensitiveLog: (obj: Engagement) => any;
853
- }
854
680
  export interface GetContactRequest {
855
681
  /**
856
682
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
857
683
  */
858
684
  ContactId: string | undefined;
859
685
  }
860
- export declare namespace GetContactRequest {
861
- /**
862
- * @internal
863
- */
864
- const filterSensitiveLog: (obj: GetContactRequest) => any;
865
- }
866
686
  export interface GetContactResult {
867
687
  /**
868
688
  * <p>The ARN of the contact or escalation plan.</p>
@@ -887,24 +707,12 @@ export interface GetContactResult {
887
707
  */
888
708
  Plan: Plan | undefined;
889
709
  }
890
- export declare namespace GetContactResult {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: GetContactResult) => any;
895
- }
896
710
  export interface GetContactChannelRequest {
897
711
  /**
898
712
  * <p>The Amazon Resource Name (ARN) of the contact channel you want information about.</p>
899
713
  */
900
714
  ContactChannelId: string | undefined;
901
715
  }
902
- export declare namespace GetContactChannelRequest {
903
- /**
904
- * @internal
905
- */
906
- const filterSensitiveLog: (obj: GetContactChannelRequest) => any;
907
- }
908
716
  export interface GetContactChannelResult {
909
717
  /**
910
718
  * <p>The ARN of the contact that the channel belongs to.</p>
@@ -932,24 +740,12 @@ export interface GetContactChannelResult {
932
740
  */
933
741
  ActivationStatus?: ActivationStatus | string;
934
742
  }
935
- export declare namespace GetContactChannelResult {
936
- /**
937
- * @internal
938
- */
939
- const filterSensitiveLog: (obj: GetContactChannelResult) => any;
940
- }
941
743
  export interface GetContactPolicyRequest {
942
744
  /**
943
745
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
944
746
  */
945
747
  ContactArn: string | undefined;
946
748
  }
947
- export declare namespace GetContactPolicyRequest {
948
- /**
949
- * @internal
950
- */
951
- const filterSensitiveLog: (obj: GetContactPolicyRequest) => any;
952
- }
953
749
  export interface GetContactPolicyResult {
954
750
  /**
955
751
  * <p>The ARN of the contact or escalation plan.</p>
@@ -960,12 +756,6 @@ export interface GetContactPolicyResult {
960
756
  */
961
757
  Policy?: string;
962
758
  }
963
- export declare namespace GetContactPolicyResult {
964
- /**
965
- * @internal
966
- */
967
- const filterSensitiveLog: (obj: GetContactPolicyResult) => any;
968
- }
969
759
  export interface ListContactChannelsRequest {
970
760
  /**
971
761
  * <p>The Amazon Resource Name (ARN) of the contact. </p>
@@ -980,12 +770,6 @@ export interface ListContactChannelsRequest {
980
770
  */
981
771
  MaxResults?: number;
982
772
  }
983
- export declare namespace ListContactChannelsRequest {
984
- /**
985
- * @internal
986
- */
987
- const filterSensitiveLog: (obj: ListContactChannelsRequest) => any;
988
- }
989
773
  export interface ListContactChannelsResult {
990
774
  /**
991
775
  * <p>The pagination token to continue to the next page of results.</p>
@@ -996,12 +780,6 @@ export interface ListContactChannelsResult {
996
780
  */
997
781
  ContactChannels: ContactChannel[] | undefined;
998
782
  }
999
- export declare namespace ListContactChannelsResult {
1000
- /**
1001
- * @internal
1002
- */
1003
- const filterSensitiveLog: (obj: ListContactChannelsResult) => any;
1004
- }
1005
783
  export interface ListContactsRequest {
1006
784
  /**
1007
785
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1021,12 +799,6 @@ export interface ListContactsRequest {
1021
799
  */
1022
800
  Type?: ContactType | string;
1023
801
  }
1024
- export declare namespace ListContactsRequest {
1025
- /**
1026
- * @internal
1027
- */
1028
- const filterSensitiveLog: (obj: ListContactsRequest) => any;
1029
- }
1030
802
  export interface ListContactsResult {
1031
803
  /**
1032
804
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1037,12 +809,6 @@ export interface ListContactsResult {
1037
809
  */
1038
810
  Contacts?: Contact[];
1039
811
  }
1040
- export declare namespace ListContactsResult {
1041
- /**
1042
- * @internal
1043
- */
1044
- const filterSensitiveLog: (obj: ListContactsResult) => any;
1045
- }
1046
812
  /**
1047
813
  * <p>A range of between two set times</p>
1048
814
  */
@@ -1056,12 +822,6 @@ export interface TimeRange {
1056
822
  */
1057
823
  EndTime?: Date;
1058
824
  }
1059
- export declare namespace TimeRange {
1060
- /**
1061
- * @internal
1062
- */
1063
- const filterSensitiveLog: (obj: TimeRange) => any;
1064
- }
1065
825
  export interface ListEngagementsRequest {
1066
826
  /**
1067
827
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1080,12 +840,6 @@ export interface ListEngagementsRequest {
1080
840
  */
1081
841
  TimeRangeValue?: TimeRange;
1082
842
  }
1083
- export declare namespace ListEngagementsRequest {
1084
- /**
1085
- * @internal
1086
- */
1087
- const filterSensitiveLog: (obj: ListEngagementsRequest) => any;
1088
- }
1089
843
  export interface ListEngagementsResult {
1090
844
  /**
1091
845
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1097,12 +851,6 @@ export interface ListEngagementsResult {
1097
851
  */
1098
852
  Engagements: Engagement[] | undefined;
1099
853
  }
1100
- export declare namespace ListEngagementsResult {
1101
- /**
1102
- * @internal
1103
- */
1104
- const filterSensitiveLog: (obj: ListEngagementsResult) => any;
1105
- }
1106
854
  export interface ListPageReceiptsRequest {
1107
855
  /**
1108
856
  * <p>The Amazon Resource Name (ARN) of the engagement to a specific contact channel.</p>
@@ -1117,12 +865,6 @@ export interface ListPageReceiptsRequest {
1117
865
  */
1118
866
  MaxResults?: number;
1119
867
  }
1120
- export declare namespace ListPageReceiptsRequest {
1121
- /**
1122
- * @internal
1123
- */
1124
- const filterSensitiveLog: (obj: ListPageReceiptsRequest) => any;
1125
- }
1126
868
  export declare enum ReceiptType {
1127
869
  DELIVERED = "DELIVERED",
1128
870
  ERROR = "ERROR",
@@ -1153,12 +895,6 @@ export interface Receipt {
1153
895
  */
1154
896
  ReceiptTime: Date | undefined;
1155
897
  }
1156
- export declare namespace Receipt {
1157
- /**
1158
- * @internal
1159
- */
1160
- const filterSensitiveLog: (obj: Receipt) => any;
1161
- }
1162
898
  export interface ListPageReceiptsResult {
1163
899
  /**
1164
900
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1169,12 +905,6 @@ export interface ListPageReceiptsResult {
1169
905
  */
1170
906
  Receipts?: Receipt[];
1171
907
  }
1172
- export declare namespace ListPageReceiptsResult {
1173
- /**
1174
- * @internal
1175
- */
1176
- const filterSensitiveLog: (obj: ListPageReceiptsResult) => any;
1177
- }
1178
908
  export interface ListPagesByContactRequest {
1179
909
  /**
1180
910
  * <p>The Amazon Resource Name (ARN) of the contact you are retrieving engagements for.</p>
@@ -1189,12 +919,6 @@ export interface ListPagesByContactRequest {
1189
919
  */
1190
920
  MaxResults?: number;
1191
921
  }
1192
- export declare namespace ListPagesByContactRequest {
1193
- /**
1194
- * @internal
1195
- */
1196
- const filterSensitiveLog: (obj: ListPagesByContactRequest) => any;
1197
- }
1198
922
  /**
1199
923
  * <p>Incident Manager engaging a contact's contact channel.</p>
1200
924
  */
@@ -1232,12 +956,6 @@ export interface Page {
1232
956
  */
1233
957
  ReadTime?: Date;
1234
958
  }
1235
- export declare namespace Page {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: Page) => any;
1240
- }
1241
959
  export interface ListPagesByContactResult {
1242
960
  /**
1243
961
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1248,12 +966,6 @@ export interface ListPagesByContactResult {
1248
966
  */
1249
967
  Pages: Page[] | undefined;
1250
968
  }
1251
- export declare namespace ListPagesByContactResult {
1252
- /**
1253
- * @internal
1254
- */
1255
- const filterSensitiveLog: (obj: ListPagesByContactResult) => any;
1256
- }
1257
969
  export interface ListPagesByEngagementRequest {
1258
970
  /**
1259
971
  * <p>The Amazon Resource Name (ARN) of the engagement.</p>
@@ -1269,12 +981,6 @@ export interface ListPagesByEngagementRequest {
1269
981
  */
1270
982
  MaxResults?: number;
1271
983
  }
1272
- export declare namespace ListPagesByEngagementRequest {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: ListPagesByEngagementRequest) => any;
1277
- }
1278
984
  export interface ListPagesByEngagementResult {
1279
985
  /**
1280
986
  * <p>The pagination token to continue to the next page of results.</p>
@@ -1285,36 +991,18 @@ export interface ListPagesByEngagementResult {
1285
991
  */
1286
992
  Pages: Page[] | undefined;
1287
993
  }
1288
- export declare namespace ListPagesByEngagementResult {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: ListPagesByEngagementResult) => any;
1293
- }
1294
994
  export interface ListTagsForResourceRequest {
1295
995
  /**
1296
996
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
1297
997
  */
1298
998
  ResourceARN: string | undefined;
1299
999
  }
1300
- export declare namespace ListTagsForResourceRequest {
1301
- /**
1302
- * @internal
1303
- */
1304
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1305
- }
1306
1000
  export interface ListTagsForResourceResult {
1307
1001
  /**
1308
1002
  * <p>The tags related to the contact or escalation plan.</p>
1309
1003
  */
1310
1004
  Tags?: Tag[];
1311
1005
  }
1312
- export declare namespace ListTagsForResourceResult {
1313
- /**
1314
- * @internal
1315
- */
1316
- const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
1317
- }
1318
1006
  export interface PutContactPolicyRequest {
1319
1007
  /**
1320
1008
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
@@ -1325,40 +1013,16 @@ export interface PutContactPolicyRequest {
1325
1013
  */
1326
1014
  Policy: string | undefined;
1327
1015
  }
1328
- export declare namespace PutContactPolicyRequest {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: PutContactPolicyRequest) => any;
1333
- }
1334
1016
  export interface PutContactPolicyResult {
1335
1017
  }
1336
- export declare namespace PutContactPolicyResult {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: PutContactPolicyResult) => any;
1341
- }
1342
1018
  export interface SendActivationCodeRequest {
1343
1019
  /**
1344
1020
  * <p>The Amazon Resource Name (ARN) of the contact channel.</p>
1345
1021
  */
1346
1022
  ContactChannelId: string | undefined;
1347
1023
  }
1348
- export declare namespace SendActivationCodeRequest {
1349
- /**
1350
- * @internal
1351
- */
1352
- const filterSensitiveLog: (obj: SendActivationCodeRequest) => any;
1353
- }
1354
1024
  export interface SendActivationCodeResult {
1355
1025
  }
1356
- export declare namespace SendActivationCodeResult {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: SendActivationCodeResult) => any;
1361
- }
1362
1026
  export interface StartEngagementRequest {
1363
1027
  /**
1364
1028
  * <p>The Amazon Resource Name (ARN) of the contact being engaged.</p>
@@ -1398,24 +1062,12 @@ export interface StartEngagementRequest {
1398
1062
  */
1399
1063
  IdempotencyToken?: string;
1400
1064
  }
1401
- export declare namespace StartEngagementRequest {
1402
- /**
1403
- * @internal
1404
- */
1405
- const filterSensitiveLog: (obj: StartEngagementRequest) => any;
1406
- }
1407
1065
  export interface StartEngagementResult {
1408
1066
  /**
1409
1067
  * <p>The ARN of the engagement.</p>
1410
1068
  */
1411
1069
  EngagementArn: string | undefined;
1412
1070
  }
1413
- export declare namespace StartEngagementResult {
1414
- /**
1415
- * @internal
1416
- */
1417
- const filterSensitiveLog: (obj: StartEngagementResult) => any;
1418
- }
1419
1071
  export interface StopEngagementRequest {
1420
1072
  /**
1421
1073
  * <p>The Amazon Resource Name (ARN) of the engagement.</p>
@@ -1426,20 +1078,8 @@ export interface StopEngagementRequest {
1426
1078
  */
1427
1079
  Reason?: string;
1428
1080
  }
1429
- export declare namespace StopEngagementRequest {
1430
- /**
1431
- * @internal
1432
- */
1433
- const filterSensitiveLog: (obj: StopEngagementRequest) => any;
1434
- }
1435
1081
  export interface StopEngagementResult {
1436
1082
  }
1437
- export declare namespace StopEngagementResult {
1438
- /**
1439
- * @internal
1440
- */
1441
- const filterSensitiveLog: (obj: StopEngagementResult) => any;
1442
- }
1443
1083
  export interface TagResourceRequest {
1444
1084
  /**
1445
1085
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
@@ -1450,20 +1090,8 @@ export interface TagResourceRequest {
1450
1090
  */
1451
1091
  Tags: Tag[] | undefined;
1452
1092
  }
1453
- export declare namespace TagResourceRequest {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1458
- }
1459
1093
  export interface TagResourceResult {
1460
1094
  }
1461
- export declare namespace TagResourceResult {
1462
- /**
1463
- * @internal
1464
- */
1465
- const filterSensitiveLog: (obj: TagResourceResult) => any;
1466
- }
1467
1095
  export interface UntagResourceRequest {
1468
1096
  /**
1469
1097
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
@@ -1474,20 +1102,8 @@ export interface UntagResourceRequest {
1474
1102
  */
1475
1103
  TagKeys: string[] | undefined;
1476
1104
  }
1477
- export declare namespace UntagResourceRequest {
1478
- /**
1479
- * @internal
1480
- */
1481
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1482
- }
1483
1105
  export interface UntagResourceResult {
1484
1106
  }
1485
- export declare namespace UntagResourceResult {
1486
- /**
1487
- * @internal
1488
- */
1489
- const filterSensitiveLog: (obj: UntagResourceResult) => any;
1490
- }
1491
1107
  export interface UpdateContactRequest {
1492
1108
  /**
1493
1109
  * <p>The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.</p>
@@ -1503,20 +1119,8 @@ export interface UpdateContactRequest {
1503
1119
  */
1504
1120
  Plan?: Plan;
1505
1121
  }
1506
- export declare namespace UpdateContactRequest {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: UpdateContactRequest) => any;
1511
- }
1512
1122
  export interface UpdateContactResult {
1513
1123
  }
1514
- export declare namespace UpdateContactResult {
1515
- /**
1516
- * @internal
1517
- */
1518
- const filterSensitiveLog: (obj: UpdateContactResult) => any;
1519
- }
1520
1124
  export interface UpdateContactChannelRequest {
1521
1125
  /**
1522
1126
  * <p>The Amazon Resource Name (ARN) of the contact channel you want to update.</p>
@@ -1531,17 +1135,277 @@ export interface UpdateContactChannelRequest {
1531
1135
  */
1532
1136
  DeliveryAddress?: ContactChannelAddress;
1533
1137
  }
1534
- export declare namespace UpdateContactChannelRequest {
1535
- /**
1536
- * @internal
1537
- */
1538
- const filterSensitiveLog: (obj: UpdateContactChannelRequest) => any;
1539
- }
1540
1138
  export interface UpdateContactChannelResult {
1541
1139
  }
1542
- export declare namespace UpdateContactChannelResult {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: UpdateContactChannelResult) => any;
1547
- }
1140
+ /**
1141
+ * @internal
1142
+ */
1143
+ export declare const AcceptPageRequestFilterSensitiveLog: (obj: AcceptPageRequest) => any;
1144
+ /**
1145
+ * @internal
1146
+ */
1147
+ export declare const AcceptPageResultFilterSensitiveLog: (obj: AcceptPageResult) => any;
1148
+ /**
1149
+ * @internal
1150
+ */
1151
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1152
+ /**
1153
+ * @internal
1154
+ */
1155
+ export declare const ActivateContactChannelRequestFilterSensitiveLog: (obj: ActivateContactChannelRequest) => any;
1156
+ /**
1157
+ * @internal
1158
+ */
1159
+ export declare const ActivateContactChannelResultFilterSensitiveLog: (obj: ActivateContactChannelResult) => any;
1160
+ /**
1161
+ * @internal
1162
+ */
1163
+ export declare const ChannelTargetInfoFilterSensitiveLog: (obj: ChannelTargetInfo) => any;
1164
+ /**
1165
+ * @internal
1166
+ */
1167
+ export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
1168
+ /**
1169
+ * @internal
1170
+ */
1171
+ export declare const ContactChannelAddressFilterSensitiveLog: (obj: ContactChannelAddress) => any;
1172
+ /**
1173
+ * @internal
1174
+ */
1175
+ export declare const ContactChannelFilterSensitiveLog: (obj: ContactChannel) => any;
1176
+ /**
1177
+ * @internal
1178
+ */
1179
+ export declare const ContactTargetInfoFilterSensitiveLog: (obj: ContactTargetInfo) => any;
1180
+ /**
1181
+ * @internal
1182
+ */
1183
+ export declare const TargetFilterSensitiveLog: (obj: Target) => any;
1184
+ /**
1185
+ * @internal
1186
+ */
1187
+ export declare const StageFilterSensitiveLog: (obj: Stage) => any;
1188
+ /**
1189
+ * @internal
1190
+ */
1191
+ export declare const PlanFilterSensitiveLog: (obj: Plan) => any;
1192
+ /**
1193
+ * @internal
1194
+ */
1195
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1196
+ /**
1197
+ * @internal
1198
+ */
1199
+ export declare const CreateContactRequestFilterSensitiveLog: (obj: CreateContactRequest) => any;
1200
+ /**
1201
+ * @internal
1202
+ */
1203
+ export declare const CreateContactResultFilterSensitiveLog: (obj: CreateContactResult) => any;
1204
+ /**
1205
+ * @internal
1206
+ */
1207
+ export declare const CreateContactChannelRequestFilterSensitiveLog: (obj: CreateContactChannelRequest) => any;
1208
+ /**
1209
+ * @internal
1210
+ */
1211
+ export declare const CreateContactChannelResultFilterSensitiveLog: (obj: CreateContactChannelResult) => any;
1212
+ /**
1213
+ * @internal
1214
+ */
1215
+ export declare const DeactivateContactChannelRequestFilterSensitiveLog: (obj: DeactivateContactChannelRequest) => any;
1216
+ /**
1217
+ * @internal
1218
+ */
1219
+ export declare const DeactivateContactChannelResultFilterSensitiveLog: (obj: DeactivateContactChannelResult) => any;
1220
+ /**
1221
+ * @internal
1222
+ */
1223
+ export declare const DeleteContactRequestFilterSensitiveLog: (obj: DeleteContactRequest) => any;
1224
+ /**
1225
+ * @internal
1226
+ */
1227
+ export declare const DeleteContactResultFilterSensitiveLog: (obj: DeleteContactResult) => any;
1228
+ /**
1229
+ * @internal
1230
+ */
1231
+ export declare const DeleteContactChannelRequestFilterSensitiveLog: (obj: DeleteContactChannelRequest) => any;
1232
+ /**
1233
+ * @internal
1234
+ */
1235
+ export declare const DeleteContactChannelResultFilterSensitiveLog: (obj: DeleteContactChannelResult) => any;
1236
+ /**
1237
+ * @internal
1238
+ */
1239
+ export declare const DescribeEngagementRequestFilterSensitiveLog: (obj: DescribeEngagementRequest) => any;
1240
+ /**
1241
+ * @internal
1242
+ */
1243
+ export declare const DescribeEngagementResultFilterSensitiveLog: (obj: DescribeEngagementResult) => any;
1244
+ /**
1245
+ * @internal
1246
+ */
1247
+ export declare const DescribePageRequestFilterSensitiveLog: (obj: DescribePageRequest) => any;
1248
+ /**
1249
+ * @internal
1250
+ */
1251
+ export declare const DescribePageResultFilterSensitiveLog: (obj: DescribePageResult) => any;
1252
+ /**
1253
+ * @internal
1254
+ */
1255
+ export declare const EngagementFilterSensitiveLog: (obj: Engagement) => any;
1256
+ /**
1257
+ * @internal
1258
+ */
1259
+ export declare const GetContactRequestFilterSensitiveLog: (obj: GetContactRequest) => any;
1260
+ /**
1261
+ * @internal
1262
+ */
1263
+ export declare const GetContactResultFilterSensitiveLog: (obj: GetContactResult) => any;
1264
+ /**
1265
+ * @internal
1266
+ */
1267
+ export declare const GetContactChannelRequestFilterSensitiveLog: (obj: GetContactChannelRequest) => any;
1268
+ /**
1269
+ * @internal
1270
+ */
1271
+ export declare const GetContactChannelResultFilterSensitiveLog: (obj: GetContactChannelResult) => any;
1272
+ /**
1273
+ * @internal
1274
+ */
1275
+ export declare const GetContactPolicyRequestFilterSensitiveLog: (obj: GetContactPolicyRequest) => any;
1276
+ /**
1277
+ * @internal
1278
+ */
1279
+ export declare const GetContactPolicyResultFilterSensitiveLog: (obj: GetContactPolicyResult) => any;
1280
+ /**
1281
+ * @internal
1282
+ */
1283
+ export declare const ListContactChannelsRequestFilterSensitiveLog: (obj: ListContactChannelsRequest) => any;
1284
+ /**
1285
+ * @internal
1286
+ */
1287
+ export declare const ListContactChannelsResultFilterSensitiveLog: (obj: ListContactChannelsResult) => any;
1288
+ /**
1289
+ * @internal
1290
+ */
1291
+ export declare const ListContactsRequestFilterSensitiveLog: (obj: ListContactsRequest) => any;
1292
+ /**
1293
+ * @internal
1294
+ */
1295
+ export declare const ListContactsResultFilterSensitiveLog: (obj: ListContactsResult) => any;
1296
+ /**
1297
+ * @internal
1298
+ */
1299
+ export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
1300
+ /**
1301
+ * @internal
1302
+ */
1303
+ export declare const ListEngagementsRequestFilterSensitiveLog: (obj: ListEngagementsRequest) => any;
1304
+ /**
1305
+ * @internal
1306
+ */
1307
+ export declare const ListEngagementsResultFilterSensitiveLog: (obj: ListEngagementsResult) => any;
1308
+ /**
1309
+ * @internal
1310
+ */
1311
+ export declare const ListPageReceiptsRequestFilterSensitiveLog: (obj: ListPageReceiptsRequest) => any;
1312
+ /**
1313
+ * @internal
1314
+ */
1315
+ export declare const ReceiptFilterSensitiveLog: (obj: Receipt) => any;
1316
+ /**
1317
+ * @internal
1318
+ */
1319
+ export declare const ListPageReceiptsResultFilterSensitiveLog: (obj: ListPageReceiptsResult) => any;
1320
+ /**
1321
+ * @internal
1322
+ */
1323
+ export declare const ListPagesByContactRequestFilterSensitiveLog: (obj: ListPagesByContactRequest) => any;
1324
+ /**
1325
+ * @internal
1326
+ */
1327
+ export declare const PageFilterSensitiveLog: (obj: Page) => any;
1328
+ /**
1329
+ * @internal
1330
+ */
1331
+ export declare const ListPagesByContactResultFilterSensitiveLog: (obj: ListPagesByContactResult) => any;
1332
+ /**
1333
+ * @internal
1334
+ */
1335
+ export declare const ListPagesByEngagementRequestFilterSensitiveLog: (obj: ListPagesByEngagementRequest) => any;
1336
+ /**
1337
+ * @internal
1338
+ */
1339
+ export declare const ListPagesByEngagementResultFilterSensitiveLog: (obj: ListPagesByEngagementResult) => any;
1340
+ /**
1341
+ * @internal
1342
+ */
1343
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1344
+ /**
1345
+ * @internal
1346
+ */
1347
+ export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
1348
+ /**
1349
+ * @internal
1350
+ */
1351
+ export declare const PutContactPolicyRequestFilterSensitiveLog: (obj: PutContactPolicyRequest) => any;
1352
+ /**
1353
+ * @internal
1354
+ */
1355
+ export declare const PutContactPolicyResultFilterSensitiveLog: (obj: PutContactPolicyResult) => any;
1356
+ /**
1357
+ * @internal
1358
+ */
1359
+ export declare const SendActivationCodeRequestFilterSensitiveLog: (obj: SendActivationCodeRequest) => any;
1360
+ /**
1361
+ * @internal
1362
+ */
1363
+ export declare const SendActivationCodeResultFilterSensitiveLog: (obj: SendActivationCodeResult) => any;
1364
+ /**
1365
+ * @internal
1366
+ */
1367
+ export declare const StartEngagementRequestFilterSensitiveLog: (obj: StartEngagementRequest) => any;
1368
+ /**
1369
+ * @internal
1370
+ */
1371
+ export declare const StartEngagementResultFilterSensitiveLog: (obj: StartEngagementResult) => any;
1372
+ /**
1373
+ * @internal
1374
+ */
1375
+ export declare const StopEngagementRequestFilterSensitiveLog: (obj: StopEngagementRequest) => any;
1376
+ /**
1377
+ * @internal
1378
+ */
1379
+ export declare const StopEngagementResultFilterSensitiveLog: (obj: StopEngagementResult) => any;
1380
+ /**
1381
+ * @internal
1382
+ */
1383
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1384
+ /**
1385
+ * @internal
1386
+ */
1387
+ export declare const TagResourceResultFilterSensitiveLog: (obj: TagResourceResult) => any;
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1392
+ /**
1393
+ * @internal
1394
+ */
1395
+ export declare const UntagResourceResultFilterSensitiveLog: (obj: UntagResourceResult) => any;
1396
+ /**
1397
+ * @internal
1398
+ */
1399
+ export declare const UpdateContactRequestFilterSensitiveLog: (obj: UpdateContactRequest) => any;
1400
+ /**
1401
+ * @internal
1402
+ */
1403
+ export declare const UpdateContactResultFilterSensitiveLog: (obj: UpdateContactResult) => any;
1404
+ /**
1405
+ * @internal
1406
+ */
1407
+ export declare const UpdateContactChannelRequestFilterSensitiveLog: (obj: UpdateContactChannelRequest) => any;
1408
+ /**
1409
+ * @internal
1410
+ */
1411
+ export declare const UpdateContactChannelResultFilterSensitiveLog: (obj: UpdateContactChannelResult) => any;