aws-sdk-wafv2 1.80.0 → 1.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 562e88d97a273f68f039c78ab4370fe7718a0e51d31412985a0e73eea0abbb02
4
- data.tar.gz: 46a5a28b2b2c20bb63b1888518a76c50c131463bdb4bde47cc53c5a2434b3701
3
+ metadata.gz: 0ddc94d4b33fb09be5a75ca88381ca1f61e236fb16a31373a686afb677eb5b07
4
+ data.tar.gz: 7f462a53c3494408e6fae5a91c7e49a9c5422e96aeb2ed6edd65229f46699e30
5
5
  SHA512:
6
- metadata.gz: 3642d7085d0de95ef5a8e4bf78dd79d9196048a907a419f6d336cc9c9aa59bff2011af720e282b18881951c806c8f44727df04cc1f1e143af229932cad45d69c
7
- data.tar.gz: faf84bbae92a13bbe6753e290ae7c6bbd850a537b5e19f7495bf3a9d6a99feced1c4ee4cca98e699302e8ad4dc338ef63fa2273b8080673e6901409b263de633
6
+ metadata.gz: 19acdd679914ceac77fe2612169be8701d7d90bf0ca42d8a0cf0ccea5a36652d368eb28fa0796cb86f3d160d53092ece52bcf02b7d00865f03e0e2999fc592e6
7
+ data.tar.gz: 662fcb2e20de1c0a270515a53c350ecbb3eeacaf1812432630a13f4c67eca63b1e429928c5d092cf6b6f6fa99eb08665e2dce4874ed6d1445726506722a593d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -301,8 +301,9 @@ module Aws::WAFV2
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -9107,7 +9108,7 @@ module Aws::WAFV2
9107
9108
  params: params,
9108
9109
  config: config)
9109
9110
  context[:gem_name] = 'aws-sdk-wafv2'
9110
- context[:gem_version] = '1.80.0'
9111
+ context[:gem_version] = '1.81.0'
9111
9112
  Seahorse::Client::Request.new(handlers, context)
9112
9113
  end
9113
9114
 
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.80.0'
55
+ GEM_VERSION = '1.81.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.81.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core