INPUT_OBJECT
Specifies the input object IDs and location IDs for DeleteSnapshotsOfObjects query.
input DeleteSnapshotsOfObjectsInput {# Locations to delete the snapshots from.locationIds: [String!]!# IDs of the objects whose snapshots are to be deleted.objectIds: [String!]!}