aws-sdk-iam 1.107.0 → 1.109.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: cdeefc6a72463a7cf6388262352a734200c987daff87f272532e7be63d257e6c
4
- data.tar.gz: f9bf13f0dc5eccd9712ed35fcade3c04b50f6dec54329833acd5c486f5a81b9a
3
+ metadata.gz: eaa919cf82e0ad302915747c1981e7ccaf99722747b4f7716617adaf0cf95ce1
4
+ data.tar.gz: 653f4c09735ad4a5809039517edc5d18090378acd4933fe236dc10221a991051
5
5
  SHA512:
6
- metadata.gz: 1f812328583c62b72ce897228456a8711677b8eb5d650462ae6f24c86ecc2002a666693b31abf526547003c7d6bd6926f0a41f2179af57211198157d91b67e4e
7
- data.tar.gz: 340fbcde492cde87509ccf2f675c868f7e60a1188c5ab410cfb3351770247cd04c0a20a22b570ea24a297885b6a866e127027397e13a263a17a7320c402740c1
6
+ metadata.gz: b5685838dfe37709ab9f156e856e6cfa8044bb6ce76890003726887e1ea4a2d6c9ee02f5087714066cda18cf0c474887a6f627d11818fa1197fda37ef7941ff9
7
+ data.tar.gz: 1ac49a168a32de814dc280a0e3e87875d1970af20f53dc1cde792ffcc613a3ba32fafb16592ad989531f268b31985aaf238a5a98265c29c5692b813754a349bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.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.108.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.107.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -130,13 +130,15 @@ module Aws::IAM
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::IAM
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::IAM
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::IAM::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::IAM::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::IAM::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
@@ -13533,7 +13539,7 @@ module Aws::IAM
13533
13539
  tracer: tracer
13534
13540
  )
13535
13541
  context[:gem_name] = 'aws-sdk-iam'
13536
- context[:gem_version] = '1.107.0'
13542
+ context[:gem_version] = '1.109.0'
13537
13543
  Seahorse::Client::Request.new(handlers, context)
13538
13544
  end
13539
13545