aws-sdk-omics 1.34.0 → 1.36.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: 29ec9d4051ab714a813c1aceddf724312b0868e5436e78efba91dbe6c45e2d15
4
- data.tar.gz: 9c9a35cc06efc0dff9975a65a65c842b7de6935d30c286915a317e67581432b3
3
+ metadata.gz: fefa7556be4c2c6eee0761b93f5573555ebab6ced99af4a850a0964f953efab2
4
+ data.tar.gz: 466214f0849f75fd9c0060c0261cccd88bdf3a8f452d028338b4eafe93726a27
5
5
  SHA512:
6
- metadata.gz: 33b0cdc4cef3b6a609016b05411007414cf9c39f4b7d11ef03f4d065fe1779af4eb6f4640a5f1574590f0ecb9df4ebad2f2d59959ef4d4265d1c0459b4a7db66
7
- data.tar.gz: b800a0f7bc7fd3f9b64428446551de1ab5ada6a89c0e4501b80ae410e9ada71930cced03fb1f528e092b2add2108867ca71c8f28773beeda423843fa591ef689
6
+ metadata.gz: 10c38374589c96d513f8b70e6d5b2d152c0527f0190b0d5faa3f2aee1446e2b83aad237260f03b203b8e33ae63b015789c10c9223fdf413eccd1e2ffd5bc1e77
7
+ data.tar.gz: e2ec453443398dd6e37bdc3c0d64dfc4347b79d0207bd6a6611584f7542d81deccc099907a01ba341afec6dd1dd41ff2ae2041435c59fe009bdd9380028d718c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.35.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.34.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.36.0
@@ -130,13 +130,15 @@ module Aws::Omics
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::Omics
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::Omics
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Omics::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Omics::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::Omics::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -4777,7 +4783,7 @@ module Aws::Omics
4777
4783
  tracer: tracer
4778
4784
  )
4779
4785
  context[:gem_name] = 'aws-sdk-omics'
4780
- context[:gem_version] = '1.34.0'
4786
+ context[:gem_version] = '1.36.0'
4781
4787
  Seahorse::Client::Request.new(handlers, context)
4782
4788
  end
4783
4789