aws-sdk-omics 1.21.0 → 1.23.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: cf1d52f323f0706c9a1823207c8caa2176038ad862e1d5827dbdaf72acadbfb1
4
+ data.tar.gz: d23cba7a0e7a1b31fb5aa7ceaa2f9ab5bc44b833b448994fbaf175ffe8ae15b1
5
5
  SHA512:
6
- metadata.gz: 45f4720128a05ead588ae308cd1035e3b825c06b3b049a7d3f5cffcf0ce5b2113d50d6652f03802092679a524bf8774eeb6a55f673371b80b8fb0a06382f1b5b
7
- data.tar.gz: 544502f391f1be91072dea32dfc7a4f5aa2d9cc05fddd3deedca8cdcdd849c2176eaccaaeb5d3fa50c7a9b65b0792fa1b04b4be5841aa5d18296f2a1c97a4967
6
+ metadata.gz: bfc410afc64866a9e97ac4a57bb48cc4fc4bd6eb419f633a57f83e283a12d15905c4d5260f6e084c7aadb97b172bc0bb068ec0b90c90d8371034a1b9d66c660f
7
+ data.tar.gz: 18966113db8d5a54a2f492379ba32c9242152f6ff42f21487e0421476c48d813240052e38e81126cf1165c0480cf4cf93dca30907c1d51ffce68e3f763a13c9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.22.0 (2023-12-22)
10
+ ------------------
11
+
12
+ * Feature - Provides minor corrections and an updated description of APIs.
13
+
4
14
  1.21.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.23.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.23.0'
4634
4636
  Seahorse::Client::Request.new(handlers, context)
4635
4637
  end
4636
4638
 
@@ -14,6 +14,7 @@ module Aws::Omics
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Omics::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.23.0'
57
57
 
58
58
  end