UNPKG

aws-sdk

Version:
2,252 lines (2,251 loc) • 109 kB
{ "version": "2.0", "metadata": { "apiVersion": "2022-11-28", "auth": [ "aws.auth#sigv4" ], "endpointPrefix": "omics", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceFullName": "Amazon Omics", "serviceId": "Omics", "signatureVersion": "v4", "signingName": "omics", "uid": "omics-2022-11-28" }, "operations": { "AbortMultipartReadSetUpload": { "http": { "method": "DELETE", "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/abort", "responseCode": 200 }, "input": { "type": "structure", "required": [ "sequenceStoreId", "uploadId" ], "members": { "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" }, "uploadId": { "location": "uri", "locationName": "uploadId" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "control-storage-" } }, "AcceptShare": { "http": { "requestUri": "/share/{shareId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "shareId" ], "members": { "shareId": { "location": "uri", "locationName": "shareId" } } }, "output": { "type": "structure", "members": { "status": {} } }, "endpoint": { "hostPrefix": "analytics-" } }, "BatchDeleteReadSet": { "http": { "requestUri": "/sequencestore/{sequenceStoreId}/readset/batch/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "ids", "sequenceStoreId" ], "members": { "ids": { "type": "list", "member": {} }, "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" } } }, "output": { "type": "structure", "members": { "errors": { "type": "list", "member": { "type": "structure", "required": [ "id", "code", "message" ], "members": { "id": {}, "code": {}, "message": {} } } } } }, "endpoint": { "hostPrefix": "control-storage-" }, "idempotent": true }, "CancelAnnotationImportJob": { "http": { "method": "DELETE", "requestUri": "/import/annotation/{jobId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobId" ], "members": { "jobId": { "location": "uri", "locationName": "jobId" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "CancelRun": { "http": { "requestUri": "/run/{id}/cancel", "responseCode": 202 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "endpoint": { "hostPrefix": "workflows-" } }, "CancelVariantImportJob": { "http": { "method": "DELETE", "requestUri": "/import/variant/{jobId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobId" ], "members": { "jobId": { "location": "uri", "locationName": "jobId" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "CompleteMultipartReadSetUpload": { "http": { "requestUri": "/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "sequenceStoreId", "uploadId", "parts" ], "members": { "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" }, "uploadId": { "location": "uri", "locationName": "uploadId" }, "parts": { "type": "list", "member": { "type": "structure", "required": [ "partNumber", "partSource", "checksum" ], "members": { "partNumber": { "type": "integer" }, "partSource": {}, "checksum": {} } } } } }, "output": { "type": "structure", "required": [ "readSetId" ], "members": { "readSetId": {} } }, "endpoint": { "hostPrefix": "storage-" } }, "CreateAnnotationStore": { "http": { "requestUri": "/annotationStore", "responseCode": 200 }, "input": { "type": "structure", "required": [ "storeFormat" ], "members": { "reference": { "shape": "Su" }, "name": {}, "description": {}, "tags": { "shape": "Sy" }, "versionName": {}, "sseConfig": { "shape": "S12" }, "storeFormat": {}, "storeOptions": { "shape": "S16" } } }, "output": { "type": "structure", "required": [ "id", "status", "name", "versionName", "creationTime" ], "members": { "id": {}, "reference": { "shape": "Su" }, "storeFormat": {}, "storeOptions": { "shape": "S16" }, "status": {}, "name": {}, "versionName": {}, "creationTime": { "shape": "S1i" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "CreateAnnotationStoreVersion": { "http": { "requestUri": "/annotationStore/{name}/version", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name", "versionName" ], "members": { "name": { "location": "uri", "locationName": "name" }, "versionName": {}, "description": {}, "versionOptions": { "shape": "S1k" }, "tags": { "shape": "Sy" } } }, "output": { "type": "structure", "required": [ "id", "versionName", "storeId", "name", "status", "creationTime" ], "members": { "id": {}, "versionName": {}, "storeId": {}, "versionOptions": { "shape": "S1k" }, "name": {}, "status": {}, "creationTime": { "shape": "S1i" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "CreateMultipartReadSetUpload": { "http": { "requestUri": "/sequencestore/{sequenceStoreId}/upload", "responseCode": 200 }, "input": { "type": "structure", "required": [ "sequenceStoreId", "sourceFileType", "subjectId", "sampleId", "name" ], "members": { "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" }, "clientToken": {}, "sourceFileType": {}, "subjectId": {}, "sampleId": {}, "generatedFrom": {}, "referenceArn": {}, "name": {}, "description": {}, "tags": { "shape": "Sy" } } }, "output": { "type": "structure", "required": [ "sequenceStoreId", "uploadId", "sourceFileType", "subjectId", "sampleId", "referenceArn", "creationTime" ], "members": { "sequenceStoreId": {}, "uploadId": {}, "sourceFileType": {}, "subjectId": {}, "sampleId": {}, "generatedFrom": {}, "referenceArn": {}, "name": {}, "description": {}, "tags": { "shape": "Sy" }, "creationTime": { "shape": "S1y" } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "CreateReferenceStore": { "http": { "requestUri": "/referencestore", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "tags": { "shape": "Sy" }, "clientToken": {} } }, "output": { "type": "structure", "required": [ "id", "arn", "creationTime" ], "members": { "id": {}, "arn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1y" } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "CreateRunGroup": { "http": { "requestUri": "/runGroup", "responseCode": 201 }, "input": { "type": "structure", "required": [ "requestId" ], "members": { "name": {}, "maxCpus": { "type": "integer" }, "maxRuns": { "type": "integer" }, "maxDuration": { "type": "integer" }, "tags": { "shape": "Sy" }, "requestId": { "idempotencyToken": true }, "maxGpus": { "type": "integer" } } }, "output": { "type": "structure", "members": { "arn": {}, "id": {}, "tags": { "shape": "Sy" } } }, "endpoint": { "hostPrefix": "workflows-" } }, "CreateSequenceStore": { "http": { "requestUri": "/sequencestore", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "tags": { "shape": "Sy" }, "clientToken": {}, "fallbackLocation": {}, "eTagAlgorithmFamily": {} } }, "output": { "type": "structure", "required": [ "id", "arn", "creationTime" ], "members": { "id": {}, "arn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1y" }, "fallbackLocation": {}, "eTagAlgorithmFamily": {} } }, "endpoint": { "hostPrefix": "control-storage-" } }, "CreateShare": { "http": { "requestUri": "/share", "responseCode": 200 }, "input": { "type": "structure", "required": [ "resourceArn", "principalSubscriber" ], "members": { "resourceArn": {}, "principalSubscriber": {}, "shareName": {} } }, "output": { "type": "structure", "members": { "shareId": {}, "status": {}, "shareName": {} } }, "endpoint": { "hostPrefix": "analytics-" } }, "CreateVariantStore": { "http": { "requestUri": "/variantStore", "responseCode": 200 }, "input": { "type": "structure", "required": [ "reference" ], "members": { "reference": { "shape": "Su" }, "name": {}, "description": {}, "tags": { "shape": "Sy" }, "sseConfig": { "shape": "S12" } } }, "output": { "type": "structure", "required": [ "id", "status", "name", "creationTime" ], "members": { "id": {}, "reference": { "shape": "Su" }, "status": {}, "name": {}, "creationTime": { "shape": "S1i" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "CreateWorkflow": { "http": { "requestUri": "/workflow", "responseCode": 201 }, "input": { "type": "structure", "required": [ "requestId" ], "members": { "name": {}, "description": {}, "engine": {}, "definitionZip": { "type": "blob" }, "definitionUri": {}, "main": {}, "parameterTemplate": { "shape": "S2y" }, "storageCapacity": { "type": "integer" }, "tags": { "shape": "Sy" }, "requestId": { "idempotencyToken": true }, "accelerators": {} } }, "output": { "type": "structure", "members": { "arn": {}, "id": {}, "status": {}, "tags": { "shape": "Sy" } } }, "endpoint": { "hostPrefix": "workflows-" } }, "DeleteAnnotationStore": { "http": { "method": "DELETE", "requestUri": "/annotationStore/{name}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": { "location": "uri", "locationName": "name" }, "force": { "location": "querystring", "locationName": "force", "type": "boolean" } } }, "output": { "type": "structure", "required": [ "status" ], "members": { "status": {} } }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "DeleteAnnotationStoreVersions": { "http": { "requestUri": "/annotationStore/{name}/versions/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name", "versions" ], "members": { "name": { "location": "uri", "locationName": "name" }, "versions": { "type": "list", "member": {} }, "force": { "location": "querystring", "locationName": "force", "type": "boolean" } } }, "output": { "type": "structure", "members": { "errors": { "type": "list", "member": { "type": "structure", "required": [ "versionName", "message" ], "members": { "versionName": {}, "message": {} } } } } }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "DeleteReference": { "http": { "method": "DELETE", "requestUri": "/referencestore/{referenceStoreId}/reference/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "referenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "referenceStoreId": { "location": "uri", "locationName": "referenceStoreId" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "control-storage-" }, "idempotent": true }, "DeleteReferenceStore": { "http": { "method": "DELETE", "requestUri": "/referencestore/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "control-storage-" }, "idempotent": true }, "DeleteRun": { "http": { "method": "DELETE", "requestUri": "/run/{id}", "responseCode": 202 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "endpoint": { "hostPrefix": "workflows-" }, "idempotent": true }, "DeleteRunGroup": { "http": { "method": "DELETE", "requestUri": "/runGroup/{id}", "responseCode": 202 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "endpoint": { "hostPrefix": "workflows-" }, "idempotent": true }, "DeleteSequenceStore": { "http": { "method": "DELETE", "requestUri": "/sequencestore/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "members": {} }, "endpoint": { "hostPrefix": "control-storage-" }, "idempotent": true }, "DeleteShare": { "http": { "method": "DELETE", "requestUri": "/share/{shareId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "shareId" ], "members": { "shareId": { "location": "uri", "locationName": "shareId" } } }, "output": { "type": "structure", "members": { "status": {} } }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "DeleteVariantStore": { "http": { "method": "DELETE", "requestUri": "/variantStore/{name}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": { "location": "uri", "locationName": "name" }, "force": { "location": "querystring", "locationName": "force", "type": "boolean" } } }, "output": { "type": "structure", "required": [ "status" ], "members": { "status": {} } }, "endpoint": { "hostPrefix": "analytics-" }, "idempotent": true }, "DeleteWorkflow": { "http": { "method": "DELETE", "requestUri": "/workflow/{id}", "responseCode": 202 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "endpoint": { "hostPrefix": "workflows-" }, "idempotent": true }, "GetAnnotationImportJob": { "http": { "method": "GET", "requestUri": "/import/annotation/{jobId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobId" ], "members": { "jobId": { "location": "uri", "locationName": "jobId" } } }, "output": { "type": "structure", "required": [ "id", "destinationName", "versionName", "roleArn", "status", "statusMessage", "creationTime", "updateTime", "completionTime", "items", "runLeftNormalization", "formatOptions" ], "members": { "id": {}, "destinationName": {}, "versionName": {}, "roleArn": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1i" }, "updateTime": { "shape": "S41" }, "completionTime": { "shape": "S42" }, "items": { "type": "list", "member": { "type": "structure", "required": [ "source", "jobStatus" ], "members": { "source": {}, "jobStatus": {} } } }, "runLeftNormalization": { "type": "boolean" }, "formatOptions": { "shape": "S47" }, "annotationFields": { "shape": "S4k" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetAnnotationStore": { "http": { "method": "GET", "requestUri": "/annotationStore/{name}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": { "location": "uri", "locationName": "name" } } }, "output": { "type": "structure", "required": [ "id", "reference", "status", "storeArn", "name", "description", "sseConfig", "creationTime", "updateTime", "tags", "statusMessage", "storeSizeBytes", "numVersions" ], "members": { "id": {}, "reference": { "shape": "Su" }, "status": {}, "storeArn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1i" }, "updateTime": { "shape": "S41" }, "tags": { "shape": "Sy" }, "storeOptions": { "shape": "S16" }, "storeFormat": {}, "statusMessage": {}, "storeSizeBytes": { "type": "long" }, "numVersions": { "type": "integer" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetAnnotationStoreVersion": { "http": { "method": "GET", "requestUri": "/annotationStore/{name}/version/{versionName}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name", "versionName" ], "members": { "name": { "location": "uri", "locationName": "name" }, "versionName": { "location": "uri", "locationName": "versionName" } } }, "output": { "type": "structure", "required": [ "storeId", "id", "status", "versionArn", "name", "versionName", "description", "creationTime", "updateTime", "tags", "statusMessage", "versionSizeBytes" ], "members": { "storeId": {}, "id": {}, "status": {}, "versionArn": {}, "name": {}, "versionName": {}, "description": {}, "creationTime": { "shape": "S1i" }, "updateTime": { "shape": "S41" }, "tags": { "shape": "Sy" }, "versionOptions": { "shape": "S1k" }, "statusMessage": {}, "versionSizeBytes": { "type": "long" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetReadSet": { "http": { "method": "GET", "requestUri": "/sequencestore/{sequenceStoreId}/readset/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "sequenceStoreId", "partNumber" ], "members": { "id": { "location": "uri", "locationName": "id" }, "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" }, "file": { "location": "querystring", "locationName": "file" }, "partNumber": { "location": "querystring", "locationName": "partNumber", "type": "integer" } } }, "output": { "type": "structure", "members": { "payload": { "type": "blob", "streaming": true } }, "payload": "payload" }, "endpoint": { "hostPrefix": "storage-" } }, "GetReadSetActivationJob": { "http": { "method": "GET", "requestUri": "/sequencestore/{sequenceStoreId}/activationjob/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "sequenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" } } }, "output": { "type": "structure", "required": [ "id", "sequenceStoreId", "status", "creationTime" ], "members": { "id": {}, "sequenceStoreId": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1y" }, "completionTime": { "shape": "S1y" }, "sources": { "type": "list", "member": { "type": "structure", "required": [ "readSetId", "status" ], "members": { "readSetId": {}, "status": {}, "statusMessage": {} } } } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReadSetExportJob": { "http": { "method": "GET", "requestUri": "/sequencestore/{sequenceStoreId}/exportjob/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "sequenceStoreId", "id" ], "members": { "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" }, "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "required": [ "id", "sequenceStoreId", "destination", "status", "creationTime" ], "members": { "id": {}, "sequenceStoreId": {}, "destination": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1y" }, "completionTime": { "shape": "S1y" }, "readSets": { "type": "list", "member": { "type": "structure", "required": [ "id", "status" ], "members": { "id": {}, "status": {}, "statusMessage": {} } } } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReadSetImportJob": { "http": { "method": "GET", "requestUri": "/sequencestore/{sequenceStoreId}/importjob/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "sequenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" } } }, "output": { "type": "structure", "required": [ "id", "sequenceStoreId", "roleArn", "status", "creationTime", "sources" ], "members": { "id": {}, "sequenceStoreId": {}, "roleArn": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1y" }, "completionTime": { "shape": "S1y" }, "sources": { "type": "list", "member": { "type": "structure", "required": [ "sourceFiles", "sourceFileType", "status", "subjectId", "sampleId" ], "members": { "sourceFiles": { "shape": "S5l" }, "sourceFileType": {}, "status": {}, "statusMessage": {}, "subjectId": {}, "sampleId": {}, "generatedFrom": {}, "referenceArn": {}, "name": {}, "description": {}, "tags": { "shape": "Sy" }, "readSetId": {} } } } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReadSetMetadata": { "http": { "method": "GET", "requestUri": "/sequencestore/{sequenceStoreId}/readset/{id}/metadata", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "sequenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "sequenceStoreId": { "location": "uri", "locationName": "sequenceStoreId" } } }, "output": { "type": "structure", "required": [ "id", "arn", "sequenceStoreId", "status", "fileType", "creationTime" ], "members": { "id": {}, "arn": {}, "sequenceStoreId": {}, "subjectId": {}, "sampleId": {}, "status": {}, "name": {}, "description": {}, "fileType": {}, "creationTime": { "shape": "S1y" }, "sequenceInformation": { "shape": "S5r" }, "referenceArn": {}, "files": { "type": "structure", "members": { "source1": { "shape": "S5t" }, "source2": { "shape": "S5t" }, "index": { "shape": "S5t" } } }, "statusMessage": {}, "creationType": {}, "etag": { "shape": "S60" }, "creationJobId": {} } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReference": { "http": { "method": "GET", "requestUri": "/referencestore/{referenceStoreId}/reference/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "referenceStoreId", "partNumber" ], "members": { "id": { "location": "uri", "locationName": "id" }, "referenceStoreId": { "location": "uri", "locationName": "referenceStoreId" }, "range": { "location": "header", "locationName": "Range" }, "partNumber": { "location": "querystring", "locationName": "partNumber", "type": "integer" }, "file": { "location": "querystring", "locationName": "file" } } }, "output": { "type": "structure", "members": { "payload": { "type": "blob", "streaming": true } }, "payload": "payload" }, "endpoint": { "hostPrefix": "storage-" } }, "GetReferenceImportJob": { "http": { "method": "GET", "requestUri": "/referencestore/{referenceStoreId}/importjob/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "referenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "referenceStoreId": { "location": "uri", "locationName": "referenceStoreId" } } }, "output": { "type": "structure", "required": [ "id", "referenceStoreId", "roleArn", "status", "creationTime", "sources" ], "members": { "id": {}, "referenceStoreId": {}, "roleArn": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1y" }, "completionTime": { "shape": "S1y" }, "sources": { "type": "list", "member": { "type": "structure", "required": [ "status" ], "members": { "sourceFile": {}, "status": {}, "statusMessage": {}, "name": {}, "description": {}, "tags": { "shape": "Sy" }, "referenceId": {} } } } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReferenceMetadata": { "http": { "method": "GET", "requestUri": "/referencestore/{referenceStoreId}/reference/{id}/metadata", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "referenceStoreId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "referenceStoreId": { "location": "uri", "locationName": "referenceStoreId" } } }, "output": { "type": "structure", "required": [ "id", "arn", "referenceStoreId", "md5", "creationTime", "updateTime" ], "members": { "id": {}, "arn": {}, "referenceStoreId": {}, "md5": {}, "status": {}, "name": {}, "description": {}, "creationTime": { "shape": "S1y" }, "updateTime": { "shape": "S1y" }, "files": { "type": "structure", "members": { "source": { "shape": "S5t" }, "index": { "shape": "S5t" } } }, "creationType": {}, "creationJobId": {} } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetReferenceStore": { "http": { "method": "GET", "requestUri": "/referencestore/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "required": [ "id", "arn", "creationTime" ], "members": { "id": {}, "arn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1y" } } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetRun": { "http": { "method": "GET", "requestUri": "/run/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" }, "export": { "location": "querystring", "locationName": "export", "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "arn": {}, "id": {}, "status": {}, "workflowId": {}, "workflowType": {}, "runId": {}, "roleArn": {}, "name": {}, "runGroupId": {}, "priority": { "type": "integer" }, "definition": {}, "digest": {}, "parameters": { "shape": "S70" }, "storageCapacity": { "type": "integer" }, "outputUri": {}, "logLevel": {}, "resourceDigests": { "type": "map", "key": {}, "value": {} }, "startedBy": {}, "creationTime": { "shape": "S78" }, "startTime": { "shape": "S78" }, "stopTime": { "shape": "S78" }, "statusMessage": {}, "tags": { "shape": "Sy" }, "accelerators": {}, "retentionMode": {}, "failureReason": {}, "logLocation": { "type": "structure", "members": { "engineLogStream": {}, "runLogStream": {} } }, "uuid": {}, "runOutputUri": {}, "storageType": {}, "workflowOwnerId": {} } }, "endpoint": { "hostPrefix": "workflows-" } }, "GetRunGroup": { "http": { "method": "GET", "requestUri": "/runGroup/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "members": { "arn": {}, "id": {}, "name": {}, "maxCpus": { "type": "integer" }, "maxRuns": { "type": "integer" }, "maxDuration": { "type": "integer" }, "creationTime": { "shape": "S7n" }, "tags": { "shape": "Sy" }, "maxGpus": { "type": "integer" } } }, "endpoint": { "hostPrefix": "workflows-" } }, "GetRunTask": { "http": { "method": "GET", "requestUri": "/run/{id}/task/{taskId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id", "taskId" ], "members": { "id": { "location": "uri", "locationName": "id" }, "taskId": { "location": "uri", "locationName": "taskId" } } }, "output": { "type": "structure", "members": { "taskId": {}, "status": {}, "name": {}, "cpus": { "type": "integer" }, "memory": { "type": "integer" }, "creationTime": { "shape": "S7w" }, "startTime": { "shape": "S7w" }, "stopTime": { "shape": "S7w" }, "statusMessage": {}, "logStream": {}, "gpus": { "type": "integer" }, "instanceType": {}, "failureReason": {} } }, "endpoint": { "hostPrefix": "workflows-" } }, "GetSequenceStore": { "http": { "method": "GET", "requestUri": "/sequencestore/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" } } }, "output": { "type": "structure", "required": [ "id", "arn", "creationTime" ], "members": { "id": {}, "arn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1y" }, "fallbackLocation": {}, "s3Access": { "type": "structure", "members": { "s3Uri": {}, "s3AccessPointArn": {} } }, "eTagAlgorithmFamily": {} } }, "endpoint": { "hostPrefix": "control-storage-" } }, "GetShare": { "http": { "method": "GET", "requestUri": "/share/{shareId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "shareId" ], "members": { "shareId": { "location": "uri", "locationName": "shareId" } } }, "output": { "type": "structure", "members": { "share": { "shape": "S88" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetVariantImportJob": { "http": { "method": "GET", "requestUri": "/import/variant/{jobId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobId" ], "members": { "jobId": { "location": "uri", "locationName": "jobId" } } }, "output": { "type": "structure", "required": [ "id", "destinationName", "roleArn", "status", "statusMessage", "creationTime", "updateTime", "items", "runLeftNormalization" ], "members": { "id": {}, "destinationName": {}, "roleArn": {}, "status": {}, "statusMessage": {}, "creationTime": { "shape": "S1i" }, "updateTime": { "shape": "S41" }, "completionTime": { "shape": "S42" }, "items": { "type": "list", "member": { "type": "structure", "required": [ "source", "jobStatus" ], "members": { "source": {}, "jobStatus": {}, "statusMessage": {} } } }, "runLeftNormalization": { "type": "boolean" }, "annotationFields": { "shape": "S4k" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetVariantStore": { "http": { "method": "GET", "requestUri": "/variantStore/{name}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "name" ], "members": { "name": { "location": "uri", "locationName": "name" } } }, "output": { "type": "structure", "required": [ "id", "reference", "status", "storeArn", "name", "description", "sseConfig", "creationTime", "updateTime", "tags", "statusMessage", "storeSizeBytes" ], "members": { "id": {}, "reference": { "shape": "Su" }, "status": {}, "storeArn": {}, "name": {}, "description": {}, "sseConfig": { "shape": "S12" }, "creationTime": { "shape": "S1i" }, "updateTime": { "shape": "S41" }, "tags": { "shape": "Sy" }, "statusMessage": {}, "storeSizeBytes": { "type": "long" } } }, "endpoint": { "hostPrefix": "analytics-" } }, "GetWorkflow": { "http": { "method": "GET", "requestUri": "/workflow/{id}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "id" ], "members": { "id": { "location": "uri", "locationName": "id" }, "type": { "location": "querystring", "locationName": "type" }, "export": { "location": "querystring", "locationName": "export", "type": "list", "member": {} }, "workflowOwnerId": { "location": "querystring", "locationName": "workflowOwnerId" } } }, "output": { "type": "structure", "members": { "arn": {}, "id": {}, "status": {}, "type": {}, "name": {}, "description": {}, "engine": {}, "definition": {}, "main": {}, "digest": {}, "parameterTemplate": {