aws-sdk-deadline 1.10.0 → 1.12.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: 89e37ac0e99ac0f7917505114476150eebb66ccf94b16fdbea9487b9d24dc06d
4
- data.tar.gz: eee4f0923fb94d1692d7b0c8349461742e93c474c45603448487186eafd9dba1
3
+ metadata.gz: b227843fd33d437f247bad2afc54496f485c7bf4fb847cf6cb0195cf28a3bd6f
4
+ data.tar.gz: ba8197ac581c76497e1efd27bfa54017284103861d0a2cbc7a329e42e6bc8b63
5
5
  SHA512:
6
- metadata.gz: 7d00ee85fe0dada9bdf6149eb1ed19f0313b4879ed5d75df8d4e6d4d7a8fea7016e13ea2bcb16905d793e19eb256b70e8c41caa0fb07451ee18c1636e049368e
7
- data.tar.gz: ea10f24d2dc08951dbc3cb626832330ebfe82b6ea55eb2b13c72673610cd30f301da080c8ae40bacccf12b1363c14788dde8aa015c04630bdb4a0f7b11a87b78
6
+ metadata.gz: 40b5c09beda42f681e30c4b99ea035874267b0674278994b153a88186ed79852c918ee8f54b954b8eeba7e1ee7fd3163b15b6ebfa62e3ea9b06a3c0cb9f0c042
7
+ data.tar.gz: 52e17caf808094ba7fa65e4fb7587cdbdc947fa2bf1f5e8fcddf072c21421377e6d90df7b52e079d726f6a8a03489b4b81df9a529a0c80ff227b800d61dea832
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.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.11.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.10.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.12.0
@@ -130,13 +130,15 @@ module Aws::Deadline
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::Deadline
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::Deadline
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Deadline::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::Deadline::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::Deadline::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
@@ -6350,7 +6356,7 @@ module Aws::Deadline
6350
6356
  tracer: tracer
6351
6357
  )
6352
6358
  context[:gem_name] = 'aws-sdk-deadline'
6353
- context[:gem_version] = '1.10.0'
6359
+ context[:gem_version] = '1.12.0'
6354
6360
  Seahorse::Client::Request.new(handlers, context)
6355
6361
  end
6356
6362