INPUT_OBJECT
Input for generatePresignedUrlForPartUpload.
input GeneratePresignedUrlForPartUploadInput {# RSC account id.account: String# List of cluster UUIDs.clusterUuids: [String!]# One-based index of the part to be uploaded.partIndex: Int# Number of times this specific part upload has been retried.retryCount: Int# Unique identifier for the upload session.sessionId: String}