@aws-sdk/client-omics 3.278.0 → 3.281.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.
Files changed (79) hide show
  1. package/README.md +531 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +3 -0
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  5. package/dist-es/endpoint/ruleset.js +3 -3
  6. package/dist-es/models/models_0.js +3 -0
  7. package/dist-es/protocols/Aws_restJson1.js +1 -0
  8. package/dist-types/Omics.d.ts +3 -2
  9. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +6 -0
  10. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +6 -0
  11. package/dist-types/commands/CancelRunCommand.d.ts +6 -0
  12. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateRunGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateVariantStoreCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteReferenceCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRunCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteRunGroupCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  27. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +6 -0
  28. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +6 -0
  29. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +6 -0
  30. package/dist-types/commands/GetReadSetCommand.d.ts +6 -0
  31. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +6 -0
  32. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +6 -0
  34. package/dist-types/commands/GetReferenceCommand.d.ts +6 -0
  35. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +6 -0
  36. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +6 -0
  37. package/dist-types/commands/GetReferenceStoreCommand.d.ts +6 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +6 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +6 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +6 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +6 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +6 -0
  43. package/dist-types/commands/GetVariantStoreCommand.d.ts +6 -0
  44. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -0
  45. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +6 -0
  47. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListReadSetsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListReferenceStoresCommand.d.ts +6 -0
  53. package/dist-types/commands/ListReferencesCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRunGroupsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRunTasksCommand.d.ts +6 -0
  56. package/dist-types/commands/ListRunsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  59. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +6 -0
  60. package/dist-types/commands/ListVariantStoresCommand.d.ts +6 -0
  61. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
  62. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +6 -0
  63. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +8 -1
  64. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +7 -1
  65. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +6 -0
  66. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +6 -0
  67. package/dist-types/commands/StartRunCommand.d.ts +6 -0
  68. package/dist-types/commands/StartVariantImportJobCommand.d.ts +6 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRunGroupCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
  75. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  76. package/dist-types/models/models_0.d.ts +32 -22
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  79. package/package.json +6 -6
@@ -97,6 +97,10 @@ export declare enum JobStatus {
97
97
  * The Job has completed
98
98
  */
99
99
  COMPLETED = "COMPLETED",
100
+ /**
101
+ * The Job completed with failed runs
102
+ */
103
+ COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
100
104
  /**
101
105
  * The Job failed
102
106
  */
@@ -680,7 +684,7 @@ export interface CreateAnnotationStoreResponse {
680
684
  */
681
685
  id: string | undefined;
682
686
  /**
683
- * <p>The store's genome reference.</p>
687
+ * <p>The store's genome reference. Required for all stores except TSV format with generic annotations.</p>
684
688
  */
685
689
  reference?: ReferenceItem;
686
690
  /**
@@ -1042,7 +1046,7 @@ export interface CreateRunGroupRequest {
1042
1046
  */
1043
1047
  maxRuns?: number;
1044
1048
  /**
1045
- * <p>A max duration for the group.</p>
1049
+ * <p>A maximum run time for the group in minutes.</p>
1046
1050
  */
1047
1051
  maxDuration?: number;
1048
1052
  /**
@@ -1050,7 +1054,7 @@ export interface CreateRunGroupRequest {
1050
1054
  */
1051
1055
  tags?: Record<string, string>;
1052
1056
  /**
1053
- * <p>A request ID for the group.</p>
1057
+ * <p>To ensure that requests don't run multiple times, specify a unique ID for each request.</p>
1054
1058
  */
1055
1059
  requestId?: string;
1056
1060
  }
@@ -1207,7 +1211,7 @@ export interface CreateWorkflowRequest {
1207
1211
  */
1208
1212
  parameterTemplate?: Record<string, WorkflowParameter>;
1209
1213
  /**
1210
- * <p>A storage capacity for the workflow.</p>
1214
+ * <p>A storage capacity for the workflow in gigabytes.</p>
1211
1215
  */
1212
1216
  storageCapacity?: number;
1213
1217
  /**
@@ -1215,7 +1219,7 @@ export interface CreateWorkflowRequest {
1215
1219
  */
1216
1220
  tags?: Record<string, string>;
1217
1221
  /**
1218
- * <p>A request ID for the workflow.</p>
1222
+ * <p>To ensure that requests don't run multiple times, specify a unique ID for each request.</p>
1219
1223
  */
1220
1224
  requestId?: string;
1221
1225
  }
@@ -1224,6 +1228,7 @@ export declare enum WorkflowStatus {
1224
1228
  CREATING = "CREATING",
1225
1229
  DELETED = "DELETED",
1226
1230
  FAILED = "FAILED",
1231
+ INACTIVE = "INACTIVE",
1227
1232
  UPDATING = "UPDATING"
1228
1233
  }
1229
1234
  export interface CreateWorkflowResponse {
@@ -1492,7 +1497,7 @@ export interface GetReadSetActivationJobResponse {
1492
1497
  */
1493
1498
  completionTime?: Date;
1494
1499
  /**
1495
- * <p>The job's sources.</p>
1500
+ * <p>The job's source files.</p>
1496
1501
  */
1497
1502
  sources?: ActivateReadSetSourceItem[];
1498
1503
  }
@@ -1657,7 +1662,7 @@ export interface GetReadSetImportJobResponse {
1657
1662
  */
1658
1663
  completionTime?: Date;
1659
1664
  /**
1660
- * <p>The job's sources.</p>
1665
+ * <p>The job's source files.</p>
1661
1666
  */
1662
1667
  sources: ImportReadSetSourceItem[] | undefined;
1663
1668
  }
@@ -1886,7 +1891,7 @@ export interface GetReferenceImportJobResponse {
1886
1891
  */
1887
1892
  completionTime?: Date;
1888
1893
  /**
1889
- * <p>The job's sources.</p>
1894
+ * <p>The job's source files.</p>
1890
1895
  */
1891
1896
  sources: ImportReferenceSourceItem[] | undefined;
1892
1897
  }
@@ -2022,7 +2027,8 @@ export declare enum RunStatus {
2022
2027
  STOPPING = "STOPPING"
2023
2028
  }
2024
2029
  export declare enum WorkflowType {
2025
- PRIVATE = "PRIVATE"
2030
+ PRIVATE = "PRIVATE",
2031
+ SERVICE = "SERVICE"
2026
2032
  }
2027
2033
  export interface GetRunResponse {
2028
2034
  /**
@@ -2078,7 +2084,7 @@ export interface GetRunResponse {
2078
2084
  */
2079
2085
  parameters?: __DocumentType;
2080
2086
  /**
2081
- * <p>The run's storage capacity.</p>
2087
+ * <p>The run's storage capacity in gigabytes.</p>
2082
2088
  */
2083
2089
  storageCapacity?: number;
2084
2090
  /**
@@ -2146,7 +2152,7 @@ export interface GetRunGroupResponse {
2146
2152
  */
2147
2153
  maxRuns?: number;
2148
2154
  /**
2149
- * <p>The group's maximum run duration.</p>
2155
+ * <p>The group's maximum run time in minutes.</p>
2150
2156
  */
2151
2157
  maxDuration?: number;
2152
2158
  /**
@@ -2195,7 +2201,7 @@ export interface GetRunTaskResponse {
2195
2201
  */
2196
2202
  cpus?: number;
2197
2203
  /**
2198
- * <p>The task's memory setting.</p>
2204
+ * <p>The task's memory use in gigabytes.</p>
2199
2205
  */
2200
2206
  memory?: number;
2201
2207
  /**
@@ -2269,6 +2275,10 @@ export interface VariantImportItemDetail {
2269
2275
  * <p>The item's job status.</p>
2270
2276
  */
2271
2277
  jobStatus: JobStatus | string | undefined;
2278
+ /**
2279
+ * <p> A message that provides additional context about a job </p>
2280
+ */
2281
+ statusMessage?: string;
2272
2282
  }
2273
2283
  export interface GetVariantImportResponse {
2274
2284
  /**
@@ -2431,7 +2441,7 @@ export interface GetWorkflowResponse {
2431
2441
  */
2432
2442
  parameterTemplate?: Record<string, WorkflowParameter>;
2433
2443
  /**
2434
- * <p>The workflow's storage capacity.</p>
2444
+ * <p>The workflow's storage capacity in gigabytes.</p>
2435
2445
  */
2436
2446
  storageCapacity?: number;
2437
2447
  /**
@@ -2956,7 +2966,7 @@ export interface RunGroupListItem {
2956
2966
  */
2957
2967
  maxRuns?: number;
2958
2968
  /**
2959
- * <p>The group's maximum duration setting.</p>
2969
+ * <p>The group's maximum duration setting in minutes.</p>
2960
2970
  */
2961
2971
  maxDuration?: number;
2962
2972
  /**
@@ -3086,7 +3096,7 @@ export interface TaskListItem {
3086
3096
  */
3087
3097
  cpus?: number;
3088
3098
  /**
3089
- * <p>The task's memory.</p>
3099
+ * <p>The task's memory use in gigabyes.</p>
3090
3100
  */
3091
3101
  memory?: number;
3092
3102
  /**
@@ -3454,7 +3464,7 @@ export interface StartReferenceImportJobRequest {
3454
3464
  */
3455
3465
  clientToken?: string;
3456
3466
  /**
3457
- * <p>Sources for the job.</p>
3467
+ * <p>The job's source files.</p>
3458
3468
  */
3459
3469
  sources: StartReferenceImportJobSourceItem[] | undefined;
3460
3470
  }
@@ -3498,7 +3508,7 @@ export interface UpdateRunGroupRequest {
3498
3508
  */
3499
3509
  maxRuns?: number;
3500
3510
  /**
3501
- * <p>The maximum amount of time to run.</p>
3511
+ * <p>A maximum run time for the group in minutes.</p>
3502
3512
  */
3503
3513
  maxDuration?: number;
3504
3514
  }
@@ -3536,7 +3546,7 @@ export interface StartRunRequest {
3536
3546
  */
3537
3547
  parameters?: __DocumentType;
3538
3548
  /**
3539
- * <p>A storage capacity for the run.</p>
3549
+ * <p>A storage capacity for the run in gigabytes.</p>
3540
3550
  */
3541
3551
  storageCapacity?: number;
3542
3552
  /**
@@ -3552,7 +3562,7 @@ export interface StartRunRequest {
3552
3562
  */
3553
3563
  tags?: Record<string, string>;
3554
3564
  /**
3555
- * <p>A request ID for the run.</p>
3565
+ * <p>To ensure that requests don't run multiple times, specify a unique ID for each request.</p>
3556
3566
  */
3557
3567
  requestId?: string;
3558
3568
  }
@@ -3593,7 +3603,7 @@ export interface StartReadSetActivationJobRequest {
3593
3603
  */
3594
3604
  clientToken?: string;
3595
3605
  /**
3596
- * <p>The job's sources.</p>
3606
+ * <p>The job's source files.</p>
3597
3607
  */
3598
3608
  sources: StartReadSetActivationJobSourceItem[] | undefined;
3599
3609
  }
@@ -3633,7 +3643,7 @@ export interface StartReadSetExportJobRequest {
3633
3643
  */
3634
3644
  clientToken?: string;
3635
3645
  /**
3636
- * <p>Sources for the job.</p>
3646
+ * <p>The job's source files.</p>
3637
3647
  */
3638
3648
  sources: ExportReadSet[] | undefined;
3639
3649
  }
@@ -3714,7 +3724,7 @@ export interface StartReadSetImportJobRequest {
3714
3724
  */
3715
3725
  clientToken?: string;
3716
3726
  /**
3717
- * <p>Source files to import.</p>
3727
+ * <p>The job's source files.</p>
3718
3728
  */
3719
3729
  sources: StartReadSetImportJobSourceItem[] | undefined;
3720
3730
  }
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region: string;
30
+ Region?: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -44,6 +44,7 @@ export interface ActivateReadSetSourceItem {
44
44
  export declare enum JobStatus {
45
45
  CANCELLED = "CANCELLED",
46
46
  COMPLETED = "COMPLETED",
47
+ COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
47
48
  FAILED = "FAILED",
48
49
  IN_PROGRESS = "IN_PROGRESS",
49
50
  SUBMITTED = "SUBMITTED",
@@ -477,6 +478,7 @@ export declare enum WorkflowStatus {
477
478
  CREATING = "CREATING",
478
479
  DELETED = "DELETED",
479
480
  FAILED = "FAILED",
481
+ INACTIVE = "INACTIVE",
480
482
  UPDATING = "UPDATING",
481
483
  }
482
484
  export interface CreateWorkflowResponse {
@@ -804,6 +806,7 @@ export declare enum RunStatus {
804
806
  }
805
807
  export declare enum WorkflowType {
806
808
  PRIVATE = "PRIVATE",
809
+ SERVICE = "SERVICE",
807
810
  }
808
811
  export interface GetRunResponse {
809
812
  arn?: string;
@@ -885,6 +888,7 @@ export interface GetVariantImportRequest {
885
888
  export interface VariantImportItemDetail {
886
889
  source: string | undefined;
887
890
  jobStatus: JobStatus | string | undefined;
891
+ statusMessage?: string;
888
892
  }
889
893
  export interface GetVariantImportResponse {
890
894
  id: string | undefined;
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.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-stream-browser": "3.272.0",