aws-sdk-omics 1.43.0 → 1.45.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +579 -96
- data/lib/aws-sdk-omics/client_api.rb +230 -9
- data/lib/aws-sdk-omics/types.rb +572 -41
- data/lib/aws-sdk-omics/waiters.rb +58 -0
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +116 -3
- data/sig/types.rbs +114 -0
- data/sig/waiters.rbs +14 -0
- metadata +2 -2
data/lib/aws-sdk-omics/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::Omics
|
40
40
|
# An API client for Omics. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -993,12 +993,12 @@ module Aws::Omics
|
|
993
993
|
# You can create a run cache to save the task outputs from completed
|
994
994
|
# tasks in a run for a private workflow. Subsequent runs use the task
|
995
995
|
# outputs from the cache, rather than computing the task outputs again.
|
996
|
-
# You specify an Amazon S3 location where
|
997
|
-
# data. This data must be immediately
|
998
|
-
# state).
|
996
|
+
# You specify an Amazon S3 location where Amazon Web Services
|
997
|
+
# HealthOmics saves the cached data. This data must be immediately
|
998
|
+
# accessible (not in an archived state).
|
999
999
|
#
|
1000
|
-
# For more information, see [Creating a run cache][1] in the
|
1001
|
-
# HealthOmics User Guide.
|
1000
|
+
# For more information, see [Creating a run cache][1] in the Amazon Web
|
1001
|
+
# Services HealthOmics User Guide.
|
1002
1002
|
#
|
1003
1003
|
#
|
1004
1004
|
#
|
@@ -1023,8 +1023,8 @@ module Aws::Omics
|
|
1023
1023
|
# CACHE\_ON\_FAILURE. When you start a run that uses this cache, you can
|
1024
1024
|
# override the default cache behavior.
|
1025
1025
|
#
|
1026
|
-
# For more information, see [Run cache behavior][1] in the
|
1027
|
-
# HealthOmics User Guide.
|
1026
|
+
# For more information, see [Run cache behavior][1] in the Amazon Web
|
1027
|
+
# Services HealthOmics User Guide.
|
1028
1028
|
#
|
1029
1029
|
#
|
1030
1030
|
#
|
@@ -1042,8 +1042,8 @@ module Aws::Omics
|
|
1042
1042
|
#
|
1043
1043
|
# @option params [required, String] :request_id
|
1044
1044
|
# A unique request token, to ensure idempotency. If you don't specify a
|
1045
|
-
# token, HealthOmics automatically generates a
|
1046
|
-
# identifier (UUID) for the request.
|
1045
|
+
# token, Amazon Web Services HealthOmics automatically generates a
|
1046
|
+
# universally unique identifier (UUID) for the request.
|
1047
1047
|
#
|
1048
1048
|
# **A suitable default value is auto-generated.** You should normally
|
1049
1049
|
# not need to pass this option.**
|
@@ -1052,9 +1052,9 @@ module Aws::Omics
|
|
1052
1052
|
# Specify one or more tags to associate with this run cache.
|
1053
1053
|
#
|
1054
1054
|
# @option params [String] :cache_bucket_owner_id
|
1055
|
-
# The
|
1056
|
-
# cache. If not provided, your account ID is set as
|
1057
|
-
# bucket.
|
1055
|
+
# The Amazon Web Services account ID of the expected owner of the S3
|
1056
|
+
# bucket for the run cache. If not provided, your account ID is set as
|
1057
|
+
# the owner of the bucket.
|
1058
1058
|
#
|
1059
1059
|
# @return [Types::CreateRunCacheResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1060
1060
|
#
|
@@ -1224,7 +1224,7 @@ module Aws::Omics
|
|
1224
1224
|
# "TagKey" => "TagValue",
|
1225
1225
|
# },
|
1226
1226
|
# client_token: "ClientToken",
|
1227
|
-
# fallback_location: "
|
1227
|
+
# fallback_location: "FallbackLocation",
|
1228
1228
|
# e_tag_algorithm_family: "MD5up", # accepts MD5up, SHA256up, SHA512up
|
1229
1229
|
# propagated_set_level_tags: ["TagKey"],
|
1230
1230
|
# s3_access_config: {
|
@@ -1370,7 +1370,35 @@ module Aws::Omics
|
|
1370
1370
|
req.send_request(options)
|
1371
1371
|
end
|
1372
1372
|
|
1373
|
-
# Creates a workflow.
|
1373
|
+
# Creates a private workflow.Private workflows depend on a variety of
|
1374
|
+
# resources that you create and configure before creating the workflow:
|
1375
|
+
#
|
1376
|
+
# * *Input data*: Input data for the workflow, stored in an S3 bucket or
|
1377
|
+
# a Amazon Web Services HealthOmics sequence store.
|
1378
|
+
#
|
1379
|
+
# * *Workflow definition files*: Define your workflow in one or more
|
1380
|
+
# workflow definition files, written in WDL, Nextflow, or CWL. The
|
1381
|
+
# workflow definition specifies the inputs and outputs for runs that
|
1382
|
+
# use the workflow. It also includes specifications for the runs and
|
1383
|
+
# run tasks for your workflow, including compute and memory
|
1384
|
+
# requirements.
|
1385
|
+
#
|
1386
|
+
# * *Parameter template files*: Define run parameters using a parameter
|
1387
|
+
# template file (written in JSON).
|
1388
|
+
#
|
1389
|
+
# * *ECR container images*: Create one or more container images for the
|
1390
|
+
# workflow. Store the images in a private ECR repository.
|
1391
|
+
#
|
1392
|
+
# * (Optional) *Sentieon licenses*: Request a Sentieon license if you
|
1393
|
+
# plan to use Sentieon software in a private workflow.
|
1394
|
+
#
|
1395
|
+
# For more information, see [Creating or updating a private workflow in
|
1396
|
+
# Amazon Web Services HealthOmics][1] in the Amazon Web Services
|
1397
|
+
# HealthOmics User Guide.
|
1398
|
+
#
|
1399
|
+
#
|
1400
|
+
#
|
1401
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html
|
1374
1402
|
#
|
1375
1403
|
# @option params [String] :name
|
1376
1404
|
# A name for the workflow.
|
@@ -1379,7 +1407,7 @@ module Aws::Omics
|
|
1379
1407
|
# A description for the workflow.
|
1380
1408
|
#
|
1381
1409
|
# @option params [String] :engine
|
1382
|
-
#
|
1410
|
+
# The workflow engine for the workflow.
|
1383
1411
|
#
|
1384
1412
|
# @option params [String, StringIO, File] :definition_zip
|
1385
1413
|
# A ZIP archive for the workflow.
|
@@ -1394,7 +1422,8 @@ module Aws::Omics
|
|
1394
1422
|
# A parameter template for the workflow.
|
1395
1423
|
#
|
1396
1424
|
# @option params [Integer] :storage_capacity
|
1397
|
-
# The default storage capacity
|
1425
|
+
# The default static storage capacity (in gibibytes) for runs that use
|
1426
|
+
# this workflow or workflow version.
|
1398
1427
|
#
|
1399
1428
|
# @option params [Hash<String,String>] :tags
|
1400
1429
|
# Tags for the workflow.
|
@@ -1409,12 +1438,25 @@ module Aws::Omics
|
|
1409
1438
|
# @option params [String] :accelerators
|
1410
1439
|
# The computational accelerator specified to run the workflow.
|
1411
1440
|
#
|
1441
|
+
# @option params [String] :storage_type
|
1442
|
+
# The default storage type for runs that use this workflow. STATIC
|
1443
|
+
# storage allocates a fixed amount of storage. DYNAMIC storage
|
1444
|
+
# dynamically scales the storage up or down, based on file system
|
1445
|
+
# utilization. For more information about static and dynamic storage,
|
1446
|
+
# see [Running workflows][1] in the *Amazon Web Services HealthOmics
|
1447
|
+
# User Guide*.
|
1448
|
+
#
|
1449
|
+
#
|
1450
|
+
#
|
1451
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html
|
1452
|
+
#
|
1412
1453
|
# @return [Types::CreateWorkflowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1413
1454
|
#
|
1414
1455
|
# * {Types::CreateWorkflowResponse#arn #arn} => String
|
1415
1456
|
# * {Types::CreateWorkflowResponse#id #id} => String
|
1416
1457
|
# * {Types::CreateWorkflowResponse#status #status} => String
|
1417
1458
|
# * {Types::CreateWorkflowResponse#tags #tags} => Hash<String,String>
|
1459
|
+
# * {Types::CreateWorkflowResponse#uuid #uuid} => String
|
1418
1460
|
#
|
1419
1461
|
# @example Request syntax with placeholder values
|
1420
1462
|
#
|
@@ -1437,6 +1479,7 @@ module Aws::Omics
|
|
1437
1479
|
# },
|
1438
1480
|
# request_id: "WorkflowRequestId", # required
|
1439
1481
|
# accelerators: "GPU", # accepts GPU
|
1482
|
+
# storage_type: "STATIC", # accepts STATIC, DYNAMIC
|
1440
1483
|
# })
|
1441
1484
|
#
|
1442
1485
|
# @example Response structure
|
@@ -1446,6 +1489,7 @@ module Aws::Omics
|
|
1446
1489
|
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE"
|
1447
1490
|
# resp.tags #=> Hash
|
1448
1491
|
# resp.tags["TagKey"] #=> String
|
1492
|
+
# resp.uuid #=> String
|
1449
1493
|
#
|
1450
1494
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateWorkflow AWS API Documentation
|
1451
1495
|
#
|
@@ -1456,6 +1500,152 @@ module Aws::Omics
|
|
1456
1500
|
req.send_request(options)
|
1457
1501
|
end
|
1458
1502
|
|
1503
|
+
# Creates a new workflow version for the workflow that you specify with
|
1504
|
+
# the `workflowId` parameter.
|
1505
|
+
#
|
1506
|
+
# When you create a new version of a workflow, you need to specify the
|
1507
|
+
# configuration for the new version. It doesn't inherit any
|
1508
|
+
# configuration values from the workflow.
|
1509
|
+
#
|
1510
|
+
# Provide a version name that is unique for this workflow. You cannot
|
1511
|
+
# change the name after HealthOmics creates the version.
|
1512
|
+
#
|
1513
|
+
# <note markdown="1"> Don’t include any personally identifiable information (PII) in the
|
1514
|
+
# version name. Version names appear in the workflow version ARN.
|
1515
|
+
#
|
1516
|
+
# </note>
|
1517
|
+
#
|
1518
|
+
# For more information, see [Workflow versioning in Amazon Web Services
|
1519
|
+
# HealthOmics][1] in the Amazon Web Services HealthOmics User Guide.
|
1520
|
+
#
|
1521
|
+
#
|
1522
|
+
#
|
1523
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html
|
1524
|
+
#
|
1525
|
+
# @option params [required, String] :workflow_id
|
1526
|
+
# The ID of the workflow where you are creating the new version.
|
1527
|
+
#
|
1528
|
+
# @option params [required, String] :version_name
|
1529
|
+
# A name for the workflow version. Provide a version name that is unique
|
1530
|
+
# for this workflow. You cannot change the name after HealthOmics
|
1531
|
+
# creates the version.
|
1532
|
+
#
|
1533
|
+
# The version name must start with a letter or number and it can include
|
1534
|
+
# upper-case and lower-case letters, numbers, hyphens, periods and
|
1535
|
+
# underscores. The maximum length is 64 characters. You can use a simple
|
1536
|
+
# naming scheme, such as version1, version2, version3. You can also
|
1537
|
+
# match your workflow versions with your own internal versioning
|
1538
|
+
# conventions, such as 2.7.0, 2.7.1, 2.7.2.
|
1539
|
+
#
|
1540
|
+
# @option params [String, StringIO, File] :definition_zip
|
1541
|
+
# A zip archive containing the workflow definition for this workflow
|
1542
|
+
# version.
|
1543
|
+
#
|
1544
|
+
# @option params [String] :definition_uri
|
1545
|
+
# The URI specifies the location of the workflow definition for this
|
1546
|
+
# workflow version.
|
1547
|
+
#
|
1548
|
+
# @option params [String] :accelerators
|
1549
|
+
# The computational accelerator for this workflow version.
|
1550
|
+
#
|
1551
|
+
# @option params [String] :description
|
1552
|
+
# A description for this workflow version.
|
1553
|
+
#
|
1554
|
+
# @option params [String] :engine
|
1555
|
+
# The workflow engine for this workflow version.
|
1556
|
+
#
|
1557
|
+
# @option params [String] :main
|
1558
|
+
# The path of the main definition file for this workflow version.
|
1559
|
+
#
|
1560
|
+
# @option params [Hash<String,Types::WorkflowParameter>] :parameter_template
|
1561
|
+
# The parameter template defines the input parameters for runs that use
|
1562
|
+
# this workflow version.
|
1563
|
+
#
|
1564
|
+
# @option params [required, String] :request_id
|
1565
|
+
# To ensure that requests don't run multiple times, specify a unique ID
|
1566
|
+
# for each request.
|
1567
|
+
#
|
1568
|
+
# **A suitable default value is auto-generated.** You should normally
|
1569
|
+
# not need to pass this option.**
|
1570
|
+
#
|
1571
|
+
# @option params [String] :storage_type
|
1572
|
+
# The default storage type for runs that use this workflow. STATIC
|
1573
|
+
# storage allocates a fixed amount of storage. DYNAMIC storage
|
1574
|
+
# dynamically scales the storage up or down, based on file system
|
1575
|
+
# utilization. For more information about static and dynamic storage,
|
1576
|
+
# see [Running workflows][1] in the *Amazon Web Services HealthOmics
|
1577
|
+
# User Guide*.
|
1578
|
+
#
|
1579
|
+
#
|
1580
|
+
#
|
1581
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html
|
1582
|
+
#
|
1583
|
+
# @option params [Integer] :storage_capacity
|
1584
|
+
# The default static storage capacity (in gibibytes) for runs that use
|
1585
|
+
# this workflow or workflow version.
|
1586
|
+
#
|
1587
|
+
# @option params [Hash<String,String>] :tags
|
1588
|
+
# Optional tags to associate with this workflow version.
|
1589
|
+
#
|
1590
|
+
# @option params [String] :workflow_bucket_owner_id
|
1591
|
+
# Amazon Web Services Id of the owner of the S3 bucket that contains the
|
1592
|
+
# workflow definition. You need to specify this parameter if your
|
1593
|
+
# account is not the bucket owner.
|
1594
|
+
#
|
1595
|
+
# @return [Types::CreateWorkflowVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1596
|
+
#
|
1597
|
+
# * {Types::CreateWorkflowVersionResponse#arn #arn} => String
|
1598
|
+
# * {Types::CreateWorkflowVersionResponse#workflow_id #workflow_id} => String
|
1599
|
+
# * {Types::CreateWorkflowVersionResponse#version_name #version_name} => String
|
1600
|
+
# * {Types::CreateWorkflowVersionResponse#status #status} => String
|
1601
|
+
# * {Types::CreateWorkflowVersionResponse#tags #tags} => Hash<String,String>
|
1602
|
+
# * {Types::CreateWorkflowVersionResponse#uuid #uuid} => String
|
1603
|
+
#
|
1604
|
+
# @example Request syntax with placeholder values
|
1605
|
+
#
|
1606
|
+
# resp = client.create_workflow_version({
|
1607
|
+
# workflow_id: "WorkflowId", # required
|
1608
|
+
# version_name: "WorkflowVersionName", # required
|
1609
|
+
# definition_zip: "data",
|
1610
|
+
# definition_uri: "WorkflowDefinition",
|
1611
|
+
# accelerators: "GPU", # accepts GPU
|
1612
|
+
# description: "WorkflowVersionDescription",
|
1613
|
+
# engine: "WDL", # accepts WDL, NEXTFLOW, CWL
|
1614
|
+
# main: "WorkflowMain",
|
1615
|
+
# parameter_template: {
|
1616
|
+
# "WorkflowParameterName" => {
|
1617
|
+
# description: "WorkflowParameterDescription",
|
1618
|
+
# optional: false,
|
1619
|
+
# },
|
1620
|
+
# },
|
1621
|
+
# request_id: "WorkflowRequestId", # required
|
1622
|
+
# storage_type: "STATIC", # accepts STATIC, DYNAMIC
|
1623
|
+
# storage_capacity: 1,
|
1624
|
+
# tags: {
|
1625
|
+
# "TagKey" => "TagValue",
|
1626
|
+
# },
|
1627
|
+
# workflow_bucket_owner_id: "WorkflowBucketOwnerId",
|
1628
|
+
# })
|
1629
|
+
#
|
1630
|
+
# @example Response structure
|
1631
|
+
#
|
1632
|
+
# resp.arn #=> String
|
1633
|
+
# resp.workflow_id #=> String
|
1634
|
+
# resp.version_name #=> String
|
1635
|
+
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE"
|
1636
|
+
# resp.tags #=> Hash
|
1637
|
+
# resp.tags["TagKey"] #=> String
|
1638
|
+
# resp.uuid #=> String
|
1639
|
+
#
|
1640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/CreateWorkflowVersion AWS API Documentation
|
1641
|
+
#
|
1642
|
+
# @overload create_workflow_version(params = {})
|
1643
|
+
# @param [Hash] params ({})
|
1644
|
+
def create_workflow_version(params = {}, options = {})
|
1645
|
+
req = build_request(:create_workflow_version, params)
|
1646
|
+
req.send_request(options)
|
1647
|
+
end
|
1648
|
+
|
1459
1649
|
# Deletes an annotation store.
|
1460
1650
|
#
|
1461
1651
|
# @option params [required, String] :name
|
@@ -1604,8 +1794,8 @@ module Aws::Omics
|
|
1604
1794
|
# troubleshoot issues. You can remove old cache data using standard S3
|
1605
1795
|
# `Delete` operations.
|
1606
1796
|
#
|
1607
|
-
# For more information, see [Deleting a run cache][1] in the
|
1608
|
-
# HealthOmics User Guide.
|
1797
|
+
# For more information, see [Deleting a run cache][1] in the Amazon Web
|
1798
|
+
# Services HealthOmics User Guide.
|
1609
1799
|
#
|
1610
1800
|
#
|
1611
1801
|
#
|
@@ -1781,6 +1971,40 @@ module Aws::Omics
|
|
1781
1971
|
req.send_request(options)
|
1782
1972
|
end
|
1783
1973
|
|
1974
|
+
# Deletes a workflow version. Deleting a workflow version doesn't
|
1975
|
+
# affect any ongoing runs that are using the workflow version.
|
1976
|
+
#
|
1977
|
+
# For more information, see [Workflow versioning in Amazon Web Services
|
1978
|
+
# HealthOmics][1] in the Amazon Web Services HealthOmics User Guide.
|
1979
|
+
#
|
1980
|
+
#
|
1981
|
+
#
|
1982
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html
|
1983
|
+
#
|
1984
|
+
# @option params [required, String] :workflow_id
|
1985
|
+
# The workflow's ID.
|
1986
|
+
#
|
1987
|
+
# @option params [required, String] :version_name
|
1988
|
+
# The workflow version name.
|
1989
|
+
#
|
1990
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1991
|
+
#
|
1992
|
+
# @example Request syntax with placeholder values
|
1993
|
+
#
|
1994
|
+
# resp = client.delete_workflow_version({
|
1995
|
+
# workflow_id: "WorkflowId", # required
|
1996
|
+
# version_name: "WorkflowVersionName", # required
|
1997
|
+
# })
|
1998
|
+
#
|
1999
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/DeleteWorkflowVersion AWS API Documentation
|
2000
|
+
#
|
2001
|
+
# @overload delete_workflow_version(params = {})
|
2002
|
+
# @param [Hash] params ({})
|
2003
|
+
def delete_workflow_version(params = {}, options = {})
|
2004
|
+
req = build_request(:delete_workflow_version, params)
|
2005
|
+
req.send_request(options)
|
2006
|
+
end
|
2007
|
+
|
1784
2008
|
# Gets information about an annotation import job.
|
1785
2009
|
#
|
1786
2010
|
# @option params [required, String] :job_id
|
@@ -2489,11 +2713,11 @@ module Aws::Omics
|
|
2489
2713
|
# If a workflow is shared with you, you cannot export information about
|
2490
2714
|
# the run.
|
2491
2715
|
#
|
2492
|
-
# HealthOmics stores a fixed number of runs that are
|
2493
|
-
# console and API. If GetRun doesn't return the
|
2494
|
-
# find run logs for all runs in the CloudWatch
|
2495
|
-
# information about viewing the run logs, see [CloudWatch
|
2496
|
-
# the *
|
2716
|
+
# Amazon Web Services HealthOmics stores a fixed number of runs that are
|
2717
|
+
# available to the console and API. If GetRun doesn't return the
|
2718
|
+
# requested run, you can find run logs for all runs in the CloudWatch
|
2719
|
+
# logs. For more information about viewing the run logs, see [CloudWatch
|
2720
|
+
# logs][1] in the *in the Amazon Web Services HealthOmics User Guide*.
|
2497
2721
|
#
|
2498
2722
|
#
|
2499
2723
|
#
|
@@ -2541,6 +2765,8 @@ module Aws::Omics
|
|
2541
2765
|
# * {Types::GetRunResponse#run_output_uri #run_output_uri} => String
|
2542
2766
|
# * {Types::GetRunResponse#storage_type #storage_type} => String
|
2543
2767
|
# * {Types::GetRunResponse#workflow_owner_id #workflow_owner_id} => String
|
2768
|
+
# * {Types::GetRunResponse#workflow_version_name #workflow_version_name} => String
|
2769
|
+
# * {Types::GetRunResponse#workflow_uuid #workflow_uuid} => String
|
2544
2770
|
#
|
2545
2771
|
# @example Request syntax with placeholder values
|
2546
2772
|
#
|
@@ -2587,6 +2813,8 @@ module Aws::Omics
|
|
2587
2813
|
# resp.run_output_uri #=> String
|
2588
2814
|
# resp.storage_type #=> String, one of "STATIC", "DYNAMIC"
|
2589
2815
|
# resp.workflow_owner_id #=> String
|
2816
|
+
# resp.workflow_version_name #=> String
|
2817
|
+
# resp.workflow_uuid #=> String
|
2590
2818
|
#
|
2591
2819
|
#
|
2592
2820
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -2605,8 +2833,9 @@ module Aws::Omics
|
|
2605
2833
|
|
2606
2834
|
# Retrieve the details for the specified run cache.
|
2607
2835
|
#
|
2608
|
-
# For more information, see [Call caching for
|
2609
|
-
# the
|
2836
|
+
# For more information, see [Call caching for Amazon Web Services
|
2837
|
+
# HealthOmics runs][1] in the Amazon Web Services HealthOmics User
|
2838
|
+
# Guide.
|
2610
2839
|
#
|
2611
2840
|
#
|
2612
2841
|
#
|
@@ -3047,6 +3276,8 @@ module Aws::Omics
|
|
3047
3276
|
# * {Types::GetWorkflowResponse#tags #tags} => Hash<String,String>
|
3048
3277
|
# * {Types::GetWorkflowResponse#metadata #metadata} => Hash<String,String>
|
3049
3278
|
# * {Types::GetWorkflowResponse#accelerators #accelerators} => String
|
3279
|
+
# * {Types::GetWorkflowResponse#storage_type #storage_type} => String
|
3280
|
+
# * {Types::GetWorkflowResponse#uuid #uuid} => String
|
3050
3281
|
#
|
3051
3282
|
# @example Request syntax with placeholder values
|
3052
3283
|
#
|
@@ -3080,6 +3311,8 @@ module Aws::Omics
|
|
3080
3311
|
# resp.metadata #=> Hash
|
3081
3312
|
# resp.metadata["WorkflowMetadataKey"] #=> String
|
3082
3313
|
# resp.accelerators #=> String, one of "GPU"
|
3314
|
+
# resp.storage_type #=> String, one of "STATIC", "DYNAMIC"
|
3315
|
+
# resp.uuid #=> String
|
3083
3316
|
#
|
3084
3317
|
#
|
3085
3318
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3095,6 +3328,103 @@ module Aws::Omics
|
|
3095
3328
|
req.send_request(options)
|
3096
3329
|
end
|
3097
3330
|
|
3331
|
+
# Gets information about a workflow version. For more information, see
|
3332
|
+
# [Workflow versioning in Amazon Web Services HealthOmics][1] in the
|
3333
|
+
# Amazon Web Services HealthOmics User Guide.
|
3334
|
+
#
|
3335
|
+
#
|
3336
|
+
#
|
3337
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html
|
3338
|
+
#
|
3339
|
+
# @option params [required, String] :workflow_id
|
3340
|
+
# The workflow's ID.
|
3341
|
+
#
|
3342
|
+
# @option params [required, String] :version_name
|
3343
|
+
# The workflow version name.
|
3344
|
+
#
|
3345
|
+
# @option params [String] :type
|
3346
|
+
# The workflow's type.
|
3347
|
+
#
|
3348
|
+
# @option params [Array<String>] :export
|
3349
|
+
# The export format for the workflow.
|
3350
|
+
#
|
3351
|
+
# @option params [String] :workflow_owner_id
|
3352
|
+
# Amazon Web Services Id of the owner of the workflow.
|
3353
|
+
#
|
3354
|
+
# @return [Types::GetWorkflowVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3355
|
+
#
|
3356
|
+
# * {Types::GetWorkflowVersionResponse#arn #arn} => String
|
3357
|
+
# * {Types::GetWorkflowVersionResponse#workflow_id #workflow_id} => String
|
3358
|
+
# * {Types::GetWorkflowVersionResponse#version_name #version_name} => String
|
3359
|
+
# * {Types::GetWorkflowVersionResponse#accelerators #accelerators} => String
|
3360
|
+
# * {Types::GetWorkflowVersionResponse#creation_time #creation_time} => Time
|
3361
|
+
# * {Types::GetWorkflowVersionResponse#description #description} => String
|
3362
|
+
# * {Types::GetWorkflowVersionResponse#definition #definition} => String
|
3363
|
+
# * {Types::GetWorkflowVersionResponse#digest #digest} => String
|
3364
|
+
# * {Types::GetWorkflowVersionResponse#engine #engine} => String
|
3365
|
+
# * {Types::GetWorkflowVersionResponse#main #main} => String
|
3366
|
+
# * {Types::GetWorkflowVersionResponse#metadata #metadata} => Hash<String,String>
|
3367
|
+
# * {Types::GetWorkflowVersionResponse#parameter_template #parameter_template} => Hash<String,Types::WorkflowParameter>
|
3368
|
+
# * {Types::GetWorkflowVersionResponse#status #status} => String
|
3369
|
+
# * {Types::GetWorkflowVersionResponse#status_message #status_message} => String
|
3370
|
+
# * {Types::GetWorkflowVersionResponse#storage_type #storage_type} => String
|
3371
|
+
# * {Types::GetWorkflowVersionResponse#storage_capacity #storage_capacity} => Integer
|
3372
|
+
# * {Types::GetWorkflowVersionResponse#type #type} => String
|
3373
|
+
# * {Types::GetWorkflowVersionResponse#tags #tags} => Hash<String,String>
|
3374
|
+
# * {Types::GetWorkflowVersionResponse#uuid #uuid} => String
|
3375
|
+
# * {Types::GetWorkflowVersionResponse#workflow_bucket_owner_id #workflow_bucket_owner_id} => String
|
3376
|
+
#
|
3377
|
+
# @example Request syntax with placeholder values
|
3378
|
+
#
|
3379
|
+
# resp = client.get_workflow_version({
|
3380
|
+
# workflow_id: "WorkflowId", # required
|
3381
|
+
# version_name: "WorkflowVersionName", # required
|
3382
|
+
# type: "PRIVATE", # accepts PRIVATE, READY2RUN
|
3383
|
+
# export: ["DEFINITION"], # accepts DEFINITION
|
3384
|
+
# workflow_owner_id: "WorkflowOwnerId",
|
3385
|
+
# })
|
3386
|
+
#
|
3387
|
+
# @example Response structure
|
3388
|
+
#
|
3389
|
+
# resp.arn #=> String
|
3390
|
+
# resp.workflow_id #=> String
|
3391
|
+
# resp.version_name #=> String
|
3392
|
+
# resp.accelerators #=> String, one of "GPU"
|
3393
|
+
# resp.creation_time #=> Time
|
3394
|
+
# resp.description #=> String
|
3395
|
+
# resp.definition #=> String
|
3396
|
+
# resp.digest #=> String
|
3397
|
+
# resp.engine #=> String, one of "WDL", "NEXTFLOW", "CWL"
|
3398
|
+
# resp.main #=> String
|
3399
|
+
# resp.metadata #=> Hash
|
3400
|
+
# resp.metadata["WorkflowMetadataKey"] #=> String
|
3401
|
+
# resp.parameter_template #=> Hash
|
3402
|
+
# resp.parameter_template["WorkflowParameterName"].description #=> String
|
3403
|
+
# resp.parameter_template["WorkflowParameterName"].optional #=> Boolean
|
3404
|
+
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE"
|
3405
|
+
# resp.status_message #=> String
|
3406
|
+
# resp.storage_type #=> String, one of "STATIC", "DYNAMIC"
|
3407
|
+
# resp.storage_capacity #=> Integer
|
3408
|
+
# resp.type #=> String, one of "PRIVATE", "READY2RUN"
|
3409
|
+
# resp.tags #=> Hash
|
3410
|
+
# resp.tags["TagKey"] #=> String
|
3411
|
+
# resp.uuid #=> String
|
3412
|
+
# resp.workflow_bucket_owner_id #=> String
|
3413
|
+
#
|
3414
|
+
#
|
3415
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
3416
|
+
#
|
3417
|
+
# * workflow_version_active
|
3418
|
+
#
|
3419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/GetWorkflowVersion AWS API Documentation
|
3420
|
+
#
|
3421
|
+
# @overload get_workflow_version(params = {})
|
3422
|
+
# @param [Hash] params ({})
|
3423
|
+
def get_workflow_version(params = {}, options = {})
|
3424
|
+
req = build_request(:get_workflow_version, params)
|
3425
|
+
req.send_request(options)
|
3426
|
+
end
|
3427
|
+
|
3098
3428
|
# Retrieves a list of annotation import jobs.
|
3099
3429
|
#
|
3100
3430
|
# @option params [Integer] :max_results
|
@@ -3952,11 +4282,12 @@ module Aws::Omics
|
|
3952
4282
|
|
3953
4283
|
# Retrieves a list of runs.
|
3954
4284
|
#
|
3955
|
-
# HealthOmics stores a fixed number of runs that are
|
3956
|
-
# console and API. If the ListRuns response doesn't
|
3957
|
-
# runs that you expected, you can find run logs for all
|
3958
|
-
# CloudWatch logs. For more information about viewing the
|
3959
|
-
# [CloudWatch logs][1] in the *
|
4285
|
+
# Amazon Web Services HealthOmics stores a fixed number of runs that are
|
4286
|
+
# available to the console and API. If the ListRuns response doesn't
|
4287
|
+
# include specific runs that you expected, you can find run logs for all
|
4288
|
+
# runs in the CloudWatch logs. For more information about viewing the
|
4289
|
+
# run logs, see [CloudWatch logs][1] in the *Amazon Web Services
|
4290
|
+
# HealthOmics User Guide*.
|
3960
4291
|
#
|
3961
4292
|
#
|
3962
4293
|
#
|
@@ -4009,6 +4340,7 @@ module Aws::Omics
|
|
4009
4340
|
# resp.items[0].start_time #=> Time
|
4010
4341
|
# resp.items[0].stop_time #=> Time
|
4011
4342
|
# resp.items[0].storage_type #=> String, one of "STATIC", "DYNAMIC"
|
4343
|
+
# resp.items[0].workflow_version_name #=> String
|
4012
4344
|
# resp.next_token #=> String
|
4013
4345
|
#
|
4014
4346
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListRuns AWS API Documentation
|
@@ -4288,6 +4620,71 @@ module Aws::Omics
|
|
4288
4620
|
req.send_request(options)
|
4289
4621
|
end
|
4290
4622
|
|
4623
|
+
# Lists the workflow versions for the specified workflow. For more
|
4624
|
+
# information, see [Workflow versioning in Amazon Web Services
|
4625
|
+
# HealthOmics][1] in the Amazon Web Services HealthOmics User Guide.
|
4626
|
+
#
|
4627
|
+
#
|
4628
|
+
#
|
4629
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html
|
4630
|
+
#
|
4631
|
+
# @option params [required, String] :workflow_id
|
4632
|
+
# The workflow's ID.
|
4633
|
+
#
|
4634
|
+
# @option params [String] :type
|
4635
|
+
# The workflow type.
|
4636
|
+
#
|
4637
|
+
# @option params [String] :workflow_owner_id
|
4638
|
+
# Amazon Web Services Id of the owner of the workflow.
|
4639
|
+
#
|
4640
|
+
# @option params [String] :starting_token
|
4641
|
+
# Specify the pagination token from a previous request to retrieve the
|
4642
|
+
# next page of results.
|
4643
|
+
#
|
4644
|
+
# @option params [Integer] :max_results
|
4645
|
+
# The maximum number of workflows to return in one page of results.
|
4646
|
+
#
|
4647
|
+
# @return [Types::ListWorkflowVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4648
|
+
#
|
4649
|
+
# * {Types::ListWorkflowVersionsResponse#items #items} => Array<Types::WorkflowVersionListItem>
|
4650
|
+
# * {Types::ListWorkflowVersionsResponse#next_token #next_token} => String
|
4651
|
+
#
|
4652
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4653
|
+
#
|
4654
|
+
# @example Request syntax with placeholder values
|
4655
|
+
#
|
4656
|
+
# resp = client.list_workflow_versions({
|
4657
|
+
# workflow_id: "WorkflowId", # required
|
4658
|
+
# type: "PRIVATE", # accepts PRIVATE, READY2RUN
|
4659
|
+
# workflow_owner_id: "WorkflowOwnerId",
|
4660
|
+
# starting_token: "WorkflowVersionListToken",
|
4661
|
+
# max_results: 1,
|
4662
|
+
# })
|
4663
|
+
#
|
4664
|
+
# @example Response structure
|
4665
|
+
#
|
4666
|
+
# resp.items #=> Array
|
4667
|
+
# resp.items[0].arn #=> String
|
4668
|
+
# resp.items[0].workflow_id #=> String
|
4669
|
+
# resp.items[0].version_name #=> String
|
4670
|
+
# resp.items[0].description #=> String
|
4671
|
+
# resp.items[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE"
|
4672
|
+
# resp.items[0].type #=> String, one of "PRIVATE", "READY2RUN"
|
4673
|
+
# resp.items[0].digest #=> String
|
4674
|
+
# resp.items[0].creation_time #=> Time
|
4675
|
+
# resp.items[0].metadata #=> Hash
|
4676
|
+
# resp.items[0].metadata["WorkflowMetadataKey"] #=> String
|
4677
|
+
# resp.next_token #=> String
|
4678
|
+
#
|
4679
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListWorkflowVersions AWS API Documentation
|
4680
|
+
#
|
4681
|
+
# @overload list_workflow_versions(params = {})
|
4682
|
+
# @param [Hash] params ({})
|
4683
|
+
def list_workflow_versions(params = {}, options = {})
|
4684
|
+
req = build_request(:list_workflow_versions, params)
|
4685
|
+
req.send_request(options)
|
4686
|
+
end
|
4687
|
+
|
4291
4688
|
# Retrieves a list of workflows.
|
4292
4689
|
#
|
4293
4690
|
# @option params [String] :type
|
@@ -4687,28 +5084,22 @@ module Aws::Omics
|
|
4687
5084
|
req.send_request(options)
|
4688
5085
|
end
|
4689
5086
|
|
4690
|
-
# Starts a
|
4691
|
-
#
|
4692
|
-
#
|
4693
|
-
#
|
4694
|
-
#
|
4695
|
-
#
|
4696
|
-
#
|
4697
|
-
#
|
4698
|
-
#
|
4699
|
-
#
|
4700
|
-
#
|
4701
|
-
#
|
4702
|
-
# By default, the run uses STATIC storage. For STATIC storage, set the
|
4703
|
-
# `storageCapacity` field. You can set the storage type to DYNAMIC. You
|
4704
|
-
# do not set `storageCapacity`, because HealthOmics dynamically scales
|
4705
|
-
# the storage up or down as required. For more information about static
|
4706
|
-
# and dynamic storage, see [Running workflows][1] in the *AWS
|
5087
|
+
# Starts a new run or duplicates an existing run.
|
5088
|
+
#
|
5089
|
+
# For a new run, specify a unique `requestId`, the `workflowId`, and a
|
5090
|
+
# role ARN. If you're using static run storage (the default), specify
|
5091
|
+
# the required `storageCapacity`.
|
5092
|
+
#
|
5093
|
+
# You duplicate a run by specifing a unique `requestId`, the `runID` of
|
5094
|
+
# the run to duplicate, and a role ARN.
|
5095
|
+
#
|
5096
|
+
# For more information about the optional parameters in the StartRun
|
5097
|
+
# request, see [Starting a run][1] in the *Amazon Web Services
|
4707
5098
|
# HealthOmics User Guide*.
|
4708
5099
|
#
|
4709
5100
|
#
|
4710
5101
|
#
|
4711
|
-
# [1]: https://docs.aws.amazon.com/omics/latest/dev/
|
5102
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/starting-a-run.html
|
4712
5103
|
#
|
4713
5104
|
# @option params [String] :workflow_id
|
4714
5105
|
# The run's workflow ID.
|
@@ -4733,7 +5124,7 @@ module Aws::Omics
|
|
4733
5124
|
# The cache behavior for the run. You specify this value if you want to
|
4734
5125
|
# override the default behavior for the cache. You had set the default
|
4735
5126
|
# value when you created the cache. For more information, see [Run cache
|
4736
|
-
# behavior][1] in the
|
5127
|
+
# behavior][1] in the Amazon Web Services HealthOmics User Guide.
|
4737
5128
|
#
|
4738
5129
|
#
|
4739
5130
|
#
|
@@ -4754,9 +5145,9 @@ module Aws::Omics
|
|
4754
5145
|
# additional encoding or escaping.
|
4755
5146
|
#
|
4756
5147
|
# @option params [Integer] :storage_capacity
|
4757
|
-
#
|
4758
|
-
# required if the storage type is dynamic (the system ignores any
|
4759
|
-
# that you enter).
|
5148
|
+
# The static storage capacity (in gibibytes) for this run. This field is
|
5149
|
+
# not required if the storage type is dynamic (the system ignores any
|
5150
|
+
# value that you enter).
|
4760
5151
|
#
|
4761
5152
|
# @option params [String] :output_uri
|
4762
5153
|
# An output URI for the run.
|
@@ -4777,30 +5168,41 @@ module Aws::Omics
|
|
4777
5168
|
# @option params [String] :retention_mode
|
4778
5169
|
# The retention mode for the run. The default value is RETAIN.
|
4779
5170
|
#
|
4780
|
-
# HealthOmics stores a fixed number of runs that are
|
4781
|
-
# console and API. In the default mode (RETAIN), you
|
4782
|
-
# manually when the number of run exceeds the
|
4783
|
-
# retention mode to `REMOVE`,
|
4784
|
-
# (that have mode set to
|
4785
|
-
#
|
4786
|
-
#
|
5171
|
+
# Amazon Web Services HealthOmics stores a fixed number of runs that are
|
5172
|
+
# available to the console and API. In the default mode (RETAIN), you
|
5173
|
+
# need to remove runs manually when the number of run exceeds the
|
5174
|
+
# maximum. If you set the retention mode to `REMOVE`, Amazon Web
|
5175
|
+
# Services HealthOmics automatically removes runs (that have mode set to
|
5176
|
+
# REMOVE) when the number of run exceeds the maximum. All run logs are
|
5177
|
+
# available in CloudWatch logs, if you need information about a run that
|
5178
|
+
# is no longer available to the API.
|
4787
5179
|
#
|
4788
5180
|
# For more information about retention mode, see [Specifying run
|
4789
|
-
# retention mode][1] in the *
|
5181
|
+
# retention mode][1] in the *Amazon Web Services HealthOmics User
|
5182
|
+
# Guide*.
|
4790
5183
|
#
|
4791
5184
|
#
|
4792
5185
|
#
|
4793
5186
|
# [1]: https://docs.aws.amazon.com/omics/latest/dev/starting-a-run.html
|
4794
5187
|
#
|
4795
5188
|
# @option params [String] :storage_type
|
4796
|
-
# The
|
4797
|
-
# which allocates a fixed amount of storage. If you set the
|
4798
|
-
# to DYNAMIC,
|
4799
|
-
# based on file system utilization.
|
5189
|
+
# The storage type for the run. By default, the run uses STATIC storage
|
5190
|
+
# type, which allocates a fixed amount of storage. If you set the
|
5191
|
+
# storage type to DYNAMIC, Amazon Web Services HealthOmics dynamically
|
5192
|
+
# scales the storage up or down, based on file system utilization. For
|
5193
|
+
# more information about static and dynamic storage, see [Running
|
5194
|
+
# workflows][1] in the *Amazon Web Services HealthOmics User Guide*.
|
5195
|
+
#
|
5196
|
+
#
|
5197
|
+
#
|
5198
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html
|
4800
5199
|
#
|
4801
5200
|
# @option params [String] :workflow_owner_id
|
4802
5201
|
# The ID of the workflow owner.
|
4803
5202
|
#
|
5203
|
+
# @option params [String] :workflow_version_name
|
5204
|
+
# The name of the workflow version.
|
5205
|
+
#
|
4804
5206
|
# @return [Types::StartRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4805
5207
|
#
|
4806
5208
|
# * {Types::StartRunResponse#arn #arn} => String
|
@@ -4834,6 +5236,7 @@ module Aws::Omics
|
|
4834
5236
|
# retention_mode: "RETAIN", # accepts RETAIN, REMOVE
|
4835
5237
|
# storage_type: "STATIC", # accepts STATIC, DYNAMIC
|
4836
5238
|
# workflow_owner_id: "WorkflowOwnerId",
|
5239
|
+
# workflow_version_name: "WorkflowVersionName",
|
4837
5240
|
# })
|
4838
5241
|
#
|
4839
5242
|
# @example Response structure
|
@@ -5190,7 +5593,7 @@ module Aws::Omics
|
|
5190
5593
|
# name: "SequenceStoreName",
|
5191
5594
|
# description: "SequenceStoreDescription",
|
5192
5595
|
# client_token: "ClientToken",
|
5193
|
-
# fallback_location: "
|
5596
|
+
# fallback_location: "FallbackLocation",
|
5194
5597
|
# propagated_set_level_tags: ["TagKey"],
|
5195
5598
|
# s3_access_config: {
|
5196
5599
|
# access_log_location: "AccessLogLocation",
|
@@ -5270,7 +5673,13 @@ module Aws::Omics
|
|
5270
5673
|
req.send_request(options)
|
5271
5674
|
end
|
5272
5675
|
|
5273
|
-
# Updates a workflow.
|
5676
|
+
# Updates information about a workflow. For more information, see
|
5677
|
+
# [Update a private workflow][1] in the Amazon Web Services HealthOmics
|
5678
|
+
# User Guide.
|
5679
|
+
#
|
5680
|
+
#
|
5681
|
+
#
|
5682
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/update-private-workflow.html
|
5274
5683
|
#
|
5275
5684
|
# @option params [required, String] :id
|
5276
5685
|
# The workflow's ID.
|
@@ -5281,6 +5690,22 @@ module Aws::Omics
|
|
5281
5690
|
# @option params [String] :description
|
5282
5691
|
# A description for the workflow.
|
5283
5692
|
#
|
5693
|
+
# @option params [String] :storage_type
|
5694
|
+
# The default storage type for runs that use this workflow. STATIC
|
5695
|
+
# storage allocates a fixed amount of storage. DYNAMIC storage
|
5696
|
+
# dynamically scales the storage up or down, based on file system
|
5697
|
+
# utilization. For more information about static and dynamic storage,
|
5698
|
+
# see [Running workflows][1] in the *Amazon Web Services HealthOmics
|
5699
|
+
# User Guide*.
|
5700
|
+
#
|
5701
|
+
#
|
5702
|
+
#
|
5703
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html
|
5704
|
+
#
|
5705
|
+
# @option params [Integer] :storage_capacity
|
5706
|
+
# The default static storage capacity (in gibibytes) for runs that use
|
5707
|
+
# this workflow or workflow version.
|
5708
|
+
#
|
5284
5709
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5285
5710
|
#
|
5286
5711
|
# @example Request syntax with placeholder values
|
@@ -5289,6 +5714,8 @@ module Aws::Omics
|
|
5289
5714
|
# id: "WorkflowId", # required
|
5290
5715
|
# name: "WorkflowName",
|
5291
5716
|
# description: "WorkflowDescription",
|
5717
|
+
# storage_type: "STATIC", # accepts STATIC, DYNAMIC
|
5718
|
+
# storage_capacity: 1,
|
5292
5719
|
# })
|
5293
5720
|
#
|
5294
5721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/UpdateWorkflow AWS API Documentation
|
@@ -5300,6 +5727,60 @@ module Aws::Omics
|
|
5300
5727
|
req.send_request(options)
|
5301
5728
|
end
|
5302
5729
|
|
5730
|
+
# Updates information about the workflow version. For more information,
|
5731
|
+
# see [Workflow versioning in Amazon Web Services HealthOmics][1] in the
|
5732
|
+
# Amazon Web Services HealthOmics User Guide.
|
5733
|
+
#
|
5734
|
+
#
|
5735
|
+
#
|
5736
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html
|
5737
|
+
#
|
5738
|
+
# @option params [required, String] :workflow_id
|
5739
|
+
# The workflow's ID.
|
5740
|
+
#
|
5741
|
+
# @option params [required, String] :version_name
|
5742
|
+
# The name of the workflow version.
|
5743
|
+
#
|
5744
|
+
# @option params [String] :description
|
5745
|
+
# Description of the workflow version.
|
5746
|
+
#
|
5747
|
+
# @option params [String] :storage_type
|
5748
|
+
# The default storage type for runs that use this workflow. STATIC
|
5749
|
+
# storage allocates a fixed amount of storage. DYNAMIC storage
|
5750
|
+
# dynamically scales the storage up or down, based on file system
|
5751
|
+
# utilization. For more information about static and dynamic storage,
|
5752
|
+
# see [Running workflows][1] in the *Amazon Web Services HealthOmics
|
5753
|
+
# User Guide*.
|
5754
|
+
#
|
5755
|
+
#
|
5756
|
+
#
|
5757
|
+
# [1]: https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html
|
5758
|
+
#
|
5759
|
+
# @option params [Integer] :storage_capacity
|
5760
|
+
# The default static storage capacity (in gibibytes) for runs that use
|
5761
|
+
# this workflow or workflow version.
|
5762
|
+
#
|
5763
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5764
|
+
#
|
5765
|
+
# @example Request syntax with placeholder values
|
5766
|
+
#
|
5767
|
+
# resp = client.update_workflow_version({
|
5768
|
+
# workflow_id: "WorkflowId", # required
|
5769
|
+
# version_name: "WorkflowVersionName", # required
|
5770
|
+
# description: "WorkflowVersionDescription",
|
5771
|
+
# storage_type: "STATIC", # accepts STATIC, DYNAMIC
|
5772
|
+
# storage_capacity: 1,
|
5773
|
+
# })
|
5774
|
+
#
|
5775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/UpdateWorkflowVersion AWS API Documentation
|
5776
|
+
#
|
5777
|
+
# @overload update_workflow_version(params = {})
|
5778
|
+
# @param [Hash] params ({})
|
5779
|
+
def update_workflow_version(params = {}, options = {})
|
5780
|
+
req = build_request(:update_workflow_version, params)
|
5781
|
+
req.send_request(options)
|
5782
|
+
end
|
5783
|
+
|
5303
5784
|
# This operation uploads a specific part of a read set. If you upload a
|
5304
5785
|
# new part using a previously used part number, the previously uploaded
|
5305
5786
|
# part will be overwritten.
|
@@ -5364,7 +5845,7 @@ module Aws::Omics
|
|
5364
5845
|
tracer: tracer
|
5365
5846
|
)
|
5366
5847
|
context[:gem_name] = 'aws-sdk-omics'
|
5367
|
-
context[:gem_version] = '1.
|
5848
|
+
context[:gem_version] = '1.45.0'
|
5368
5849
|
Seahorse::Client::Request.new(handlers, context)
|
5369
5850
|
end
|
5370
5851
|
|
@@ -5449,6 +5930,7 @@ module Aws::Omics
|
|
5449
5930
|
# | variant_store_created | {Client#get_variant_store} | 30 | 20 |
|
5450
5931
|
# | variant_store_deleted | {Client#get_variant_store} | 30 | 20 |
|
5451
5932
|
# | workflow_active | {Client#get_workflow} | 3 | 10 |
|
5933
|
+
# | workflow_version_active | {Client#get_workflow_version} | 3 | 10 |
|
5452
5934
|
#
|
5453
5935
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
5454
5936
|
# because the waiter has entered a state that it will not transition
|
@@ -5515,7 +5997,8 @@ module Aws::Omics
|
|
5515
5997
|
variant_import_job_created: Waiters::VariantImportJobCreated,
|
5516
5998
|
variant_store_created: Waiters::VariantStoreCreated,
|
5517
5999
|
variant_store_deleted: Waiters::VariantStoreDeleted,
|
5518
|
-
workflow_active: Waiters::WorkflowActive
|
6000
|
+
workflow_active: Waiters::WorkflowActive,
|
6001
|
+
workflow_version_active: Waiters::WorkflowVersionActive
|
5519
6002
|
}
|
5520
6003
|
end
|
5521
6004
|
|