aws-sdk-omics 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce831c384aec64f6fa1a962cdf3f6e94063fb89e829686f37e70704dcb2acbe8
4
- data.tar.gz: 7788b1dd2b8958caa2cd8616ec8f7940b68be01f7c6a534832b220b1d2ee082a
3
+ metadata.gz: 06461a21a6a4081167ac85265b4bea2c3f4246dc12c93e7f669589b67765e6c8
4
+ data.tar.gz: 64e852238b49a6835ed2fe770e4632220c20a240feeb6dd891132c6329c9bdd1
5
5
  SHA512:
6
- metadata.gz: 45f4720128a05ead588ae308cd1035e3b825c06b3b049a7d3f5cffcf0ce5b2113d50d6652f03802092679a524bf8774eeb6a55f673371b80b8fb0a06382f1b5b
7
- data.tar.gz: 544502f391f1be91072dea32dfc7a4f5aa2d9cc05fddd3deedca8cdcdd849c2176eaccaaeb5d3fa50c7a9b65b0792fa1b04b4be5841aa5d18296f2a1c97a4967
6
+ metadata.gz: 68a5b20c25e9f4c92e8f4c136db5e5ad5b6df92ce8dbd6712b3d08cc15f39e9a3126a9800caa371f616f4a7495a6b54ed430ff41f59d74461b48aaef7e83a2f3
7
+ data.tar.gz: 81b40fbbb44183c54b6a4550baca47012119bd531d5b1fb629b68deabaf7c01adf4ec83871dd855ab604c768f00f014d5ef03221b360dc03bd6a1c8508d034b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-12-22)
5
+ ------------------
6
+
7
+ * Feature - Provides minor corrections and an updated description of APIs.
8
+
4
9
  1.21.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -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 gigabytes.
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 all multipart read set uploads and their statuses.
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.21.0'
4635
+ context[:gem_version] = '1.22.0'
4634
4636
  Seahorse::Client::Request.new(handlers, context)
4635
4637
  end
4636
4638
 
@@ -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 gigabytes.
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-omics/customizations'
53
53
  # @!group service
54
54
  module Aws::Omics
55
55
 
56
- GEM_VERSION = '1.21.0'
56
+ GEM_VERSION = '1.22.0'
57
57
 
58
58
  end
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.21.0
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-28 00:00:00.000000000 Z
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