Module Values.StartResourceSnapshotJobRequestSource

Starts a resource snapshot job that has been previously created.

Sourcetype nonrec t = {
  1. catalog : CatalogIdentifier.t;
    (*

    Specifies the catalog related to the request. Valid values are: AWS: Starts the request from the production AWS environment. Sandbox: Starts the request from a sandbox environment used for testing or development purposes.

    *)
  2. resourceSnapshotJobIdentifier : ResourceSnapshotJobIdentifier.t;
    (*

    The identifier of the resource snapshot job to start.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:CatalogIdentifier.t -> resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CatalogIdentifier.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