Returns a list of shifts based on rotation configuration parameters.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_preview_rotation_shifts/ for full documentation.
ssmcontacts_list_preview_rotation_shifts(
RotationStartTime = NULL,
StartTime = NULL,
EndTime,
Members,
TimeZoneId,
Recurrence,
Overrides = NULL,
NextToken = NULL,
MaxResults = NULL
)
The date and time a rotation would begin. The first shift is calculated from this date and time.
Used to filter the range of calculated shifts before sending the response back to the user.
[required] The date and time a rotation shift would end.
[required] The contacts that would be assigned to a rotation.
[required] The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".
[required] Information about how long a rotation would last before restarting at the beginning of the shift order.
Information about changes that would be made in a rotation override.
A token to start the list. This token is used to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that can be specified in a subsequent call to get the next set of results.