Module Values.GetRotationOverrideRequestSource

Retrieves information about an override to an on-call rotation.

Sourcetype nonrec t = {
  1. rotationId : SsmContactsArn.t;
    (*

    The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.

    *)
  2. rotationOverrideId : Uuid.t;
    (*

    The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.

    *)
}
Sourceval context_ : string
Sourceval make : rotationId:SsmContactsArn.t -> rotationOverrideId:Uuid.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SsmContactsArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t