Values.DeleteResourceSnapshotJobRequestSourceUse this action to deletes a previously created resource snapshot job. The job must be in a stopped state before it can be deleted.
type nonrec t = {catalog : CatalogIdentifier.t;Specifies the catalog from which to delete the snapshot job. Valid values are AWS and Sandbox.
*)resourceSnapshotJobIdentifier : ResourceSnapshotJobIdentifier.t;The unique identifier of the resource snapshot job to be deleted.
*)}val make :
catalog:CatalogIdentifier.t ->
resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t ->
unit ->
t