aws-sdk-iotwireless 1.55.0 → 1.57.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: ed43bd863363a60de1b5e24ac3e95b3df6d387e2b88aa7a85765e716ddd7aede
4
- data.tar.gz: 858504b8208f72e60e56486f9d78915bb2c1f88ace173278054fb8f795991157
3
+ metadata.gz: 374cfb450a9674d736a81857d1555039ba26b6e87f528809759ce4876f62b8a9
4
+ data.tar.gz: 88a91826bd19074a697c341646790073157cdffd7e4d676b1b2d11dcf246a71e
5
5
  SHA512:
6
- metadata.gz: 292b22078655c7d1c0b2a6e2fccd49ec884acf310213b39f1a45ecf097d5e98d64c94fd06d2833cfb52b5f5b9518016365b87bb822f87c0d2cb7bbaefda6862c
7
- data.tar.gz: a26c9ad3f45a1b036c9fb95dbb443025ff5290db38dbc1c54e408ae6f47853c546c37a963756fd31a9d1cd2fe1fdb32e54ec555a1bce290534d3236b520c4bec
6
+ metadata.gz: e37dac45f89e16facf36e20f1fa1318b7589ca18daece6ee24a1f61e8b69569e4c0ab96473b4a88c066231eb8f475135e2d98af98b6139ce61f097f665d06c26
7
+ data.tar.gz: '022950d01f01377057f4e0f1f06115ca16738b2204b5609df8ec55776d20b2b6f8121ee17baa72356c961c64fa907213f1d9ac8766a17ca7b51e1858f3259e08'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.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.55.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -130,13 +130,15 @@ module Aws::IoTWireless
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::IoTWireless
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::IoTWireless
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::IoTWireless::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::IoTWireless::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::IoTWireless::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
@@ -5317,7 +5323,7 @@ module Aws::IoTWireless
5317
5323
  tracer: tracer
5318
5324
  )
5319
5325
  context[:gem_name] = 'aws-sdk-iotwireless'
5320
- context[:gem_version] = '1.55.0'
5326
+ context[:gem_version] = '1.57.0'
5321
5327
  Seahorse::Client::Request.new(handlers, context)
5322
5328
  end
5323
5329