aws-sdk-omics 1.20.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: cabe71e82727ebf133f1cf4ae461c432b660b8a8e73a13213d7d87b760e60c3c
4
- data.tar.gz: 3777089ed815598d8fde4891d749a414402f5330500a73aaa1e493746f289fbd
3
+ metadata.gz: 06461a21a6a4081167ac85265b4bea2c3f4246dc12c93e7f669589b67765e6c8
4
+ data.tar.gz: 64e852238b49a6835ed2fe770e4632220c20a240feeb6dd891132c6329c9bdd1
5
5
  SHA512:
6
- metadata.gz: 1586f295aa6b2c7a8ac742edeb9a41f4a0b7625e6e9eac75c9588ad67834d32cee6d676d83730d1e8e9667d8e141ba37eda57d822d699bd5799206ebc7b7c58e
7
- data.tar.gz: 7c5c00d02ab4ccf9803ba85794a83e404efcda1036a6e47ae85e91dd97420270a5932caca6b1e7e432d907dcbba5053b4ca6419ea55518e8a2cb99ca5c0152bd
6
+ metadata.gz: 68a5b20c25e9f4c92e8f4c136db5e5ad5b6df92ce8dbd6712b3d08cc15f39e9a3126a9800caa371f616f4a7495a6b54ed430ff41f59d74461b48aaef7e83a2f3
7
+ data.tar.gz: 81b40fbbb44183c54b6a4550baca47012119bd531d5b1fb629b68deabaf7c01adf4ec83871dd855ab604c768f00f014d5ef03221b360dc03bd6a1c8508d034b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.21.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.20.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.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.20.0'
4635
+ context[:gem_version] = '1.22.0'
4634
4636
  Seahorse::Client::Request.new(handlers, context)
4635
4637
  end
4636
4638
 
@@ -25,16 +25,17 @@ module Aws::Omics
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.20.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.20.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-22 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