aws-sdk-shield 1.95.0 → 1.96.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: e98614a39cb2ca506173297c7ea6724d0c61d652b7749b72eb0f74d5ff776719
4
- data.tar.gz: 7ec30ff8112c9cc99fce1ce2e07ab183722bf098367ad46d78ed040de606a324
3
+ metadata.gz: 6d5b90fba72257ced26daeadacfce9a009f63cca323730762b85caee5a3f1460
4
+ data.tar.gz: b9a26f390e15d584dbea7f4b533467e4ad64987d4ecd10f27ac5ad82550d599a
5
5
  SHA512:
6
- metadata.gz: 970b9d333ed7ee71aab98b723c6edc0208c15e78e646d8d03d27ee6e1326d32c1afc11368dff3bdf8067d5ae5518958e370ec0bd7b57854de426bca9d5365b25
7
- data.tar.gz: b721668cc4568ce5cc03252091ee93bc4ed7a6d4142c6787024c2a13b4e9dd78e549f4a524f083cc41a2758d8db41c0f9735ceaed570f393f949c7ae7cf6e5ce
6
+ metadata.gz: 1f3876bfb76eaea13e8664c99a3857619eb5751cfff9d06d282ab69abd919898db84d52b0c9ec073f7bbf8550ace9455dc4fa3545525a73f8a6a410bf84f327e
7
+ data.tar.gz: '04529a828e1e37f2262cee7b2429efe65561a73232ab01d340f1cb3a11bc9924da3509b33db26d69a6d03f8e5409c3aeb90b2d0e5bcf4a36f970ae984e590a7e'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.95.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -2018,7 +2018,7 @@ module Aws::Shield
2018
2018
  tracer: tracer
2019
2019
  )
2020
2020
  context[:gem_name] = 'aws-sdk-shield'
2021
- context[:gem_version] = '1.95.0'
2021
+ context[:gem_version] = '1.96.0'
2022
2022
  Seahorse::Client::Request.new(handlers, context)
2023
2023
  end
2024
2024
 
@@ -54,7 +54,7 @@ module Aws::Shield
54
54
  autoload :EndpointProvider, 'aws-sdk-shield/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-shield/endpoints'
56
56
 
57
- GEM_VERSION = '1.95.0'
57
+ GEM_VERSION = '1.96.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -117,7 +117,7 @@ module Aws
117
117
  email_address: ::String,
118
118
  phone_number: ::String?,
119
119
  contact_notes: ::String?
120
- },
120
+ }
121
121
  ]
122
122
  ) -> _AssociateProactiveEngagementDetailsResponseSuccess
123
123
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateProactiveEngagementDetailsResponseSuccess
@@ -134,7 +134,7 @@ module Aws
134
134
  {
135
135
  key: ::String?,
136
136
  value: ::String?
137
- },
137
+ }
138
138
  ]
139
139
  ) -> _CreateProtectionResponseSuccess
140
140
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProtectionResponseSuccess
@@ -153,7 +153,7 @@ module Aws
153
153
  {
154
154
  key: ::String?,
155
155
  value: ::String?
156
- },
156
+ }
157
157
  ]
158
158
  ) -> _CreateProtectionGroupResponseSuccess
159
159
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProtectionGroupResponseSuccess
@@ -426,7 +426,7 @@ module Aws
426
426
  {
427
427
  key: ::String?,
428
428
  value: ::String?
429
- },
429
+ }
430
430
  ]
431
431
  ) -> _TagResourceResponseSuccess
432
432
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -466,7 +466,7 @@ module Aws
466
466
  email_address: ::String,
467
467
  phone_number: ::String?,
468
468
  contact_notes: ::String?
469
- },
469
+ }
470
470
  ]
471
471
  ) -> _UpdateEmergencyContactSettingsResponseSuccess
472
472
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEmergencyContactSettingsResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services