aws-sdk-waf 1.62.0 → 1.63.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: b7d9a2ced354d3e8421a5178fdfe1d722fdf0682535475ee1e3c7710829b1181
4
- data.tar.gz: 6c3f5caae6720bb99dbb03562a07cdbb870e18c89a21bfbe09fe02e1e7f50934
3
+ metadata.gz: ca220fd94b89ccfd2a899b522e18faa8223e4905d1e42e4b933a8a057b20feac
4
+ data.tar.gz: 13ff0fb95f83ff058bdaac6de579f2172091267e006244ccd4f47fb4443eb95b
5
5
  SHA512:
6
- metadata.gz: 42cf5abbdf3ac2022bd7b6c96b74e375e6bbc7d566d686cb19acfc899e26cd356cfaf1117420fc20ebe1c593c88a6e02dc2bc6635906f934b27499959803b6ef
7
- data.tar.gz: 8baac95e7605441a40be657e26f7c8d8c78f5cae482b3d1943af223bb4fdc7180683eeb53fecfc1fbd372557d636d3e59fdac49ec2f3bf9de655ad0501f11b38
6
+ metadata.gz: 47d1019c11ae496a664eead22955fa1e80c1c63c6c7c78c1dfb52f3ead8fa6a4cabc56392a73680858080295750ac10106cdd0fc4b65fccec024910a70325520
7
+ data.tar.gz: e08d09dcb61c4ff7cf3e57e923a21195eb6b4ac004f873cc55848a6484ccae7900db72f0b5983700482c14e29cc5f2fec7a77c2080627b3bf030ff8c63ba2a4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-06-17)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.62.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -6756,7 +6756,7 @@ module Aws::WAF
6756
6756
  params: params,
6757
6757
  config: config)
6758
6758
  context[:gem_name] = 'aws-sdk-waf'
6759
- context[:gem_version] = '1.62.0'
6759
+ context[:gem_version] = '1.63.0'
6760
6760
  Seahorse::Client::Request.new(handlers, context)
6761
6761
  end
6762
6762
 
@@ -1320,9 +1320,11 @@ module Aws::WAF
1320
1320
 
1321
1321
  api.metadata = {
1322
1322
  "apiVersion" => "2015-08-24",
1323
+ "auth" => ["aws.auth#sigv4"],
1323
1324
  "endpointPrefix" => "waf",
1324
1325
  "jsonVersion" => "1.1",
1325
1326
  "protocol" => "json",
1327
+ "protocols" => ["json"],
1326
1328
  "serviceAbbreviation" => "WAF",
1327
1329
  "serviceFullName" => "AWS WAF",
1328
1330
  "serviceId" => "WAF",
@@ -38,7 +38,7 @@ module Aws::WAF
38
38
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
39
39
  end
40
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
41
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
41
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
42
42
  return Aws::Endpoints::Endpoint.new(url: "https://waf-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
43
43
  end
44
44
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
data/lib/aws-sdk-waf.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-waf/customizations'
52
52
  # @!group service
53
53
  module Aws::WAF
54
54
 
55
- GEM_VERSION = '1.62.0'
55
+ GEM_VERSION = '1.63.0'
56
56
 
57
57
  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.62.0
4
+ version: 1.63.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core