aws-sdk-omics 1.21.0 → 1.22.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 +5 -3
- data/lib/aws-sdk-omics/types.rb +1 -1
- 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: 06461a21a6a4081167ac85265b4bea2c3f4246dc12c93e7f669589b67765e6c8
|
|
4
|
+
data.tar.gz: 64e852238b49a6835ed2fe770e4632220c20a240feeb6dd891132c6329c9bdd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68a5b20c25e9f4c92e8f4c136db5e5ad5b6df92ce8dbd6712b3d08cc15f39e9a3126a9800caa371f616f4a7495a6b54ed430ff41f59d74461b48aaef7e83a2f3
|
|
7
|
+
data.tar.gz: 81b40fbbb44183c54b6a4550baca47012119bd531d5b1fb629b68deabaf7c01adf4ec83871dd855ab604c768f00f014d5ef03221b360dc03bd6a1c8508d034b1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
data/lib/aws-sdk-omics/client.rb
CHANGED
|
@@ -1165,7 +1165,7 @@ module Aws::Omics
|
|
|
1165
1165
|
# A parameter template for the workflow.
|
|
1166
1166
|
#
|
|
1167
1167
|
# @option params [Integer] :storage_capacity
|
|
1168
|
-
# A storage capacity for the workflow in
|
|
1168
|
+
# A storage capacity for the workflow in gibibytes.
|
|
1169
1169
|
#
|
|
1170
1170
|
# @option params [Hash<String,String>] :tags
|
|
1171
1171
|
# Tags for the workflow.
|
|
@@ -2835,7 +2835,9 @@ module Aws::Omics
|
|
|
2835
2835
|
req.send_request(options)
|
|
2836
2836
|
end
|
|
2837
2837
|
|
|
2838
|
-
# Lists
|
|
2838
|
+
# Lists multipart read set uploads and for in progress uploads. Once the
|
|
2839
|
+
# upload is completed, a read set is created and the upload will no
|
|
2840
|
+
# longer be returned in the respone.
|
|
2839
2841
|
#
|
|
2840
2842
|
# @option params [required, String] :sequence_store_id
|
|
2841
2843
|
# The Sequence Store ID used for the multipart uploads.
|
|
@@ -4630,7 +4632,7 @@ module Aws::Omics
|
|
|
4630
4632
|
params: params,
|
|
4631
4633
|
config: config)
|
|
4632
4634
|
context[:gem_name] = 'aws-sdk-omics'
|
|
4633
|
-
context[:gem_version] = '1.
|
|
4635
|
+
context[:gem_version] = '1.22.0'
|
|
4634
4636
|
Seahorse::Client::Request.new(handlers, context)
|
|
4635
4637
|
end
|
|
4636
4638
|
|
data/lib/aws-sdk-omics/types.rb
CHANGED
|
@@ -1181,7 +1181,7 @@ module Aws::Omics
|
|
|
1181
1181
|
# @return [Hash<String,Types::WorkflowParameter>]
|
|
1182
1182
|
#
|
|
1183
1183
|
# @!attribute [rw] storage_capacity
|
|
1184
|
-
# A storage capacity for the workflow in
|
|
1184
|
+
# A storage capacity for the workflow in gibibytes.
|
|
1185
1185
|
# @return [Integer]
|
|
1186
1186
|
#
|
|
1187
1187
|
# @!attribute [rw] tags
|
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.22.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-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|