Values.GetRotationOverrideResultSourceRetrieves information about an override to an on-call rotation.
type nonrec t = {rotationOverrideId : Uuid.t option;The Amazon Resource Name (ARN) of the override to an on-call rotation.
*)rotationArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the on-call rotation that was overridden.
*)newContactIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
*)startTime : DateTime.t option;The date and time when the override goes into effect.
*)endTime : DateTime.t option;The date and time when the override ends.
*)createTime : DateTime.t option;The date and time when the override was created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SsmContactsArn.t ] list
| `String of Uuid.t
| `Timestamp of DateTime.t ])
list ]