aws-sdk-securityir 1.14.0 → 1.15.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: 77b55f3b6c8141237004f1764cda9c274e43b2d58f2a64df02382edc5bdd3b97
4
- data.tar.gz: 3218e772128e4c831e98203e90f5dcd47791dc3649440e4e37756c984c802053
3
+ metadata.gz: dddd08e5ec6d212c839486cff422373f167fc363829c80a1875c5a74bbc7c027
4
+ data.tar.gz: 4d72dae84a97b510222fb15059164cc462dbf3e8a2e9fcb6ed0fb53319a4bbd2
5
5
  SHA512:
6
- metadata.gz: '006284a10494efe708fc01be936fa915e8922d2b016bfca7a31dc46746f846b54e0123c146bb22fe9c829e1079165aa7c16b02c8e15ec62211c12564d844720b'
7
- data.tar.gz: 8536ebab5b34fb5c913ea918166f324e6ccacbda3f570bac236b45ea9d2f1065067294eaf22a914436bfab5cbcf43c32a62f027899c3fd79e5c94be3e0638a78
6
+ metadata.gz: 598a196bad65748915e7e8ebdc71eb73b8c6f19d7fa2eddc26c92e081fa29018de00f3fbe577b443db7acf4a8b2ff023ef56dd844f51ab7f948453e2113c7057
7
+ data.tar.gz: 61628182680bf029a3896a624ce9a99b077d82beccc95376859a11d0b059331e9498c2088d4e19c95c226c4b466db01c1558115e33664d14102a7c18a4fe087a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.14.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -2231,7 +2231,7 @@ module Aws::SecurityIR
2231
2231
  tracer: tracer
2232
2232
  )
2233
2233
  context[:gem_name] = 'aws-sdk-securityir'
2234
- context[:gem_version] = '1.14.0'
2234
+ context[:gem_version] = '1.15.0'
2235
2235
  Seahorse::Client::Request.new(handlers, context)
2236
2236
  end
2237
2237
 
@@ -13,17 +13,17 @@ module Aws::SecurityIR
13
13
  # @!attribute use_fips
14
14
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::SecurityIR
55
55
  autoload :EndpointProvider, 'aws-sdk-securityir/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-securityir/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.15.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services