Values.StopResourceSnapshotJobRequestSourceStops a resource snapshot job. The job must be started prior to being stopped.
type nonrec t = {catalog : CatalogIdentifier.t;Specifies the catalog related to the request. Valid values are: AWS: Stops the request from the production AWS environment. Sandbox: Stops the request from a sandbox environment used for testing or development purposes.
*)resourceSnapshotJobIdentifier : ResourceSnapshotJobIdentifier.t;The identifier of the job to stop.
*)}val make :
catalog:CatalogIdentifier.t ->
resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t ->
unit ->
t