INPUT_OBJECT
Specifies the input snapshot IDs and location IDs for the DeleteSnapshots query.
input DeleteSnapshotsInput {# Locations to delete the snapshots from.locationIds: [String!]!# IDs of the snapshots to be deleted.snapshotIds: [String!]!}