aws-sdk 2.1435.0 → 2.1437.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/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/apis/glue-2017-03-31.min.json +218 -215
- package/apis/mediapackage-2017-10-12.min.json +93 -87
- package/apis/omics-2022-11-28.min.json +742 -197
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/omics-2022-11-28.waiters2.json +48 -0
- package/apis/pi-2018-02-27.min.json +304 -11
- package/apis/pi-2018-02-27.paginators.json +5 -0
- package/apis/route53domains-2014-05-15.min.json +103 -44
- package/apis/sagemaker-2017-07-24.min.json +564 -560
- package/clients/ec2.d.ts +10 -10
- package/clients/glue.d.ts +13 -0
- package/clients/mediapackage.d.ts +3 -2
- package/clients/omics.d.ts +582 -15
- package/clients/pi.d.ts +382 -5
- package/clients/route53domains.d.ts +8 -2
- package/clients/sagemaker.d.ts +9 -3
- package/clients/transfer.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +106 -47
- package/dist/aws-sdk.min.js +25 -25
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/omics.d.ts
CHANGED
@@ -21,6 +21,14 @@ declare class Omics extends Service {
|
|
21
21
|
* Stops a multipart upload.
|
22
22
|
*/
|
23
23
|
abortMultipartReadSetUpload(callback?: (err: AWSError, data: Omics.Types.AbortMultipartReadSetUploadResponse) => void): Request<Omics.Types.AbortMultipartReadSetUploadResponse, AWSError>;
|
24
|
+
/**
|
25
|
+
* Accepts a share for an analytics store.
|
26
|
+
*/
|
27
|
+
acceptShare(params: Omics.Types.AcceptShareRequest, callback?: (err: AWSError, data: Omics.Types.AcceptShareResponse) => void): Request<Omics.Types.AcceptShareResponse, AWSError>;
|
28
|
+
/**
|
29
|
+
* Accepts a share for an analytics store.
|
30
|
+
*/
|
31
|
+
acceptShare(callback?: (err: AWSError, data: Omics.Types.AcceptShareResponse) => void): Request<Omics.Types.AcceptShareResponse, AWSError>;
|
24
32
|
/**
|
25
33
|
* Deletes one or more read sets.
|
26
34
|
*/
|
@@ -69,6 +77,14 @@ declare class Omics extends Service {
|
|
69
77
|
* Creates an annotation store.
|
70
78
|
*/
|
71
79
|
createAnnotationStore(callback?: (err: AWSError, data: Omics.Types.CreateAnnotationStoreResponse) => void): Request<Omics.Types.CreateAnnotationStoreResponse, AWSError>;
|
80
|
+
/**
|
81
|
+
* Creates a new version of an annotation store.
|
82
|
+
*/
|
83
|
+
createAnnotationStoreVersion(params: Omics.Types.CreateAnnotationStoreVersionRequest, callback?: (err: AWSError, data: Omics.Types.CreateAnnotationStoreVersionResponse) => void): Request<Omics.Types.CreateAnnotationStoreVersionResponse, AWSError>;
|
84
|
+
/**
|
85
|
+
* Creates a new version of an annotation store.
|
86
|
+
*/
|
87
|
+
createAnnotationStoreVersion(callback?: (err: AWSError, data: Omics.Types.CreateAnnotationStoreVersionResponse) => void): Request<Omics.Types.CreateAnnotationStoreVersionResponse, AWSError>;
|
72
88
|
/**
|
73
89
|
* Begins a multipart read set upload.
|
74
90
|
*/
|
@@ -101,6 +117,14 @@ declare class Omics extends Service {
|
|
101
117
|
* Creates a sequence store.
|
102
118
|
*/
|
103
119
|
createSequenceStore(callback?: (err: AWSError, data: Omics.Types.CreateSequenceStoreResponse) => void): Request<Omics.Types.CreateSequenceStoreResponse, AWSError>;
|
120
|
+
/**
|
121
|
+
* Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
|
122
|
+
*/
|
123
|
+
createShare(params: Omics.Types.CreateShareRequest, callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request<Omics.Types.CreateShareResponse, AWSError>;
|
124
|
+
/**
|
125
|
+
* Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
|
126
|
+
*/
|
127
|
+
createShare(callback?: (err: AWSError, data: Omics.Types.CreateShareResponse) => void): Request<Omics.Types.CreateShareResponse, AWSError>;
|
104
128
|
/**
|
105
129
|
* Creates a variant store.
|
106
130
|
*/
|
@@ -125,6 +149,14 @@ declare class Omics extends Service {
|
|
125
149
|
* Deletes an annotation store.
|
126
150
|
*/
|
127
151
|
deleteAnnotationStore(callback?: (err: AWSError, data: Omics.Types.DeleteAnnotationStoreResponse) => void): Request<Omics.Types.DeleteAnnotationStoreResponse, AWSError>;
|
152
|
+
/**
|
153
|
+
* Deletes one or multiple versions of an annotation store.
|
154
|
+
*/
|
155
|
+
deleteAnnotationStoreVersions(params: Omics.Types.DeleteAnnotationStoreVersionsRequest, callback?: (err: AWSError, data: Omics.Types.DeleteAnnotationStoreVersionsResponse) => void): Request<Omics.Types.DeleteAnnotationStoreVersionsResponse, AWSError>;
|
156
|
+
/**
|
157
|
+
* Deletes one or multiple versions of an annotation store.
|
158
|
+
*/
|
159
|
+
deleteAnnotationStoreVersions(callback?: (err: AWSError, data: Omics.Types.DeleteAnnotationStoreVersionsResponse) => void): Request<Omics.Types.DeleteAnnotationStoreVersionsResponse, AWSError>;
|
128
160
|
/**
|
129
161
|
* Deletes a genome reference.
|
130
162
|
*/
|
@@ -165,6 +197,14 @@ declare class Omics extends Service {
|
|
165
197
|
* Deletes a sequence store.
|
166
198
|
*/
|
167
199
|
deleteSequenceStore(callback?: (err: AWSError, data: Omics.Types.DeleteSequenceStoreResponse) => void): Request<Omics.Types.DeleteSequenceStoreResponse, AWSError>;
|
200
|
+
/**
|
201
|
+
* Deletes a share of an analytics store.
|
202
|
+
*/
|
203
|
+
deleteShare(params: Omics.Types.DeleteShareRequest, callback?: (err: AWSError, data: Omics.Types.DeleteShareResponse) => void): Request<Omics.Types.DeleteShareResponse, AWSError>;
|
204
|
+
/**
|
205
|
+
* Deletes a share of an analytics store.
|
206
|
+
*/
|
207
|
+
deleteShare(callback?: (err: AWSError, data: Omics.Types.DeleteShareResponse) => void): Request<Omics.Types.DeleteShareResponse, AWSError>;
|
168
208
|
/**
|
169
209
|
* Deletes a variant store.
|
170
210
|
*/
|
@@ -197,6 +237,14 @@ declare class Omics extends Service {
|
|
197
237
|
* Gets information about an annotation store.
|
198
238
|
*/
|
199
239
|
getAnnotationStore(callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreResponse) => void): Request<Omics.Types.GetAnnotationStoreResponse, AWSError>;
|
240
|
+
/**
|
241
|
+
* Retrieves the metadata for an annotation store version.
|
242
|
+
*/
|
243
|
+
getAnnotationStoreVersion(params: Omics.Types.GetAnnotationStoreVersionRequest, callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
244
|
+
/**
|
245
|
+
* Retrieves the metadata for an annotation store version.
|
246
|
+
*/
|
247
|
+
getAnnotationStoreVersion(callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
200
248
|
/**
|
201
249
|
* Gets a file from a read set.
|
202
250
|
*/
|
@@ -301,6 +349,14 @@ declare class Omics extends Service {
|
|
301
349
|
* Gets information about a sequence store.
|
302
350
|
*/
|
303
351
|
getSequenceStore(callback?: (err: AWSError, data: Omics.Types.GetSequenceStoreResponse) => void): Request<Omics.Types.GetSequenceStoreResponse, AWSError>;
|
352
|
+
/**
|
353
|
+
* Retrieves the metadata for a share.
|
354
|
+
*/
|
355
|
+
getShare(params: Omics.Types.GetShareRequest, callback?: (err: AWSError, data: Omics.Types.GetShareResponse) => void): Request<Omics.Types.GetShareResponse, AWSError>;
|
356
|
+
/**
|
357
|
+
* Retrieves the metadata for a share.
|
358
|
+
*/
|
359
|
+
getShare(callback?: (err: AWSError, data: Omics.Types.GetShareResponse) => void): Request<Omics.Types.GetShareResponse, AWSError>;
|
304
360
|
/**
|
305
361
|
* Gets information about a variant import job.
|
306
362
|
*/
|
@@ -333,6 +389,14 @@ declare class Omics extends Service {
|
|
333
389
|
* Retrieves a list of annotation import jobs.
|
334
390
|
*/
|
335
391
|
listAnnotationImportJobs(callback?: (err: AWSError, data: Omics.Types.ListAnnotationImportJobsResponse) => void): Request<Omics.Types.ListAnnotationImportJobsResponse, AWSError>;
|
392
|
+
/**
|
393
|
+
* Lists the versions of an annotation store.
|
394
|
+
*/
|
395
|
+
listAnnotationStoreVersions(params: Omics.Types.ListAnnotationStoreVersionsRequest, callback?: (err: AWSError, data: Omics.Types.ListAnnotationStoreVersionsResponse) => void): Request<Omics.Types.ListAnnotationStoreVersionsResponse, AWSError>;
|
396
|
+
/**
|
397
|
+
* Lists the versions of an annotation store.
|
398
|
+
*/
|
399
|
+
listAnnotationStoreVersions(callback?: (err: AWSError, data: Omics.Types.ListAnnotationStoreVersionsResponse) => void): Request<Omics.Types.ListAnnotationStoreVersionsResponse, AWSError>;
|
336
400
|
/**
|
337
401
|
* Retrieves a list of annotation stores.
|
338
402
|
*/
|
@@ -445,6 +509,14 @@ declare class Omics extends Service {
|
|
445
509
|
* Retrieves a list of sequence stores.
|
446
510
|
*/
|
447
511
|
listSequenceStores(callback?: (err: AWSError, data: Omics.Types.ListSequenceStoresResponse) => void): Request<Omics.Types.ListSequenceStoresResponse, AWSError>;
|
512
|
+
/**
|
513
|
+
* Lists all shares associated with an account.
|
514
|
+
*/
|
515
|
+
listShares(params: Omics.Types.ListSharesRequest, callback?: (err: AWSError, data: Omics.Types.ListSharesResponse) => void): Request<Omics.Types.ListSharesResponse, AWSError>;
|
516
|
+
/**
|
517
|
+
* Lists all shares associated with an account.
|
518
|
+
*/
|
519
|
+
listShares(callback?: (err: AWSError, data: Omics.Types.ListSharesResponse) => void): Request<Omics.Types.ListSharesResponse, AWSError>;
|
448
520
|
/**
|
449
521
|
* Retrieves a list of tags for a resource.
|
450
522
|
*/
|
@@ -557,6 +629,14 @@ declare class Omics extends Service {
|
|
557
629
|
* Updates an annotation store.
|
558
630
|
*/
|
559
631
|
updateAnnotationStore(callback?: (err: AWSError, data: Omics.Types.UpdateAnnotationStoreResponse) => void): Request<Omics.Types.UpdateAnnotationStoreResponse, AWSError>;
|
632
|
+
/**
|
633
|
+
* Updates the description of an annotation store version.
|
634
|
+
*/
|
635
|
+
updateAnnotationStoreVersion(params: Omics.Types.UpdateAnnotationStoreVersionRequest, callback?: (err: AWSError, data: Omics.Types.UpdateAnnotationStoreVersionResponse) => void): Request<Omics.Types.UpdateAnnotationStoreVersionResponse, AWSError>;
|
636
|
+
/**
|
637
|
+
* Updates the description of an annotation store version.
|
638
|
+
*/
|
639
|
+
updateAnnotationStoreVersion(callback?: (err: AWSError, data: Omics.Types.UpdateAnnotationStoreVersionResponse) => void): Request<Omics.Types.UpdateAnnotationStoreVersionResponse, AWSError>;
|
560
640
|
/**
|
561
641
|
* Updates a run group.
|
562
642
|
*/
|
@@ -613,6 +693,22 @@ declare class Omics extends Service {
|
|
613
693
|
* Waits for the annotationStoreDeleted state by periodically calling the underlying Omics.getAnnotationStoreoperation every 30 seconds (at most 20 times). Wait until an annotation store is deleted.
|
614
694
|
*/
|
615
695
|
waitFor(state: "annotationStoreDeleted", callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreResponse) => void): Request<Omics.Types.GetAnnotationStoreResponse, AWSError>;
|
696
|
+
/**
|
697
|
+
* Waits for the annotationStoreVersionCreated state by periodically calling the underlying Omics.getAnnotationStoreVersionoperation every 30 seconds (at most 20 times). Wait until an annotation store version is created
|
698
|
+
*/
|
699
|
+
waitFor(state: "annotationStoreVersionCreated", params: Omics.Types.GetAnnotationStoreVersionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
700
|
+
/**
|
701
|
+
* Waits for the annotationStoreVersionCreated state by periodically calling the underlying Omics.getAnnotationStoreVersionoperation every 30 seconds (at most 20 times). Wait until an annotation store version is created
|
702
|
+
*/
|
703
|
+
waitFor(state: "annotationStoreVersionCreated", callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
704
|
+
/**
|
705
|
+
* Waits for the annotationStoreVersionDeleted state by periodically calling the underlying Omics.getAnnotationStoreVersionoperation every 30 seconds (at most 20 times). Wait until an annotation store version is deleted.
|
706
|
+
*/
|
707
|
+
waitFor(state: "annotationStoreVersionDeleted", params: Omics.Types.GetAnnotationStoreVersionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
708
|
+
/**
|
709
|
+
* Waits for the annotationStoreVersionDeleted state by periodically calling the underlying Omics.getAnnotationStoreVersionoperation every 30 seconds (at most 20 times). Wait until an annotation store version is deleted.
|
710
|
+
*/
|
711
|
+
waitFor(state: "annotationStoreVersionDeleted", callback?: (err: AWSError, data: Omics.Types.GetAnnotationStoreVersionResponse) => void): Request<Omics.Types.GetAnnotationStoreVersionResponse, AWSError>;
|
616
712
|
/**
|
617
713
|
* Waits for the readSetActivationJobCompleted state by periodically calling the underlying Omics.getReadSetActivationJoboperation every 30 seconds (at most 20 times). Wait until a job is completed.
|
618
714
|
*/
|
@@ -724,6 +820,18 @@ declare namespace Omics {
|
|
724
820
|
export interface AbortMultipartReadSetUploadResponse {
|
725
821
|
}
|
726
822
|
export type Accelerators = "GPU"|string;
|
823
|
+
export interface AcceptShareRequest {
|
824
|
+
/**
|
825
|
+
* The ID for a share offer for analytics store data.
|
826
|
+
*/
|
827
|
+
shareId: String;
|
828
|
+
}
|
829
|
+
export interface AcceptShareResponse {
|
830
|
+
/**
|
831
|
+
* The status of an analytics store share.
|
832
|
+
*/
|
833
|
+
status?: ShareStatus;
|
834
|
+
}
|
727
835
|
export interface ActivateReadSetFilter {
|
728
836
|
/**
|
729
837
|
* The filter's status.
|
@@ -807,6 +915,10 @@ declare namespace Omics {
|
|
807
915
|
* The job's destination annotation store.
|
808
916
|
*/
|
809
917
|
destinationName: String;
|
918
|
+
/**
|
919
|
+
* The name of the annotation store version.
|
920
|
+
*/
|
921
|
+
versionName: VersionName;
|
810
922
|
/**
|
811
923
|
* The job's service role ARN.
|
812
924
|
*/
|
@@ -865,7 +977,7 @@ declare namespace Omics {
|
|
865
977
|
/**
|
866
978
|
* The store's description.
|
867
979
|
*/
|
868
|
-
description:
|
980
|
+
description: Description;
|
869
981
|
/**
|
870
982
|
* The store's server-side encryption (SSE) settings.
|
871
983
|
*/
|
@@ -888,8 +1000,56 @@ declare namespace Omics {
|
|
888
1000
|
storeSizeBytes: Long;
|
889
1001
|
}
|
890
1002
|
export type AnnotationStoreItems = AnnotationStoreItem[];
|
1003
|
+
export interface AnnotationStoreVersionItem {
|
1004
|
+
/**
|
1005
|
+
* The store ID for an annotation store version.
|
1006
|
+
*/
|
1007
|
+
storeId: ResourceId;
|
1008
|
+
/**
|
1009
|
+
* The annotation store version ID.
|
1010
|
+
*/
|
1011
|
+
id: ResourceId;
|
1012
|
+
/**
|
1013
|
+
* The status of an annotation store version.
|
1014
|
+
*/
|
1015
|
+
status: VersionStatus;
|
1016
|
+
/**
|
1017
|
+
* The Arn for an annotation store version.
|
1018
|
+
*/
|
1019
|
+
versionArn: Arn;
|
1020
|
+
/**
|
1021
|
+
* A name given to an annotation store version to distinguish it from others.
|
1022
|
+
*/
|
1023
|
+
name: StoreName;
|
1024
|
+
/**
|
1025
|
+
* The name of an annotation store version.
|
1026
|
+
*/
|
1027
|
+
versionName: VersionName;
|
1028
|
+
/**
|
1029
|
+
* The description of an annotation store version.
|
1030
|
+
*/
|
1031
|
+
description: Description;
|
1032
|
+
/**
|
1033
|
+
* The time stamp for when an annotation store version was created.
|
1034
|
+
*/
|
1035
|
+
creationTime: CreationTime;
|
1036
|
+
/**
|
1037
|
+
* The time stamp for when an annotation store version was updated.
|
1038
|
+
*/
|
1039
|
+
updateTime: UpdateTime;
|
1040
|
+
/**
|
1041
|
+
* The status of an annotation store version.
|
1042
|
+
*/
|
1043
|
+
statusMessage: StatusMessage;
|
1044
|
+
/**
|
1045
|
+
* The size of an annotation store version in Bytes.
|
1046
|
+
*/
|
1047
|
+
versionSizeBytes: Long;
|
1048
|
+
}
|
1049
|
+
export type AnnotationStoreVersionItems = AnnotationStoreVersionItem[];
|
891
1050
|
export type AnnotationType = "GENERIC"|"CHR_POS"|"CHR_POS_REF_ALT"|"CHR_START_END_ONE_BASE"|"CHR_START_END_REF_ALT_ONE_BASE"|"CHR_START_END_ZERO_BASE"|"CHR_START_END_REF_ALT_ZERO_BASE"|string;
|
892
1051
|
export type Arn = string;
|
1052
|
+
export type ArnList = String[];
|
893
1053
|
export interface BatchDeleteReadSetRequest {
|
894
1054
|
/**
|
895
1055
|
* The read sets' IDs.
|
@@ -977,15 +1137,19 @@ declare namespace Omics {
|
|
977
1137
|
/**
|
978
1138
|
* A name for the store.
|
979
1139
|
*/
|
980
|
-
name?:
|
1140
|
+
name?: StoreName;
|
981
1141
|
/**
|
982
1142
|
* A description for the store.
|
983
1143
|
*/
|
984
|
-
description?:
|
1144
|
+
description?: Description;
|
985
1145
|
/**
|
986
1146
|
* Tags for the store.
|
987
1147
|
*/
|
988
1148
|
tags?: TagMap;
|
1149
|
+
/**
|
1150
|
+
* The name given to an annotation store version to distinguish it from other versions.
|
1151
|
+
*/
|
1152
|
+
versionName?: VersionName;
|
989
1153
|
/**
|
990
1154
|
* Server-side encryption (SSE) settings for the store.
|
991
1155
|
*/
|
@@ -999,7 +1163,6 @@ declare namespace Omics {
|
|
999
1163
|
*/
|
1000
1164
|
storeOptions?: StoreOptions;
|
1001
1165
|
}
|
1002
|
-
export type CreateAnnotationStoreRequestNameString = string;
|
1003
1166
|
export interface CreateAnnotationStoreResponse {
|
1004
1167
|
/**
|
1005
1168
|
* The store's ID.
|
@@ -1025,11 +1188,67 @@ declare namespace Omics {
|
|
1025
1188
|
* The store's name.
|
1026
1189
|
*/
|
1027
1190
|
name: String;
|
1191
|
+
/**
|
1192
|
+
* The name given to an annotation store version to distinguish it from other versions.
|
1193
|
+
*/
|
1194
|
+
versionName: VersionName;
|
1028
1195
|
/**
|
1029
1196
|
* When the store was created.
|
1030
1197
|
*/
|
1031
1198
|
creationTime: CreationTime;
|
1032
1199
|
}
|
1200
|
+
export interface CreateAnnotationStoreVersionRequest {
|
1201
|
+
/**
|
1202
|
+
* The name of an annotation store version from which versions are being created.
|
1203
|
+
*/
|
1204
|
+
name: StoreName;
|
1205
|
+
/**
|
1206
|
+
* The name given to an annotation store version to distinguish it from other versions.
|
1207
|
+
*/
|
1208
|
+
versionName: VersionName;
|
1209
|
+
/**
|
1210
|
+
* The description of an annotation store version.
|
1211
|
+
*/
|
1212
|
+
description?: Description;
|
1213
|
+
/**
|
1214
|
+
* The options for an annotation store version.
|
1215
|
+
*/
|
1216
|
+
versionOptions?: VersionOptions;
|
1217
|
+
/**
|
1218
|
+
* Any tags added to annotation store version.
|
1219
|
+
*/
|
1220
|
+
tags?: TagMap;
|
1221
|
+
}
|
1222
|
+
export interface CreateAnnotationStoreVersionResponse {
|
1223
|
+
/**
|
1224
|
+
* A generated ID for the annotation store
|
1225
|
+
*/
|
1226
|
+
id: ResourceId;
|
1227
|
+
/**
|
1228
|
+
* The name given to an annotation store version to distinguish it from other versions.
|
1229
|
+
*/
|
1230
|
+
versionName: VersionName;
|
1231
|
+
/**
|
1232
|
+
* The ID for the annotation store from which new versions are being created.
|
1233
|
+
*/
|
1234
|
+
storeId: ResourceId;
|
1235
|
+
/**
|
1236
|
+
* The options for an annotation store version.
|
1237
|
+
*/
|
1238
|
+
versionOptions?: VersionOptions;
|
1239
|
+
/**
|
1240
|
+
* The name given to an annotation store version to distinguish it from other versions.
|
1241
|
+
*/
|
1242
|
+
name: StoreName;
|
1243
|
+
/**
|
1244
|
+
* The status of a annotation store version.
|
1245
|
+
*/
|
1246
|
+
status: VersionStatus;
|
1247
|
+
/**
|
1248
|
+
* The time stamp for the creation of an annotation store version.
|
1249
|
+
*/
|
1250
|
+
creationTime: CreationTime;
|
1251
|
+
}
|
1033
1252
|
export interface CreateMultipartReadSetUploadRequest {
|
1034
1253
|
/**
|
1035
1254
|
* The sequence store ID for the store that is the destination of the multipart uploads.
|
@@ -1270,6 +1489,34 @@ declare namespace Omics {
|
|
1270
1489
|
*/
|
1271
1490
|
fallbackLocation?: S3Destination;
|
1272
1491
|
}
|
1492
|
+
export interface CreateShareRequest {
|
1493
|
+
/**
|
1494
|
+
* The resource ARN for the analytics store to be shared.
|
1495
|
+
*/
|
1496
|
+
resourceArn: String;
|
1497
|
+
/**
|
1498
|
+
* The principal subscriber is the account being given access to the analytics store data through the share offer.
|
1499
|
+
*/
|
1500
|
+
principalSubscriber: String;
|
1501
|
+
/**
|
1502
|
+
* A name given to the share.
|
1503
|
+
*/
|
1504
|
+
shareName?: ShareName;
|
1505
|
+
}
|
1506
|
+
export interface CreateShareResponse {
|
1507
|
+
/**
|
1508
|
+
* An ID generated for the share.
|
1509
|
+
*/
|
1510
|
+
shareId?: String;
|
1511
|
+
/**
|
1512
|
+
* The status of a share.
|
1513
|
+
*/
|
1514
|
+
status?: ShareStatus;
|
1515
|
+
/**
|
1516
|
+
* A name given to the share.
|
1517
|
+
*/
|
1518
|
+
shareName?: ShareName;
|
1519
|
+
}
|
1273
1520
|
export interface CreateVariantStoreRequest {
|
1274
1521
|
/**
|
1275
1522
|
* The genome reference for the store's variants.
|
@@ -1278,11 +1525,11 @@ declare namespace Omics {
|
|
1278
1525
|
/**
|
1279
1526
|
* A name for the store.
|
1280
1527
|
*/
|
1281
|
-
name?:
|
1528
|
+
name?: StoreName;
|
1282
1529
|
/**
|
1283
1530
|
* A description for the store.
|
1284
1531
|
*/
|
1285
|
-
description?:
|
1532
|
+
description?: Description;
|
1286
1533
|
/**
|
1287
1534
|
* Tags for the store.
|
1288
1535
|
*/
|
@@ -1292,7 +1539,6 @@ declare namespace Omics {
|
|
1292
1539
|
*/
|
1293
1540
|
sseConfig?: SseConfig;
|
1294
1541
|
}
|
1295
|
-
export type CreateVariantStoreRequestNameString = string;
|
1296
1542
|
export interface CreateVariantStoreResponse {
|
1297
1543
|
/**
|
1298
1544
|
* The store's ID.
|
@@ -1398,6 +1644,26 @@ declare namespace Omics {
|
|
1398
1644
|
*/
|
1399
1645
|
status: StoreStatus;
|
1400
1646
|
}
|
1647
|
+
export interface DeleteAnnotationStoreVersionsRequest {
|
1648
|
+
/**
|
1649
|
+
* The name of the annotation store from which versions are being deleted.
|
1650
|
+
*/
|
1651
|
+
name: String;
|
1652
|
+
/**
|
1653
|
+
* The versions of an annotation store to be deleted.
|
1654
|
+
*/
|
1655
|
+
versions: VersionList;
|
1656
|
+
/**
|
1657
|
+
* Forces the deletion of an annotation store version when imports are in-progress..
|
1658
|
+
*/
|
1659
|
+
force?: PrimitiveBoolean;
|
1660
|
+
}
|
1661
|
+
export interface DeleteAnnotationStoreVersionsResponse {
|
1662
|
+
/**
|
1663
|
+
* Any errors that occur when attempting to delete an annotation store version.
|
1664
|
+
*/
|
1665
|
+
errors?: VersionDeleteErrorList;
|
1666
|
+
}
|
1401
1667
|
export interface DeleteReferenceRequest {
|
1402
1668
|
/**
|
1403
1669
|
* The reference's ID.
|
@@ -1438,6 +1704,18 @@ declare namespace Omics {
|
|
1438
1704
|
}
|
1439
1705
|
export interface DeleteSequenceStoreResponse {
|
1440
1706
|
}
|
1707
|
+
export interface DeleteShareRequest {
|
1708
|
+
/**
|
1709
|
+
* The ID for the share request to be deleted.
|
1710
|
+
*/
|
1711
|
+
shareId: String;
|
1712
|
+
}
|
1713
|
+
export interface DeleteShareResponse {
|
1714
|
+
/**
|
1715
|
+
* The status of the share being deleted.
|
1716
|
+
*/
|
1717
|
+
status?: ShareStatus;
|
1718
|
+
}
|
1441
1719
|
export interface DeleteVariantStoreRequest {
|
1442
1720
|
/**
|
1443
1721
|
* The store's name.
|
@@ -1460,6 +1738,7 @@ declare namespace Omics {
|
|
1460
1738
|
*/
|
1461
1739
|
id: WorkflowId;
|
1462
1740
|
}
|
1741
|
+
export type Description = string;
|
1463
1742
|
export type Encoding = string;
|
1464
1743
|
export type EncryptionType = "KMS"|string;
|
1465
1744
|
export type EscapeChar = string;
|
@@ -1545,6 +1824,16 @@ declare namespace Omics {
|
|
1545
1824
|
export type FileInformationPartSizeLong = number;
|
1546
1825
|
export type FileInformationTotalPartsInteger = number;
|
1547
1826
|
export type FileType = "FASTQ"|"BAM"|"CRAM"|string;
|
1827
|
+
export interface Filter {
|
1828
|
+
/**
|
1829
|
+
* The Amazon Resource Number (Arn) for an analytics store.
|
1830
|
+
*/
|
1831
|
+
resourceArns?: ArnList;
|
1832
|
+
/**
|
1833
|
+
* The status of an annotation store version.
|
1834
|
+
*/
|
1835
|
+
status?: StatusList;
|
1836
|
+
}
|
1548
1837
|
export interface FormatOptions {
|
1549
1838
|
/**
|
1550
1839
|
* Options for a TSV file.
|
@@ -1574,6 +1863,10 @@ declare namespace Omics {
|
|
1574
1863
|
* The job's destination annotation store.
|
1575
1864
|
*/
|
1576
1865
|
destinationName: StoreName;
|
1866
|
+
/**
|
1867
|
+
* The name of the annotation store version.
|
1868
|
+
*/
|
1869
|
+
versionName: VersionName;
|
1577
1870
|
/**
|
1578
1871
|
* The job's service role ARN.
|
1579
1872
|
*/
|
@@ -1642,7 +1935,7 @@ declare namespace Omics {
|
|
1642
1935
|
/**
|
1643
1936
|
* The store's description.
|
1644
1937
|
*/
|
1645
|
-
description:
|
1938
|
+
description: Description;
|
1646
1939
|
/**
|
1647
1940
|
* The store's server-side encryption (SSE) settings.
|
1648
1941
|
*/
|
@@ -1675,6 +1968,74 @@ declare namespace Omics {
|
|
1675
1968
|
* The store's size in bytes.
|
1676
1969
|
*/
|
1677
1970
|
storeSizeBytes: Long;
|
1971
|
+
/**
|
1972
|
+
* An integer indicating how many versions of an annotation store exist.
|
1973
|
+
*/
|
1974
|
+
numVersions: Integer;
|
1975
|
+
}
|
1976
|
+
export interface GetAnnotationStoreVersionRequest {
|
1977
|
+
/**
|
1978
|
+
* The name given to an annotation store version to distinguish it from others.
|
1979
|
+
*/
|
1980
|
+
name: String;
|
1981
|
+
/**
|
1982
|
+
* The name given to an annotation store version to distinguish it from others.
|
1983
|
+
*/
|
1984
|
+
versionName: String;
|
1985
|
+
}
|
1986
|
+
export interface GetAnnotationStoreVersionResponse {
|
1987
|
+
/**
|
1988
|
+
* The store ID for annotation store version.
|
1989
|
+
*/
|
1990
|
+
storeId: ResourceId;
|
1991
|
+
/**
|
1992
|
+
* The annotation store version ID.
|
1993
|
+
*/
|
1994
|
+
id: ResourceId;
|
1995
|
+
/**
|
1996
|
+
* The status of an annotation store version.
|
1997
|
+
*/
|
1998
|
+
status: VersionStatus;
|
1999
|
+
/**
|
2000
|
+
* The Arn for the annotation store.
|
2001
|
+
*/
|
2002
|
+
versionArn: Arn;
|
2003
|
+
/**
|
2004
|
+
* The name of the annotation store.
|
2005
|
+
*/
|
2006
|
+
name: StoreName;
|
2007
|
+
/**
|
2008
|
+
* The name given to an annotation store version to distinguish it from others.
|
2009
|
+
*/
|
2010
|
+
versionName: VersionName;
|
2011
|
+
/**
|
2012
|
+
* The description for an annotation store version.
|
2013
|
+
*/
|
2014
|
+
description: Description;
|
2015
|
+
/**
|
2016
|
+
* The time stamp for when an annotation store version was created.
|
2017
|
+
*/
|
2018
|
+
creationTime: CreationTime;
|
2019
|
+
/**
|
2020
|
+
* The time stamp for when an annotation store version was updated.
|
2021
|
+
*/
|
2022
|
+
updateTime: UpdateTime;
|
2023
|
+
/**
|
2024
|
+
* Any tags associated with an annotation store version.
|
2025
|
+
*/
|
2026
|
+
tags: TagMap;
|
2027
|
+
/**
|
2028
|
+
* The options for an annotation store version.
|
2029
|
+
*/
|
2030
|
+
versionOptions?: VersionOptions;
|
2031
|
+
/**
|
2032
|
+
* The status of an annotation store version.
|
2033
|
+
*/
|
2034
|
+
statusMessage: StatusMessage;
|
2035
|
+
/**
|
2036
|
+
* The size of the annotation store version in Bytes.
|
2037
|
+
*/
|
2038
|
+
versionSizeBytes: Long;
|
1678
2039
|
}
|
1679
2040
|
export interface GetReadSetActivationJobRequest {
|
1680
2041
|
/**
|
@@ -2315,6 +2676,18 @@ declare namespace Omics {
|
|
2315
2676
|
*/
|
2316
2677
|
fallbackLocation?: S3Destination;
|
2317
2678
|
}
|
2679
|
+
export interface GetShareRequest {
|
2680
|
+
/**
|
2681
|
+
* The generated ID for a share.
|
2682
|
+
*/
|
2683
|
+
shareId: String;
|
2684
|
+
}
|
2685
|
+
export interface GetShareResponse {
|
2686
|
+
/**
|
2687
|
+
* An analytic store share details object. contains status, resourceArn, ownerId, etc.
|
2688
|
+
*/
|
2689
|
+
share?: ShareDetails;
|
2690
|
+
}
|
2318
2691
|
export interface GetVariantImportRequest {
|
2319
2692
|
/**
|
2320
2693
|
* The job's ID.
|
@@ -2397,7 +2770,7 @@ declare namespace Omics {
|
|
2397
2770
|
/**
|
2398
2771
|
* The store's description.
|
2399
2772
|
*/
|
2400
|
-
description:
|
2773
|
+
description: Description;
|
2401
2774
|
/**
|
2402
2775
|
* The store's server-side encryption (SSE) settings.
|
2403
2776
|
*/
|
@@ -2666,6 +3039,7 @@ declare namespace Omics {
|
|
2666
3039
|
tags?: TagMap;
|
2667
3040
|
}
|
2668
3041
|
export type ImportReferenceSourceList = ImportReferenceSourceItem[];
|
3042
|
+
export type Integer = number;
|
2669
3043
|
export type JobStatus = "SUBMITTED"|"IN_PROGRESS"|"CANCELLED"|"COMPLETED"|"FAILED"|"COMPLETED_WITH_FAILURES"|string;
|
2670
3044
|
export type JobStatusMessage = string;
|
2671
3045
|
export type JobStatusMsg = string;
|
@@ -2711,6 +3085,42 @@ declare namespace Omics {
|
|
2711
3085
|
*/
|
2712
3086
|
nextToken?: String;
|
2713
3087
|
}
|
3088
|
+
export interface ListAnnotationStoreVersionsFilter {
|
3089
|
+
/**
|
3090
|
+
* The status of an annotation store version.
|
3091
|
+
*/
|
3092
|
+
status?: VersionStatus;
|
3093
|
+
}
|
3094
|
+
export interface ListAnnotationStoreVersionsRequest {
|
3095
|
+
/**
|
3096
|
+
* The name of an annotation store.
|
3097
|
+
*/
|
3098
|
+
name: String;
|
3099
|
+
/**
|
3100
|
+
* The maximum number of annotation store versions to return in one page of results.
|
3101
|
+
*/
|
3102
|
+
maxResults?: ListAnnotationStoreVersionsRequestMaxResultsInteger;
|
3103
|
+
/**
|
3104
|
+
* Specifies the pagination token from a previous request to retrieve the next page of results.
|
3105
|
+
*/
|
3106
|
+
nextToken?: ListAnnotationStoreVersionsRequestNextTokenString;
|
3107
|
+
/**
|
3108
|
+
* A filter to apply to the list of annotation store versions.
|
3109
|
+
*/
|
3110
|
+
filter?: ListAnnotationStoreVersionsFilter;
|
3111
|
+
}
|
3112
|
+
export type ListAnnotationStoreVersionsRequestMaxResultsInteger = number;
|
3113
|
+
export type ListAnnotationStoreVersionsRequestNextTokenString = string;
|
3114
|
+
export interface ListAnnotationStoreVersionsResponse {
|
3115
|
+
/**
|
3116
|
+
* Lists all versions of an annotation store.
|
3117
|
+
*/
|
3118
|
+
annotationStoreVersions?: AnnotationStoreVersionItems;
|
3119
|
+
/**
|
3120
|
+
* Specifies the pagination token from a previous request to retrieve the next page of results.
|
3121
|
+
*/
|
3122
|
+
nextToken?: String;
|
3123
|
+
}
|
2714
3124
|
export interface ListAnnotationStoresFilter {
|
2715
3125
|
/**
|
2716
3126
|
* A status to filter on.
|
@@ -3121,6 +3531,34 @@ declare namespace Omics {
|
|
3121
3531
|
*/
|
3122
3532
|
sequenceStores: SequenceStoreDetailList;
|
3123
3533
|
}
|
3534
|
+
export interface ListSharesRequest {
|
3535
|
+
/**
|
3536
|
+
* The account that owns the analytics store shared.
|
3537
|
+
*/
|
3538
|
+
resourceOwner: ResourceOwner;
|
3539
|
+
/**
|
3540
|
+
* Attributes used to filter for a specific subset of shares.
|
3541
|
+
*/
|
3542
|
+
filter?: Filter;
|
3543
|
+
/**
|
3544
|
+
* Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
|
3545
|
+
*/
|
3546
|
+
nextToken?: String;
|
3547
|
+
/**
|
3548
|
+
* The maximum number of shares to return in one page of results.
|
3549
|
+
*/
|
3550
|
+
maxResults?: Integer;
|
3551
|
+
}
|
3552
|
+
export interface ListSharesResponse {
|
3553
|
+
/**
|
3554
|
+
* The shares available and their meta details.
|
3555
|
+
*/
|
3556
|
+
shares: ShareDetailsList;
|
3557
|
+
/**
|
3558
|
+
* Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.
|
3559
|
+
*/
|
3560
|
+
nextToken?: String;
|
3561
|
+
}
|
3124
3562
|
export interface ListTagsForResourceRequest {
|
3125
3563
|
/**
|
3126
3564
|
* The resource's ARN.
|
@@ -3640,6 +4078,7 @@ declare namespace Omics {
|
|
3640
4078
|
export type ReferenceStreamingBlob = Buffer|Uint8Array|Blob|string|Readable;
|
3641
4079
|
export type ResourceId = string;
|
3642
4080
|
export type ResourceIdentifier = string;
|
4081
|
+
export type ResourceOwner = "SELF"|"OTHER"|string;
|
3643
4082
|
export type RoleArn = string;
|
3644
4083
|
export type RunArn = string;
|
3645
4084
|
export type RunExport = "DEFINITION"|string;
|
@@ -3825,6 +4264,47 @@ declare namespace Omics {
|
|
3825
4264
|
}
|
3826
4265
|
export type SequenceStoreId = string;
|
3827
4266
|
export type SequenceStoreName = string;
|
4267
|
+
export interface ShareDetails {
|
4268
|
+
/**
|
4269
|
+
* The ID for a share offer for an analytics store .
|
4270
|
+
*/
|
4271
|
+
shareId?: String;
|
4272
|
+
/**
|
4273
|
+
* The resource Arn of the analytics store being shared.
|
4274
|
+
*/
|
4275
|
+
resourceArn?: String;
|
4276
|
+
/**
|
4277
|
+
* The principal subscriber is the account the analytics store data is being shared with.
|
4278
|
+
*/
|
4279
|
+
principalSubscriber?: String;
|
4280
|
+
/**
|
4281
|
+
* The account ID for the data owner. The owner creates the share offer.
|
4282
|
+
*/
|
4283
|
+
ownerId?: String;
|
4284
|
+
/**
|
4285
|
+
* The status of a share.
|
4286
|
+
*/
|
4287
|
+
status?: ShareStatus;
|
4288
|
+
/**
|
4289
|
+
* The status message for a share. It provides more details on the status of the share.
|
4290
|
+
*/
|
4291
|
+
statusMessage?: StatusMessage;
|
4292
|
+
/**
|
4293
|
+
* The name of the share.
|
4294
|
+
*/
|
4295
|
+
shareName?: ShareName;
|
4296
|
+
/**
|
4297
|
+
* The timestamp for when the share was created.
|
4298
|
+
*/
|
4299
|
+
creationTime?: CreationTime;
|
4300
|
+
/**
|
4301
|
+
* The timestamp of the share update.
|
4302
|
+
*/
|
4303
|
+
updateTime?: UpdateTime;
|
4304
|
+
}
|
4305
|
+
export type ShareDetailsList = ShareDetails[];
|
4306
|
+
export type ShareName = string;
|
4307
|
+
export type ShareStatus = "PENDING"|"ACTIVATING"|"ACTIVE"|"DELETING"|"DELETED"|"FAILED"|string;
|
3828
4308
|
export interface SourceFiles {
|
3829
4309
|
/**
|
3830
4310
|
* The location of the first file in Amazon S3.
|
@@ -3859,6 +4339,10 @@ declare namespace Omics {
|
|
3859
4339
|
* Items to import.
|
3860
4340
|
*/
|
3861
4341
|
items: AnnotationImportItemSources;
|
4342
|
+
/**
|
4343
|
+
* The name of the annotation store version.
|
4344
|
+
*/
|
4345
|
+
versionName?: VersionName;
|
3862
4346
|
/**
|
3863
4347
|
* Formatting options for the annotation file.
|
3864
4348
|
*/
|
@@ -4202,8 +4686,8 @@ declare namespace Omics {
|
|
4202
4686
|
*/
|
4203
4687
|
jobId: ResourceId;
|
4204
4688
|
}
|
4689
|
+
export type StatusList = ShareStatus[];
|
4205
4690
|
export type StatusMessage = string;
|
4206
|
-
export type StoreDescription = string;
|
4207
4691
|
export type StoreFormat = "GFF"|"TSV"|"VCF"|string;
|
4208
4692
|
export type StoreName = string;
|
4209
4693
|
export interface StoreOptions {
|
@@ -4309,6 +4793,21 @@ declare namespace Omics {
|
|
4309
4793
|
schema?: TsvStoreOptionsSchemaList;
|
4310
4794
|
}
|
4311
4795
|
export type TsvStoreOptionsSchemaList = SchemaItem[];
|
4796
|
+
export interface TsvVersionOptions {
|
4797
|
+
/**
|
4798
|
+
* The store version's annotation type.
|
4799
|
+
*/
|
4800
|
+
annotationType?: AnnotationType;
|
4801
|
+
/**
|
4802
|
+
* The annotation store version's header key to column name mapping.
|
4803
|
+
*/
|
4804
|
+
formatToHeader?: FormatToHeader;
|
4805
|
+
/**
|
4806
|
+
* The TSV schema for an annotation store version.
|
4807
|
+
*/
|
4808
|
+
schema?: TsvVersionOptionsSchemaList;
|
4809
|
+
}
|
4810
|
+
export type TsvVersionOptionsSchemaList = SchemaItem[];
|
4312
4811
|
export interface UntagResourceRequest {
|
4313
4812
|
/**
|
4314
4813
|
* The resource's ARN.
|
@@ -4329,7 +4828,7 @@ declare namespace Omics {
|
|
4329
4828
|
/**
|
4330
4829
|
* A description for the store.
|
4331
4830
|
*/
|
4332
|
-
description?:
|
4831
|
+
description?: Description;
|
4333
4832
|
}
|
4334
4833
|
export interface UpdateAnnotationStoreResponse {
|
4335
4834
|
/**
|
@@ -4351,7 +4850,7 @@ declare namespace Omics {
|
|
4351
4850
|
/**
|
4352
4851
|
* The store's description.
|
4353
4852
|
*/
|
4354
|
-
description:
|
4853
|
+
description: Description;
|
4355
4854
|
/**
|
4356
4855
|
* When the store was created.
|
4357
4856
|
*/
|
@@ -4369,6 +4868,54 @@ declare namespace Omics {
|
|
4369
4868
|
*/
|
4370
4869
|
storeFormat?: StoreFormat;
|
4371
4870
|
}
|
4871
|
+
export interface UpdateAnnotationStoreVersionRequest {
|
4872
|
+
/**
|
4873
|
+
* The name of an annotation store.
|
4874
|
+
*/
|
4875
|
+
name: String;
|
4876
|
+
/**
|
4877
|
+
* The name of an annotation store version.
|
4878
|
+
*/
|
4879
|
+
versionName: String;
|
4880
|
+
/**
|
4881
|
+
* The description of an annotation store.
|
4882
|
+
*/
|
4883
|
+
description?: Description;
|
4884
|
+
}
|
4885
|
+
export interface UpdateAnnotationStoreVersionResponse {
|
4886
|
+
/**
|
4887
|
+
* The annotation store ID.
|
4888
|
+
*/
|
4889
|
+
storeId: ResourceId;
|
4890
|
+
/**
|
4891
|
+
* The annotation store version ID.
|
4892
|
+
*/
|
4893
|
+
id: ResourceId;
|
4894
|
+
/**
|
4895
|
+
* The status of an annotation store version.
|
4896
|
+
*/
|
4897
|
+
status: VersionStatus;
|
4898
|
+
/**
|
4899
|
+
* The name of an annotation store.
|
4900
|
+
*/
|
4901
|
+
name: StoreName;
|
4902
|
+
/**
|
4903
|
+
* The name of an annotation store version.
|
4904
|
+
*/
|
4905
|
+
versionName: VersionName;
|
4906
|
+
/**
|
4907
|
+
* The description of an annotation store version.
|
4908
|
+
*/
|
4909
|
+
description: Description;
|
4910
|
+
/**
|
4911
|
+
* The time stamp for when an annotation store version was created.
|
4912
|
+
*/
|
4913
|
+
creationTime: CreationTime;
|
4914
|
+
/**
|
4915
|
+
* The time stamp for when an annotation store version was updated.
|
4916
|
+
*/
|
4917
|
+
updateTime: UpdateTime;
|
4918
|
+
}
|
4372
4919
|
export interface UpdateRunGroupRequest {
|
4373
4920
|
/**
|
4374
4921
|
* The group's ID.
|
@@ -4408,7 +4955,7 @@ declare namespace Omics {
|
|
4408
4955
|
/**
|
4409
4956
|
* A description for the store.
|
4410
4957
|
*/
|
4411
|
-
description?:
|
4958
|
+
description?: Description;
|
4412
4959
|
}
|
4413
4960
|
export interface UpdateVariantStoreResponse {
|
4414
4961
|
/**
|
@@ -4430,7 +4977,7 @@ declare namespace Omics {
|
|
4430
4977
|
/**
|
4431
4978
|
* The store's description.
|
4432
4979
|
*/
|
4433
|
-
description:
|
4980
|
+
description: Description;
|
4434
4981
|
/**
|
4435
4982
|
* When the store was created.
|
4436
4983
|
*/
|
@@ -4569,7 +5116,7 @@ declare namespace Omics {
|
|
4569
5116
|
/**
|
4570
5117
|
* The store's description.
|
4571
5118
|
*/
|
4572
|
-
description:
|
5119
|
+
description: Description;
|
4573
5120
|
/**
|
4574
5121
|
* The store's server-side encryption (SSE) settings.
|
4575
5122
|
*/
|
@@ -4602,6 +5149,26 @@ declare namespace Omics {
|
|
4602
5149
|
*/
|
4603
5150
|
ignoreFilterField?: Boolean;
|
4604
5151
|
}
|
5152
|
+
export interface VersionDeleteError {
|
5153
|
+
/**
|
5154
|
+
* The name given to an annotation store version.
|
5155
|
+
*/
|
5156
|
+
versionName: VersionName;
|
5157
|
+
/**
|
5158
|
+
* The message explaining the error in annotation store deletion.
|
5159
|
+
*/
|
5160
|
+
message: String;
|
5161
|
+
}
|
5162
|
+
export type VersionDeleteErrorList = VersionDeleteError[];
|
5163
|
+
export type VersionList = VersionName[];
|
5164
|
+
export type VersionName = string;
|
5165
|
+
export interface VersionOptions {
|
5166
|
+
/**
|
5167
|
+
* File settings for a version of a TSV store.
|
5168
|
+
*/
|
5169
|
+
tsvVersionOptions?: TsvVersionOptions;
|
5170
|
+
}
|
5171
|
+
export type VersionStatus = "CREATING"|"UPDATING"|"DELETING"|"ACTIVE"|"FAILED"|string;
|
4605
5172
|
export type WorkflowArn = string;
|
4606
5173
|
export type WorkflowDefinition = string;
|
4607
5174
|
export type WorkflowDescription = string;
|