@@ -330,8 +330,8 @@ export interface ChannelTargetInfo {
330
330
ContactChannelId : string | undefined ;
331
331
332
332
/**
333
- * <p>The number of minutes to wait to retry sending engagement in the case the engagement
334
- * initially fails .</p>
333
+ * <p>The number of minutes to wait before retrying to send engagement if the engagement
334
+ * initially failed .</p>
335
335
* @public
336
336
*/
337
337
RetryIntervalInMinutes ?: number | undefined ;
@@ -455,8 +455,21 @@ export interface Contact {
455
455
DisplayName ?: string | undefined ;
456
456
457
457
/**
458
- * <p>Refers to the type of contact. A single contact is type <code>PERSONAL</code> and an
459
- * escalation plan is type <code>ESCALATION</code>.</p>
458
+ * <p>The type of contact.</p>
459
+ * <ul>
460
+ * <li>
461
+ * <p>
462
+ * <code>PERSONAL</code>: A single, individual contact.</p>
463
+ * </li>
464
+ * <li>
465
+ * <p>
466
+ * <code>ESCALATION</code>: An escalation plan.</p>
467
+ * </li>
468
+ * <li>
469
+ * <p>
470
+ * <code>ONCALL_SCHEDULE</code>: An on-call schedule.</p>
471
+ * </li>
472
+ * </ul>
460
473
* @public
461
474
*/
462
475
Type : ContactType | undefined ;
@@ -601,13 +614,13 @@ export interface CoverageTime {
601
614
*/
602
615
export interface Target {
603
616
/**
604
- * <p>Information about the contact channel Incident Manager is engaging .</p>
617
+ * <p>Information about the contact channel that Incident Manager engages .</p>
605
618
* @public
606
619
*/
607
620
ChannelTargetInfo ?: ChannelTargetInfo | undefined ;
608
621
609
622
/**
610
- * <p>Information about the contact that Incident Manager is engaging .</p>
623
+ * <p>Information about the contact that Incident Manager engages .</p>
611
624
* @public
612
625
*/
613
626
ContactTargetInfo ?: ContactTargetInfo | undefined ;
@@ -692,8 +705,21 @@ export interface CreateContactRequest {
692
705
DisplayName ?: string | undefined ;
693
706
694
707
/**
695
- * <p>To create an escalation plan use <code>ESCALATION</code>. To create a contact use
696
- * <code>PERSONAL</code>.</p>
708
+ * <p>The type of contact to create.</p>
709
+ * <ul>
710
+ * <li>
711
+ * <p>
712
+ * <code>PERSONAL</code>: A single, individual contact.</p>
713
+ * </li>
714
+ * <li>
715
+ * <p>
716
+ * <code>ESCALATION</code>: An escalation plan.</p>
717
+ * </li>
718
+ * <li>
719
+ * <p>
720
+ * <code>ONCALL_SCHEDULE</code>: An on-call schedule.</p>
721
+ * </li>
722
+ * </ul>
697
723
* @public
698
724
*/
699
725
Type : ContactType | undefined ;
@@ -968,14 +994,15 @@ export interface RecurrenceSettings {
968
994
969
995
/**
970
996
* <p>The number of contacts, or shift team members designated to be on call concurrently
971
- * during a shift. For example, in an on-call schedule containing ten contacts, a value of
997
+ * during a shift. For example, in an on-call schedule that contains ten contacts, a value of
972
998
* <code>2</code> designates that two of them are on call at any given time.</p>
973
999
* @public
974
1000
*/
975
1001
NumberOfOnCalls : number | undefined ;
976
1002
977
1003
/**
978
- * <p>Information about the days of the week included in on-call rotation coverage.</p>
1004
+ * <p>Information about the days of the week that the on-call rotation coverage
1005
+ * includes.</p>
979
1006
* @public
980
1007
*/
981
1008
ShiftCoverages ?: Partial < Record < DayOfWeek , CoverageTime [ ] > > | undefined ;
@@ -999,6 +1026,11 @@ export interface CreateRotationRequest {
999
1026
1000
1027
/**
1001
1028
* <p>The Amazon Resource Names (ARNs) of the contacts to add to the rotation.</p>
1029
+ * <note>
1030
+ * <p>Only the <code>PERSONAL</code> contact type is supported. The contact types
1031
+ * <code>ESCALATION</code> and <code>ONCALL_SCHEDULE</code> are not supported for this
1032
+ * operation. </p>
1033
+ * </note>
1002
1034
* <p>The order that you list the contacts in is their shift order in the rotation schedule.
1003
1035
* To change the order of the contact's shifts, use the <a>UpdateRotation</a>
1004
1036
* operation.</p>
@@ -1019,7 +1051,7 @@ export interface CreateRotationRequest {
1019
1051
* Database</a> on the IANA website.</p>
1020
1052
* <note>
1021
1053
* <p>Designators for time zones that don’t support Daylight Savings Time rules, such as
1022
- * Pacific Standard Time (PST) and Pacific Daylight Time (PDT) , are not supported.</p>
1054
+ * Pacific Standard Time (PST), are not supported.</p>
1023
1055
* </note>
1024
1056
* @public
1025
1057
*/
@@ -1445,7 +1477,7 @@ export interface GetContactResult {
1445
1477
DisplayName ?: string | undefined ;
1446
1478
1447
1479
/**
1448
- * <p>The type of contact, either <code>PERSONAL</code> or <code>ESCALATION</code> .</p>
1480
+ * <p>The type of contact.</p>
1449
1481
* @public
1450
1482
*/
1451
1483
Type : ContactType | undefined ;
@@ -1719,8 +1751,7 @@ export interface ListContactsRequest {
1719
1751
AliasPrefix ?: string | undefined ;
1720
1752
1721
1753
/**
1722
- * <p>The type of contact. A contact is type <code>PERSONAL</code> and an escalation plan is
1723
- * type <code>ESCALATION</code>.</p>
1754
+ * <p>The type of contact.</p>
1724
1755
* @public
1725
1756
*/
1726
1757
Type ?: ContactType | undefined ;
@@ -2510,7 +2541,8 @@ export interface ListRotationShiftsResult {
2510
2541
*/
2511
2542
export interface ListTagsForResourceRequest {
2512
2543
/**
2513
- * <p>The Amazon Resource Name (ARN) of the contact or escalation plan.</p>
2544
+ * <p>The Amazon Resource Name (ARN) of the contact, escalation plan, rotation, or on-call
2545
+ * schedule.</p>
2514
2546
* @public
2515
2547
*/
2516
2548
ResourceARN : string | undefined ;
@@ -2769,6 +2801,11 @@ export interface UpdateRotationRequest {
2769
2801
2770
2802
/**
2771
2803
* <p>The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation. </p>
2804
+ * <note>
2805
+ * <p>Only the <code>PERSONAL</code> contact type is supported. The contact types
2806
+ * <code>ESCALATION</code> and <code>ONCALL_SCHEDULE</code> are not supported for this
2807
+ * operation. </p>
2808
+ * </note>
2772
2809
* <p>The order in which you list the contacts is their shift order in the rotation
2773
2810
* schedule.</p>
2774
2811
* @public
@@ -2788,7 +2825,7 @@ export interface UpdateRotationRequest {
2788
2825
* Database</a> on the IANA website.</p>
2789
2826
* <note>
2790
2827
* <p>Designators for time zones that don’t support Daylight Savings Time Rules, such as
2791
- * Pacific Standard Time (PST) and Pacific Daylight Time (PDT) , aren't supported.</p>
2828
+ * Pacific Standard Time (PST), aren't supported.</p>
2792
2829
* </note>
2793
2830
* @public
2794
2831
*/
0 commit comments