Creates an override for a rotation in an on-call schedule.
See https://www.paws-r-sdk.com/docs/ssmcontacts_create_rotation_override/ for full documentation.
ssmcontacts_create_rotation_override(
RotationId,
NewContactIds,
StartTime,
EndTime,
IdempotencyToken = NULL
)
[required] The Amazon Resource Name (ARN) of the rotation to create an override for.
[required] The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.
If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list.
[required] The date and time when the override goes into effect.
[required] The date and time when the override ends.
A token that ensures that the operation is called only once with the specified details.