aws-sdk-waf 1.43.0 → 1.44.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: 3e0e7625e3cdd4fab976a9e5bcd4de90a312b22485b276c1602dbab2053bdf41
4
- data.tar.gz: 447451c8540233c965e4521504002096afb68556a2d64108bdd2dacef66aaa06
3
+ metadata.gz: 28d70b92a01cc5ce0f3d40dba1f9dba649fcfebfcb1a56902624799a7dea314c
4
+ data.tar.gz: 4d1535fb462a618c98aedf6497cdb423df32bff2c0f4927ef820af06c9544dff
5
5
  SHA512:
6
- metadata.gz: 21df9e2c0894f950a1960872de586fdc5f4ef25d3743e32b04fdeef487862d375daba42c94ad3c30cf1dd515ef275ecfbfb5d257fd5ab4290f571e6f266f5047
7
- data.tar.gz: 3da79a1337e21106eb0d8c7ba199a857a2c4e673cc36c0c159d44f9458129ef1ec15e46ed18a764214ac3198c90a7fc75f41cf5b51594f7fec03828d2ff656d4
6
+ metadata.gz: c4fee811a74fefe2123da36440dcd87229ae1fa8059ac73939860bbc8aa8b670cfcba07620cb8425b5f5bb2ae1d27cf0bf5eef611a639649496745e450d99c51
7
+ data.tar.gz: d96b3a0250b1022a1d53f9f3ebb39b438f5c01b261f93790349f2d1321419b8e3d2d10451779a95d9563544284c0b74d7dccad68c550b128cc001813e2b8e7ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -119,7 +119,9 @@ module Aws::WAF
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -6679,7 +6681,7 @@ module Aws::WAF
6679
6681
  params: params,
6680
6682
  config: config)
6681
6683
  context[:gem_name] = 'aws-sdk-waf'
6682
- context[:gem_version] = '1.43.0'
6684
+ context[:gem_version] = '1.44.0'
6683
6685
  Seahorse::Client::Request.new(handlers, context)
6684
6686
  end
6685
6687
 
data/lib/aws-sdk-waf.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-waf/customizations'
48
48
  # @!group service
49
49
  module Aws::WAF
50
50
 
51
- GEM_VERSION = '1.43.0'
51
+ GEM_VERSION = '1.44.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core