aws-sdk-wafregional 1.70.0 → 1.72.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: 90ee49436add20643462c66348fa6c081e1b003b8cfeae5e12af69b948262bfd
4
- data.tar.gz: d72e58e784de32b89d7dee7f42555cb6a9f15473edffb0adcd30ad9a46b4ecd9
3
+ metadata.gz: 5e3401c1fd80bb3f496d7e4eebed6f5a435d6767e1b96f585c6055373d33474f
4
+ data.tar.gz: 69f68070550fc8fb75f31eedefe180cfef28e805bdccf52f6003a8c6ca5c568b
5
5
  SHA512:
6
- metadata.gz: 45079970b6826c468cca9fa3c7a09b6671fa82b5fd62a016fd1a8d6bb5a23bab31828a4a57e97ff63c655cc40e9d71a5d02ad761f2c779df9fa646335b26f0d9
7
- data.tar.gz: 88aaa1df4f9395fb3511c18e7ee0d0909b6a85ad0bf3fbff3682e838898da2685190d6ecbe1f694527e30ba910a7406d4a6f031947844925a78bb23d6851a39b
6
+ metadata.gz: 0ecb776bd8a8522ac61db6892f96d155dd9d7b46f935cbe827d3470d865b49274d4e335eeab55a3f79aadb6fc83342606ca45d96fe180b872f8ea918fe881ce9
7
+ data.tar.gz: eb2c307af25de75bdb3f7bdf807fb6c761f8250bb3d758b0880c34663380ec68c9ac04800d33fb82c5fe1975063186e12a835104dc958d5c7101bcf3cf9ae23b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.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.70.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -130,13 +130,15 @@ module Aws::WAFRegional
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::WAFRegional
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`.
@@ -376,7 +380,9 @@ module Aws::WAFRegional
376
380
  # sending the request.
377
381
  #
378
382
  # @option options [Aws::WAFRegional::EndpointProvider] :endpoint_provider
379
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::WAFRegional::EndpointParameters`
383
+ # The endpoint provider used to resolve endpoints. Any object that responds to
384
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
385
+ # `Aws::WAFRegional::EndpointParameters`.
380
386
  #
381
387
  # @option options [Float] :http_continue_timeout (1)
382
388
  # The number of seconds to wait for a 100-continue response before sending the
@@ -6991,7 +6997,7 @@ module Aws::WAFRegional
6991
6997
  tracer: tracer
6992
6998
  )
6993
6999
  context[:gem_name] = 'aws-sdk-wafregional'
6994
- context[:gem_version] = '1.70.0'
7000
+ context[:gem_version] = '1.72.0'
6995
7001
  Seahorse::Client::Request.new(handlers, context)
6996
7002
  end
6997
7003