aws-sdk-omics 1.57.0 → 1.58.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +255 -39
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cfcbfa354a76c5275e2f87ec4fbd63c28617c86125af422526b10602e0eacb7
|
|
4
|
+
data.tar.gz: aff7229fa22a9b557e1a6304c0c96f341abf7b0ad59d63e1ae67d931dc175dba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0743aa28a92e2e754b0c32ce5a4d12cfbb5b3d5d2aa2164e03b68b04cb5eaf2823fed87b46b32d2d14a965facf5665948e8bfb5c439e0d251f4849ecdee7a177
|
|
7
|
+
data.tar.gz: 6700892e348a8892f8a93f1618f49fd2a0c03db944994969d055601a467e867d86dbdf34b46de76ee2b84bd5b1bcd7653c0443429c004c6b0b9eb76fcd36b588
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.58.0 (2025-10-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared types
|
|
8
|
+
|
|
4
9
|
1.57.0 (2025-10-23)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
|
@@ -575,7 +575,18 @@ module Aws::Omics
|
|
|
575
575
|
req.send_request(options)
|
|
576
576
|
end
|
|
577
577
|
|
|
578
|
-
#
|
|
578
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
579
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
580
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
581
|
+
# prior to that date. Existing customers can continue to use the service
|
|
582
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
583
|
+
# variant store and annotation store availability change][1].
|
|
584
|
+
#
|
|
585
|
+
# Cancels an annotation import job.
|
|
586
|
+
#
|
|
587
|
+
#
|
|
588
|
+
#
|
|
589
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
579
590
|
#
|
|
580
591
|
# @option params [required, String] :job_id
|
|
581
592
|
# The job's ID.
|
|
@@ -621,7 +632,18 @@ module Aws::Omics
|
|
|
621
632
|
req.send_request(options)
|
|
622
633
|
end
|
|
623
634
|
|
|
624
|
-
#
|
|
635
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
636
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
637
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
638
|
+
# prior to that date. Existing customers can continue to use the service
|
|
639
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
640
|
+
# variant store and annotation store availability change][1].
|
|
641
|
+
#
|
|
642
|
+
# Cancels a variant import job.
|
|
643
|
+
#
|
|
644
|
+
#
|
|
645
|
+
#
|
|
646
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
625
647
|
#
|
|
626
648
|
# @option params [required, String] :job_id
|
|
627
649
|
# The job's ID.
|
|
@@ -697,7 +719,18 @@ module Aws::Omics
|
|
|
697
719
|
req.send_request(options)
|
|
698
720
|
end
|
|
699
721
|
|
|
700
|
-
#
|
|
722
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
723
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
724
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
725
|
+
# prior to that date. Existing customers can continue to use the service
|
|
726
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
727
|
+
# variant store and annotation store availability change][1].
|
|
728
|
+
#
|
|
729
|
+
# Creates an annotation store.
|
|
730
|
+
#
|
|
731
|
+
#
|
|
732
|
+
#
|
|
733
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
701
734
|
#
|
|
702
735
|
# @option params [Types::ReferenceItem] :reference
|
|
703
736
|
# The genome reference for the store's annotations.
|
|
@@ -1421,7 +1454,18 @@ module Aws::Omics
|
|
|
1421
1454
|
req.send_request(options)
|
|
1422
1455
|
end
|
|
1423
1456
|
|
|
1424
|
-
#
|
|
1457
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
1458
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
1459
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
1460
|
+
# prior to that date. Existing customers can continue to use the service
|
|
1461
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
1462
|
+
# variant store and annotation store availability change][1].
|
|
1463
|
+
#
|
|
1464
|
+
# Creates a variant store.
|
|
1465
|
+
#
|
|
1466
|
+
#
|
|
1467
|
+
#
|
|
1468
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
1425
1469
|
#
|
|
1426
1470
|
# @option params [required, Types::ReferenceItem] :reference
|
|
1427
1471
|
# The genome reference for the store's variants.
|
|
@@ -1483,31 +1527,44 @@ module Aws::Omics
|
|
|
1483
1527
|
# Creates a private workflow. Before you create a private workflow, you
|
|
1484
1528
|
# must create and configure these required resources:
|
|
1485
1529
|
#
|
|
1486
|
-
# * *Workflow definition
|
|
1487
|
-
#
|
|
1488
|
-
#
|
|
1489
|
-
#
|
|
1490
|
-
#
|
|
1491
|
-
#
|
|
1492
|
-
#
|
|
1493
|
-
#
|
|
1494
|
-
#
|
|
1495
|
-
#
|
|
1496
|
-
#
|
|
1497
|
-
#
|
|
1530
|
+
# * *Workflow definition file:* A workflow definition file written in
|
|
1531
|
+
# WDL, Nextflow, or CWL. The workflow definition specifies the inputs
|
|
1532
|
+
# and outputs for runs that use the workflow. It also includes
|
|
1533
|
+
# specifications for the runs and run tasks for your workflow,
|
|
1534
|
+
# including compute and memory requirements. The workflow definition
|
|
1535
|
+
# file must be in `.zip` format. For more information, see [Workflow
|
|
1536
|
+
# definition files][1] in Amazon Web Services HealthOmics.
|
|
1537
|
+
#
|
|
1538
|
+
# * You can use Amazon Q CLI to build and validate your workflow
|
|
1539
|
+
# definition files in WDL, Nextflow, and CWL. For more information,
|
|
1540
|
+
# see [Example prompts for Amazon Q CLI][2] and the [Amazon Web
|
|
1541
|
+
# Services HealthOmics Agentic generative AI tutorial][3] on GitHub.
|
|
1542
|
+
#
|
|
1543
|
+
# ^
|
|
1544
|
+
# * *(Optional) Parameter template file:* A parameter template file
|
|
1545
|
+
# written in JSON. Create the file to define the run parameters, or
|
|
1546
|
+
# Amazon Web Services HealthOmics generates the parameter template for
|
|
1547
|
+
# you. For more information, see [Parameter template files for
|
|
1548
|
+
# HealthOmics workflows][4].
|
|
1549
|
+
#
|
|
1550
|
+
# * *ECR container images:* Create container images for the workflow in
|
|
1498
1551
|
# a private ECR repository, or synchronize images from a supported
|
|
1499
1552
|
# upstream registry with your Amazon ECR private repository.
|
|
1500
1553
|
#
|
|
1501
|
-
# * (Optional)
|
|
1502
|
-
# the Sentieon software in
|
|
1554
|
+
# * *(Optional) Sentieon licenses:* Request a Sentieon license to use
|
|
1555
|
+
# the Sentieon software in private workflows.
|
|
1503
1556
|
#
|
|
1504
1557
|
# For more information, see [Creating or updating a private workflow in
|
|
1505
|
-
# Amazon Web Services HealthOmics][
|
|
1558
|
+
# Amazon Web Services HealthOmics][5] in the *Amazon Web Services
|
|
1506
1559
|
# HealthOmics User Guide*.
|
|
1507
1560
|
#
|
|
1508
1561
|
#
|
|
1509
1562
|
#
|
|
1510
|
-
# [1]: https://docs.aws.amazon.com/omics/latest/dev/
|
|
1563
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-definition-files.html
|
|
1564
|
+
# [2]: https://docs.aws.amazon.com/omics/latest/dev/getting-started.html#omics-q-prompts
|
|
1565
|
+
# [3]: https://github.com/aws-samples/aws-healthomics-tutorials/tree/main/generative-ai
|
|
1566
|
+
# [4]: https://docs.aws.amazon.com/omics/latest/dev/parameter-templates.html
|
|
1567
|
+
# [5]: https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html
|
|
1511
1568
|
#
|
|
1512
1569
|
# @option params [String] :name
|
|
1513
1570
|
# Name (optional but highly recommended) for the workflow to locate
|
|
@@ -1656,7 +1713,7 @@ module Aws::Omics
|
|
|
1656
1713
|
# resp = client.create_workflow({
|
|
1657
1714
|
# name: "WorkflowName",
|
|
1658
1715
|
# description: "WorkflowDescription",
|
|
1659
|
-
# engine: "WDL", # accepts WDL, NEXTFLOW, CWL
|
|
1716
|
+
# engine: "WDL", # accepts WDL, NEXTFLOW, CWL, WDL_LENIENT
|
|
1660
1717
|
# definition_zip: "data",
|
|
1661
1718
|
# definition_uri: "WorkflowDefinition",
|
|
1662
1719
|
# main: "WorkflowMain",
|
|
@@ -1907,7 +1964,7 @@ module Aws::Omics
|
|
|
1907
1964
|
# definition_uri: "WorkflowDefinition",
|
|
1908
1965
|
# accelerators: "GPU", # accepts GPU
|
|
1909
1966
|
# description: "WorkflowVersionDescription",
|
|
1910
|
-
# engine: "WDL", # accepts WDL, NEXTFLOW, CWL
|
|
1967
|
+
# engine: "WDL", # accepts WDL, NEXTFLOW, CWL, WDL_LENIENT
|
|
1911
1968
|
# main: "WorkflowMain",
|
|
1912
1969
|
# parameter_template: {
|
|
1913
1970
|
# "WorkflowParameterName" => {
|
|
@@ -1973,7 +2030,18 @@ module Aws::Omics
|
|
|
1973
2030
|
req.send_request(options)
|
|
1974
2031
|
end
|
|
1975
2032
|
|
|
1976
|
-
#
|
|
2033
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
2034
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
2035
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
2036
|
+
# prior to that date. Existing customers can continue to use the service
|
|
2037
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
2038
|
+
# variant store and annotation store availability change][1].
|
|
2039
|
+
#
|
|
2040
|
+
# Deletes an annotation store.
|
|
2041
|
+
#
|
|
2042
|
+
#
|
|
2043
|
+
#
|
|
2044
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
1977
2045
|
#
|
|
1978
2046
|
# @option params [required, String] :name
|
|
1979
2047
|
# The store's name.
|
|
@@ -2300,7 +2368,18 @@ module Aws::Omics
|
|
|
2300
2368
|
req.send_request(options)
|
|
2301
2369
|
end
|
|
2302
2370
|
|
|
2303
|
-
#
|
|
2371
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
2372
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
2373
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
2374
|
+
# prior to that date. Existing customers can continue to use the service
|
|
2375
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
2376
|
+
# variant store and annotation store availability change][1].
|
|
2377
|
+
#
|
|
2378
|
+
# Deletes a variant store.
|
|
2379
|
+
#
|
|
2380
|
+
#
|
|
2381
|
+
#
|
|
2382
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
2304
2383
|
#
|
|
2305
2384
|
# @option params [required, String] :name
|
|
2306
2385
|
# The store's name.
|
|
@@ -2396,7 +2475,18 @@ module Aws::Omics
|
|
|
2396
2475
|
req.send_request(options)
|
|
2397
2476
|
end
|
|
2398
2477
|
|
|
2399
|
-
#
|
|
2478
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
2479
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
2480
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
2481
|
+
# prior to that date. Existing customers can continue to use the service
|
|
2482
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
2483
|
+
# variant store and annotation store availability change][1].
|
|
2484
|
+
#
|
|
2485
|
+
# Gets information about an annotation import job.
|
|
2486
|
+
#
|
|
2487
|
+
#
|
|
2488
|
+
#
|
|
2489
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
2400
2490
|
#
|
|
2401
2491
|
# @option params [required, String] :job_id
|
|
2402
2492
|
# The job's ID.
|
|
@@ -2466,7 +2556,18 @@ module Aws::Omics
|
|
|
2466
2556
|
req.send_request(options)
|
|
2467
2557
|
end
|
|
2468
2558
|
|
|
2469
|
-
#
|
|
2559
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
2560
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
2561
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
2562
|
+
# prior to that date. Existing customers can continue to use the service
|
|
2563
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
2564
|
+
# variant store and annotation store availability change][1].
|
|
2565
|
+
#
|
|
2566
|
+
# Gets information about an annotation store.
|
|
2567
|
+
#
|
|
2568
|
+
#
|
|
2569
|
+
#
|
|
2570
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
2470
2571
|
#
|
|
2471
2572
|
# @option params [required, String] :name
|
|
2472
2573
|
# The store's name.
|
|
@@ -3542,7 +3643,18 @@ module Aws::Omics
|
|
|
3542
3643
|
req.send_request(options)
|
|
3543
3644
|
end
|
|
3544
3645
|
|
|
3545
|
-
#
|
|
3646
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
3647
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
3648
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
3649
|
+
# prior to that date. Existing customers can continue to use the service
|
|
3650
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
3651
|
+
# variant store and annotation store availability change][1].
|
|
3652
|
+
#
|
|
3653
|
+
# Gets information about a variant import job.
|
|
3654
|
+
#
|
|
3655
|
+
#
|
|
3656
|
+
#
|
|
3657
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
3546
3658
|
#
|
|
3547
3659
|
# @option params [required, String] :job_id
|
|
3548
3660
|
# The job's ID.
|
|
@@ -3599,7 +3711,18 @@ module Aws::Omics
|
|
|
3599
3711
|
req.send_request(options)
|
|
3600
3712
|
end
|
|
3601
3713
|
|
|
3602
|
-
#
|
|
3714
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
3715
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
3716
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
3717
|
+
# prior to that date. Existing customers can continue to use the service
|
|
3718
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
3719
|
+
# variant store and annotation store availability change][1].
|
|
3720
|
+
#
|
|
3721
|
+
# Gets information about a variant store.
|
|
3722
|
+
#
|
|
3723
|
+
#
|
|
3724
|
+
#
|
|
3725
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
3603
3726
|
#
|
|
3604
3727
|
# @option params [required, String] :name
|
|
3605
3728
|
# The store's name.
|
|
@@ -3724,7 +3847,7 @@ module Aws::Omics
|
|
|
3724
3847
|
# resp.type #=> String, one of "PRIVATE", "READY2RUN"
|
|
3725
3848
|
# resp.name #=> String
|
|
3726
3849
|
# resp.description #=> String
|
|
3727
|
-
# resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL"
|
|
3850
|
+
# resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL", "WDL_LENIENT"
|
|
3728
3851
|
# resp.definition #=> String
|
|
3729
3852
|
# resp.main #=> String
|
|
3730
3853
|
# resp.digest #=> String
|
|
@@ -3844,7 +3967,7 @@ module Aws::Omics
|
|
|
3844
3967
|
# resp.description #=> String
|
|
3845
3968
|
# resp.definition #=> String
|
|
3846
3969
|
# resp.digest #=> String
|
|
3847
|
-
# resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL"
|
|
3970
|
+
# resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL", "WDL_LENIENT"
|
|
3848
3971
|
# resp.main #=> String
|
|
3849
3972
|
# resp.metadata #=> Hash
|
|
3850
3973
|
# resp.metadata["WorkflowMetadataKey"] #=> String
|
|
@@ -3891,7 +4014,18 @@ module Aws::Omics
|
|
|
3891
4014
|
req.send_request(options)
|
|
3892
4015
|
end
|
|
3893
4016
|
|
|
3894
|
-
#
|
|
4017
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
4018
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
4019
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
4020
|
+
# prior to that date. Existing customers can continue to use the service
|
|
4021
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
4022
|
+
# variant store and annotation store availability change][1].
|
|
4023
|
+
#
|
|
4024
|
+
# Retrieves a list of annotation import jobs.
|
|
4025
|
+
#
|
|
4026
|
+
#
|
|
4027
|
+
#
|
|
4028
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
3895
4029
|
#
|
|
3896
4030
|
# @option params [Integer] :max_results
|
|
3897
4031
|
# The maximum number of jobs to return in one page of results.
|
|
@@ -4009,7 +4143,18 @@ module Aws::Omics
|
|
|
4009
4143
|
req.send_request(options)
|
|
4010
4144
|
end
|
|
4011
4145
|
|
|
4012
|
-
#
|
|
4146
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
4147
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
4148
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
4149
|
+
# prior to that date. Existing customers can continue to use the service
|
|
4150
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
4151
|
+
# variant store and annotation store availability change][1].
|
|
4152
|
+
#
|
|
4153
|
+
# Retrieves a list of annotation stores.
|
|
4154
|
+
#
|
|
4155
|
+
#
|
|
4156
|
+
#
|
|
4157
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
4013
4158
|
#
|
|
4014
4159
|
# @option params [Array<String>] :ids
|
|
4015
4160
|
# IDs of stores to list.
|
|
@@ -5004,7 +5149,18 @@ module Aws::Omics
|
|
|
5004
5149
|
req.send_request(options)
|
|
5005
5150
|
end
|
|
5006
5151
|
|
|
5007
|
-
#
|
|
5152
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
5153
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
5154
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
5155
|
+
# prior to that date. Existing customers can continue to use the service
|
|
5156
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
5157
|
+
# variant store and annotation store availability change][1].
|
|
5158
|
+
#
|
|
5159
|
+
# Retrieves a list of variant import jobs.
|
|
5160
|
+
#
|
|
5161
|
+
#
|
|
5162
|
+
#
|
|
5163
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
5008
5164
|
#
|
|
5009
5165
|
# @option params [Integer] :max_results
|
|
5010
5166
|
# The maximum number of import jobs to return in one page of results.
|
|
@@ -5062,7 +5218,18 @@ module Aws::Omics
|
|
|
5062
5218
|
req.send_request(options)
|
|
5063
5219
|
end
|
|
5064
5220
|
|
|
5065
|
-
#
|
|
5221
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
5222
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
5223
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
5224
|
+
# prior to that date. Existing customers can continue to use the service
|
|
5225
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
5226
|
+
# variant store and annotation store availability change][1].
|
|
5227
|
+
#
|
|
5228
|
+
# Retrieves a list of variant stores.
|
|
5229
|
+
#
|
|
5230
|
+
#
|
|
5231
|
+
#
|
|
5232
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
5066
5233
|
#
|
|
5067
5234
|
# @option params [Integer] :max_results
|
|
5068
5235
|
# The maximum number of stores to return in one page of results.
|
|
@@ -5287,7 +5454,18 @@ module Aws::Omics
|
|
|
5287
5454
|
req.send_request(options)
|
|
5288
5455
|
end
|
|
5289
5456
|
|
|
5290
|
-
#
|
|
5457
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
5458
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
5459
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
5460
|
+
# prior to that date. Existing customers can continue to use the service
|
|
5461
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
5462
|
+
# variant store and annotation store availability change][1].
|
|
5463
|
+
#
|
|
5464
|
+
# Starts an annotation import job.
|
|
5465
|
+
#
|
|
5466
|
+
#
|
|
5467
|
+
#
|
|
5468
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
5291
5469
|
#
|
|
5292
5470
|
# @option params [required, String] :destination_name
|
|
5293
5471
|
# A destination annotation store for the job.
|
|
@@ -5669,10 +5847,15 @@ module Aws::Omics
|
|
|
5669
5847
|
# To learn more about the retention modes, see [Run retention mode][2]
|
|
5670
5848
|
# in the *Amazon Web Services HealthOmics User Guide*.
|
|
5671
5849
|
#
|
|
5850
|
+
# You can use Amazon Q CLI to analyze run logs and make performance
|
|
5851
|
+
# optimization recommendations. To get started, see the [Amazon Web
|
|
5852
|
+
# Services HealthOmics MCP server][3] on GitHub.
|
|
5853
|
+
#
|
|
5672
5854
|
#
|
|
5673
5855
|
#
|
|
5674
5856
|
# [1]: https://docs.aws.amazon.com/omics/latest/dev/starting-a-run.html
|
|
5675
5857
|
# [2]: https://docs.aws.amazon.com/omics/latest/dev/run-retention.html
|
|
5858
|
+
# [3]: https://github.com/awslabs/mcp/tree/main/src/aws-healthomics-mcp-server
|
|
5676
5859
|
#
|
|
5677
5860
|
# @option params [String] :workflow_id
|
|
5678
5861
|
# The run's workflow ID. The `workflowId` is not the UUID.
|
|
@@ -5877,7 +6060,18 @@ module Aws::Omics
|
|
|
5877
6060
|
req.send_request(options)
|
|
5878
6061
|
end
|
|
5879
6062
|
|
|
5880
|
-
#
|
|
6063
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
6064
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
6065
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
6066
|
+
# prior to that date. Existing customers can continue to use the service
|
|
6067
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
6068
|
+
# variant store and annotation store availability change][1].
|
|
6069
|
+
#
|
|
6070
|
+
# Starts a variant import job.
|
|
6071
|
+
#
|
|
6072
|
+
#
|
|
6073
|
+
#
|
|
6074
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
5881
6075
|
#
|
|
5882
6076
|
# @option params [required, String] :destination_name
|
|
5883
6077
|
# The destination variant store for the job.
|
|
@@ -5981,7 +6175,18 @@ module Aws::Omics
|
|
|
5981
6175
|
req.send_request(options)
|
|
5982
6176
|
end
|
|
5983
6177
|
|
|
5984
|
-
#
|
|
6178
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
6179
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
6180
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
6181
|
+
# prior to that date. Existing customers can continue to use the service
|
|
6182
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
6183
|
+
# variant store and annotation store availability change][1].
|
|
6184
|
+
#
|
|
6185
|
+
# Updates an annotation store.
|
|
6186
|
+
#
|
|
6187
|
+
#
|
|
6188
|
+
#
|
|
6189
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
5985
6190
|
#
|
|
5986
6191
|
# @option params [required, String] :name
|
|
5987
6192
|
# A name for the store.
|
|
@@ -6277,7 +6482,18 @@ module Aws::Omics
|
|
|
6277
6482
|
req.send_request(options)
|
|
6278
6483
|
end
|
|
6279
6484
|
|
|
6280
|
-
#
|
|
6485
|
+
# Amazon Web Services HealthOmics variant stores and annotation stores
|
|
6486
|
+
# will no longer be open to new customers starting November 7, 2025. If
|
|
6487
|
+
# you would like to use variant stores or annotation stores, sign up
|
|
6488
|
+
# prior to that date. Existing customers can continue to use the service
|
|
6489
|
+
# as normal. For more information, see [ Amazon Web Services HealthOmics
|
|
6490
|
+
# variant store and annotation store availability change][1].
|
|
6491
|
+
#
|
|
6492
|
+
# Updates a variant store.
|
|
6493
|
+
#
|
|
6494
|
+
#
|
|
6495
|
+
#
|
|
6496
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html
|
|
6281
6497
|
#
|
|
6282
6498
|
# @option params [required, String] :name
|
|
6283
6499
|
# A name for the store.
|
|
@@ -6531,7 +6747,7 @@ module Aws::Omics
|
|
|
6531
6747
|
tracer: tracer
|
|
6532
6748
|
)
|
|
6533
6749
|
context[:gem_name] = 'aws-sdk-omics'
|
|
6534
|
-
context[:gem_version] = '1.
|
|
6750
|
+
context[:gem_version] = '1.58.0'
|
|
6535
6751
|
Seahorse::Client::Request.new(handlers, context)
|
|
6536
6752
|
end
|
|
6537
6753
|
|
data/lib/aws-sdk-omics.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -387,7 +387,7 @@ module Aws
|
|
|
387
387
|
def create_workflow: (
|
|
388
388
|
?name: ::String,
|
|
389
389
|
?description: ::String,
|
|
390
|
-
?engine: ("WDL" | "NEXTFLOW" | "CWL"),
|
|
390
|
+
?engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT"),
|
|
391
391
|
?definition_zip: ::String,
|
|
392
392
|
?definition_uri: ::String,
|
|
393
393
|
?main: ::String,
|
|
@@ -451,7 +451,7 @@ module Aws
|
|
|
451
451
|
?definition_uri: ::String,
|
|
452
452
|
?accelerators: ("GPU"),
|
|
453
453
|
?description: ::String,
|
|
454
|
-
?engine: ("WDL" | "NEXTFLOW" | "CWL"),
|
|
454
|
+
?engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT"),
|
|
455
455
|
?main: ::String,
|
|
456
456
|
?parameter_template: Hash[::String, {
|
|
457
457
|
description: ::String?,
|
|
@@ -1042,7 +1042,7 @@ module Aws
|
|
|
1042
1042
|
def type: () -> ("PRIVATE" | "READY2RUN")
|
|
1043
1043
|
def name: () -> ::String
|
|
1044
1044
|
def description: () -> ::String
|
|
1045
|
-
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL")
|
|
1045
|
+
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
1046
1046
|
def definition: () -> ::String
|
|
1047
1047
|
def main: () -> ::String
|
|
1048
1048
|
def digest: () -> ::String
|
|
@@ -1079,7 +1079,7 @@ module Aws
|
|
|
1079
1079
|
def description: () -> ::String
|
|
1080
1080
|
def definition: () -> ::String
|
|
1081
1081
|
def digest: () -> ::String
|
|
1082
|
-
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL")
|
|
1082
|
+
def engine: () -> ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
1083
1083
|
def main: () -> ::String
|
|
1084
1084
|
def metadata: () -> ::Hash[::String, ::String]
|
|
1085
1085
|
def parameter_template: () -> ::Hash[::String, Types::WorkflowParameter]
|
data/sig/types.rbs
CHANGED
|
@@ -366,7 +366,7 @@ module Aws::Omics
|
|
|
366
366
|
class CreateWorkflowRequest
|
|
367
367
|
attr_accessor name: ::String
|
|
368
368
|
attr_accessor description: ::String
|
|
369
|
-
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL")
|
|
369
|
+
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
370
370
|
attr_accessor definition_zip: ::String
|
|
371
371
|
attr_accessor definition_uri: ::String
|
|
372
372
|
attr_accessor main: ::String
|
|
@@ -403,7 +403,7 @@ module Aws::Omics
|
|
|
403
403
|
attr_accessor definition_uri: ::String
|
|
404
404
|
attr_accessor accelerators: ("GPU")
|
|
405
405
|
attr_accessor description: ::String
|
|
406
|
-
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL")
|
|
406
|
+
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
407
407
|
attr_accessor main: ::String
|
|
408
408
|
attr_accessor parameter_template: ::Hash[::String, Types::WorkflowParameter]
|
|
409
409
|
attr_accessor request_id: ::String
|
|
@@ -1058,7 +1058,7 @@ module Aws::Omics
|
|
|
1058
1058
|
attr_accessor type: ("PRIVATE" | "READY2RUN")
|
|
1059
1059
|
attr_accessor name: ::String
|
|
1060
1060
|
attr_accessor description: ::String
|
|
1061
|
-
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL")
|
|
1061
|
+
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
1062
1062
|
attr_accessor definition: ::String
|
|
1063
1063
|
attr_accessor main: ::String
|
|
1064
1064
|
attr_accessor digest: ::String
|
|
@@ -1096,7 +1096,7 @@ module Aws::Omics
|
|
|
1096
1096
|
attr_accessor description: ::String
|
|
1097
1097
|
attr_accessor definition: ::String
|
|
1098
1098
|
attr_accessor digest: ::String
|
|
1099
|
-
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL")
|
|
1099
|
+
attr_accessor engine: ("WDL" | "NEXTFLOW" | "CWL" | "WDL_LENIENT")
|
|
1100
1100
|
attr_accessor main: ::String
|
|
1101
1101
|
attr_accessor metadata: ::Hash[::String, ::String]
|
|
1102
1102
|
attr_accessor parameter_template: ::Hash[::String, Types::WorkflowParameter]
|