aws-sdk-omics 1.51.0 → 1.52.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ae24ba4c6be870d6c875094ea9eb21e2cc3f636902ce35a42e3aa24b1e9dcfb
4
- data.tar.gz: 721cd1ebe34d98600d6a9b381717a5f2404bbc54116819ac3c4143b2114f8f4b
3
+ metadata.gz: af4fac625c8ba912576cd8b9d3959b4e446900a5ad1fb3758e7c5e0c79674450
4
+ data.tar.gz: 353c5a942b14b2cb48862e7b2de9234d5c790ccfb612db9363dc3d6c90033756
5
5
  SHA512:
6
- metadata.gz: 1981b081e40fc83144936648e6fef4a37e80baba8ff47aa2a4c503ce43171303c58f14facfe5a65b887b2ee720dfb9574e94052028b4d21b3882862676a095c0
7
- data.tar.gz: 3900da3c33b5c1ae10ab79c376fa9065a565a00dd5d8a26c1b32d7ca1de7f7a9d98ede56e103fe27da618049741c2cd61dbdbd13c185f65bbcf448dcfb16ff72
6
+ metadata.gz: 6b0d26b62fb07ca3155c92812c89dfaf6cd03c27977fa79746f8067a0017cdfea70bf5dcda752117c5288402e607cbc52ad0d13139f3b5c85117ef2110e46d34
7
+ data.tar.gz: c9c4177fbae22a4bc404780507a02ba3931e5483ea12a011abccf829007ab77f1dbbec20d4f2cf24472cb398e0ea2b79aff416a71d7c71fee083e00944e24d39
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -95,8 +95,8 @@ module Aws::Omics
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::Omics
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::Omics
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::Omics
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -6198,7 +6195,7 @@ module Aws::Omics
6198
6195
  tracer: tracer
6199
6196
  )
6200
6197
  context[:gem_name] = 'aws-sdk-omics'
6201
- context[:gem_version] = '1.51.0'
6198
+ context[:gem_version] = '1.52.0'
6202
6199
  Seahorse::Client::Request.new(handlers, context)
6203
6200
  end
6204
6201
 
data/lib/aws-sdk-omics.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Omics
55
55
  autoload :EndpointProvider, 'aws-sdk-omics/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-omics/endpoints'
57
57
 
58
- GEM_VERSION = '1.51.0'
58
+ GEM_VERSION = '1.52.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-omics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services