aws-sdk-wafv2 1.98.0 → 1.99.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: 6c95e7811a0820cdc4828202a4d5dac7cd11128b5fd8be6bb6ab21ff1270220b
4
- data.tar.gz: 9364e951eccbf6f7fbf5e8eb415afd1012cbf059307315e72e40f5817a45a222
3
+ metadata.gz: b9196587999825eda777cbbde55e94a78395e6a93cb0f14a61e5b08a2c2a65c3
4
+ data.tar.gz: efbdb0af6f9f6a50a27fa3c41af03df6c4cac65fc4b54b6789820d372830e859
5
5
  SHA512:
6
- metadata.gz: 46598b517004d3a09f6879fa2d7f3eaecc57b336f2e4d958f219825037156300d5f2e76c0408b45889f13477fbb04f1e7949d03de7a6d183007f9fb304fa0db3
7
- data.tar.gz: 0221b16b9735b8c38811821bad65b9f99078b11d4fb8250f3beb2bb5522016541c2983f2e7cb20ca994885ed21e37a39b6aad5850809b53413db6d6a55143644
6
+ metadata.gz: f60376c119e34ae3cbe52b086c5d61bb4259fe2ba1e8dedc4cd9f3e7a403ec00c628d92c1e56315a566bf23d1a85d5e703937df8501042e71c71b62d1ca40404
7
+ data.tar.gz: f33fc2c0f57f478e6f0d4d72127fcb39dc4955866a4fa70409d21b58517cb4397df61f202b2b3c6080ca402f493a0300e18416d3be0a684d7db57661948d35af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.98.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -4008,7 +4008,6 @@ module Aws::WAFV2
4008
4008
  # `ListDistributionsByWebACLId`. For information, see
4009
4009
  # [ListDistributionsByWebACLId][1] in the *Amazon CloudFront API
4010
4010
  # Reference*.
4011
- #
4012
4011
  # * To disassociate a resource from a web ACL, use the following calls:
4013
4012
  #
4014
4013
  # * For regional resources, call DisassociateWebACL.
@@ -9225,7 +9224,7 @@ module Aws::WAFV2
9225
9224
  tracer: tracer
9226
9225
  )
9227
9226
  context[:gem_name] = 'aws-sdk-wafv2'
9228
- context[:gem_version] = '1.98.0'
9227
+ context[:gem_version] = '1.99.0'
9229
9228
  Seahorse::Client::Request.new(handlers, context)
9230
9229
  end
9231
9230
 
@@ -788,7 +788,6 @@ module Aws::WAFV2
788
788
  # * If the request contains an `Accept` header with a value of
789
789
  # `text/html`, the response includes a JavaScript page interstitial
790
790
  # with a challenge script.
791
- #
792
791
  # Challenges run silent browser interrogations in the background, and
793
792
  # don't generally affect the end user experience.
794
793
  #
@@ -6278,7 +6277,6 @@ module Aws::WAFV2
6278
6277
  # * IP address 10.1.1.1: count 3
6279
6278
  #
6280
6279
  # * IP address 127.0.0.0: count 1
6281
- #
6282
6280
  # * If the aggregation criteria is HTTP method, then each individual
6283
6281
  # HTTP method is an aggregation instance. The aggregation instances
6284
6282
  # and request counts for our example would be the following:
@@ -6286,7 +6284,6 @@ module Aws::WAFV2
6286
6284
  # * HTTP method POST: count 2
6287
6285
  #
6288
6286
  # * HTTP method GET: count 2
6289
- #
6290
6287
  # * If the aggregation criteria is IP address and HTTP method, then each
6291
6288
  # IP address and each HTTP method would contribute to the combined
6292
6289
  # aggregation instance. The aggregation instances and request counts
@@ -8383,7 +8380,6 @@ module Aws::WAFV2
8383
8380
  # * IP address 10.1.1.1: count 3
8384
8381
  #
8385
8382
  # * IP address 127.0.0.0: count 1
8386
- #
8387
8383
  # * If the aggregation criteria is HTTP method, then each individual
8388
8384
  # HTTP method is an aggregation instance. The aggregation instances
8389
8385
  # and request counts for our example would be the following:
@@ -8391,7 +8387,6 @@ module Aws::WAFV2
8391
8387
  # * HTTP method POST: count 2
8392
8388
  #
8393
8389
  # * HTTP method GET: count 2
8394
- #
8395
8390
  # * If the aggregation criteria is IP address and HTTP method, then
8396
8391
  # each IP address and each HTTP method would contribute to the
8397
8392
  # combined aggregation instance. The aggregation instances and
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAFV2
54
54
  autoload :EndpointProvider, 'aws-sdk-wafv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
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.98.0
4
+ version: 1.99.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-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core