@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
|
@@ -8,6 +8,7 @@ export * from "./CancelVariantImportJobCommand";
|
|
|
8
8
|
export * from "./CompleteMultipartReadSetUploadCommand";
|
|
9
9
|
export * from "./CreateAnnotationStoreCommand";
|
|
10
10
|
export * from "./CreateAnnotationStoreVersionCommand";
|
|
11
|
+
export * from "./CreateConfigurationCommand";
|
|
11
12
|
export * from "./CreateMultipartReadSetUploadCommand";
|
|
12
13
|
export * from "./CreateReferenceStoreCommand";
|
|
13
14
|
export * from "./CreateRunCacheCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./CreateWorkflowVersionCommand";
|
|
|
20
21
|
export * from "./DeleteAnnotationStoreCommand";
|
|
21
22
|
export * from "./DeleteAnnotationStoreVersionsCommand";
|
|
22
23
|
export * from "./DeleteBatchCommand";
|
|
24
|
+
export * from "./DeleteConfigurationCommand";
|
|
23
25
|
export * from "./DeleteReferenceCommand";
|
|
24
26
|
export * from "./DeleteReferenceStoreCommand";
|
|
25
27
|
export * from "./DeleteRunBatchCommand";
|
|
@@ -36,6 +38,7 @@ export * from "./GetAnnotationImportJobCommand";
|
|
|
36
38
|
export * from "./GetAnnotationStoreCommand";
|
|
37
39
|
export * from "./GetAnnotationStoreVersionCommand";
|
|
38
40
|
export * from "./GetBatchCommand";
|
|
41
|
+
export * from "./GetConfigurationCommand";
|
|
39
42
|
export * from "./GetReadSetActivationJobCommand";
|
|
40
43
|
export * from "./GetReadSetCommand";
|
|
41
44
|
export * from "./GetReadSetExportJobCommand";
|
|
@@ -60,6 +63,7 @@ export * from "./ListAnnotationImportJobsCommand";
|
|
|
60
63
|
export * from "./ListAnnotationStoreVersionsCommand";
|
|
61
64
|
export * from "./ListAnnotationStoresCommand";
|
|
62
65
|
export * from "./ListBatchCommand";
|
|
66
|
+
export * from "./ListConfigurationsCommand";
|
|
63
67
|
export * from "./ListMultipartReadSetUploadsCommand";
|
|
64
68
|
export * from "./ListReadSetActivationJobsCommand";
|
|
65
69
|
export * from "./ListReadSetExportJobsCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -98,6 +98,14 @@ export const ReadSetPartSource = {
|
|
|
98
98
|
SOURCE1: "SOURCE1",
|
|
99
99
|
SOURCE2: "SOURCE2",
|
|
100
100
|
};
|
|
101
|
+
export const ConfigurationStatus = {
|
|
102
|
+
ACTIVE: "ACTIVE",
|
|
103
|
+
CREATING: "CREATING",
|
|
104
|
+
DELETED: "DELETED",
|
|
105
|
+
DELETING: "DELETING",
|
|
106
|
+
FAILED: "FAILED",
|
|
107
|
+
UPDATING: "UPDATING",
|
|
108
|
+
};
|
|
101
109
|
export const FileType = {
|
|
102
110
|
BAM: "BAM",
|
|
103
111
|
CRAM: "CRAM",
|
|
@@ -252,6 +260,10 @@ export const ReferenceStatus = {
|
|
|
252
260
|
export const RunExport = {
|
|
253
261
|
DEFINITION: "DEFINITION",
|
|
254
262
|
};
|
|
263
|
+
export const NetworkingMode = {
|
|
264
|
+
RESTRICTED: "RESTRICTED",
|
|
265
|
+
VPC: "VPC",
|
|
266
|
+
};
|
|
255
267
|
export const RunStatus = {
|
|
256
268
|
CANCELLED: "CANCELLED",
|
|
257
269
|
COMPLETED: "COMPLETED",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListConfigurationsCommand, } from "../commands/ListConfigurationsCommand";
|
|
3
|
+
import { OmicsClient } from "../OmicsClient";
|
|
4
|
+
export const paginateListConfigurations = createPaginator(OmicsClient, ListConfigurationsCommand, "startingToken", "nextToken", "maxResults");
|
|
@@ -3,6 +3,7 @@ export * from "./ListAnnotationImportJobsPaginator";
|
|
|
3
3
|
export * from "./ListAnnotationStoresPaginator";
|
|
4
4
|
export * from "./ListAnnotationStoreVersionsPaginator";
|
|
5
5
|
export * from "./ListBatchPaginator";
|
|
6
|
+
export * from "./ListConfigurationsPaginator";
|
|
6
7
|
export * from "./ListMultipartReadSetUploadsPaginator";
|
|
7
8
|
export * from "./ListReadSetActivationJobsPaginator";
|
|
8
9
|
export * from "./ListReadSetExportJobsPaginator";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -35,7 +35,13 @@ const _CASRr = "CreateAnnotationStoreResponse";
|
|
|
35
35
|
const _CASV = "CreateAnnotationStoreVersion";
|
|
36
36
|
const _CASVR = "CreateAnnotationStoreVersionRequest";
|
|
37
37
|
const _CASVRr = "CreateAnnotationStoreVersionResponse";
|
|
38
|
+
const _CC = "CreateConfiguration";
|
|
39
|
+
const _CCR = "CreateConfigurationRequest";
|
|
40
|
+
const _CCRr = "CreateConfigurationResponse";
|
|
41
|
+
const _CD = "ConfigurationDetails";
|
|
38
42
|
const _CE = "ConflictException";
|
|
43
|
+
const _CL = "ConfigurationList";
|
|
44
|
+
const _CLI = "ConfigurationListItem";
|
|
39
45
|
const _CMRSU = "CompleteMultipartReadSetUpload";
|
|
40
46
|
const _CMRSUR = "CompleteMultipartReadSetUploadRequest";
|
|
41
47
|
const _CMRSURo = "CompleteMultipartReadSetUploadResponse";
|
|
@@ -85,6 +91,8 @@ const _DASVR = "DeleteAnnotationStoreVersionsRequest";
|
|
|
85
91
|
const _DASVRe = "DeleteAnnotationStoreVersionsResponse";
|
|
86
92
|
const _DB = "DeleteBatch";
|
|
87
93
|
const _DBR = "DeleteBatchRequest";
|
|
94
|
+
const _DC = "DeleteConfiguration";
|
|
95
|
+
const _DCR = "DeleteConfigurationRequest";
|
|
88
96
|
const _DR = "DefinitionRepository";
|
|
89
97
|
const _DRB = "DeleteRunBatch";
|
|
90
98
|
const _DRBR = "DeleteRunBatchRequest";
|
|
@@ -142,6 +150,9 @@ const _GASVRe = "GetAnnotationStoreVersionResponse";
|
|
|
142
150
|
const _GB = "GetBatch";
|
|
143
151
|
const _GBR = "GetBatchRequest";
|
|
144
152
|
const _GBRe = "GetBatchResponse";
|
|
153
|
+
const _GC = "GetConfiguration";
|
|
154
|
+
const _GCR = "GetConfigurationRequest";
|
|
155
|
+
const _GCRe = "GetConfigurationResponse";
|
|
145
156
|
const _GR = "GetReference";
|
|
146
157
|
const _GRC = "GetRunCache";
|
|
147
158
|
const _GRCR = "GetRunCacheRequest";
|
|
@@ -233,6 +244,9 @@ const _LASVRi = "ListAnnotationStoreVersionsResponse";
|
|
|
233
244
|
const _LB = "ListBatch";
|
|
234
245
|
const _LBR = "ListBatchRequest";
|
|
235
246
|
const _LBRi = "ListBatchResponse";
|
|
247
|
+
const _LC = "ListConfigurations";
|
|
248
|
+
const _LCR = "ListConfigurationsRequest";
|
|
249
|
+
const _LCRi = "ListConfigurationsResponse";
|
|
236
250
|
const _LMRSU = "ListMultipartReadSetUploads";
|
|
237
251
|
const _LMRSUR = "ListMultipartReadSetUploadsRequest";
|
|
238
252
|
const _LMRSURi = "ListMultipartReadSetUploadsResponse";
|
|
@@ -307,8 +321,10 @@ const _PSAPRu = "PutS3AccessPolicyResponse";
|
|
|
307
321
|
const _R = "Range";
|
|
308
322
|
const _RBL = "RunBatchList";
|
|
309
323
|
const _RBLI = "RunBatchListItem";
|
|
324
|
+
const _RC = "RunConfigurations";
|
|
310
325
|
const _RCL = "RunCacheList";
|
|
311
326
|
const _RCLI = "RunCacheListItem";
|
|
327
|
+
const _RCR = "RunConfigurationsResponse";
|
|
312
328
|
const _RF = "ReferenceFiles";
|
|
313
329
|
const _RFe = "ReferenceFilter";
|
|
314
330
|
const _RGL = "RunGroupList";
|
|
@@ -424,6 +440,8 @@ const _UW = "UpdateWorkflow";
|
|
|
424
440
|
const _UWR = "UpdateWorkflowRequest";
|
|
425
441
|
const _UWV = "UpdateWorkflowVersion";
|
|
426
442
|
const _UWVR = "UpdateWorkflowVersionRequest";
|
|
443
|
+
const _VC = "VpcConfig";
|
|
444
|
+
const _VCR = "VpcConfigResponse";
|
|
427
445
|
const _VDE = "VersionDeleteError";
|
|
428
446
|
const _VDEL = "VersionDeleteErrorList";
|
|
429
447
|
const _VE = "ValidationException";
|
|
@@ -469,6 +487,7 @@ const _cH = "cacheHit";
|
|
|
469
487
|
const _cI = "cacheId";
|
|
470
488
|
const _cJI = "creationJobId";
|
|
471
489
|
const _cL = "contentLength";
|
|
490
|
+
const _cN = "configurationName";
|
|
472
491
|
const _cRC = "completedRunCount";
|
|
473
492
|
const _cRCa = "cancelledRunCount";
|
|
474
493
|
const _cRM = "containerRegistryMap";
|
|
@@ -480,8 +499,9 @@ const _cTl = "clientToken";
|
|
|
480
499
|
const _cTo = "completionTime";
|
|
481
500
|
const _cTr = "creationType";
|
|
482
501
|
const _ch = "checksum";
|
|
483
|
-
const _co = "
|
|
502
|
+
const _co = "configuration";
|
|
484
503
|
const _cod = "code";
|
|
504
|
+
const _com = "comment";
|
|
485
505
|
const _cp = "cpus";
|
|
486
506
|
const _d = "description";
|
|
487
507
|
const _dI = "destinationImage";
|
|
@@ -567,6 +587,7 @@ const _md = "md5";
|
|
|
567
587
|
const _me = "memory";
|
|
568
588
|
const _met = "metadata";
|
|
569
589
|
const _n = "name";
|
|
590
|
+
const _nM = "networkingMode";
|
|
570
591
|
const _nT = "nextToken";
|
|
571
592
|
const _nV = "numVersions";
|
|
572
593
|
const _o = "optional";
|
|
@@ -597,6 +618,7 @@ const _rAe = "referenceArn";
|
|
|
597
618
|
const _rAes = "resourceArn";
|
|
598
619
|
const _rAeso = "resourceArns";
|
|
599
620
|
const _rAu = "runArn";
|
|
621
|
+
const _rC = "runConfigurations";
|
|
600
622
|
const _rD = "resourceDigests";
|
|
601
623
|
const _rGI = "runGroupId";
|
|
602
624
|
const _rI = "requestId";
|
|
@@ -644,12 +666,14 @@ const _sFR = "submissionFailureReason";
|
|
|
644
666
|
const _sFT = "sourceFileType";
|
|
645
667
|
const _sFo = "sourceFiles";
|
|
646
668
|
const _sFou = "sourceFile";
|
|
669
|
+
const _sGI = "securityGroupIds";
|
|
647
670
|
const _sI = "shareId";
|
|
648
671
|
const _sIa = "sampleId";
|
|
649
672
|
const _sIe = "sequenceInformation";
|
|
650
673
|
const _sIo = "sourceImage";
|
|
651
674
|
const _sIt = "storeId";
|
|
652
675
|
const _sIu = "subjectId";
|
|
676
|
+
const _sIub = "subnetIds";
|
|
653
677
|
const _sM = "statusMessage";
|
|
654
678
|
const _sN = "shareName";
|
|
655
679
|
const _sNt = "storeName";
|
|
@@ -704,6 +728,8 @@ const _uT = "updateTime";
|
|
|
704
728
|
const _up = "uploads";
|
|
705
729
|
const _v = "versions";
|
|
706
730
|
const _vA = "versionArn";
|
|
731
|
+
const _vC = "vpcConfig";
|
|
732
|
+
const _vI = "vpcId";
|
|
707
733
|
const _vIJ = "variantImportJobs";
|
|
708
734
|
const _vN = "versionName";
|
|
709
735
|
const _vO = "versionOptions";
|
|
@@ -919,6 +945,16 @@ export var CompleteReadSetUploadPartListItem$ = [3, n0, _CRSUPLI,
|
|
|
919
945
|
[_pN, _pS, _ch],
|
|
920
946
|
[1, 0, 0], 3
|
|
921
947
|
];
|
|
948
|
+
export var ConfigurationDetails$ = [3, n0, _CD,
|
|
949
|
+
0,
|
|
950
|
+
[_n, _ar, _u],
|
|
951
|
+
[0, 0, 0]
|
|
952
|
+
];
|
|
953
|
+
export var ConfigurationListItem$ = [3, n0, _CLI,
|
|
954
|
+
0,
|
|
955
|
+
[_ar, _n, _d, _sta, _cT],
|
|
956
|
+
[0, 0, 0, 0, 5]
|
|
957
|
+
];
|
|
922
958
|
export var ContainerRegistryMap$ = [3, n0, _CRM,
|
|
923
959
|
0,
|
|
924
960
|
[_rM, _iM],
|
|
@@ -944,6 +980,16 @@ export var CreateAnnotationStoreVersionResponse$ = [3, n0, _CASVRr,
|
|
|
944
980
|
[_i, _vN, _sIt, _n, _sta, _cT, _vO],
|
|
945
981
|
[0, 0, 0, 0, 0, 5, () => VersionOptions$], 6
|
|
946
982
|
];
|
|
983
|
+
export var CreateConfigurationRequest$ = [3, n0, _CCR,
|
|
984
|
+
0,
|
|
985
|
+
[_n, _rC, _d, _ta, _rI],
|
|
986
|
+
[0, () => RunConfigurations$, 0, 128 | 0, [0, 4]], 2
|
|
987
|
+
];
|
|
988
|
+
export var CreateConfigurationResponse$ = [3, n0, _CCRr,
|
|
989
|
+
0,
|
|
990
|
+
[_ar, _u, _n, _d, _rC, _sta, _cT, _ta],
|
|
991
|
+
[0, 0, 0, 0, () => RunConfigurationsResponse$, 0, 5, 128 | 0]
|
|
992
|
+
];
|
|
947
993
|
export var CreateMultipartReadSetUploadRequest$ = [3, n0, _CMRSURr,
|
|
948
994
|
0,
|
|
949
995
|
[_sSI, _sFT, _sIu, _sIa, _n, _cTl, _gF, _rAe, _d, _ta],
|
|
@@ -1074,6 +1120,11 @@ export var DeleteBatchRequest$ = [3, n0, _DBR,
|
|
|
1074
1120
|
[_bI],
|
|
1075
1121
|
[[0, 1]], 1
|
|
1076
1122
|
];
|
|
1123
|
+
export var DeleteConfigurationRequest$ = [3, n0, _DCR,
|
|
1124
|
+
0,
|
|
1125
|
+
[_n],
|
|
1126
|
+
[[0, 1]], 1
|
|
1127
|
+
];
|
|
1077
1128
|
export var DeleteReferenceRequest$ = [3, n0, _DRR,
|
|
1078
1129
|
0,
|
|
1079
1130
|
[_i, _rSIe],
|
|
@@ -1244,6 +1295,16 @@ export var GetBatchResponse$ = [3, n0, _GBRe,
|
|
|
1244
1295
|
[_i, _ar, _u, _n, _sta, _ta, _tR, _dRS, _sS, _rS, _cT, _sTu, _pTro, _fT, _fR],
|
|
1245
1296
|
[0, 0, 0, 0, 0, 128 | 0, 1, () => DefaultRunSetting$, () => SubmissionSummary$, () => RunSummary$, 5, 5, 5, 5, 0]
|
|
1246
1297
|
];
|
|
1298
|
+
export var GetConfigurationRequest$ = [3, n0, _GCR,
|
|
1299
|
+
0,
|
|
1300
|
+
[_n],
|
|
1301
|
+
[[0, 1]], 1
|
|
1302
|
+
];
|
|
1303
|
+
export var GetConfigurationResponse$ = [3, n0, _GCRe,
|
|
1304
|
+
0,
|
|
1305
|
+
[_ar, _u, _n, _d, _rC, _sta, _cT, _ta],
|
|
1306
|
+
[0, 0, 0, 0, () => RunConfigurationsResponse$, 0, 5, 128 | 0]
|
|
1307
|
+
];
|
|
1247
1308
|
export var GetReadSetActivationJobRequest$ = [3, n0, _GRSAJR,
|
|
1248
1309
|
0,
|
|
1249
1310
|
[_i, _sSI],
|
|
@@ -1361,8 +1422,8 @@ export var GetRunRequest$ = [3, n0, _GRRet,
|
|
|
1361
1422
|
];
|
|
1362
1423
|
export var GetRunResponse$ = [3, n0, _GRRetu,
|
|
1363
1424
|
0,
|
|
1364
|
-
[_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],
|
|
1365
|
-
[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, () => RunLogLocation$, 0, 0, 0, 0, 0, 0]
|
|
1425
|
+
[_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],
|
|
1426
|
+
[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, () => RunLogLocation$, 0, 0, 0, 0, 0, 0, 0, () => ConfigurationDetails$, () => VpcConfigResponse$]
|
|
1366
1427
|
];
|
|
1367
1428
|
export var GetRunTaskRequest$ = [3, n0, _GRTR,
|
|
1368
1429
|
0,
|
|
@@ -1544,6 +1605,16 @@ export var ListBatchResponse$ = [3, n0, _LBRi,
|
|
|
1544
1605
|
[_it, _nT],
|
|
1545
1606
|
[() => BatchList, 0]
|
|
1546
1607
|
];
|
|
1608
|
+
export var ListConfigurationsRequest$ = [3, n0, _LCR,
|
|
1609
|
+
0,
|
|
1610
|
+
[_mRa, _sTta],
|
|
1611
|
+
[[1, { [_hQ]: _mRa }], [0, { [_hQ]: _sTta }]]
|
|
1612
|
+
];
|
|
1613
|
+
export var ListConfigurationsResponse$ = [3, n0, _LCRi,
|
|
1614
|
+
0,
|
|
1615
|
+
[_it, _nT],
|
|
1616
|
+
[() => ConfigurationList, 0]
|
|
1617
|
+
];
|
|
1547
1618
|
export var ListMultipartReadSetUploadsRequest$ = [3, n0, _LMRSUR,
|
|
1548
1619
|
0,
|
|
1549
1620
|
[_sSI, _mRa, _nT],
|
|
@@ -1781,7 +1852,7 @@ export var PutS3AccessPolicyResponse$ = [3, n0, _PSAPRu,
|
|
|
1781
1852
|
];
|
|
1782
1853
|
export var ReadOptions$ = [3, n0, _RO,
|
|
1783
1854
|
0,
|
|
1784
|
-
[_sep, _enc, _q, _qA, _es, _eQ,
|
|
1855
|
+
[_sep, _enc, _q, _qA, _es, _eQ, _com, _h, _lSi],
|
|
1785
1856
|
[0, 0, 0, 2, 0, 2, 0, 2, 0]
|
|
1786
1857
|
];
|
|
1787
1858
|
export var ReadSetBatchError$ = [3, n0, _RSBE,
|
|
@@ -1859,6 +1930,16 @@ export var RunCacheListItem$ = [3, n0, _RCLI,
|
|
|
1859
1930
|
[_ar, _cBa, _cSU, _cT, _i, _n, _sta],
|
|
1860
1931
|
[0, 0, 0, 5, 0, 0, 0]
|
|
1861
1932
|
];
|
|
1933
|
+
export var RunConfigurations$ = [3, n0, _RC,
|
|
1934
|
+
0,
|
|
1935
|
+
[_vC],
|
|
1936
|
+
[() => VpcConfig$]
|
|
1937
|
+
];
|
|
1938
|
+
export var RunConfigurationsResponse$ = [3, n0, _RCR,
|
|
1939
|
+
0,
|
|
1940
|
+
[_vC],
|
|
1941
|
+
[() => VpcConfigResponse$]
|
|
1942
|
+
];
|
|
1862
1943
|
export var RunGroupListItem$ = [3, n0, _RGLI,
|
|
1863
1944
|
0,
|
|
1864
1945
|
[_ar, _i, _n, _mC, _mR, _mD, _cT, _mG],
|
|
@@ -2001,13 +2082,13 @@ export var StartRunBatchResponse$ = [3, n0, _SRBRt,
|
|
|
2001
2082
|
];
|
|
2002
2083
|
export var StartRunRequest$ = [3, n0, _SRR,
|
|
2003
2084
|
0,
|
|
2004
|
-
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _lL, _ta, _rI, _rMet, _sT, _wOI, _wVN],
|
|
2005
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 128 | 0, [0, 4], 0, 0, 0, 0], 2
|
|
2085
|
+
[_rA, _oU, _wI, _wT, _rIu, _n, _cI, _cBa, _rGI, _pr, _pa, _sCt, _lL, _ta, _rI, _rMet, _sT, _wOI, _wVN, _nM, _cN],
|
|
2086
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 1, 0, 128 | 0, [0, 4], 0, 0, 0, 0, 0, 0], 2
|
|
2006
2087
|
];
|
|
2007
2088
|
export var StartRunResponse$ = [3, n0, _SRRt,
|
|
2008
2089
|
0,
|
|
2009
|
-
[_ar, _i, _sta, _ta, _u, _rOU],
|
|
2010
|
-
[0, 0, 0, 128 | 0, 0, 0]
|
|
2090
|
+
[_ar, _i, _sta, _ta, _u, _rOU, _co, _nM],
|
|
2091
|
+
[0, 0, 0, 128 | 0, 0, 0, () => ConfigurationDetails$, 0]
|
|
2011
2092
|
];
|
|
2012
2093
|
export var StartVariantImportRequest$ = [3, n0, _SVIR,
|
|
2013
2094
|
0,
|
|
@@ -2164,6 +2245,16 @@ export var VersionDeleteError$ = [3, n0, _VDE,
|
|
|
2164
2245
|
[_vN, _m],
|
|
2165
2246
|
[0, 0], 2
|
|
2166
2247
|
];
|
|
2248
|
+
export var VpcConfig$ = [3, n0, _VC,
|
|
2249
|
+
0,
|
|
2250
|
+
[_sGI, _sIub],
|
|
2251
|
+
[64 | 0, 64 | 0]
|
|
2252
|
+
];
|
|
2253
|
+
export var VpcConfigResponse$ = [3, n0, _VCR,
|
|
2254
|
+
0,
|
|
2255
|
+
[_sGI, _sIub, _vI],
|
|
2256
|
+
[64 | 0, 64 | 0, 0]
|
|
2257
|
+
];
|
|
2167
2258
|
export var WorkflowListItem$ = [3, n0, _WLI,
|
|
2168
2259
|
0,
|
|
2169
2260
|
[_ar, _i, _n, _sta, _ty, _di, _cT, _met],
|
|
@@ -2208,6 +2299,9 @@ var BatchList = [1, n0, _BL,
|
|
|
2208
2299
|
var CompleteReadSetUploadPartList = [1, n0, _CRSUPL,
|
|
2209
2300
|
0, () => CompleteReadSetUploadPartListItem$
|
|
2210
2301
|
];
|
|
2302
|
+
var ConfigurationList = [1, n0, _CL,
|
|
2303
|
+
0, () => ConfigurationListItem$
|
|
2304
|
+
];
|
|
2211
2305
|
var ExcludeFilePatternList = 64 | 0;
|
|
2212
2306
|
var ExportReadSetDetailList = [1, n0, _ERSDL,
|
|
2213
2307
|
0, () => ExportReadSetDetail$
|
|
@@ -2276,6 +2370,7 @@ var RunList = [1, n0, _RLu,
|
|
|
2276
2370
|
var Schema = [1, n0, _S,
|
|
2277
2371
|
0, 128 | 0
|
|
2278
2372
|
];
|
|
2373
|
+
var SecurityGroupIds = 64 | 0;
|
|
2279
2374
|
var SequenceStoreDetailList = [1, n0, _SSDL,
|
|
2280
2375
|
0, () => SequenceStoreDetail$
|
|
2281
2376
|
];
|
|
@@ -2292,6 +2387,7 @@ var StartReferenceImportJobSourceList = [1, n0, _SRIJSL,
|
|
|
2292
2387
|
0, () => StartReferenceImportJobSourceItem$
|
|
2293
2388
|
];
|
|
2294
2389
|
var StatusList = 64 | 0;
|
|
2390
|
+
var SubnetIds = 64 | 0;
|
|
2295
2391
|
var TagKeyList = 64 | 0;
|
|
2296
2392
|
var TaskList = [1, n0, _TL,
|
|
2297
2393
|
0, () => TaskListItem$
|
|
@@ -2384,6 +2480,9 @@ export var CreateAnnotationStore$ = [9, n0, _CAS,
|
|
|
2384
2480
|
export var CreateAnnotationStoreVersion$ = [9, n0, _CASV,
|
|
2385
2481
|
{ [_end]: ["analytics-"], [_ht]: ["POST", "/annotationStore/{name}/version", 200] }, () => CreateAnnotationStoreVersionRequest$, () => CreateAnnotationStoreVersionResponse$
|
|
2386
2482
|
];
|
|
2483
|
+
export var CreateConfiguration$ = [9, n0, _CC,
|
|
2484
|
+
{ [_end]: ["workflows-"], [_ht]: ["POST", "/configuration", 201] }, () => CreateConfigurationRequest$, () => CreateConfigurationResponse$
|
|
2485
|
+
];
|
|
2387
2486
|
export var CreateMultipartReadSetUpload$ = [9, n0, _CMRSUr,
|
|
2388
2487
|
{ [_end]: ["control-storage-"], [_ht]: ["POST", "/sequencestore/{sequenceStoreId}/upload", 200] }, () => CreateMultipartReadSetUploadRequest$, () => CreateMultipartReadSetUploadResponse$
|
|
2389
2488
|
];
|
|
@@ -2420,6 +2519,9 @@ export var DeleteAnnotationStoreVersions$ = [9, n0, _DASV,
|
|
|
2420
2519
|
export var DeleteBatch$ = [9, n0, _DB,
|
|
2421
2520
|
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/runBatch/{batchId}", 202] }, () => DeleteBatchRequest$, () => __Unit
|
|
2422
2521
|
];
|
|
2522
|
+
export var DeleteConfiguration$ = [9, n0, _DC,
|
|
2523
|
+
{ [_end]: ["workflows-"], [_ht]: ["DELETE", "/configuration/{name}", 202] }, () => DeleteConfigurationRequest$, () => __Unit
|
|
2524
|
+
];
|
|
2423
2525
|
export var DeleteReference$ = [9, n0, _DRe,
|
|
2424
2526
|
{ [_end]: ["control-storage-"], [_ht]: ["DELETE", "/referencestore/{referenceStoreId}/reference/{id}", 200] }, () => DeleteReferenceRequest$, () => DeleteReferenceResponse$
|
|
2425
2527
|
];
|
|
@@ -2468,6 +2570,9 @@ export var GetAnnotationStoreVersion$ = [9, n0, _GASV,
|
|
|
2468
2570
|
export var GetBatch$ = [9, n0, _GB,
|
|
2469
2571
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch/{batchId}", 200] }, () => GetBatchRequest$, () => GetBatchResponse$
|
|
2470
2572
|
];
|
|
2573
|
+
export var GetConfiguration$ = [9, n0, _GC,
|
|
2574
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/configuration/{name}", 200] }, () => GetConfigurationRequest$, () => GetConfigurationResponse$
|
|
2575
|
+
];
|
|
2471
2576
|
export var GetReadSet$ = [9, n0, _GRS,
|
|
2472
2577
|
{ [_end]: ["storage-"], [_ht]: ["GET", "/sequencestore/{sequenceStoreId}/readset/{id}", 200] }, () => GetReadSetRequest$, () => GetReadSetResponse$
|
|
2473
2578
|
];
|
|
@@ -2540,6 +2645,9 @@ export var ListAnnotationStoreVersions$ = [9, n0, _LASV,
|
|
|
2540
2645
|
export var ListBatch$ = [9, n0, _LB,
|
|
2541
2646
|
{ [_end]: ["workflows-"], [_ht]: ["GET", "/runBatch", 200] }, () => ListBatchRequest$, () => ListBatchResponse$
|
|
2542
2647
|
];
|
|
2648
|
+
export var ListConfigurations$ = [9, n0, _LC,
|
|
2649
|
+
{ [_end]: ["workflows-"], [_ht]: ["GET", "/configuration", 200] }, () => ListConfigurationsRequest$, () => ListConfigurationsResponse$
|
|
2650
|
+
];
|
|
2543
2651
|
export var ListMultipartReadSetUploads$ = [9, n0, _LMRSU,
|
|
2544
2652
|
{ [_end]: ["control-storage-"], [_ht]: ["POST", "/sequencestore/{sequenceStoreId}/uploads", 200] }, () => ListMultipartReadSetUploadsRequest$, () => ListMultipartReadSetUploadsResponse$
|
|
2545
2653
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetAnnotationImportJobCommand, } from "../commands/GetAnnotationImportJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetAnnotationStoreCommand } from "../commands/GetAnnotationStoreCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetAnnotationStoreCommand } from "../commands/GetAnnotationStoreCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetAnnotationStoreVersionCommand, } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetReadSetActivationJobCommand, } from "../commands/GetReadSetActivationJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetExportJobCommand } from "../commands/GetReadSetExportJobCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetReadSetExportJobCommand, } from "../commands/GetReadSetExportJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetImportJobCommand } from "../commands/GetReadSetImportJobCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetReadSetImportJobCommand, } from "../commands/GetReadSetImportJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetReferenceImportJobCommand, } from "../commands/GetReferenceImportJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetRunCommand } from "../commands/GetRunCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetRunCommand } from "../commands/GetRunCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetRunTaskCommand } from "../commands/GetRunTaskCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetRunTaskCommand } from "../commands/GetRunTaskCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantImportJobCommand } from "../commands/GetVariantImportJobCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { GetVariantImportJobCommand, } from "../commands/GetVariantImportJobCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetVariantStoreCommand } from "../commands/GetVariantStoreCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetVariantStoreCommand } from "../commands/GetVariantStoreCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetWorkflowCommand } from "../commands/GetWorkflowCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetWorkflowVersionCommand } from "../commands/GetWorkflowVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|