aws-sdk-omics 1.2.0 → 1.3.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 +10 -10
- data/lib/aws-sdk-omics.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed249392c0d803df8ca4198c1e750a8dc164a65110f791c41397619d6a1c86f4
|
|
4
|
+
data.tar.gz: 7941d17211c03dd3038dbad865a4b90cc79c10d91c6a1c0e03446d4b97a60c9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65afeead16d78ad33eddc72f0422711966a59090d183258d09a9f9593dd8d906522e49c236d9f883508ba7aa159f691eed58e6db4357a6cf2d8249d5acac40cb
|
|
7
|
+
data.tar.gz: d15289a8f3e6e9f0ad8ed6375c3ad79cf40afd3d287b49b2511a46ebad2a9dcebb829e205939f47c90ee7dba397723a8494e3e0b31e901b99469c85290ef4c73
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
|
@@ -866,7 +866,7 @@ module Aws::Omics
|
|
|
866
866
|
#
|
|
867
867
|
# resp.arn #=> String
|
|
868
868
|
# resp.id #=> String
|
|
869
|
-
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
869
|
+
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
870
870
|
# resp.tags #=> Hash
|
|
871
871
|
# resp.tags["TagKey"] #=> String
|
|
872
872
|
#
|
|
@@ -1750,7 +1750,7 @@ module Aws::Omics
|
|
|
1750
1750
|
# resp.tags #=> Hash
|
|
1751
1751
|
# resp.tags["TagKey"] #=> String
|
|
1752
1752
|
# resp.workflow_id #=> String
|
|
1753
|
-
# resp.workflow_type #=> String, one of "PRIVATE"
|
|
1753
|
+
# resp.workflow_type #=> String, one of "PRIVATE"
|
|
1754
1754
|
#
|
|
1755
1755
|
#
|
|
1756
1756
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -2051,7 +2051,7 @@ module Aws::Omics
|
|
|
2051
2051
|
# resp = client.get_workflow({
|
|
2052
2052
|
# export: ["DEFINITION"], # accepts DEFINITION
|
|
2053
2053
|
# id: "WorkflowId", # required
|
|
2054
|
-
# type: "PRIVATE", # accepts PRIVATE
|
|
2054
|
+
# type: "PRIVATE", # accepts PRIVATE
|
|
2055
2055
|
# })
|
|
2056
2056
|
#
|
|
2057
2057
|
# @example Response structure
|
|
@@ -2068,12 +2068,12 @@ module Aws::Omics
|
|
|
2068
2068
|
# resp.parameter_template #=> Hash
|
|
2069
2069
|
# resp.parameter_template["WorkflowParameterName"].description #=> String
|
|
2070
2070
|
# resp.parameter_template["WorkflowParameterName"].optional #=> Boolean
|
|
2071
|
-
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
2071
|
+
# resp.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
2072
2072
|
# resp.status_message #=> String
|
|
2073
2073
|
# resp.storage_capacity #=> Integer
|
|
2074
2074
|
# resp.tags #=> Hash
|
|
2075
2075
|
# resp.tags["TagKey"] #=> String
|
|
2076
|
-
# resp.type #=> String, one of "PRIVATE"
|
|
2076
|
+
# resp.type #=> String, one of "PRIVATE"
|
|
2077
2077
|
#
|
|
2078
2078
|
#
|
|
2079
2079
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -2982,7 +2982,7 @@ module Aws::Omics
|
|
|
2982
2982
|
# max_results: 1,
|
|
2983
2983
|
# name: "WorkflowName",
|
|
2984
2984
|
# starting_token: "WorkflowListToken",
|
|
2985
|
-
# type: "PRIVATE", # accepts PRIVATE
|
|
2985
|
+
# type: "PRIVATE", # accepts PRIVATE
|
|
2986
2986
|
# })
|
|
2987
2987
|
#
|
|
2988
2988
|
# @example Response structure
|
|
@@ -2993,8 +2993,8 @@ module Aws::Omics
|
|
|
2993
2993
|
# resp.items[0].digest #=> String
|
|
2994
2994
|
# resp.items[0].id #=> String
|
|
2995
2995
|
# resp.items[0].name #=> String
|
|
2996
|
-
# resp.items[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
2997
|
-
# resp.items[0].type #=> String, one of "PRIVATE"
|
|
2996
|
+
# resp.items[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED"
|
|
2997
|
+
# resp.items[0].type #=> String, one of "PRIVATE"
|
|
2998
2998
|
# resp.next_token #=> String
|
|
2999
2999
|
#
|
|
3000
3000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/ListWorkflows AWS API Documentation
|
|
@@ -3376,7 +3376,7 @@ module Aws::Omics
|
|
|
3376
3376
|
# "TagKey" => "TagValue",
|
|
3377
3377
|
# },
|
|
3378
3378
|
# workflow_id: "WorkflowId",
|
|
3379
|
-
# workflow_type: "PRIVATE", # accepts PRIVATE
|
|
3379
|
+
# workflow_type: "PRIVATE", # accepts PRIVATE
|
|
3380
3380
|
# })
|
|
3381
3381
|
#
|
|
3382
3382
|
# @example Response structure
|
|
@@ -3672,7 +3672,7 @@ module Aws::Omics
|
|
|
3672
3672
|
params: params,
|
|
3673
3673
|
config: config)
|
|
3674
3674
|
context[:gem_name] = 'aws-sdk-omics'
|
|
3675
|
-
context[:gem_version] = '1.
|
|
3675
|
+
context[:gem_version] = '1.3.0'
|
|
3676
3676
|
Seahorse::Client::Request.new(handlers, context)
|
|
3677
3677
|
end
|
|
3678
3678
|
|
data/lib/aws-sdk-omics.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-omics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|