@aws-sdk/client-omics 3.974.0 → 3.978.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/dist-cjs/index.js +188 -144
- package/dist-es/Omics.js +85 -1
- package/dist-types/Omics.d.ts +264 -1
- package/dist-types/ts3.4/Omics.d.ts +323 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3835,108 +3835,6 @@ class UploadReadSetPartCommand extends smithyClient.Command
|
|
|
3835
3835
|
.build() {
|
|
3836
3836
|
}
|
|
3837
3837
|
|
|
3838
|
-
const commands = {
|
|
3839
|
-
AbortMultipartReadSetUploadCommand,
|
|
3840
|
-
AcceptShareCommand,
|
|
3841
|
-
BatchDeleteReadSetCommand,
|
|
3842
|
-
CancelAnnotationImportJobCommand,
|
|
3843
|
-
CancelRunCommand,
|
|
3844
|
-
CancelVariantImportJobCommand,
|
|
3845
|
-
CompleteMultipartReadSetUploadCommand,
|
|
3846
|
-
CreateAnnotationStoreCommand,
|
|
3847
|
-
CreateAnnotationStoreVersionCommand,
|
|
3848
|
-
CreateMultipartReadSetUploadCommand,
|
|
3849
|
-
CreateReferenceStoreCommand,
|
|
3850
|
-
CreateRunCacheCommand,
|
|
3851
|
-
CreateRunGroupCommand,
|
|
3852
|
-
CreateSequenceStoreCommand,
|
|
3853
|
-
CreateShareCommand,
|
|
3854
|
-
CreateVariantStoreCommand,
|
|
3855
|
-
CreateWorkflowCommand,
|
|
3856
|
-
CreateWorkflowVersionCommand,
|
|
3857
|
-
DeleteAnnotationStoreCommand,
|
|
3858
|
-
DeleteAnnotationStoreVersionsCommand,
|
|
3859
|
-
DeleteReferenceCommand,
|
|
3860
|
-
DeleteReferenceStoreCommand,
|
|
3861
|
-
DeleteRunCommand,
|
|
3862
|
-
DeleteRunCacheCommand,
|
|
3863
|
-
DeleteRunGroupCommand,
|
|
3864
|
-
DeleteS3AccessPolicyCommand,
|
|
3865
|
-
DeleteSequenceStoreCommand,
|
|
3866
|
-
DeleteShareCommand,
|
|
3867
|
-
DeleteVariantStoreCommand,
|
|
3868
|
-
DeleteWorkflowCommand,
|
|
3869
|
-
DeleteWorkflowVersionCommand,
|
|
3870
|
-
GetAnnotationImportJobCommand,
|
|
3871
|
-
GetAnnotationStoreCommand,
|
|
3872
|
-
GetAnnotationStoreVersionCommand,
|
|
3873
|
-
GetReadSetCommand,
|
|
3874
|
-
GetReadSetActivationJobCommand,
|
|
3875
|
-
GetReadSetExportJobCommand,
|
|
3876
|
-
GetReadSetImportJobCommand,
|
|
3877
|
-
GetReadSetMetadataCommand,
|
|
3878
|
-
GetReferenceCommand,
|
|
3879
|
-
GetReferenceImportJobCommand,
|
|
3880
|
-
GetReferenceMetadataCommand,
|
|
3881
|
-
GetReferenceStoreCommand,
|
|
3882
|
-
GetRunCommand,
|
|
3883
|
-
GetRunCacheCommand,
|
|
3884
|
-
GetRunGroupCommand,
|
|
3885
|
-
GetRunTaskCommand,
|
|
3886
|
-
GetS3AccessPolicyCommand,
|
|
3887
|
-
GetSequenceStoreCommand,
|
|
3888
|
-
GetShareCommand,
|
|
3889
|
-
GetVariantImportJobCommand,
|
|
3890
|
-
GetVariantStoreCommand,
|
|
3891
|
-
GetWorkflowCommand,
|
|
3892
|
-
GetWorkflowVersionCommand,
|
|
3893
|
-
ListAnnotationImportJobsCommand,
|
|
3894
|
-
ListAnnotationStoresCommand,
|
|
3895
|
-
ListAnnotationStoreVersionsCommand,
|
|
3896
|
-
ListMultipartReadSetUploadsCommand,
|
|
3897
|
-
ListReadSetActivationJobsCommand,
|
|
3898
|
-
ListReadSetExportJobsCommand,
|
|
3899
|
-
ListReadSetImportJobsCommand,
|
|
3900
|
-
ListReadSetsCommand,
|
|
3901
|
-
ListReadSetUploadPartsCommand,
|
|
3902
|
-
ListReferenceImportJobsCommand,
|
|
3903
|
-
ListReferencesCommand,
|
|
3904
|
-
ListReferenceStoresCommand,
|
|
3905
|
-
ListRunCachesCommand,
|
|
3906
|
-
ListRunGroupsCommand,
|
|
3907
|
-
ListRunsCommand,
|
|
3908
|
-
ListRunTasksCommand,
|
|
3909
|
-
ListSequenceStoresCommand,
|
|
3910
|
-
ListSharesCommand,
|
|
3911
|
-
ListTagsForResourceCommand,
|
|
3912
|
-
ListVariantImportJobsCommand,
|
|
3913
|
-
ListVariantStoresCommand,
|
|
3914
|
-
ListWorkflowsCommand,
|
|
3915
|
-
ListWorkflowVersionsCommand,
|
|
3916
|
-
PutS3AccessPolicyCommand,
|
|
3917
|
-
StartAnnotationImportJobCommand,
|
|
3918
|
-
StartReadSetActivationJobCommand,
|
|
3919
|
-
StartReadSetExportJobCommand,
|
|
3920
|
-
StartReadSetImportJobCommand,
|
|
3921
|
-
StartReferenceImportJobCommand,
|
|
3922
|
-
StartRunCommand,
|
|
3923
|
-
StartVariantImportJobCommand,
|
|
3924
|
-
TagResourceCommand,
|
|
3925
|
-
UntagResourceCommand,
|
|
3926
|
-
UpdateAnnotationStoreCommand,
|
|
3927
|
-
UpdateAnnotationStoreVersionCommand,
|
|
3928
|
-
UpdateRunCacheCommand,
|
|
3929
|
-
UpdateRunGroupCommand,
|
|
3930
|
-
UpdateSequenceStoreCommand,
|
|
3931
|
-
UpdateVariantStoreCommand,
|
|
3932
|
-
UpdateWorkflowCommand,
|
|
3933
|
-
UpdateWorkflowVersionCommand,
|
|
3934
|
-
UploadReadSetPartCommand,
|
|
3935
|
-
};
|
|
3936
|
-
class Omics extends OmicsClient {
|
|
3937
|
-
}
|
|
3938
|
-
smithyClient.createAggregatedClient(commands, Omics);
|
|
3939
|
-
|
|
3940
3838
|
const paginateListAnnotationImportJobs = core.createPaginator(OmicsClient, ListAnnotationImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3941
3839
|
|
|
3942
3840
|
const paginateListAnnotationStores = core.createPaginator(OmicsClient, ListAnnotationStoresCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -4590,7 +4488,7 @@ const checkState$8 = async (client, input) => {
|
|
|
4590
4488
|
const returnComparator = () => {
|
|
4591
4489
|
return result.status;
|
|
4592
4490
|
};
|
|
4593
|
-
if (returnComparator() === "
|
|
4491
|
+
if (returnComparator() === "COMPLETED") {
|
|
4594
4492
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4595
4493
|
}
|
|
4596
4494
|
}
|
|
@@ -4617,8 +4515,8 @@ const checkState$8 = async (client, input) => {
|
|
|
4617
4515
|
const returnComparator = () => {
|
|
4618
4516
|
return result.status;
|
|
4619
4517
|
};
|
|
4620
|
-
if (returnComparator() === "
|
|
4621
|
-
return { state: utilWaiter.WaiterState.
|
|
4518
|
+
if (returnComparator() === "RUNNING") {
|
|
4519
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4622
4520
|
}
|
|
4623
4521
|
}
|
|
4624
4522
|
catch (e) { }
|
|
@@ -4626,7 +4524,16 @@ const checkState$8 = async (client, input) => {
|
|
|
4626
4524
|
const returnComparator = () => {
|
|
4627
4525
|
return result.status;
|
|
4628
4526
|
};
|
|
4629
|
-
if (returnComparator() === "
|
|
4527
|
+
if (returnComparator() === "STOPPING") {
|
|
4528
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4529
|
+
}
|
|
4530
|
+
}
|
|
4531
|
+
catch (e) { }
|
|
4532
|
+
try {
|
|
4533
|
+
const returnComparator = () => {
|
|
4534
|
+
return result.status;
|
|
4535
|
+
};
|
|
4536
|
+
if (returnComparator() === "FAILED") {
|
|
4630
4537
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4631
4538
|
}
|
|
4632
4539
|
}
|
|
@@ -4637,11 +4544,11 @@ const checkState$8 = async (client, input) => {
|
|
|
4637
4544
|
}
|
|
4638
4545
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4639
4546
|
};
|
|
4640
|
-
const
|
|
4547
|
+
const waitForRunCompleted = async (params, input) => {
|
|
4641
4548
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4642
4549
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4643
4550
|
};
|
|
4644
|
-
const
|
|
4551
|
+
const waitUntilRunCompleted = async (params, input) => {
|
|
4645
4552
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4646
4553
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
4647
4554
|
return utilWaiter.checkExceptions(result);
|
|
@@ -4656,7 +4563,7 @@ const checkState$7 = async (client, input) => {
|
|
|
4656
4563
|
const returnComparator = () => {
|
|
4657
4564
|
return result.status;
|
|
4658
4565
|
};
|
|
4659
|
-
if (returnComparator() === "
|
|
4566
|
+
if (returnComparator() === "RUNNING") {
|
|
4660
4567
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4661
4568
|
}
|
|
4662
4569
|
}
|
|
@@ -4683,17 +4590,8 @@ const checkState$7 = async (client, input) => {
|
|
|
4683
4590
|
const returnComparator = () => {
|
|
4684
4591
|
return result.status;
|
|
4685
4592
|
};
|
|
4686
|
-
if (returnComparator() === "
|
|
4687
|
-
return { state: utilWaiter.WaiterState.
|
|
4688
|
-
}
|
|
4689
|
-
}
|
|
4690
|
-
catch (e) { }
|
|
4691
|
-
try {
|
|
4692
|
-
const returnComparator = () => {
|
|
4693
|
-
return result.status;
|
|
4694
|
-
};
|
|
4695
|
-
if (returnComparator() === "STOPPING") {
|
|
4696
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4593
|
+
if (returnComparator() === "FAILED") {
|
|
4594
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4697
4595
|
}
|
|
4698
4596
|
}
|
|
4699
4597
|
catch (e) { }
|
|
@@ -4701,7 +4599,7 @@ const checkState$7 = async (client, input) => {
|
|
|
4701
4599
|
const returnComparator = () => {
|
|
4702
4600
|
return result.status;
|
|
4703
4601
|
};
|
|
4704
|
-
if (returnComparator() === "
|
|
4602
|
+
if (returnComparator() === "CANCELLED") {
|
|
4705
4603
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4706
4604
|
}
|
|
4707
4605
|
}
|
|
@@ -4712,11 +4610,11 @@ const checkState$7 = async (client, input) => {
|
|
|
4712
4610
|
}
|
|
4713
4611
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4714
4612
|
};
|
|
4715
|
-
const
|
|
4613
|
+
const waitForRunRunning = async (params, input) => {
|
|
4716
4614
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4717
4615
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4718
4616
|
};
|
|
4719
|
-
const
|
|
4617
|
+
const waitUntilRunRunning = async (params, input) => {
|
|
4720
4618
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4721
4619
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
4722
4620
|
return utilWaiter.checkExceptions(result);
|
|
@@ -4731,7 +4629,7 @@ const checkState$6 = async (client, input) => {
|
|
|
4731
4629
|
const returnComparator = () => {
|
|
4732
4630
|
return result.status;
|
|
4733
4631
|
};
|
|
4734
|
-
if (returnComparator() === "
|
|
4632
|
+
if (returnComparator() === "COMPLETED") {
|
|
4735
4633
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4736
4634
|
}
|
|
4737
4635
|
}
|
|
@@ -4758,8 +4656,8 @@ const checkState$6 = async (client, input) => {
|
|
|
4758
4656
|
const returnComparator = () => {
|
|
4759
4657
|
return result.status;
|
|
4760
4658
|
};
|
|
4761
|
-
if (returnComparator() === "
|
|
4762
|
-
return { state: utilWaiter.WaiterState.
|
|
4659
|
+
if (returnComparator() === "RUNNING") {
|
|
4660
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4763
4661
|
}
|
|
4764
4662
|
}
|
|
4765
4663
|
catch (e) { }
|
|
@@ -4767,7 +4665,16 @@ const checkState$6 = async (client, input) => {
|
|
|
4767
4665
|
const returnComparator = () => {
|
|
4768
4666
|
return result.status;
|
|
4769
4667
|
};
|
|
4770
|
-
if (returnComparator() === "
|
|
4668
|
+
if (returnComparator() === "STOPPING") {
|
|
4669
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4670
|
+
}
|
|
4671
|
+
}
|
|
4672
|
+
catch (e) { }
|
|
4673
|
+
try {
|
|
4674
|
+
const returnComparator = () => {
|
|
4675
|
+
return result.status;
|
|
4676
|
+
};
|
|
4677
|
+
if (returnComparator() === "FAILED") {
|
|
4771
4678
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4772
4679
|
}
|
|
4773
4680
|
}
|
|
@@ -4778,11 +4685,11 @@ const checkState$6 = async (client, input) => {
|
|
|
4778
4685
|
}
|
|
4779
4686
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4780
4687
|
};
|
|
4781
|
-
const
|
|
4688
|
+
const waitForTaskCompleted = async (params, input) => {
|
|
4782
4689
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4783
4690
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
4784
4691
|
};
|
|
4785
|
-
const
|
|
4692
|
+
const waitUntilTaskCompleted = async (params, input) => {
|
|
4786
4693
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4787
4694
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
4788
4695
|
return utilWaiter.checkExceptions(result);
|
|
@@ -4797,7 +4704,7 @@ const checkState$5 = async (client, input) => {
|
|
|
4797
4704
|
const returnComparator = () => {
|
|
4798
4705
|
return result.status;
|
|
4799
4706
|
};
|
|
4800
|
-
if (returnComparator() === "
|
|
4707
|
+
if (returnComparator() === "RUNNING") {
|
|
4801
4708
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
4802
4709
|
}
|
|
4803
4710
|
}
|
|
@@ -4824,17 +4731,8 @@ const checkState$5 = async (client, input) => {
|
|
|
4824
4731
|
const returnComparator = () => {
|
|
4825
4732
|
return result.status;
|
|
4826
4733
|
};
|
|
4827
|
-
if (returnComparator() === "
|
|
4828
|
-
return { state: utilWaiter.WaiterState.
|
|
4829
|
-
}
|
|
4830
|
-
}
|
|
4831
|
-
catch (e) { }
|
|
4832
|
-
try {
|
|
4833
|
-
const returnComparator = () => {
|
|
4834
|
-
return result.status;
|
|
4835
|
-
};
|
|
4836
|
-
if (returnComparator() === "STOPPING") {
|
|
4837
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4734
|
+
if (returnComparator() === "FAILED") {
|
|
4735
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4838
4736
|
}
|
|
4839
4737
|
}
|
|
4840
4738
|
catch (e) { }
|
|
@@ -4842,7 +4740,7 @@ const checkState$5 = async (client, input) => {
|
|
|
4842
4740
|
const returnComparator = () => {
|
|
4843
4741
|
return result.status;
|
|
4844
4742
|
};
|
|
4845
|
-
if (returnComparator() === "
|
|
4743
|
+
if (returnComparator() === "CANCELLED") {
|
|
4846
4744
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
4847
4745
|
}
|
|
4848
4746
|
}
|
|
@@ -4853,11 +4751,11 @@ const checkState$5 = async (client, input) => {
|
|
|
4853
4751
|
}
|
|
4854
4752
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
4855
4753
|
};
|
|
4856
|
-
const
|
|
4754
|
+
const waitForTaskRunning = async (params, input) => {
|
|
4857
4755
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4858
4756
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
4859
4757
|
};
|
|
4860
|
-
const
|
|
4758
|
+
const waitUntilTaskRunning = async (params, input) => {
|
|
4861
4759
|
const serviceDefaults = { minDelay: 30, maxDelay: 600 };
|
|
4862
4760
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
4863
4761
|
return utilWaiter.checkExceptions(result);
|
|
@@ -5142,6 +5040,152 @@ const waitUntilWorkflowVersionActive = async (params, input) => {
|
|
|
5142
5040
|
return utilWaiter.checkExceptions(result);
|
|
5143
5041
|
};
|
|
5144
5042
|
|
|
5043
|
+
const commands = {
|
|
5044
|
+
AbortMultipartReadSetUploadCommand,
|
|
5045
|
+
AcceptShareCommand,
|
|
5046
|
+
BatchDeleteReadSetCommand,
|
|
5047
|
+
CancelAnnotationImportJobCommand,
|
|
5048
|
+
CancelRunCommand,
|
|
5049
|
+
CancelVariantImportJobCommand,
|
|
5050
|
+
CompleteMultipartReadSetUploadCommand,
|
|
5051
|
+
CreateAnnotationStoreCommand,
|
|
5052
|
+
CreateAnnotationStoreVersionCommand,
|
|
5053
|
+
CreateMultipartReadSetUploadCommand,
|
|
5054
|
+
CreateReferenceStoreCommand,
|
|
5055
|
+
CreateRunCacheCommand,
|
|
5056
|
+
CreateRunGroupCommand,
|
|
5057
|
+
CreateSequenceStoreCommand,
|
|
5058
|
+
CreateShareCommand,
|
|
5059
|
+
CreateVariantStoreCommand,
|
|
5060
|
+
CreateWorkflowCommand,
|
|
5061
|
+
CreateWorkflowVersionCommand,
|
|
5062
|
+
DeleteAnnotationStoreCommand,
|
|
5063
|
+
DeleteAnnotationStoreVersionsCommand,
|
|
5064
|
+
DeleteReferenceCommand,
|
|
5065
|
+
DeleteReferenceStoreCommand,
|
|
5066
|
+
DeleteRunCommand,
|
|
5067
|
+
DeleteRunCacheCommand,
|
|
5068
|
+
DeleteRunGroupCommand,
|
|
5069
|
+
DeleteS3AccessPolicyCommand,
|
|
5070
|
+
DeleteSequenceStoreCommand,
|
|
5071
|
+
DeleteShareCommand,
|
|
5072
|
+
DeleteVariantStoreCommand,
|
|
5073
|
+
DeleteWorkflowCommand,
|
|
5074
|
+
DeleteWorkflowVersionCommand,
|
|
5075
|
+
GetAnnotationImportJobCommand,
|
|
5076
|
+
GetAnnotationStoreCommand,
|
|
5077
|
+
GetAnnotationStoreVersionCommand,
|
|
5078
|
+
GetReadSetCommand,
|
|
5079
|
+
GetReadSetActivationJobCommand,
|
|
5080
|
+
GetReadSetExportJobCommand,
|
|
5081
|
+
GetReadSetImportJobCommand,
|
|
5082
|
+
GetReadSetMetadataCommand,
|
|
5083
|
+
GetReferenceCommand,
|
|
5084
|
+
GetReferenceImportJobCommand,
|
|
5085
|
+
GetReferenceMetadataCommand,
|
|
5086
|
+
GetReferenceStoreCommand,
|
|
5087
|
+
GetRunCommand,
|
|
5088
|
+
GetRunCacheCommand,
|
|
5089
|
+
GetRunGroupCommand,
|
|
5090
|
+
GetRunTaskCommand,
|
|
5091
|
+
GetS3AccessPolicyCommand,
|
|
5092
|
+
GetSequenceStoreCommand,
|
|
5093
|
+
GetShareCommand,
|
|
5094
|
+
GetVariantImportJobCommand,
|
|
5095
|
+
GetVariantStoreCommand,
|
|
5096
|
+
GetWorkflowCommand,
|
|
5097
|
+
GetWorkflowVersionCommand,
|
|
5098
|
+
ListAnnotationImportJobsCommand,
|
|
5099
|
+
ListAnnotationStoresCommand,
|
|
5100
|
+
ListAnnotationStoreVersionsCommand,
|
|
5101
|
+
ListMultipartReadSetUploadsCommand,
|
|
5102
|
+
ListReadSetActivationJobsCommand,
|
|
5103
|
+
ListReadSetExportJobsCommand,
|
|
5104
|
+
ListReadSetImportJobsCommand,
|
|
5105
|
+
ListReadSetsCommand,
|
|
5106
|
+
ListReadSetUploadPartsCommand,
|
|
5107
|
+
ListReferenceImportJobsCommand,
|
|
5108
|
+
ListReferencesCommand,
|
|
5109
|
+
ListReferenceStoresCommand,
|
|
5110
|
+
ListRunCachesCommand,
|
|
5111
|
+
ListRunGroupsCommand,
|
|
5112
|
+
ListRunsCommand,
|
|
5113
|
+
ListRunTasksCommand,
|
|
5114
|
+
ListSequenceStoresCommand,
|
|
5115
|
+
ListSharesCommand,
|
|
5116
|
+
ListTagsForResourceCommand,
|
|
5117
|
+
ListVariantImportJobsCommand,
|
|
5118
|
+
ListVariantStoresCommand,
|
|
5119
|
+
ListWorkflowsCommand,
|
|
5120
|
+
ListWorkflowVersionsCommand,
|
|
5121
|
+
PutS3AccessPolicyCommand,
|
|
5122
|
+
StartAnnotationImportJobCommand,
|
|
5123
|
+
StartReadSetActivationJobCommand,
|
|
5124
|
+
StartReadSetExportJobCommand,
|
|
5125
|
+
StartReadSetImportJobCommand,
|
|
5126
|
+
StartReferenceImportJobCommand,
|
|
5127
|
+
StartRunCommand,
|
|
5128
|
+
StartVariantImportJobCommand,
|
|
5129
|
+
TagResourceCommand,
|
|
5130
|
+
UntagResourceCommand,
|
|
5131
|
+
UpdateAnnotationStoreCommand,
|
|
5132
|
+
UpdateAnnotationStoreVersionCommand,
|
|
5133
|
+
UpdateRunCacheCommand,
|
|
5134
|
+
UpdateRunGroupCommand,
|
|
5135
|
+
UpdateSequenceStoreCommand,
|
|
5136
|
+
UpdateVariantStoreCommand,
|
|
5137
|
+
UpdateWorkflowCommand,
|
|
5138
|
+
UpdateWorkflowVersionCommand,
|
|
5139
|
+
UploadReadSetPartCommand,
|
|
5140
|
+
};
|
|
5141
|
+
const paginators = {
|
|
5142
|
+
paginateListAnnotationImportJobs,
|
|
5143
|
+
paginateListAnnotationStores,
|
|
5144
|
+
paginateListAnnotationStoreVersions,
|
|
5145
|
+
paginateListMultipartReadSetUploads,
|
|
5146
|
+
paginateListReadSetActivationJobs,
|
|
5147
|
+
paginateListReadSetExportJobs,
|
|
5148
|
+
paginateListReadSetImportJobs,
|
|
5149
|
+
paginateListReadSets,
|
|
5150
|
+
paginateListReadSetUploadParts,
|
|
5151
|
+
paginateListReferenceImportJobs,
|
|
5152
|
+
paginateListReferences,
|
|
5153
|
+
paginateListReferenceStores,
|
|
5154
|
+
paginateListRunCaches,
|
|
5155
|
+
paginateListRunGroups,
|
|
5156
|
+
paginateListRuns,
|
|
5157
|
+
paginateListRunTasks,
|
|
5158
|
+
paginateListSequenceStores,
|
|
5159
|
+
paginateListShares,
|
|
5160
|
+
paginateListVariantImportJobs,
|
|
5161
|
+
paginateListVariantStores,
|
|
5162
|
+
paginateListWorkflows,
|
|
5163
|
+
paginateListWorkflowVersions,
|
|
5164
|
+
};
|
|
5165
|
+
const waiters = {
|
|
5166
|
+
waitUntilAnnotationImportJobCreated,
|
|
5167
|
+
waitUntilAnnotationStoreCreated,
|
|
5168
|
+
waitUntilAnnotationStoreDeleted,
|
|
5169
|
+
waitUntilAnnotationStoreVersionCreated,
|
|
5170
|
+
waitUntilAnnotationStoreVersionDeleted,
|
|
5171
|
+
waitUntilReadSetActivationJobCompleted,
|
|
5172
|
+
waitUntilReadSetExportJobCompleted,
|
|
5173
|
+
waitUntilReadSetImportJobCompleted,
|
|
5174
|
+
waitUntilReferenceImportJobCompleted,
|
|
5175
|
+
waitUntilRunRunning,
|
|
5176
|
+
waitUntilRunCompleted,
|
|
5177
|
+
waitUntilTaskRunning,
|
|
5178
|
+
waitUntilTaskCompleted,
|
|
5179
|
+
waitUntilVariantImportJobCreated,
|
|
5180
|
+
waitUntilVariantStoreCreated,
|
|
5181
|
+
waitUntilVariantStoreDeleted,
|
|
5182
|
+
waitUntilWorkflowActive,
|
|
5183
|
+
waitUntilWorkflowVersionActive,
|
|
5184
|
+
};
|
|
5185
|
+
class Omics extends OmicsClient {
|
|
5186
|
+
}
|
|
5187
|
+
smithyClient.createAggregatedClient(commands, Omics, { paginators, waiters });
|
|
5188
|
+
|
|
5145
5189
|
const Accelerators = {
|
|
5146
5190
|
GPU: "GPU",
|
|
5147
5191
|
};
|
package/dist-es/Omics.js
CHANGED
|
@@ -96,6 +96,46 @@ import { UpdateWorkflowCommand, } from "./commands/UpdateWorkflowCommand";
|
|
|
96
96
|
import { UpdateWorkflowVersionCommand, } from "./commands/UpdateWorkflowVersionCommand";
|
|
97
97
|
import { UploadReadSetPartCommand, } from "./commands/UploadReadSetPartCommand";
|
|
98
98
|
import { OmicsClient } from "./OmicsClient";
|
|
99
|
+
import { paginateListAnnotationImportJobs } from "./pagination/ListAnnotationImportJobsPaginator";
|
|
100
|
+
import { paginateListAnnotationStores } from "./pagination/ListAnnotationStoresPaginator";
|
|
101
|
+
import { paginateListAnnotationStoreVersions } from "./pagination/ListAnnotationStoreVersionsPaginator";
|
|
102
|
+
import { paginateListMultipartReadSetUploads } from "./pagination/ListMultipartReadSetUploadsPaginator";
|
|
103
|
+
import { paginateListReadSetActivationJobs } from "./pagination/ListReadSetActivationJobsPaginator";
|
|
104
|
+
import { paginateListReadSetExportJobs } from "./pagination/ListReadSetExportJobsPaginator";
|
|
105
|
+
import { paginateListReadSetImportJobs } from "./pagination/ListReadSetImportJobsPaginator";
|
|
106
|
+
import { paginateListReadSets } from "./pagination/ListReadSetsPaginator";
|
|
107
|
+
import { paginateListReadSetUploadParts } from "./pagination/ListReadSetUploadPartsPaginator";
|
|
108
|
+
import { paginateListReferenceImportJobs } from "./pagination/ListReferenceImportJobsPaginator";
|
|
109
|
+
import { paginateListReferences } from "./pagination/ListReferencesPaginator";
|
|
110
|
+
import { paginateListReferenceStores } from "./pagination/ListReferenceStoresPaginator";
|
|
111
|
+
import { paginateListRunCaches } from "./pagination/ListRunCachesPaginator";
|
|
112
|
+
import { paginateListRunGroups } from "./pagination/ListRunGroupsPaginator";
|
|
113
|
+
import { paginateListRuns } from "./pagination/ListRunsPaginator";
|
|
114
|
+
import { paginateListRunTasks } from "./pagination/ListRunTasksPaginator";
|
|
115
|
+
import { paginateListSequenceStores } from "./pagination/ListSequenceStoresPaginator";
|
|
116
|
+
import { paginateListShares } from "./pagination/ListSharesPaginator";
|
|
117
|
+
import { paginateListVariantImportJobs } from "./pagination/ListVariantImportJobsPaginator";
|
|
118
|
+
import { paginateListVariantStores } from "./pagination/ListVariantStoresPaginator";
|
|
119
|
+
import { paginateListWorkflows } from "./pagination/ListWorkflowsPaginator";
|
|
120
|
+
import { paginateListWorkflowVersions } from "./pagination/ListWorkflowVersionsPaginator";
|
|
121
|
+
import { waitUntilAnnotationImportJobCreated } from "./waiters/waitForAnnotationImportJobCreated";
|
|
122
|
+
import { waitUntilAnnotationStoreCreated } from "./waiters/waitForAnnotationStoreCreated";
|
|
123
|
+
import { waitUntilAnnotationStoreDeleted } from "./waiters/waitForAnnotationStoreDeleted";
|
|
124
|
+
import { waitUntilAnnotationStoreVersionCreated } from "./waiters/waitForAnnotationStoreVersionCreated";
|
|
125
|
+
import { waitUntilAnnotationStoreVersionDeleted } from "./waiters/waitForAnnotationStoreVersionDeleted";
|
|
126
|
+
import { waitUntilReadSetActivationJobCompleted } from "./waiters/waitForReadSetActivationJobCompleted";
|
|
127
|
+
import { waitUntilReadSetExportJobCompleted } from "./waiters/waitForReadSetExportJobCompleted";
|
|
128
|
+
import { waitUntilReadSetImportJobCompleted } from "./waiters/waitForReadSetImportJobCompleted";
|
|
129
|
+
import { waitUntilReferenceImportJobCompleted } from "./waiters/waitForReferenceImportJobCompleted";
|
|
130
|
+
import { waitUntilRunCompleted } from "./waiters/waitForRunCompleted";
|
|
131
|
+
import { waitUntilRunRunning } from "./waiters/waitForRunRunning";
|
|
132
|
+
import { waitUntilTaskCompleted } from "./waiters/waitForTaskCompleted";
|
|
133
|
+
import { waitUntilTaskRunning } from "./waiters/waitForTaskRunning";
|
|
134
|
+
import { waitUntilVariantImportJobCreated } from "./waiters/waitForVariantImportJobCreated";
|
|
135
|
+
import { waitUntilVariantStoreCreated } from "./waiters/waitForVariantStoreCreated";
|
|
136
|
+
import { waitUntilVariantStoreDeleted } from "./waiters/waitForVariantStoreDeleted";
|
|
137
|
+
import { waitUntilWorkflowActive } from "./waiters/waitForWorkflowActive";
|
|
138
|
+
import { waitUntilWorkflowVersionActive } from "./waiters/waitForWorkflowVersionActive";
|
|
99
139
|
const commands = {
|
|
100
140
|
AbortMultipartReadSetUploadCommand,
|
|
101
141
|
AcceptShareCommand,
|
|
@@ -194,6 +234,50 @@ const commands = {
|
|
|
194
234
|
UpdateWorkflowVersionCommand,
|
|
195
235
|
UploadReadSetPartCommand,
|
|
196
236
|
};
|
|
237
|
+
const paginators = {
|
|
238
|
+
paginateListAnnotationImportJobs,
|
|
239
|
+
paginateListAnnotationStores,
|
|
240
|
+
paginateListAnnotationStoreVersions,
|
|
241
|
+
paginateListMultipartReadSetUploads,
|
|
242
|
+
paginateListReadSetActivationJobs,
|
|
243
|
+
paginateListReadSetExportJobs,
|
|
244
|
+
paginateListReadSetImportJobs,
|
|
245
|
+
paginateListReadSets,
|
|
246
|
+
paginateListReadSetUploadParts,
|
|
247
|
+
paginateListReferenceImportJobs,
|
|
248
|
+
paginateListReferences,
|
|
249
|
+
paginateListReferenceStores,
|
|
250
|
+
paginateListRunCaches,
|
|
251
|
+
paginateListRunGroups,
|
|
252
|
+
paginateListRuns,
|
|
253
|
+
paginateListRunTasks,
|
|
254
|
+
paginateListSequenceStores,
|
|
255
|
+
paginateListShares,
|
|
256
|
+
paginateListVariantImportJobs,
|
|
257
|
+
paginateListVariantStores,
|
|
258
|
+
paginateListWorkflows,
|
|
259
|
+
paginateListWorkflowVersions,
|
|
260
|
+
};
|
|
261
|
+
const waiters = {
|
|
262
|
+
waitUntilAnnotationImportJobCreated,
|
|
263
|
+
waitUntilAnnotationStoreCreated,
|
|
264
|
+
waitUntilAnnotationStoreDeleted,
|
|
265
|
+
waitUntilAnnotationStoreVersionCreated,
|
|
266
|
+
waitUntilAnnotationStoreVersionDeleted,
|
|
267
|
+
waitUntilReadSetActivationJobCompleted,
|
|
268
|
+
waitUntilReadSetExportJobCompleted,
|
|
269
|
+
waitUntilReadSetImportJobCompleted,
|
|
270
|
+
waitUntilReferenceImportJobCompleted,
|
|
271
|
+
waitUntilRunRunning,
|
|
272
|
+
waitUntilRunCompleted,
|
|
273
|
+
waitUntilTaskRunning,
|
|
274
|
+
waitUntilTaskCompleted,
|
|
275
|
+
waitUntilVariantImportJobCreated,
|
|
276
|
+
waitUntilVariantStoreCreated,
|
|
277
|
+
waitUntilVariantStoreDeleted,
|
|
278
|
+
waitUntilWorkflowActive,
|
|
279
|
+
waitUntilWorkflowVersionActive,
|
|
280
|
+
};
|
|
197
281
|
export class Omics extends OmicsClient {
|
|
198
282
|
}
|
|
199
|
-
createAggregatedClient(commands, Omics);
|
|
283
|
+
createAggregatedClient(commands, Omics, { paginators, waiters });
|
package/dist-types/Omics.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
|
|
3
4
|
import { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
|
|
4
5
|
import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
|
|
@@ -683,6 +684,268 @@ export interface Omics {
|
|
|
683
684
|
uploadReadSetPart(args: UploadReadSetPartCommandInput, options?: __HttpHandlerOptions): Promise<UploadReadSetPartCommandOutput>;
|
|
684
685
|
uploadReadSetPart(args: UploadReadSetPartCommandInput, cb: (err: any, data?: UploadReadSetPartCommandOutput) => void): void;
|
|
685
686
|
uploadReadSetPart(args: UploadReadSetPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadReadSetPartCommandOutput) => void): void;
|
|
687
|
+
/**
|
|
688
|
+
* @see {@link ListAnnotationImportJobsCommand}
|
|
689
|
+
* @param args - command input.
|
|
690
|
+
* @param paginationConfig - optional pagination config.
|
|
691
|
+
* @returns AsyncIterable of {@link ListAnnotationImportJobsCommandOutput}.
|
|
692
|
+
*/
|
|
693
|
+
paginateListAnnotationImportJobs(args?: ListAnnotationImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnnotationImportJobsCommandOutput>;
|
|
694
|
+
/**
|
|
695
|
+
* @see {@link ListAnnotationStoresCommand}
|
|
696
|
+
* @param args - command input.
|
|
697
|
+
* @param paginationConfig - optional pagination config.
|
|
698
|
+
* @returns AsyncIterable of {@link ListAnnotationStoresCommandOutput}.
|
|
699
|
+
*/
|
|
700
|
+
paginateListAnnotationStores(args?: ListAnnotationStoresCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnnotationStoresCommandOutput>;
|
|
701
|
+
/**
|
|
702
|
+
* @see {@link ListAnnotationStoreVersionsCommand}
|
|
703
|
+
* @param args - command input.
|
|
704
|
+
* @param paginationConfig - optional pagination config.
|
|
705
|
+
* @returns AsyncIterable of {@link ListAnnotationStoreVersionsCommandOutput}.
|
|
706
|
+
*/
|
|
707
|
+
paginateListAnnotationStoreVersions(args: ListAnnotationStoreVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnnotationStoreVersionsCommandOutput>;
|
|
708
|
+
/**
|
|
709
|
+
* @see {@link ListMultipartReadSetUploadsCommand}
|
|
710
|
+
* @param args - command input.
|
|
711
|
+
* @param paginationConfig - optional pagination config.
|
|
712
|
+
* @returns AsyncIterable of {@link ListMultipartReadSetUploadsCommandOutput}.
|
|
713
|
+
*/
|
|
714
|
+
paginateListMultipartReadSetUploads(args: ListMultipartReadSetUploadsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMultipartReadSetUploadsCommandOutput>;
|
|
715
|
+
/**
|
|
716
|
+
* @see {@link ListReadSetActivationJobsCommand}
|
|
717
|
+
* @param args - command input.
|
|
718
|
+
* @param paginationConfig - optional pagination config.
|
|
719
|
+
* @returns AsyncIterable of {@link ListReadSetActivationJobsCommandOutput}.
|
|
720
|
+
*/
|
|
721
|
+
paginateListReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReadSetActivationJobsCommandOutput>;
|
|
722
|
+
/**
|
|
723
|
+
* @see {@link ListReadSetExportJobsCommand}
|
|
724
|
+
* @param args - command input.
|
|
725
|
+
* @param paginationConfig - optional pagination config.
|
|
726
|
+
* @returns AsyncIterable of {@link ListReadSetExportJobsCommandOutput}.
|
|
727
|
+
*/
|
|
728
|
+
paginateListReadSetExportJobs(args: ListReadSetExportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReadSetExportJobsCommandOutput>;
|
|
729
|
+
/**
|
|
730
|
+
* @see {@link ListReadSetImportJobsCommand}
|
|
731
|
+
* @param args - command input.
|
|
732
|
+
* @param paginationConfig - optional pagination config.
|
|
733
|
+
* @returns AsyncIterable of {@link ListReadSetImportJobsCommandOutput}.
|
|
734
|
+
*/
|
|
735
|
+
paginateListReadSetImportJobs(args: ListReadSetImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReadSetImportJobsCommandOutput>;
|
|
736
|
+
/**
|
|
737
|
+
* @see {@link ListReadSetsCommand}
|
|
738
|
+
* @param args - command input.
|
|
739
|
+
* @param paginationConfig - optional pagination config.
|
|
740
|
+
* @returns AsyncIterable of {@link ListReadSetsCommandOutput}.
|
|
741
|
+
*/
|
|
742
|
+
paginateListReadSets(args: ListReadSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReadSetsCommandOutput>;
|
|
743
|
+
/**
|
|
744
|
+
* @see {@link ListReadSetUploadPartsCommand}
|
|
745
|
+
* @param args - command input.
|
|
746
|
+
* @param paginationConfig - optional pagination config.
|
|
747
|
+
* @returns AsyncIterable of {@link ListReadSetUploadPartsCommandOutput}.
|
|
748
|
+
*/
|
|
749
|
+
paginateListReadSetUploadParts(args: ListReadSetUploadPartsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReadSetUploadPartsCommandOutput>;
|
|
750
|
+
/**
|
|
751
|
+
* @see {@link ListReferenceImportJobsCommand}
|
|
752
|
+
* @param args - command input.
|
|
753
|
+
* @param paginationConfig - optional pagination config.
|
|
754
|
+
* @returns AsyncIterable of {@link ListReferenceImportJobsCommandOutput}.
|
|
755
|
+
*/
|
|
756
|
+
paginateListReferenceImportJobs(args: ListReferenceImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReferenceImportJobsCommandOutput>;
|
|
757
|
+
/**
|
|
758
|
+
* @see {@link ListReferencesCommand}
|
|
759
|
+
* @param args - command input.
|
|
760
|
+
* @param paginationConfig - optional pagination config.
|
|
761
|
+
* @returns AsyncIterable of {@link ListReferencesCommandOutput}.
|
|
762
|
+
*/
|
|
763
|
+
paginateListReferences(args: ListReferencesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReferencesCommandOutput>;
|
|
764
|
+
/**
|
|
765
|
+
* @see {@link ListReferenceStoresCommand}
|
|
766
|
+
* @param args - command input.
|
|
767
|
+
* @param paginationConfig - optional pagination config.
|
|
768
|
+
* @returns AsyncIterable of {@link ListReferenceStoresCommandOutput}.
|
|
769
|
+
*/
|
|
770
|
+
paginateListReferenceStores(args?: ListReferenceStoresCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReferenceStoresCommandOutput>;
|
|
771
|
+
/**
|
|
772
|
+
* @see {@link ListRunCachesCommand}
|
|
773
|
+
* @param args - command input.
|
|
774
|
+
* @param paginationConfig - optional pagination config.
|
|
775
|
+
* @returns AsyncIterable of {@link ListRunCachesCommandOutput}.
|
|
776
|
+
*/
|
|
777
|
+
paginateListRunCaches(args?: ListRunCachesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRunCachesCommandOutput>;
|
|
778
|
+
/**
|
|
779
|
+
* @see {@link ListRunGroupsCommand}
|
|
780
|
+
* @param args - command input.
|
|
781
|
+
* @param paginationConfig - optional pagination config.
|
|
782
|
+
* @returns AsyncIterable of {@link ListRunGroupsCommandOutput}.
|
|
783
|
+
*/
|
|
784
|
+
paginateListRunGroups(args?: ListRunGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRunGroupsCommandOutput>;
|
|
785
|
+
/**
|
|
786
|
+
* @see {@link ListRunsCommand}
|
|
787
|
+
* @param args - command input.
|
|
788
|
+
* @param paginationConfig - optional pagination config.
|
|
789
|
+
* @returns AsyncIterable of {@link ListRunsCommandOutput}.
|
|
790
|
+
*/
|
|
791
|
+
paginateListRuns(args?: ListRunsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRunsCommandOutput>;
|
|
792
|
+
/**
|
|
793
|
+
* @see {@link ListRunTasksCommand}
|
|
794
|
+
* @param args - command input.
|
|
795
|
+
* @param paginationConfig - optional pagination config.
|
|
796
|
+
* @returns AsyncIterable of {@link ListRunTasksCommandOutput}.
|
|
797
|
+
*/
|
|
798
|
+
paginateListRunTasks(args: ListRunTasksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRunTasksCommandOutput>;
|
|
799
|
+
/**
|
|
800
|
+
* @see {@link ListSequenceStoresCommand}
|
|
801
|
+
* @param args - command input.
|
|
802
|
+
* @param paginationConfig - optional pagination config.
|
|
803
|
+
* @returns AsyncIterable of {@link ListSequenceStoresCommandOutput}.
|
|
804
|
+
*/
|
|
805
|
+
paginateListSequenceStores(args?: ListSequenceStoresCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSequenceStoresCommandOutput>;
|
|
806
|
+
/**
|
|
807
|
+
* @see {@link ListSharesCommand}
|
|
808
|
+
* @param args - command input.
|
|
809
|
+
* @param paginationConfig - optional pagination config.
|
|
810
|
+
* @returns AsyncIterable of {@link ListSharesCommandOutput}.
|
|
811
|
+
*/
|
|
812
|
+
paginateListShares(args: ListSharesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSharesCommandOutput>;
|
|
813
|
+
/**
|
|
814
|
+
* @see {@link ListVariantImportJobsCommand}
|
|
815
|
+
* @param args - command input.
|
|
816
|
+
* @param paginationConfig - optional pagination config.
|
|
817
|
+
* @returns AsyncIterable of {@link ListVariantImportJobsCommandOutput}.
|
|
818
|
+
*/
|
|
819
|
+
paginateListVariantImportJobs(args?: ListVariantImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVariantImportJobsCommandOutput>;
|
|
820
|
+
/**
|
|
821
|
+
* @see {@link ListVariantStoresCommand}
|
|
822
|
+
* @param args - command input.
|
|
823
|
+
* @param paginationConfig - optional pagination config.
|
|
824
|
+
* @returns AsyncIterable of {@link ListVariantStoresCommandOutput}.
|
|
825
|
+
*/
|
|
826
|
+
paginateListVariantStores(args?: ListVariantStoresCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVariantStoresCommandOutput>;
|
|
827
|
+
/**
|
|
828
|
+
* @see {@link ListWorkflowsCommand}
|
|
829
|
+
* @param args - command input.
|
|
830
|
+
* @param paginationConfig - optional pagination config.
|
|
831
|
+
* @returns AsyncIterable of {@link ListWorkflowsCommandOutput}.
|
|
832
|
+
*/
|
|
833
|
+
paginateListWorkflows(args?: ListWorkflowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowsCommandOutput>;
|
|
834
|
+
/**
|
|
835
|
+
* @see {@link ListWorkflowVersionsCommand}
|
|
836
|
+
* @param args - command input.
|
|
837
|
+
* @param paginationConfig - optional pagination config.
|
|
838
|
+
* @returns AsyncIterable of {@link ListWorkflowVersionsCommandOutput}.
|
|
839
|
+
*/
|
|
840
|
+
paginateListWorkflowVersions(args: ListWorkflowVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowVersionsCommandOutput>;
|
|
841
|
+
/**
|
|
842
|
+
* @see {@link GetAnnotationImportJobCommand}
|
|
843
|
+
* @param args - command input.
|
|
844
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
845
|
+
*/
|
|
846
|
+
waitUntilAnnotationImportJobCreated(args: GetAnnotationImportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
847
|
+
/**
|
|
848
|
+
* @see {@link GetAnnotationStoreCommand}
|
|
849
|
+
* @param args - command input.
|
|
850
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
851
|
+
*/
|
|
852
|
+
waitUntilAnnotationStoreCreated(args: GetAnnotationStoreCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
853
|
+
/**
|
|
854
|
+
* @see {@link GetAnnotationStoreCommand}
|
|
855
|
+
* @param args - command input.
|
|
856
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
857
|
+
*/
|
|
858
|
+
waitUntilAnnotationStoreDeleted(args: GetAnnotationStoreCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
859
|
+
/**
|
|
860
|
+
* @see {@link GetAnnotationStoreVersionCommand}
|
|
861
|
+
* @param args - command input.
|
|
862
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
863
|
+
*/
|
|
864
|
+
waitUntilAnnotationStoreVersionCreated(args: GetAnnotationStoreVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
865
|
+
/**
|
|
866
|
+
* @see {@link GetAnnotationStoreVersionCommand}
|
|
867
|
+
* @param args - command input.
|
|
868
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
869
|
+
*/
|
|
870
|
+
waitUntilAnnotationStoreVersionDeleted(args: GetAnnotationStoreVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
871
|
+
/**
|
|
872
|
+
* @see {@link GetReadSetActivationJobCommand}
|
|
873
|
+
* @param args - command input.
|
|
874
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
875
|
+
*/
|
|
876
|
+
waitUntilReadSetActivationJobCompleted(args: GetReadSetActivationJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
877
|
+
/**
|
|
878
|
+
* @see {@link GetReadSetExportJobCommand}
|
|
879
|
+
* @param args - command input.
|
|
880
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
881
|
+
*/
|
|
882
|
+
waitUntilReadSetExportJobCompleted(args: GetReadSetExportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
883
|
+
/**
|
|
884
|
+
* @see {@link GetReadSetImportJobCommand}
|
|
885
|
+
* @param args - command input.
|
|
886
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
887
|
+
*/
|
|
888
|
+
waitUntilReadSetImportJobCompleted(args: GetReadSetImportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
889
|
+
/**
|
|
890
|
+
* @see {@link GetReferenceImportJobCommand}
|
|
891
|
+
* @param args - command input.
|
|
892
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
893
|
+
*/
|
|
894
|
+
waitUntilReferenceImportJobCompleted(args: GetReferenceImportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
895
|
+
/**
|
|
896
|
+
* @see {@link GetRunCommand}
|
|
897
|
+
* @param args - command input.
|
|
898
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
899
|
+
*/
|
|
900
|
+
waitUntilRunRunning(args: GetRunCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
901
|
+
/**
|
|
902
|
+
* @see {@link GetRunCommand}
|
|
903
|
+
* @param args - command input.
|
|
904
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
905
|
+
*/
|
|
906
|
+
waitUntilRunCompleted(args: GetRunCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
907
|
+
/**
|
|
908
|
+
* @see {@link GetRunTaskCommand}
|
|
909
|
+
* @param args - command input.
|
|
910
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
911
|
+
*/
|
|
912
|
+
waitUntilTaskRunning(args: GetRunTaskCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
913
|
+
/**
|
|
914
|
+
* @see {@link GetRunTaskCommand}
|
|
915
|
+
* @param args - command input.
|
|
916
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
917
|
+
*/
|
|
918
|
+
waitUntilTaskCompleted(args: GetRunTaskCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
919
|
+
/**
|
|
920
|
+
* @see {@link GetVariantImportJobCommand}
|
|
921
|
+
* @param args - command input.
|
|
922
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
923
|
+
*/
|
|
924
|
+
waitUntilVariantImportJobCreated(args: GetVariantImportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
925
|
+
/**
|
|
926
|
+
* @see {@link GetVariantStoreCommand}
|
|
927
|
+
* @param args - command input.
|
|
928
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
929
|
+
*/
|
|
930
|
+
waitUntilVariantStoreCreated(args: GetVariantStoreCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
931
|
+
/**
|
|
932
|
+
* @see {@link GetVariantStoreCommand}
|
|
933
|
+
* @param args - command input.
|
|
934
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
935
|
+
*/
|
|
936
|
+
waitUntilVariantStoreDeleted(args: GetVariantStoreCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
937
|
+
/**
|
|
938
|
+
* @see {@link GetWorkflowCommand}
|
|
939
|
+
* @param args - command input.
|
|
940
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
941
|
+
*/
|
|
942
|
+
waitUntilWorkflowActive(args: GetWorkflowCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
943
|
+
/**
|
|
944
|
+
* @see {@link GetWorkflowVersionCommand}
|
|
945
|
+
* @param args - command input.
|
|
946
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
947
|
+
*/
|
|
948
|
+
waitUntilWorkflowVersionActive(args: GetWorkflowVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Omics>, "client">): Promise<WaiterResult>;
|
|
686
949
|
}
|
|
687
950
|
/**
|
|
688
951
|
* <p>Amazon Web Services HealthOmics is a service that helps users such as bioinformaticians, researchers, and scientists to store, query, analyze, and generate insights from genomics and other biological data. It simplifies and accelerates the process of storing and analyzing genomic information for Amazon Web Services.</p> <p>For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/what-is-healthomics.html">What is Amazon Web Services HealthOmics?</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.</p>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AbortMultipartReadSetUploadCommandInput,
|
|
4
10
|
AbortMultipartReadSetUploadCommandOutput,
|
|
@@ -1643,5 +1649,321 @@ export interface Omics {
|
|
|
1643
1649
|
options: __HttpHandlerOptions,
|
|
1644
1650
|
cb: (err: any, data?: UploadReadSetPartCommandOutput) => void
|
|
1645
1651
|
): void;
|
|
1652
|
+
paginateListAnnotationImportJobs(
|
|
1653
|
+
args?: ListAnnotationImportJobsCommandInput,
|
|
1654
|
+
paginationConfig?: Pick<
|
|
1655
|
+
PaginationConfiguration,
|
|
1656
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1657
|
+
>
|
|
1658
|
+
): Paginator<ListAnnotationImportJobsCommandOutput>;
|
|
1659
|
+
paginateListAnnotationStores(
|
|
1660
|
+
args?: ListAnnotationStoresCommandInput,
|
|
1661
|
+
paginationConfig?: Pick<
|
|
1662
|
+
PaginationConfiguration,
|
|
1663
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1664
|
+
>
|
|
1665
|
+
): Paginator<ListAnnotationStoresCommandOutput>;
|
|
1666
|
+
paginateListAnnotationStoreVersions(
|
|
1667
|
+
args: ListAnnotationStoreVersionsCommandInput,
|
|
1668
|
+
paginationConfig?: Pick<
|
|
1669
|
+
PaginationConfiguration,
|
|
1670
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1671
|
+
>
|
|
1672
|
+
): Paginator<ListAnnotationStoreVersionsCommandOutput>;
|
|
1673
|
+
paginateListMultipartReadSetUploads(
|
|
1674
|
+
args: ListMultipartReadSetUploadsCommandInput,
|
|
1675
|
+
paginationConfig?: Pick<
|
|
1676
|
+
PaginationConfiguration,
|
|
1677
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1678
|
+
>
|
|
1679
|
+
): Paginator<ListMultipartReadSetUploadsCommandOutput>;
|
|
1680
|
+
paginateListReadSetActivationJobs(
|
|
1681
|
+
args: ListReadSetActivationJobsCommandInput,
|
|
1682
|
+
paginationConfig?: Pick<
|
|
1683
|
+
PaginationConfiguration,
|
|
1684
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1685
|
+
>
|
|
1686
|
+
): Paginator<ListReadSetActivationJobsCommandOutput>;
|
|
1687
|
+
paginateListReadSetExportJobs(
|
|
1688
|
+
args: ListReadSetExportJobsCommandInput,
|
|
1689
|
+
paginationConfig?: Pick<
|
|
1690
|
+
PaginationConfiguration,
|
|
1691
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1692
|
+
>
|
|
1693
|
+
): Paginator<ListReadSetExportJobsCommandOutput>;
|
|
1694
|
+
paginateListReadSetImportJobs(
|
|
1695
|
+
args: ListReadSetImportJobsCommandInput,
|
|
1696
|
+
paginationConfig?: Pick<
|
|
1697
|
+
PaginationConfiguration,
|
|
1698
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1699
|
+
>
|
|
1700
|
+
): Paginator<ListReadSetImportJobsCommandOutput>;
|
|
1701
|
+
paginateListReadSets(
|
|
1702
|
+
args: ListReadSetsCommandInput,
|
|
1703
|
+
paginationConfig?: Pick<
|
|
1704
|
+
PaginationConfiguration,
|
|
1705
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1706
|
+
>
|
|
1707
|
+
): Paginator<ListReadSetsCommandOutput>;
|
|
1708
|
+
paginateListReadSetUploadParts(
|
|
1709
|
+
args: ListReadSetUploadPartsCommandInput,
|
|
1710
|
+
paginationConfig?: Pick<
|
|
1711
|
+
PaginationConfiguration,
|
|
1712
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1713
|
+
>
|
|
1714
|
+
): Paginator<ListReadSetUploadPartsCommandOutput>;
|
|
1715
|
+
paginateListReferenceImportJobs(
|
|
1716
|
+
args: ListReferenceImportJobsCommandInput,
|
|
1717
|
+
paginationConfig?: Pick<
|
|
1718
|
+
PaginationConfiguration,
|
|
1719
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1720
|
+
>
|
|
1721
|
+
): Paginator<ListReferenceImportJobsCommandOutput>;
|
|
1722
|
+
paginateListReferences(
|
|
1723
|
+
args: ListReferencesCommandInput,
|
|
1724
|
+
paginationConfig?: Pick<
|
|
1725
|
+
PaginationConfiguration,
|
|
1726
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1727
|
+
>
|
|
1728
|
+
): Paginator<ListReferencesCommandOutput>;
|
|
1729
|
+
paginateListReferenceStores(
|
|
1730
|
+
args?: ListReferenceStoresCommandInput,
|
|
1731
|
+
paginationConfig?: Pick<
|
|
1732
|
+
PaginationConfiguration,
|
|
1733
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1734
|
+
>
|
|
1735
|
+
): Paginator<ListReferenceStoresCommandOutput>;
|
|
1736
|
+
paginateListRunCaches(
|
|
1737
|
+
args?: ListRunCachesCommandInput,
|
|
1738
|
+
paginationConfig?: Pick<
|
|
1739
|
+
PaginationConfiguration,
|
|
1740
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1741
|
+
>
|
|
1742
|
+
): Paginator<ListRunCachesCommandOutput>;
|
|
1743
|
+
paginateListRunGroups(
|
|
1744
|
+
args?: ListRunGroupsCommandInput,
|
|
1745
|
+
paginationConfig?: Pick<
|
|
1746
|
+
PaginationConfiguration,
|
|
1747
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1748
|
+
>
|
|
1749
|
+
): Paginator<ListRunGroupsCommandOutput>;
|
|
1750
|
+
paginateListRuns(
|
|
1751
|
+
args?: ListRunsCommandInput,
|
|
1752
|
+
paginationConfig?: Pick<
|
|
1753
|
+
PaginationConfiguration,
|
|
1754
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1755
|
+
>
|
|
1756
|
+
): Paginator<ListRunsCommandOutput>;
|
|
1757
|
+
paginateListRunTasks(
|
|
1758
|
+
args: ListRunTasksCommandInput,
|
|
1759
|
+
paginationConfig?: Pick<
|
|
1760
|
+
PaginationConfiguration,
|
|
1761
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1762
|
+
>
|
|
1763
|
+
): Paginator<ListRunTasksCommandOutput>;
|
|
1764
|
+
paginateListSequenceStores(
|
|
1765
|
+
args?: ListSequenceStoresCommandInput,
|
|
1766
|
+
paginationConfig?: Pick<
|
|
1767
|
+
PaginationConfiguration,
|
|
1768
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1769
|
+
>
|
|
1770
|
+
): Paginator<ListSequenceStoresCommandOutput>;
|
|
1771
|
+
paginateListShares(
|
|
1772
|
+
args: ListSharesCommandInput,
|
|
1773
|
+
paginationConfig?: Pick<
|
|
1774
|
+
PaginationConfiguration,
|
|
1775
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1776
|
+
>
|
|
1777
|
+
): Paginator<ListSharesCommandOutput>;
|
|
1778
|
+
paginateListVariantImportJobs(
|
|
1779
|
+
args?: ListVariantImportJobsCommandInput,
|
|
1780
|
+
paginationConfig?: Pick<
|
|
1781
|
+
PaginationConfiguration,
|
|
1782
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1783
|
+
>
|
|
1784
|
+
): Paginator<ListVariantImportJobsCommandOutput>;
|
|
1785
|
+
paginateListVariantStores(
|
|
1786
|
+
args?: ListVariantStoresCommandInput,
|
|
1787
|
+
paginationConfig?: Pick<
|
|
1788
|
+
PaginationConfiguration,
|
|
1789
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1790
|
+
>
|
|
1791
|
+
): Paginator<ListVariantStoresCommandOutput>;
|
|
1792
|
+
paginateListWorkflows(
|
|
1793
|
+
args?: ListWorkflowsCommandInput,
|
|
1794
|
+
paginationConfig?: Pick<
|
|
1795
|
+
PaginationConfiguration,
|
|
1796
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1797
|
+
>
|
|
1798
|
+
): Paginator<ListWorkflowsCommandOutput>;
|
|
1799
|
+
paginateListWorkflowVersions(
|
|
1800
|
+
args: ListWorkflowVersionsCommandInput,
|
|
1801
|
+
paginationConfig?: Pick<
|
|
1802
|
+
PaginationConfiguration,
|
|
1803
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1804
|
+
>
|
|
1805
|
+
): Paginator<ListWorkflowVersionsCommandOutput>;
|
|
1806
|
+
waitUntilAnnotationImportJobCreated(
|
|
1807
|
+
args: GetAnnotationImportJobCommandInput,
|
|
1808
|
+
waiterConfig:
|
|
1809
|
+
| number
|
|
1810
|
+
| Pick<
|
|
1811
|
+
WaiterConfiguration<Omics>,
|
|
1812
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1813
|
+
>
|
|
1814
|
+
): Promise<WaiterResult>;
|
|
1815
|
+
waitUntilAnnotationStoreCreated(
|
|
1816
|
+
args: GetAnnotationStoreCommandInput,
|
|
1817
|
+
waiterConfig:
|
|
1818
|
+
| number
|
|
1819
|
+
| Pick<
|
|
1820
|
+
WaiterConfiguration<Omics>,
|
|
1821
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1822
|
+
>
|
|
1823
|
+
): Promise<WaiterResult>;
|
|
1824
|
+
waitUntilAnnotationStoreDeleted(
|
|
1825
|
+
args: GetAnnotationStoreCommandInput,
|
|
1826
|
+
waiterConfig:
|
|
1827
|
+
| number
|
|
1828
|
+
| Pick<
|
|
1829
|
+
WaiterConfiguration<Omics>,
|
|
1830
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1831
|
+
>
|
|
1832
|
+
): Promise<WaiterResult>;
|
|
1833
|
+
waitUntilAnnotationStoreVersionCreated(
|
|
1834
|
+
args: GetAnnotationStoreVersionCommandInput,
|
|
1835
|
+
waiterConfig:
|
|
1836
|
+
| number
|
|
1837
|
+
| Pick<
|
|
1838
|
+
WaiterConfiguration<Omics>,
|
|
1839
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1840
|
+
>
|
|
1841
|
+
): Promise<WaiterResult>;
|
|
1842
|
+
waitUntilAnnotationStoreVersionDeleted(
|
|
1843
|
+
args: GetAnnotationStoreVersionCommandInput,
|
|
1844
|
+
waiterConfig:
|
|
1845
|
+
| number
|
|
1846
|
+
| Pick<
|
|
1847
|
+
WaiterConfiguration<Omics>,
|
|
1848
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1849
|
+
>
|
|
1850
|
+
): Promise<WaiterResult>;
|
|
1851
|
+
waitUntilReadSetActivationJobCompleted(
|
|
1852
|
+
args: GetReadSetActivationJobCommandInput,
|
|
1853
|
+
waiterConfig:
|
|
1854
|
+
| number
|
|
1855
|
+
| Pick<
|
|
1856
|
+
WaiterConfiguration<Omics>,
|
|
1857
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1858
|
+
>
|
|
1859
|
+
): Promise<WaiterResult>;
|
|
1860
|
+
waitUntilReadSetExportJobCompleted(
|
|
1861
|
+
args: GetReadSetExportJobCommandInput,
|
|
1862
|
+
waiterConfig:
|
|
1863
|
+
| number
|
|
1864
|
+
| Pick<
|
|
1865
|
+
WaiterConfiguration<Omics>,
|
|
1866
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1867
|
+
>
|
|
1868
|
+
): Promise<WaiterResult>;
|
|
1869
|
+
waitUntilReadSetImportJobCompleted(
|
|
1870
|
+
args: GetReadSetImportJobCommandInput,
|
|
1871
|
+
waiterConfig:
|
|
1872
|
+
| number
|
|
1873
|
+
| Pick<
|
|
1874
|
+
WaiterConfiguration<Omics>,
|
|
1875
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1876
|
+
>
|
|
1877
|
+
): Promise<WaiterResult>;
|
|
1878
|
+
waitUntilReferenceImportJobCompleted(
|
|
1879
|
+
args: GetReferenceImportJobCommandInput,
|
|
1880
|
+
waiterConfig:
|
|
1881
|
+
| number
|
|
1882
|
+
| Pick<
|
|
1883
|
+
WaiterConfiguration<Omics>,
|
|
1884
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1885
|
+
>
|
|
1886
|
+
): Promise<WaiterResult>;
|
|
1887
|
+
waitUntilRunRunning(
|
|
1888
|
+
args: GetRunCommandInput,
|
|
1889
|
+
waiterConfig:
|
|
1890
|
+
| number
|
|
1891
|
+
| Pick<
|
|
1892
|
+
WaiterConfiguration<Omics>,
|
|
1893
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1894
|
+
>
|
|
1895
|
+
): Promise<WaiterResult>;
|
|
1896
|
+
waitUntilRunCompleted(
|
|
1897
|
+
args: GetRunCommandInput,
|
|
1898
|
+
waiterConfig:
|
|
1899
|
+
| number
|
|
1900
|
+
| Pick<
|
|
1901
|
+
WaiterConfiguration<Omics>,
|
|
1902
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1903
|
+
>
|
|
1904
|
+
): Promise<WaiterResult>;
|
|
1905
|
+
waitUntilTaskRunning(
|
|
1906
|
+
args: GetRunTaskCommandInput,
|
|
1907
|
+
waiterConfig:
|
|
1908
|
+
| number
|
|
1909
|
+
| Pick<
|
|
1910
|
+
WaiterConfiguration<Omics>,
|
|
1911
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1912
|
+
>
|
|
1913
|
+
): Promise<WaiterResult>;
|
|
1914
|
+
waitUntilTaskCompleted(
|
|
1915
|
+
args: GetRunTaskCommandInput,
|
|
1916
|
+
waiterConfig:
|
|
1917
|
+
| number
|
|
1918
|
+
| Pick<
|
|
1919
|
+
WaiterConfiguration<Omics>,
|
|
1920
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1921
|
+
>
|
|
1922
|
+
): Promise<WaiterResult>;
|
|
1923
|
+
waitUntilVariantImportJobCreated(
|
|
1924
|
+
args: GetVariantImportJobCommandInput,
|
|
1925
|
+
waiterConfig:
|
|
1926
|
+
| number
|
|
1927
|
+
| Pick<
|
|
1928
|
+
WaiterConfiguration<Omics>,
|
|
1929
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1930
|
+
>
|
|
1931
|
+
): Promise<WaiterResult>;
|
|
1932
|
+
waitUntilVariantStoreCreated(
|
|
1933
|
+
args: GetVariantStoreCommandInput,
|
|
1934
|
+
waiterConfig:
|
|
1935
|
+
| number
|
|
1936
|
+
| Pick<
|
|
1937
|
+
WaiterConfiguration<Omics>,
|
|
1938
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1939
|
+
>
|
|
1940
|
+
): Promise<WaiterResult>;
|
|
1941
|
+
waitUntilVariantStoreDeleted(
|
|
1942
|
+
args: GetVariantStoreCommandInput,
|
|
1943
|
+
waiterConfig:
|
|
1944
|
+
| number
|
|
1945
|
+
| Pick<
|
|
1946
|
+
WaiterConfiguration<Omics>,
|
|
1947
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1948
|
+
>
|
|
1949
|
+
): Promise<WaiterResult>;
|
|
1950
|
+
waitUntilWorkflowActive(
|
|
1951
|
+
args: GetWorkflowCommandInput,
|
|
1952
|
+
waiterConfig:
|
|
1953
|
+
| number
|
|
1954
|
+
| Pick<
|
|
1955
|
+
WaiterConfiguration<Omics>,
|
|
1956
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1957
|
+
>
|
|
1958
|
+
): Promise<WaiterResult>;
|
|
1959
|
+
waitUntilWorkflowVersionActive(
|
|
1960
|
+
args: GetWorkflowVersionCommandInput,
|
|
1961
|
+
waiterConfig:
|
|
1962
|
+
| number
|
|
1963
|
+
| Pick<
|
|
1964
|
+
WaiterConfiguration<Omics>,
|
|
1965
|
+
Exclude<keyof WaiterConfiguration<Omics>, "client">
|
|
1966
|
+
>
|
|
1967
|
+
): Promise<WaiterResult>;
|
|
1646
1968
|
}
|
|
1647
1969
|
export declare class Omics extends OmicsClient implements Omics {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-omics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-omics",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|