aws-sdk-shield 1.64.0 → 1.65.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: b1d670d297002b926fc5a2a9c4c94992eb9846edb5efe71e2500d0d7c349fa22
4
- data.tar.gz: 62dbf66a043958d8f1d9a81aeea8759575a9e8d4a1fb11de07d4b4b82fe9b426
3
+ metadata.gz: 330d00168ccf7038c2653e12590106b13c562355e8c78bb65d9ad4c29bfee33b
4
+ data.tar.gz: 4b8e0c5479fc1ad5d4908e19ef0fc5cd896f35740c0bc994d4ba2779b40376e0
5
5
  SHA512:
6
- metadata.gz: b1e6656d701465d895d14097477e88217803e898a919d34ac164734aef7eb3407c587363a393079bbaf4734666a44f273398dc4cf19a5b68665222882fe41023
7
- data.tar.gz: f062865401bd81c10a1a822512b137fe34afa8928d2141b71e44a747f7a1b2d00e239b16a1f01709f4cda02aacb85938cf92f6e33c14c91cd486bf49995afd3d
6
+ metadata.gz: a47a5aac1f32dd7994dbdad3a38887debbfb3894dc2ed51b7b06102a6e93b68ff2df6b39748e8b743424d1278d6373d446d871691c5695971bbcb46683ca6c5d
7
+ data.tar.gz: 416fed162c493ee7654790e176dab9b4ee80fad9fad61bd6e4d1f1697c362bfff98de6c45022404a026b5108fee6d2121c4158e27eddf83c5294742fa64ed186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2024-06-18)
5
+ ------------------
6
+
7
+ * Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.64.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -1953,7 +1953,7 @@ module Aws::Shield
1953
1953
  params: params,
1954
1954
  config: config)
1955
1955
  context[:gem_name] = 'aws-sdk-shield'
1956
- context[:gem_version] = '1.64.0'
1956
+ context[:gem_version] = '1.65.0'
1957
1957
  Seahorse::Client::Request.new(handlers, context)
1958
1958
  end
1959
1959
 
@@ -671,9 +671,11 @@ module Aws::Shield
671
671
 
672
672
  api.metadata = {
673
673
  "apiVersion" => "2016-06-02",
674
+ "auth" => ["aws.auth#sigv4"],
674
675
  "endpointPrefix" => "shield",
675
676
  "jsonVersion" => "1.1",
676
677
  "protocol" => "json",
678
+ "protocols" => ["json"],
677
679
  "serviceAbbreviation" => "AWS Shield",
678
680
  "serviceFullName" => "AWS Shield",
679
681
  "serviceId" => "Shield",
@@ -38,7 +38,7 @@ module Aws::Shield
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://shield-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
43
43
  end
44
44
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-shield/customizations'
52
52
  # @!group service
53
53
  module Aws::Shield
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core