@aws-sdk/client-omics 3.1018.0 → 3.1020.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +125 -16
- package/dist-es/Omics.js +21 -11
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationCommand.js +16 -0
- package/dist-es/commands/GetConfigurationCommand.js +16 -0
- package/dist-es/commands/ListConfigurationsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/pagination/ListConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +116 -8
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
- package/dist-es/waiters/waitForRunCompleted.js +1 -1
- package/dist-es/waiters/waitForRunRunning.js +1 -1
- package/dist-es/waiters/waitForTaskCompleted.js +1 -1
- package/dist-es/waiters/waitForTaskRunning.js +1 -1
- package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
- package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
- package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForWorkflowActive.js +1 -1
- package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
- package/dist-types/Omics.d.ts +139 -103
- package/dist-types/OmicsClient.d.ts +112 -108
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +132 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +117 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +15 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +108 -0
- package/dist-types/commands/StartRunCommand.d.ts +8 -0
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +318 -2
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +76 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +26 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
- package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
3
|
+
exports.CreateReferenceStoreResponse$ = exports.CreateReferenceStoreRequest$ = exports.CreateMultipartReadSetUploadResponse$ = exports.CreateMultipartReadSetUploadRequest$ = exports.CreateConfigurationResponse$ = exports.CreateConfigurationRequest$ = exports.CreateAnnotationStoreVersionResponse$ = exports.CreateAnnotationStoreVersionRequest$ = exports.CreateAnnotationStoreResponse$ = exports.CreateAnnotationStoreRequest$ = exports.ContainerRegistryMap$ = exports.ConfigurationListItem$ = exports.ConfigurationDetails$ = exports.CompleteReadSetUploadPartListItem$ = exports.CompleteMultipartReadSetUploadResponse$ = exports.CompleteMultipartReadSetUploadRequest$ = exports.CancelVariantImportResponse$ = exports.CancelVariantImportRequest$ = exports.CancelRunRequest$ = exports.CancelRunBatchResponse$ = exports.CancelRunBatchRequest$ = exports.CancelAnnotationImportResponse$ = exports.CancelAnnotationImportRequest$ = exports.BatchListItem$ = exports.BatchDeleteReadSetResponse$ = exports.BatchDeleteReadSetRequest$ = exports.AnnotationStoreVersionItem$ = exports.AnnotationStoreItem$ = exports.AnnotationImportJobItem$ = exports.AnnotationImportItemSource$ = exports.AnnotationImportItemDetail$ = exports.ActivateReadSetSourceItem$ = exports.ActivateReadSetJobItem$ = exports.ActivateReadSetFilter$ = exports.AcceptShareResponse$ = exports.AcceptShareRequest$ = exports.AbortMultipartReadSetUploadResponse$ = exports.AbortMultipartReadSetUploadRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.RequestTimeoutException$ = exports.RangeNotSatisfiableException$ = exports.NotSupportedOperationException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.OmicsServiceException$ = void 0;
|
|
4
|
+
exports.GetAnnotationImportRequest$ = exports.Filter$ = exports.FileInformation$ = exports.ExportReadSetJobDetail$ = exports.ExportReadSetFilter$ = exports.ExportReadSetDetail$ = exports.ExportReadSet$ = exports.ETag$ = exports.DeleteWorkflowVersionRequest$ = exports.DeleteWorkflowRequest$ = exports.DeleteVariantStoreResponse$ = exports.DeleteVariantStoreRequest$ = exports.DeleteShareResponse$ = exports.DeleteShareRequest$ = exports.DeleteSequenceStoreResponse$ = exports.DeleteSequenceStoreRequest$ = exports.DeleteS3AccessPolicyResponse$ = exports.DeleteS3AccessPolicyRequest$ = exports.DeleteRunRequest$ = exports.DeleteRunGroupRequest$ = exports.DeleteRunCacheRequest$ = exports.DeleteRunBatchResponse$ = exports.DeleteRunBatchRequest$ = exports.DeleteReferenceStoreResponse$ = exports.DeleteReferenceStoreRequest$ = exports.DeleteReferenceResponse$ = exports.DeleteReferenceRequest$ = exports.DeleteConfigurationRequest$ = exports.DeleteBatchRequest$ = exports.DeleteAnnotationStoreVersionsResponse$ = exports.DeleteAnnotationStoreVersionsRequest$ = exports.DeleteAnnotationStoreResponse$ = exports.DeleteAnnotationStoreRequest$ = exports.DefinitionRepositoryDetails$ = exports.DefinitionRepository$ = exports.DefaultRunSetting$ = exports.CreateWorkflowVersionResponse$ = exports.CreateWorkflowVersionRequest$ = exports.CreateWorkflowResponse$ = exports.CreateWorkflowRequest$ = exports.CreateVariantStoreResponse$ = exports.CreateVariantStoreRequest$ = exports.CreateShareResponse$ = exports.CreateShareRequest$ = exports.CreateSequenceStoreResponse$ = exports.CreateSequenceStoreRequest$ = exports.CreateRunGroupResponse$ = exports.CreateRunGroupRequest$ = exports.CreateRunCacheResponse$ = exports.CreateRunCacheRequest$ = void 0;
|
|
5
|
+
exports.ImageDetails$ = exports.GetWorkflowVersionResponse$ = exports.GetWorkflowVersionRequest$ = exports.GetWorkflowResponse$ = exports.GetWorkflowRequest$ = exports.GetVariantStoreResponse$ = exports.GetVariantStoreRequest$ = exports.GetVariantImportResponse$ = exports.GetVariantImportRequest$ = exports.GetShareResponse$ = exports.GetShareRequest$ = exports.GetSequenceStoreResponse$ = exports.GetSequenceStoreRequest$ = exports.GetS3AccessPolicyResponse$ = exports.GetS3AccessPolicyRequest$ = exports.GetRunTaskResponse$ = exports.GetRunTaskRequest$ = exports.GetRunResponse$ = exports.GetRunRequest$ = exports.GetRunGroupResponse$ = exports.GetRunGroupRequest$ = exports.GetRunCacheResponse$ = exports.GetRunCacheRequest$ = exports.GetReferenceStoreResponse$ = exports.GetReferenceStoreRequest$ = exports.GetReferenceResponse$ = exports.GetReferenceRequest$ = exports.GetReferenceMetadataResponse$ = exports.GetReferenceMetadataRequest$ = exports.GetReferenceImportJobResponse$ = exports.GetReferenceImportJobRequest$ = exports.GetReadSetResponse$ = exports.GetReadSetRequest$ = exports.GetReadSetMetadataResponse$ = exports.GetReadSetMetadataRequest$ = exports.GetReadSetImportJobResponse$ = exports.GetReadSetImportJobRequest$ = exports.GetReadSetExportJobResponse$ = exports.GetReadSetExportJobRequest$ = exports.GetReadSetActivationJobResponse$ = exports.GetReadSetActivationJobRequest$ = exports.GetConfigurationResponse$ = exports.GetConfigurationRequest$ = exports.GetBatchResponse$ = exports.GetBatchRequest$ = exports.GetAnnotationStoreVersionResponse$ = exports.GetAnnotationStoreVersionRequest$ = exports.GetAnnotationStoreResponse$ = exports.GetAnnotationStoreRequest$ = exports.GetAnnotationImportResponse$ = void 0;
|
|
6
|
+
exports.ListSequenceStoresRequest$ = exports.ListRunTasksResponse$ = exports.ListRunTasksRequest$ = exports.ListRunsResponse$ = exports.ListRunsRequest$ = exports.ListRunsInBatchResponse$ = exports.ListRunsInBatchRequest$ = exports.ListRunGroupsResponse$ = exports.ListRunGroupsRequest$ = exports.ListRunCachesResponse$ = exports.ListRunCachesRequest$ = exports.ListReferenceStoresResponse$ = exports.ListReferenceStoresRequest$ = exports.ListReferencesResponse$ = exports.ListReferencesRequest$ = exports.ListReferenceImportJobsResponse$ = exports.ListReferenceImportJobsRequest$ = exports.ListReadSetUploadPartsResponse$ = exports.ListReadSetUploadPartsRequest$ = exports.ListReadSetsResponse$ = exports.ListReadSetsRequest$ = exports.ListReadSetImportJobsResponse$ = exports.ListReadSetImportJobsRequest$ = exports.ListReadSetExportJobsResponse$ = exports.ListReadSetExportJobsRequest$ = exports.ListReadSetActivationJobsResponse$ = exports.ListReadSetActivationJobsRequest$ = exports.ListMultipartReadSetUploadsResponse$ = exports.ListMultipartReadSetUploadsRequest$ = exports.ListConfigurationsResponse$ = exports.ListConfigurationsRequest$ = exports.ListBatchResponse$ = exports.ListBatchRequest$ = exports.ListAnnotationStoreVersionsResponse$ = exports.ListAnnotationStoreVersionsRequest$ = exports.ListAnnotationStoreVersionsFilter$ = exports.ListAnnotationStoresResponse$ = exports.ListAnnotationStoresRequest$ = exports.ListAnnotationStoresFilter$ = exports.ListAnnotationImportJobsResponse$ = exports.ListAnnotationImportJobsRequest$ = exports.ListAnnotationImportJobsFilter$ = exports.InlineSetting$ = exports.ImportReferenceSourceItem$ = exports.ImportReferenceJobItem$ = exports.ImportReferenceFilter$ = exports.ImportReadSetSourceItem$ = exports.ImportReadSetJobItem$ = exports.ImportReadSetFilter$ = exports.ImageMapping$ = void 0;
|
|
7
|
+
exports.StartAnnotationImportRequest$ = exports.SseConfig$ = exports.SourceReference$ = exports.SourceFiles$ = exports.ShareDetails$ = exports.SequenceStoreS3Access$ = exports.SequenceStoreFilter$ = exports.SequenceStoreDetail$ = exports.SequenceInformation$ = exports.S3AccessConfig$ = exports.RunSummary$ = exports.RunLogLocation$ = exports.RunListItem$ = exports.RunGroupListItem$ = exports.RunConfigurationsResponse$ = exports.RunConfigurations$ = exports.RunCacheListItem$ = exports.RunBatchListItem$ = exports.RegistryMapping$ = exports.ReferenceStoreFilter$ = exports.ReferenceStoreDetail$ = exports.ReferenceListItem$ = exports.ReferenceFilter$ = exports.ReferenceFiles$ = exports.ReadSetUploadPartListItem$ = exports.ReadSetUploadPartListFilter$ = exports.ReadSetS3Access$ = exports.ReadSetListItem$ = exports.ReadSetFilter$ = exports.ReadSetFiles$ = exports.ReadSetBatchError$ = exports.ReadOptions$ = exports.PutS3AccessPolicyResponse$ = exports.PutS3AccessPolicyRequest$ = exports.MultipartReadSetUploadListItem$ = exports.ListWorkflowVersionsResponse$ = exports.ListWorkflowVersionsRequest$ = exports.ListWorkflowsResponse$ = exports.ListWorkflowsRequest$ = exports.ListVariantStoresResponse$ = exports.ListVariantStoresRequest$ = exports.ListVariantStoresFilter$ = exports.ListVariantImportJobsResponse$ = exports.ListVariantImportJobsRequest$ = exports.ListVariantImportJobsFilter$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSharesResponse$ = exports.ListSharesRequest$ = exports.ListSequenceStoresResponse$ = void 0;
|
|
8
|
+
exports.WorkflowListItem$ = exports.VpcConfigResponse$ = exports.VpcConfig$ = exports.VersionDeleteError$ = exports.VcfOptions$ = exports.VariantStoreItem$ = exports.VariantImportJobItem$ = exports.VariantImportItemSource$ = exports.VariantImportItemDetail$ = exports.UploadReadSetPartResponse$ = exports.UploadReadSetPartRequest$ = exports.UpdateWorkflowVersionRequest$ = exports.UpdateWorkflowRequest$ = exports.UpdateVariantStoreResponse$ = exports.UpdateVariantStoreRequest$ = exports.UpdateSequenceStoreResponse$ = exports.UpdateSequenceStoreRequest$ = exports.UpdateRunGroupRequest$ = exports.UpdateRunCacheRequest$ = exports.UpdateAnnotationStoreVersionResponse$ = exports.UpdateAnnotationStoreVersionRequest$ = exports.UpdateAnnotationStoreResponse$ = exports.UpdateAnnotationStoreRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TsvVersionOptions$ = exports.TsvStoreOptions$ = exports.TsvOptions$ = exports.TaskListItem$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubmissionSummary$ = exports.StartVariantImportResponse$ = exports.StartVariantImportRequest$ = exports.StartRunResponse$ = exports.StartRunRequest$ = exports.StartRunBatchResponse$ = exports.StartRunBatchRequest$ = exports.StartReferenceImportJobSourceItem$ = exports.StartReferenceImportJobResponse$ = exports.StartReferenceImportJobRequest$ = exports.StartReadSetImportJobSourceItem$ = exports.StartReadSetImportJobResponse$ = exports.StartReadSetImportJobRequest$ = exports.StartReadSetExportJobResponse$ = exports.StartReadSetExportJobRequest$ = exports.StartReadSetActivationJobSourceItem$ = exports.StartReadSetActivationJobResponse$ = exports.StartReadSetActivationJobRequest$ = exports.StartAnnotationImportResponse$ = void 0;
|
|
9
|
+
exports.GetReadSetActivationJob$ = exports.GetReadSet$ = exports.GetConfiguration$ = exports.GetBatch$ = exports.GetAnnotationStoreVersion$ = exports.GetAnnotationStore$ = exports.GetAnnotationImportJob$ = exports.DeleteWorkflowVersion$ = exports.DeleteWorkflow$ = exports.DeleteVariantStore$ = exports.DeleteShare$ = exports.DeleteSequenceStore$ = exports.DeleteS3AccessPolicy$ = exports.DeleteRunGroup$ = exports.DeleteRunCache$ = exports.DeleteRunBatch$ = exports.DeleteRun$ = exports.DeleteReferenceStore$ = exports.DeleteReference$ = exports.DeleteConfiguration$ = exports.DeleteBatch$ = exports.DeleteAnnotationStoreVersions$ = exports.DeleteAnnotationStore$ = exports.CreateWorkflowVersion$ = exports.CreateWorkflow$ = exports.CreateVariantStore$ = exports.CreateShare$ = exports.CreateSequenceStore$ = exports.CreateRunGroup$ = exports.CreateRunCache$ = exports.CreateReferenceStore$ = exports.CreateMultipartReadSetUpload$ = exports.CreateConfiguration$ = exports.CreateAnnotationStoreVersion$ = exports.CreateAnnotationStore$ = exports.CompleteMultipartReadSetUpload$ = exports.CancelVariantImportJob$ = exports.CancelRunBatch$ = exports.CancelRun$ = exports.CancelAnnotationImportJob$ = exports.BatchDeleteReadSet$ = exports.AcceptShare$ = exports.AbortMultipartReadSetUpload$ = exports.VersionOptions$ = exports.StoreOptions$ = exports.ReferenceItem$ = exports.FormatOptions$ = exports.BatchRunSettings$ = exports.WorkflowVersionListItem$ = exports.WorkflowParameter$ = void 0;
|
|
10
|
+
exports.StartReferenceImportJob$ = exports.StartReadSetImportJob$ = exports.StartReadSetExportJob$ = exports.StartReadSetActivationJob$ = exports.StartAnnotationImportJob$ = exports.PutS3AccessPolicy$ = exports.ListWorkflowVersions$ = exports.ListWorkflows$ = exports.ListVariantStores$ = exports.ListVariantImportJobs$ = exports.ListTagsForResource$ = exports.ListShares$ = exports.ListSequenceStores$ = exports.ListRunTasks$ = exports.ListRunsInBatch$ = exports.ListRuns$ = exports.ListRunGroups$ = exports.ListRunCaches$ = exports.ListReferenceStores$ = exports.ListReferences$ = exports.ListReferenceImportJobs$ = exports.ListReadSetUploadParts$ = exports.ListReadSets$ = exports.ListReadSetImportJobs$ = exports.ListReadSetExportJobs$ = exports.ListReadSetActivationJobs$ = exports.ListMultipartReadSetUploads$ = exports.ListConfigurations$ = exports.ListBatch$ = exports.ListAnnotationStoreVersions$ = exports.ListAnnotationStores$ = exports.ListAnnotationImportJobs$ = exports.GetWorkflowVersion$ = exports.GetWorkflow$ = exports.GetVariantStore$ = exports.GetVariantImportJob$ = exports.GetShare$ = exports.GetSequenceStore$ = exports.GetS3AccessPolicy$ = exports.GetRunTask$ = exports.GetRunGroup$ = exports.GetRunCache$ = exports.GetRun$ = exports.GetReferenceStore$ = exports.GetReferenceMetadata$ = exports.GetReferenceImportJob$ = exports.GetReference$ = exports.GetReadSetMetadata$ = exports.GetReadSetImportJob$ = exports.GetReadSetExportJob$ = void 0;
|
|
11
|
+
exports.UploadReadSetPart$ = exports.UpdateWorkflowVersion$ = exports.UpdateWorkflow$ = exports.UpdateVariantStore$ = exports.UpdateSequenceStore$ = exports.UpdateRunGroup$ = exports.UpdateRunCache$ = exports.UpdateAnnotationStoreVersion$ = exports.UpdateAnnotationStore$ = exports.UntagResource$ = exports.TagResource$ = exports.StartVariantImportJob$ = exports.StartRunBatch$ = exports.StartRun$ = void 0;
|
|
11
12
|
const _ADE = "AccessDeniedException";
|
|
12
13
|
const _AIID = "AnnotationImportItemDetail";
|
|
13
14
|
const _AIIDn = "AnnotationImportItemDetails";
|
|
@@ -45,7 +46,13 @@ const _CASRr = "CreateAnnotationStoreResponse";
|
|
|
45
46
|
const _CASV = "CreateAnnotationStoreVersion";
|
|
46
47
|
const _CASVR = "CreateAnnotationStoreVersionRequest";
|
|
47
48
|
const _CASVRr = "CreateAnnotationStoreVersionResponse";
|
|
49
|
+
const _CC = "CreateConfiguration";
|
|
50
|
+
const _CCR = "CreateConfigurationRequest";
|
|
51
|
+
const _CCRr = "CreateConfigurationResponse";
|
|
52
|
+
const _CD = "ConfigurationDetails";
|
|
48
53
|
const _CE = "ConflictException";
|
|
54
|
+
const _CL = "ConfigurationList";
|
|
55
|
+
const _CLI = "ConfigurationListItem";
|
|
49
56
|
const _CMRSU = "CompleteMultipartReadSetUpload";
|
|
50
57
|
const _CMRSUR = "CompleteMultipartReadSetUploadRequest";
|
|
51
58
|
const _CMRSURo = "CompleteMultipartReadSetUploadResponse";
|
|
@@ -95,6 +102,8 @@ const _DASVR = "DeleteAnnotationStoreVersionsRequest";
|
|
|
95
102
|
const _DASVRe = "DeleteAnnotationStoreVersionsResponse";
|
|
96
103
|
const _DB = "DeleteBatch";
|
|
97
104
|
const _DBR = "DeleteBatchRequest";
|
|
105
|
+
const _DC = "DeleteConfiguration";
|
|
106
|
+
const _DCR = "DeleteConfigurationRequest";
|
|
98
107
|
const _DR = "DefinitionRepository";
|
|
99
108
|
const _DRB = "DeleteRunBatch";
|
|
100
109
|
const _DRBR = "DeleteRunBatchRequest";
|
|
@@ -152,6 +161,9 @@ const _GASVRe = "GetAnnotationStoreVersionResponse";
|
|
|
152
161
|
const _GB = "GetBatch";
|
|
153
162
|
const _GBR = "GetBatchRequest";
|
|
154
163
|
const _GBRe = "GetBatchResponse";
|
|
164
|
+
const _GC = "GetConfiguration";
|
|
165
|
+
const _GCR = "GetConfigurationRequest";
|
|
166
|
+
const _GCRe = "GetConfigurationResponse";
|
|
155
167
|
const _GR = "GetReference";
|
|
156
168
|
const _GRC = "GetRunCache";
|
|
157
169
|
const _GRCR = "GetRunCacheRequest";
|
|
@@ -243,6 +255,9 @@ const _LASVRi = "ListAnnotationStoreVersionsResponse";
|
|
|
243
255
|
const _LB = "ListBatch";
|
|
244
256
|
const _LBR = "ListBatchRequest";
|
|
245
257
|
const _LBRi = "ListBatchResponse";
|
|
258
|
+
const _LC = "ListConfigurations";
|
|
259
|
+
const _LCR = "ListConfigurationsRequest";
|
|
260
|
+
const _LCRi = "ListConfigurationsResponse";
|
|
246
261
|
const _LMRSU = "ListMultipartReadSetUploads";
|
|
247
262
|
const _LMRSUR = "ListMultipartReadSetUploadsRequest";
|
|
248
263
|
const _LMRSURi = "ListMultipartReadSetUploadsResponse";
|
|
@@ -317,8 +332,10 @@ const _PSAPRu = "PutS3AccessPolicyResponse";
|
|
|
317
332
|
const _R = "Range";
|
|
318
333
|
const _RBL = "RunBatchList";
|
|
319
334
|
const _RBLI = "RunBatchListItem";
|
|
335
|
+
const _RC = "RunConfigurations";
|
|
320
336
|
const _RCL = "RunCacheList";
|
|
321
337
|
const _RCLI = "RunCacheListItem";
|
|
338
|
+
const _RCR = "RunConfigurationsResponse";
|
|
322
339
|
const _RF = "ReferenceFiles";
|
|
323
340
|
const _RFe = "ReferenceFilter";
|
|
324
341
|
const _RGL = "RunGroupList";
|
|
@@ -434,6 +451,8 @@ const _UW = "UpdateWorkflow";
|
|
|
434
451
|
const _UWR = "UpdateWorkflowRequest";
|
|
435
452
|
const _UWV = "UpdateWorkflowVersion";
|
|
436
453
|
const _UWVR = "UpdateWorkflowVersionRequest";
|
|
454
|
+
const _VC = "VpcConfig";
|
|
455
|
+
const _VCR = "VpcConfigResponse";
|
|
437
456
|
const _VDE = "VersionDeleteError";
|
|
438
457
|
const _VDEL = "VersionDeleteErrorList";
|
|
439
458
|
const _VE = "ValidationException";
|
|
@@ -479,6 +498,7 @@ const _cH = "cacheHit";
|
|
|
479
498
|
const _cI = "cacheId";
|
|
480
499
|
const _cJI = "creationJobId";
|
|
481
500
|
const _cL = "contentLength";
|
|
501
|
+
const _cN = "configurationName";
|
|
482
502
|
const _cRC = "completedRunCount";
|
|
483
503
|
const _cRCa = "cancelledRunCount";
|
|
484
504
|
const _cRM = "containerRegistryMap";
|
|
@@ -490,8 +510,9 @@ const _cTl = "clientToken";
|
|
|
490
510
|
const _cTo = "completionTime";
|
|
491
511
|
const _cTr = "creationType";
|
|
492
512
|
const _ch = "checksum";
|
|
493
|
-
const _co = "
|
|
513
|
+
const _co = "configuration";
|
|
494
514
|
const _cod = "code";
|
|
515
|
+
const _com = "comment";
|
|
495
516
|
const _cp = "cpus";
|
|
496
517
|
const _d = "description";
|
|
497
518
|
const _dI = "destinationImage";
|
|
@@ -577,6 +598,7 @@ const _md = "md5";
|
|
|
577
598
|
const _me = "memory";
|
|
578
599
|
const _met = "metadata";
|
|
579
600
|
const _n = "name";
|
|
601
|
+
const _nM = "networkingMode";
|
|
580
602
|
const _nT = "nextToken";
|
|
581
603
|
const _nV = "numVersions";
|
|
582
604
|
const _o = "optional";
|
|
@@ -607,6 +629,7 @@ const _rAe = "referenceArn";
|
|
|
607
629
|
const _rAes = "resourceArn";
|
|
608
630
|
const _rAeso = "resourceArns";
|
|
609
631
|
const _rAu = "runArn";
|
|
632
|
+
const _rC = "runConfigurations";
|
|
610
633
|
const _rD = "resourceDigests";
|
|
611
634
|
const _rGI = "runGroupId";
|
|
612
635
|
const _rI = "requestId";
|
|
@@ -654,12 +677,14 @@ const _sFR = "submissionFailureReason";
|
|
|
654
677
|
const _sFT = "sourceFileType";
|
|
655
678
|
const _sFo = "sourceFiles";
|
|
656
679
|
const _sFou = "sourceFile";
|
|
680
|
+
const _sGI = "securityGroupIds";
|
|
657
681
|
const _sI = "shareId";
|
|
658
682
|
const _sIa = "sampleId";
|
|
659
683
|
const _sIe = "sequenceInformation";
|
|
660
684
|
const _sIo = "sourceImage";
|
|
661
685
|
const _sIt = "storeId";
|
|
662
686
|
const _sIu = "subjectId";
|
|
687
|
+
const _sIub = "subnetIds";
|
|
663
688
|
const _sM = "statusMessage";
|
|
664
689
|
const _sN = "shareName";
|
|
665
690
|
const _sNt = "storeName";
|
|
@@ -714,6 +739,8 @@ const _uT = "updateTime";
|
|
|
714
739
|
const _up = "uploads";
|
|
715
740
|
const _v = "versions";
|
|
716
741
|
const _vA = "versionArn";
|
|
742
|
+
const _vC = "vpcConfig";
|
|
743
|
+
const _vI = "vpcId";
|
|
717
744
|
const _vIJ = "variantImportJobs";
|
|
718
745
|
const _vN = "versionName";
|
|
719
746
|
const _vO = "versionOptions";
|
|
@@ -929,6 +956,16 @@ exports.CompleteReadSetUploadPartListItem$ = [3, n0, _CRSUPLI,
|
|
|
929
956
|
[_pN, _pS, _ch],
|
|
930
957
|
[1, 0, 0], 3
|
|
931
958
|
];
|
|
959
|
+
exports.ConfigurationDetails$ = [3, n0, _CD,
|
|
960
|
+
0,
|
|
961
|
+
[_n, _ar, _u],
|
|
962
|
+
[0, 0, 0]
|
|
963
|
+
];
|
|
964
|
+
exports.ConfigurationListItem$ = [3, n0, _CLI,
|
|
965
|
+
0,
|
|
966
|
+
[_ar, _n, _d, _sta, _cT],
|
|
967
|
+
[0, 0, 0, 0, 5]
|
|
968
|
+
];
|
|
932
969
|
exports.ContainerRegistryMap$ = [3, n0, _CRM,
|
|
933
970
|
0,
|
|
934
971
|
[_rM, _iM],
|
|
@@ -954,6 +991,16 @@ exports.CreateAnnotationStoreVersionResponse$ = [3, n0, _CASVRr,
|
|
|
954
991
|
[_i, _vN, _sIt, _n, _sta, _cT, _vO],
|
|
955
992
|
[0, 0, 0, 0, 0, 5, () => exports.VersionOptions$], 6
|
|
956
993
|
];
|
|
994
|
+
exports.CreateConfigurationRequest$ = [3, n0, _CCR,
|
|
995
|
+
0,
|
|
996
|
+
[_n, _rC, _d, _ta, _rI],
|
|
997
|
+
[0, () => exports.RunConfigurations$, 0, 128 | 0, [0, 4]], 2
|
|
998
|
+
];
|
|
999
|
+
exports.CreateConfigurationResponse$ = [3, n0, _CCRr,
|
|
1000
|
+
0,
|
|
1001
|
+
[_ar, _u, _n, _d, _rC, _sta, _cT, _ta],
|
|
1002
|
+
[0, 0, 0, 0, () => exports.RunConfigurationsResponse$, 0, 5, 128 | 0]
|
|
1003
|
+
];
|
|
957
1004
|
exports.CreateMultipartReadSetUploadRequest$ = [3, n0, _CMRSURr,
|
|
958
1005
|
0,
|
|
959
1006
|
[_sSI, _sFT, _sIu, _sIa, _n, _cTl, _gF, _rAe, _d, _ta],
|
|
@@ -1084,6 +1131,11 @@ exports.DeleteBatchRequest$ = [3, n0, _DBR,
|
|
|
1084
1131
|
[_bI],
|
|
1085
1132
|
[[0, 1]], 1
|
|
1086
1133
|
];
|
|
1134
|
+
exports.DeleteConfigurationRequest$ = [3, n0, _DCR,
|
|
1135
|
+
0,
|
|
1136
|
+
[_n],
|
|
1137
|
+
[[0, 1]], 1
|
|
1138
|
+
];
|
|
1087
1139
|
exports.DeleteReferenceRequest$ = [3, n0, _DRR,
|
|
1088
1140
|
0,
|
|
1089
1141
|
[_i, _rSIe],
|
|
@@ -1254,6 +1306,16 @@ exports.GetBatchResponse$ = [3, n0, _GBRe,
|
|
|
1254
1306
|
[_i, _ar, _u, _n, _sta, _ta, _tR, _dRS, _sS, _rS, _cT, _sTu, _pTro, _fT, _fR],
|
|
1255
1307
|
[0, 0, 0, 0, 0, 128 | 0, 1, () => exports.DefaultRunSetting$, () => exports.SubmissionSummary$, () => exports.RunSummary$, 5, 5, 5, 5, 0]
|
|
1256
1308
|
];
|
|
1309
|
+
exports.GetConfigurationRequest$ = [3, n0, _GCR,
|
|
1310
|
+
0,
|
|
1311
|
+
[_n],
|
|
1312
|
+
[[0, 1]], 1
|
|
1313
|
+
];
|
|
1314
|
+
exports.GetConfigurationResponse$ = [3, n0, _GCRe,
|
|
1315
|
+
0,
|
|
1316
|
+
[_ar, _u, _n, _d, _rC, _sta, _cT, _ta],
|
|
1317
|
+
[0, 0, 0, 0, () => exports.RunConfigurationsResponse$, 0, 5, 128 | 0]
|
|
1318
|
+
];
|
|
1257
1319
|
exports.GetReadSetActivationJobRequest$ = [3, n0, _GRSAJR,
|
|
1258
1320
|
0,
|
|
1259
1321
|
[_i, _sSI],
|
|
@@ -1371,8 +1433,8 @@ exports.GetRunRequest$ = [3, n0, _GRRet,
|
|
|
1371
1433
|
];
|
|
1372
1434
|
exports.GetRunResponse$ = [3, n0, _GRRetu,
|
|
1373
1435
|
0,
|
|
1374
|
-
[_ar, _i, _cI, _cBa, _eV, _sta, _wI, _wT, _rIu, _rA, _n, _rGI, _bI, _pr, _def, _di, _pa, _sCt, _oU, _lL, _rD, _sB, _cT, _sTt, _sTto, _sM, _ta, _ac, _rMet, _fR, _lLo, _u, _rOU, _sT, _wOI, _wVN, _wU],
|
|
1375
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 15, 1, 0, 0, 128 | 0, 0, 5, 5, 5, 0, 128 | 0, 0, 0, 0, () => exports.RunLogLocation$, 0, 0, 0, 0, 0, 0]
|
|
1436
|
+
[_ar, _i, _cI, _cBa, _eV, _sta, _wI, _wT, _rIu, _rA, _n, _rGI, _bI, _pr, _def, _di, _pa, _sCt, _oU, _lL, _rD, _sB, _cT, _sTt, _sTto, _sM, _ta, _ac, _rMet, _fR, _lLo, _u, _rOU, _sT, _wOI, _wVN, _wU, _nM, _co, _vC],
|
|
1437
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 15, 1, 0, 0, 128 | 0, 0, 5, 5, 5, 0, 128 | 0, 0, 0, 0, () => exports.RunLogLocation$, 0, 0, 0, 0, 0, 0, 0, () => exports.ConfigurationDetails$, () => exports.VpcConfigResponse$]
|
|
1376
1438
|
];
|
|
1377
1439
|
exports.GetRunTaskRequest$ = [3, n0, _GRTR,
|
|
1378
1440
|
0,
|
|
@@ -1554,6 +1616,16 @@ exports.ListBatchResponse$ = [3, n0, _LBRi,
|
|
|
1554
1616
|
[_it, _nT],
|
|
1555
1617
|
[() => BatchList, 0]
|
|
1556
1618
|
];
|
|
1619
|
+
exports.ListConfigurationsRequest$ = [3, n0, _LCR,
|
|
1620
|
+
0,
|
|
1621
|
+
[_mRa, _sTta],
|
|
1622
|
+
[[1, { [_hQ]: _mRa }], [0, { [_hQ]: _sTta }]]
|
|
1623
|
+
];
|
|
1624
|
+
exports.ListConfigurationsResponse$ = [3, n0, _LCRi,
|
|
1625
|
+
0,
|
|
1626
|
+
[_it, _nT],
|
|
1627
|
+
[() => ConfigurationList, 0]
|
|
1628
|
+
];
|
|
1557
1629
|
exports.ListMultipartReadSetUploadsRequest$ = [3, n0, _LMRSUR,
|
|
1558
1630
|
0,
|
|
1559
1631
|
[_sSI, _mRa, _nT],
|
|
@@ -1791,7 +1863,7 @@ exports.PutS3AccessPolicyResponse$ = [3, n0, _PSAPRu,
|
|
|
1791
1863
|
];
|
|
1792
1864
|
exports.ReadOptions$ = [3, n0, _RO,
|
|
1793
1865
|
0,
|
|
1794
|
-
[_sep, _enc, _q, _qA, _es, _eQ,
|
|
1866
|
+
[_sep, _enc, _q, _qA, _es, _eQ, _com, _h, _lSi],
|
|
1795
1867
|
[0, 0, 0, 2, 0, 2, 0, 2, 0]
|
|
1796
1868
|
];
|
|
1797
1869
|
exports.ReadSetBatchError$ = [3, n0, _RSBE,
|
|
@@ -1869,6 +1941,16 @@ exports.RunCacheListItem$ = [3, n0, _RCLI,
|
|
|
1869
1941
|
[_ar, _cBa, _cSU, _cT, _i, _n, _sta],
|
|
1870
1942
|
[0, 0, 0, 5, 0, 0, 0]
|
|
1871
1943
|
];
|
|
1944
|
+
exports.RunConfigurations$ = [3, n0, _RC,
|
|
1945
|
+
0,
|
|
1946
|
+
[_vC],
|
|
1947
|
+
[() => exports.VpcConfig$]
|
|
1948
|
+
];
|
|
1949
|
+
exports.RunConfigurationsResponse$ = [3, n0, _RCR,
|
|
1950
|
+
0,
|
|
1951
|
+
[_vC],
|
|
1952
|
+
[() => exports.VpcConfigResponse$]
|
|
1953
|
+
];
|
|
1872
1954
|
exports.RunGroupListItem$ = [3, n0, _RGLI,
|
|
1873
1955
|
0,
|
|
1874
1956
|
[_ar, _i, _n, _mC, _mR, _mD, _cT, _mG],
|
|
@@ -2011,13 +2093,13 @@ exports.StartRunBatchResponse$ = [3, n0, _SRBRt,
|
|
|
2011
2093
|
];
|
|
2012
2094
|
exports.StartRunRequest$ = [3, n0, _SRR,
|
|
2013
2095
|
0,
|
|
2014
|
-
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _lL, _ta, _rI, _rMet, _sT, _wOI, _wVN],
|
|
2015
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 128 | 0, [0, 4], 0, 0, 0, 0], 2
|
|
2096
|
+
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _lL, _ta, _rI, _rMet, _sT, _wOI, _wVN, _nM, _cN],
|
|
2097
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 128 | 0, [0, 4], 0, 0, 0, 0, 0, 0], 2
|
|
2016
2098
|
];
|
|
2017
2099
|
exports.StartRunResponse$ = [3, n0, _SRRt,
|
|
2018
2100
|
0,
|
|
2019
|
-
[_ar, _i, _sta, _ta, _u, _rOU],
|
|
2020
|
-
[0, 0, 0, 128 | 0, 0, 0]
|
|
2101
|
+
[_ar, _i, _sta, _ta, _u, _rOU, _co, _nM],
|
|
2102
|
+
[0, 0, 0, 128 | 0, 0, 0, () => exports.ConfigurationDetails$, 0]
|
|
2021
2103
|
];
|
|
2022
2104
|
exports.StartVariantImportRequest$ = [3, n0, _SVIR,
|
|
2023
2105
|
0,
|
|
@@ -2174,6 +2256,16 @@ exports.VersionDeleteError$ = [3, n0, _VDE,
|
|
|
2174
2256
|
[_vN, _m],
|
|
2175
2257
|
[0, 0], 2
|
|
2176
2258
|
];
|
|
2259
|
+
exports.VpcConfig$ = [3, n0, _VC,
|
|
2260
|
+
0,
|
|
2261
|
+
[_sGI, _sIub],
|
|
2262
|
+
[64 | 0, 64 | 0]
|
|
2263
|
+
];
|
|
2264
|
+
exports.VpcConfigResponse$ = [3, n0, _VCR,
|
|
2265
|
+
0,
|
|
2266
|
+
[_sGI, _sIub, _vI],
|
|
2267
|
+
[64 | 0, 64 | 0, 0]
|
|
2268
|
+
];
|
|
2177
2269
|
exports.WorkflowListItem$ = [3, n0, _WLI,
|
|
2178
2270
|
0,
|
|
2179
2271
|
[_ar, _i, _n, _sta, _ty, _di, _cT, _met],
|
|
@@ -2218,6 +2310,9 @@ var BatchList = [1, n0, _BL,
|
|
|
2218
2310
|
var CompleteReadSetUploadPartList = [1, n0, _CRSUPL,
|
|
2219
2311
|
0, () => exports.CompleteReadSetUploadPartListItem$
|
|
2220
2312
|
];
|
|
2313
|
+
var ConfigurationList = [1, n0, _CL,
|
|
2314
|
+
0, () => exports.ConfigurationListItem$
|
|
2315
|
+
];
|
|
2221
2316
|
var ExcludeFilePatternList = 64 | 0;
|
|
2222
2317
|
var ExportReadSetDetailList = [1, n0, _ERSDL,
|
|
2223
2318
|
0, () => exports.ExportReadSetDetail$
|
|
@@ -2286,6 +2381,7 @@ var RunList = [1, n0, _RLu,
|
|
|
2286
2381
|
var Schema = [1, n0, _S,
|
|
2287
2382
|
0, 128 | 0
|
|
2288
2383
|
];
|
|
2384
|
+
var SecurityGroupIds = 64 | 0;
|
|
2289
2385
|
var SequenceStoreDetailList = [1, n0, _SSDL,
|
|
2290
2386
|
0, () => exports.SequenceStoreDetail$
|
|
2291
2387
|
];
|
|
@@ -2302,6 +2398,7 @@ var StartReferenceImportJobSourceList = [1, n0, _SRIJSL,
|
|
|
2302
2398
|
0, () => exports.StartReferenceImportJobSourceItem$
|
|
2303
2399
|
];
|
|
2304
2400
|
var StatusList = 64 | 0;
|
|
2401
|
+
var SubnetIds = 64 | 0;
|
|
2305
2402
|
var TagKeyList = 64 | 0;
|
|
2306
2403
|
var TaskList = [1, n0, _TL,
|
|
2307
2404
|
0, () => exports.TaskListItem$
|
|
@@ -2394,6 +2491,9 @@ exports.CreateAnnotationStore$ = [9, n0, _CAS,
|
|
|
2394
2491
|
exports.CreateAnnotationStoreVersion$ = [9, n0, _CASV,
|
|
2395
2492
|
{ [_end]: ["analytics-"], [_ht]: ["POST", "/annotationStore/{name}/version", 200] }, () => exports.CreateAnnotationStoreVersionRequest$, () => exports.CreateAnnotationStoreVersionResponse$
|
|
2396
2493
|
];
|
|
2494
|
+
exports.CreateConfiguration$ = [9, n0, _CC,
|
|
2495
|
+
{ [_end]: ["workflows-"], [_ht]: ["POST", "/configuration", 201] }, () => exports.CreateConfigurationRequest$, () => exports.CreateConfigurationResponse$
|
|
2496
|
+
];
|
|
2397
2497
|
exports.CreateMultipartReadSetUpload$ = [9, n0, _CMRSUr,
|
|
2398
2498
|
{ [_end]: ["control-storage-"], [_ht]: ["POST", "/sequencestore/{sequenceStoreId}/upload", 200] }, () => exports.CreateMultipartReadSetUploadRequest$, () => exports.CreateMultipartReadSetUploadResponse$
|
|
2399
2499
|
];
|
|
@@ -2430,6 +2530,9 @@ exports.DeleteAnnotationStoreVersions$ = [9, n0, _DASV,
|
|
|
2430
2530
|
exports.DeleteBatch$ = [9, n0, _DB,
|
|
2431
2531
|
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/runBatch/{batchId}", 202] }, () => exports.DeleteBatchRequest$, () => __Unit
|
|
2432
2532
|
];
|
|
2533
|
+
exports.DeleteConfiguration$ = [9, n0, _DC,
|
|
2534
|
+
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/configuration/{name}", 202] }, () => exports.DeleteConfigurationRequest$, () => __Unit
|
|
2535
|
+
];
|
|
2433
2536
|
exports.DeleteReference$ = [9, n0, _DRe,
|
|
2434
2537
|
{ [_end]: ["control-storage-"], [_ht]: ["DELETE", "/referencestore/{referenceStoreId}/reference/{id}", 200] }, () => exports.DeleteReferenceRequest$, () => exports.DeleteReferenceResponse$
|
|
2435
2538
|
];
|
|
@@ -2478,6 +2581,9 @@ exports.GetAnnotationStoreVersion$ = [9, n0, _GASV,
|
|
|
2478
2581
|
exports.GetBatch$ = [9, n0, _GB,
|
|
2479
2582
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch/{batchId}", 200] }, () => exports.GetBatchRequest$, () => exports.GetBatchResponse$
|
|
2480
2583
|
];
|
|
2584
|
+
exports.GetConfiguration$ = [9, n0, _GC,
|
|
2585
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/configuration/{name}", 200] }, () => exports.GetConfigurationRequest$, () => exports.GetConfigurationResponse$
|
|
2586
|
+
];
|
|
2481
2587
|
exports.GetReadSet$ = [9, n0, _GRS,
|
|
2482
2588
|
{ [_end]: ["storage-"], [_ht]: ["GET", "/sequencestore/{sequenceStoreId}/readset/{id}", 200] }, () => exports.GetReadSetRequest$, () => exports.GetReadSetResponse$
|
|
2483
2589
|
];
|
|
@@ -2550,6 +2656,9 @@ exports.ListAnnotationStoreVersions$ = [9, n0, _LASV,
|
|
|
2550
2656
|
exports.ListBatch$ = [9, n0, _LB,
|
|
2551
2657
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch", 200] }, () => exports.ListBatchRequest$, () => exports.ListBatchResponse$
|
|
2552
2658
|
];
|
|
2659
|
+
exports.ListConfigurations$ = [9, n0, _LC,
|
|
2660
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/configuration", 200] }, () => exports.ListConfigurationsRequest$, () => exports.ListConfigurationsResponse$
|
|
2661
|
+
];
|
|
2553
2662
|
exports.ListMultipartReadSetUploads$ = [9, n0, _LMRSU,
|
|
2554
2663
|
{ [_end]: ["control-storage-"], [_ht]: ["POST", "/sequencestore/{sequenceStoreId}/uploads", 200] }, () => exports.ListMultipartReadSetUploadsRequest$, () => exports.ListMultipartReadSetUploadsResponse$
|
|
2555
2664
|
];
|
package/dist-es/Omics.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AbortMultipartReadSetUploadCommand, } from "./commands/AbortMultipartReadSetUploadCommand";
|
|
3
|
-
import { AcceptShareCommand } from "./commands/AcceptShareCommand";
|
|
3
|
+
import { AcceptShareCommand, } from "./commands/AcceptShareCommand";
|
|
4
4
|
import { BatchDeleteReadSetCommand, } from "./commands/BatchDeleteReadSetCommand";
|
|
5
5
|
import { CancelAnnotationImportJobCommand, } from "./commands/CancelAnnotationImportJobCommand";
|
|
6
6
|
import { CancelRunBatchCommand, } from "./commands/CancelRunBatchCommand";
|
|
@@ -9,18 +9,20 @@ import { CancelVariantImportJobCommand, } from "./commands/CancelVariantImportJo
|
|
|
9
9
|
import { CompleteMultipartReadSetUploadCommand, } from "./commands/CompleteMultipartReadSetUploadCommand";
|
|
10
10
|
import { CreateAnnotationStoreCommand, } from "./commands/CreateAnnotationStoreCommand";
|
|
11
11
|
import { CreateAnnotationStoreVersionCommand, } from "./commands/CreateAnnotationStoreVersionCommand";
|
|
12
|
+
import { CreateConfigurationCommand, } from "./commands/CreateConfigurationCommand";
|
|
12
13
|
import { CreateMultipartReadSetUploadCommand, } from "./commands/CreateMultipartReadSetUploadCommand";
|
|
13
14
|
import { CreateReferenceStoreCommand, } from "./commands/CreateReferenceStoreCommand";
|
|
14
15
|
import { CreateRunCacheCommand, } from "./commands/CreateRunCacheCommand";
|
|
15
16
|
import { CreateRunGroupCommand, } from "./commands/CreateRunGroupCommand";
|
|
16
17
|
import { CreateSequenceStoreCommand, } from "./commands/CreateSequenceStoreCommand";
|
|
17
|
-
import { CreateShareCommand } from "./commands/CreateShareCommand";
|
|
18
|
+
import { CreateShareCommand, } from "./commands/CreateShareCommand";
|
|
18
19
|
import { CreateVariantStoreCommand, } from "./commands/CreateVariantStoreCommand";
|
|
19
20
|
import { CreateWorkflowCommand, } from "./commands/CreateWorkflowCommand";
|
|
20
21
|
import { CreateWorkflowVersionCommand, } from "./commands/CreateWorkflowVersionCommand";
|
|
21
22
|
import { DeleteAnnotationStoreCommand, } from "./commands/DeleteAnnotationStoreCommand";
|
|
22
23
|
import { DeleteAnnotationStoreVersionsCommand, } from "./commands/DeleteAnnotationStoreVersionsCommand";
|
|
23
|
-
import { DeleteBatchCommand } from "./commands/DeleteBatchCommand";
|
|
24
|
+
import { DeleteBatchCommand, } from "./commands/DeleteBatchCommand";
|
|
25
|
+
import { DeleteConfigurationCommand, } from "./commands/DeleteConfigurationCommand";
|
|
24
26
|
import { DeleteReferenceCommand, } from "./commands/DeleteReferenceCommand";
|
|
25
27
|
import { DeleteReferenceStoreCommand, } from "./commands/DeleteReferenceStoreCommand";
|
|
26
28
|
import { DeleteRunBatchCommand, } from "./commands/DeleteRunBatchCommand";
|
|
@@ -29,7 +31,7 @@ import { DeleteRunCommand } from "./commands/DeleteRunCommand";
|
|
|
29
31
|
import { DeleteRunGroupCommand, } from "./commands/DeleteRunGroupCommand";
|
|
30
32
|
import { DeleteS3AccessPolicyCommand, } from "./commands/DeleteS3AccessPolicyCommand";
|
|
31
33
|
import { DeleteSequenceStoreCommand, } from "./commands/DeleteSequenceStoreCommand";
|
|
32
|
-
import { DeleteShareCommand } from "./commands/DeleteShareCommand";
|
|
34
|
+
import { DeleteShareCommand, } from "./commands/DeleteShareCommand";
|
|
33
35
|
import { DeleteVariantStoreCommand, } from "./commands/DeleteVariantStoreCommand";
|
|
34
36
|
import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
|
|
35
37
|
import { DeleteWorkflowVersionCommand, } from "./commands/DeleteWorkflowVersionCommand";
|
|
@@ -37,8 +39,9 @@ import { GetAnnotationImportJobCommand, } from "./commands/GetAnnotationImportJo
|
|
|
37
39
|
import { GetAnnotationStoreCommand, } from "./commands/GetAnnotationStoreCommand";
|
|
38
40
|
import { GetAnnotationStoreVersionCommand, } from "./commands/GetAnnotationStoreVersionCommand";
|
|
39
41
|
import { GetBatchCommand } from "./commands/GetBatchCommand";
|
|
42
|
+
import { GetConfigurationCommand, } from "./commands/GetConfigurationCommand";
|
|
40
43
|
import { GetReadSetActivationJobCommand, } from "./commands/GetReadSetActivationJobCommand";
|
|
41
|
-
import { GetReadSetCommand } from "./commands/GetReadSetCommand";
|
|
44
|
+
import { GetReadSetCommand, } from "./commands/GetReadSetCommand";
|
|
42
45
|
import { GetReadSetExportJobCommand, } from "./commands/GetReadSetExportJobCommand";
|
|
43
46
|
import { GetReadSetImportJobCommand, } from "./commands/GetReadSetImportJobCommand";
|
|
44
47
|
import { GetReadSetMetadataCommand, } from "./commands/GetReadSetMetadataCommand";
|
|
@@ -46,21 +49,22 @@ import { GetReferenceCommand, } from "./commands/GetReferenceCommand";
|
|
|
46
49
|
import { GetReferenceImportJobCommand, } from "./commands/GetReferenceImportJobCommand";
|
|
47
50
|
import { GetReferenceMetadataCommand, } from "./commands/GetReferenceMetadataCommand";
|
|
48
51
|
import { GetReferenceStoreCommand, } from "./commands/GetReferenceStoreCommand";
|
|
49
|
-
import { GetRunCacheCommand } from "./commands/GetRunCacheCommand";
|
|
52
|
+
import { GetRunCacheCommand, } from "./commands/GetRunCacheCommand";
|
|
50
53
|
import { GetRunCommand } from "./commands/GetRunCommand";
|
|
51
|
-
import { GetRunGroupCommand } from "./commands/GetRunGroupCommand";
|
|
52
|
-
import { GetRunTaskCommand } from "./commands/GetRunTaskCommand";
|
|
54
|
+
import { GetRunGroupCommand, } from "./commands/GetRunGroupCommand";
|
|
55
|
+
import { GetRunTaskCommand, } from "./commands/GetRunTaskCommand";
|
|
53
56
|
import { GetS3AccessPolicyCommand, } from "./commands/GetS3AccessPolicyCommand";
|
|
54
57
|
import { GetSequenceStoreCommand, } from "./commands/GetSequenceStoreCommand";
|
|
55
58
|
import { GetShareCommand } from "./commands/GetShareCommand";
|
|
56
59
|
import { GetVariantImportJobCommand, } from "./commands/GetVariantImportJobCommand";
|
|
57
60
|
import { GetVariantStoreCommand, } from "./commands/GetVariantStoreCommand";
|
|
58
|
-
import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
|
|
61
|
+
import { GetWorkflowCommand, } from "./commands/GetWorkflowCommand";
|
|
59
62
|
import { GetWorkflowVersionCommand, } from "./commands/GetWorkflowVersionCommand";
|
|
60
63
|
import { ListAnnotationImportJobsCommand, } from "./commands/ListAnnotationImportJobsCommand";
|
|
61
64
|
import { ListAnnotationStoresCommand, } from "./commands/ListAnnotationStoresCommand";
|
|
62
65
|
import { ListAnnotationStoreVersionsCommand, } from "./commands/ListAnnotationStoreVersionsCommand";
|
|
63
66
|
import { ListBatchCommand } from "./commands/ListBatchCommand";
|
|
67
|
+
import { ListConfigurationsCommand, } from "./commands/ListConfigurationsCommand";
|
|
64
68
|
import { ListMultipartReadSetUploadsCommand, } from "./commands/ListMultipartReadSetUploadsCommand";
|
|
65
69
|
import { ListReadSetActivationJobsCommand, } from "./commands/ListReadSetActivationJobsCommand";
|
|
66
70
|
import { ListReadSetExportJobsCommand, } from "./commands/ListReadSetExportJobsCommand";
|
|
@@ -76,7 +80,7 @@ import { ListRunsCommand } from "./commands/ListRunsCommand";
|
|
|
76
80
|
import { ListRunsInBatchCommand, } from "./commands/ListRunsInBatchCommand";
|
|
77
81
|
import { ListRunTasksCommand, } from "./commands/ListRunTasksCommand";
|
|
78
82
|
import { ListSequenceStoresCommand, } from "./commands/ListSequenceStoresCommand";
|
|
79
|
-
import { ListSharesCommand } from "./commands/ListSharesCommand";
|
|
83
|
+
import { ListSharesCommand, } from "./commands/ListSharesCommand";
|
|
80
84
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
81
85
|
import { ListVariantImportJobsCommand, } from "./commands/ListVariantImportJobsCommand";
|
|
82
86
|
import { ListVariantStoresCommand, } from "./commands/ListVariantStoresCommand";
|
|
@@ -91,7 +95,7 @@ import { StartReferenceImportJobCommand, } from "./commands/StartReferenceImport
|
|
|
91
95
|
import { StartRunBatchCommand, } from "./commands/StartRunBatchCommand";
|
|
92
96
|
import { StartRunCommand } from "./commands/StartRunCommand";
|
|
93
97
|
import { StartVariantImportJobCommand, } from "./commands/StartVariantImportJobCommand";
|
|
94
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
98
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
95
99
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
96
100
|
import { UpdateAnnotationStoreCommand, } from "./commands/UpdateAnnotationStoreCommand";
|
|
97
101
|
import { UpdateAnnotationStoreVersionCommand, } from "./commands/UpdateAnnotationStoreVersionCommand";
|
|
@@ -107,6 +111,7 @@ import { paginateListAnnotationImportJobs } from "./pagination/ListAnnotationImp
|
|
|
107
111
|
import { paginateListAnnotationStores } from "./pagination/ListAnnotationStoresPaginator";
|
|
108
112
|
import { paginateListAnnotationStoreVersions } from "./pagination/ListAnnotationStoreVersionsPaginator";
|
|
109
113
|
import { paginateListBatch } from "./pagination/ListBatchPaginator";
|
|
114
|
+
import { paginateListConfigurations } from "./pagination/ListConfigurationsPaginator";
|
|
110
115
|
import { paginateListMultipartReadSetUploads } from "./pagination/ListMultipartReadSetUploadsPaginator";
|
|
111
116
|
import { paginateListReadSetActivationJobs } from "./pagination/ListReadSetActivationJobsPaginator";
|
|
112
117
|
import { paginateListReadSetExportJobs } from "./pagination/ListReadSetExportJobsPaginator";
|
|
@@ -156,6 +161,7 @@ const commands = {
|
|
|
156
161
|
CompleteMultipartReadSetUploadCommand,
|
|
157
162
|
CreateAnnotationStoreCommand,
|
|
158
163
|
CreateAnnotationStoreVersionCommand,
|
|
164
|
+
CreateConfigurationCommand,
|
|
159
165
|
CreateMultipartReadSetUploadCommand,
|
|
160
166
|
CreateReferenceStoreCommand,
|
|
161
167
|
CreateRunCacheCommand,
|
|
@@ -168,6 +174,7 @@ const commands = {
|
|
|
168
174
|
DeleteAnnotationStoreCommand,
|
|
169
175
|
DeleteAnnotationStoreVersionsCommand,
|
|
170
176
|
DeleteBatchCommand,
|
|
177
|
+
DeleteConfigurationCommand,
|
|
171
178
|
DeleteReferenceCommand,
|
|
172
179
|
DeleteReferenceStoreCommand,
|
|
173
180
|
DeleteRunCommand,
|
|
@@ -184,6 +191,7 @@ const commands = {
|
|
|
184
191
|
GetAnnotationStoreCommand,
|
|
185
192
|
GetAnnotationStoreVersionCommand,
|
|
186
193
|
GetBatchCommand,
|
|
194
|
+
GetConfigurationCommand,
|
|
187
195
|
GetReadSetCommand,
|
|
188
196
|
GetReadSetActivationJobCommand,
|
|
189
197
|
GetReadSetExportJobCommand,
|
|
@@ -208,6 +216,7 @@ const commands = {
|
|
|
208
216
|
ListAnnotationStoresCommand,
|
|
209
217
|
ListAnnotationStoreVersionsCommand,
|
|
210
218
|
ListBatchCommand,
|
|
219
|
+
ListConfigurationsCommand,
|
|
211
220
|
ListMultipartReadSetUploadsCommand,
|
|
212
221
|
ListReadSetActivationJobsCommand,
|
|
213
222
|
ListReadSetExportJobsCommand,
|
|
@@ -255,6 +264,7 @@ const paginators = {
|
|
|
255
264
|
paginateListAnnotationStores,
|
|
256
265
|
paginateListAnnotationStoreVersions,
|
|
257
266
|
paginateListBatch,
|
|
267
|
+
paginateListConfigurations,
|
|
258
268
|
paginateListMultipartReadSetUploads,
|
|
259
269
|
paginateListReadSetActivationJobs,
|
|
260
270
|
paginateListReadSetExportJobs,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultOmicsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Omics", "CreateConfiguration", {})
|
|
13
|
+
.n("OmicsClient", "CreateConfigurationCommand")
|
|
14
|
+
.sc(CreateConfiguration$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Omics", "DeleteConfiguration", {})
|
|
13
|
+
.n("OmicsClient", "DeleteConfigurationCommand")
|
|
14
|
+
.sc(DeleteConfiguration$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Omics", "GetConfiguration", {})
|
|
13
|
+
.n("OmicsClient", "GetConfigurationCommand")
|
|
14
|
+
.sc(GetConfiguration$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListConfigurationsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("Omics", "ListConfigurations", {})
|
|
13
|
+
.n("OmicsClient", "ListConfigurationsCommand")
|
|
14
|
+
.sc(ListConfigurations$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|