aws-sdk-greengrass 1.71.0 → 1.73.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: f641a6bd39c97580d122102c2554250fd00176bcbbbb27a4d964d02f74e188ee
4
- data.tar.gz: 9044550ed50226b9dab7cdfbda037c5465d607419faae5bfed6e30e3dd2b82ee
3
+ metadata.gz: 1bab09f10776f36d419730424050a42429ce2bb31617822fbcda54adb4cab68e
4
+ data.tar.gz: 6f9f7cb1d8fbe0c2c10dbeb947c2026887784e0522c9d707deada81282009c93
5
5
  SHA512:
6
- metadata.gz: 2ba14dc19c012fbb84b13239635050c6cf8b6532fde180a2845b4ef85be179b1a82ca469f52e3a534b3fc3f2507cfe59cce8e15b2bf6c1fc5741f41f72227024
7
- data.tar.gz: 4d568c8005958616e0753b5b01d9a40d8a396b5833007d9f77de92d63b23717d70851c6926e32897813de9a6b3e2108809900ce826966e8deef5fdd8f892bce1
6
+ metadata.gz: 8bb0a8cf1b0b01f250638af5e64a001d2708b9a75b94f1c94b247b6a4face732ff8867772016d7a867cc36373fa0eb4466bf76464885395560d52e37a02ac4ca
7
+ data.tar.gz: c9c8254b4ea66c60f2868fc8124decc0a30e77e8fcd30e95b087fc2dbee8153938343a776564bdd4e7c6ed378b70194631ba31b516dfcb8a50b220b9a56fe2c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.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.71.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.73.0
@@ -130,13 +130,15 @@ module Aws::Greengrass
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::Greengrass
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::Greengrass
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Greengrass::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::Greengrass::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::Greengrass::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
@@ -4218,7 +4224,7 @@ module Aws::Greengrass
4218
4224
  tracer: tracer
4219
4225
  )
4220
4226
  context[:gem_name] = 'aws-sdk-greengrass'
4221
- context[:gem_version] = '1.71.0'
4227
+ context[:gem_version] = '1.73.0'
4222
4228
  Seahorse::Client::Request.new(handlers, context)
4223
4229
  end
4224
4230