aws-sdk-inspector2 1.61.0 → 1.62.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: 871e4fdec23a97916684955ee80ac0b1b84a9e8fde4f9ffd6440682caa285d25
4
- data.tar.gz: 3118563c3ea7981055242d55482be5a8975229af5143596b53e8c7476a818e44
3
+ metadata.gz: 583fad173e34b9418047d22bee2257f0af13fd71e2c9249c81b5eca8eb109f85
4
+ data.tar.gz: cfceae2d77de038a1311b6087626824e43b42da7ee2ce4ad179f833cd7427502
5
5
  SHA512:
6
- metadata.gz: 7f18dd6bb4817ee050cf8573511dc3fd225f9daa70fc6c0cde95d8b663a56b21cb986a4258634f3e9f5ca6d9aae3f347165426c0ca54402b6a0d5ee39be3cc01
7
- data.tar.gz: f26d38aeaaad838c8735d1b694c19802984868f7a342839a6d716418e1809ef0fede8337634a6c1b9d623279ff507eeaa84b786b2db97c997ee569c62b210400
6
+ metadata.gz: 103ff6766873341931136aa4523b15f2eddef58a19a6ad7931ba3ff6f01663736ee2109cbc0e4ed86d9a23414d657ffbec0acf6934f888f084c0230d42722ce3
7
+ data.tar.gz: 960fb979e84f008cc0e6cffab314472bc953f5c21a94f577cda0ea7f571823aa819529f674d251682f8fab2900cc78c56eebd1320776f2c68c5595bd9a333ee9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-10-22)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.61.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -6803,7 +6803,7 @@ module Aws::Inspector2
6803
6803
  tracer: tracer
6804
6804
  )
6805
6805
  context[:gem_name] = 'aws-sdk-inspector2'
6806
- context[:gem_version] = '1.61.0'
6806
+ context[:gem_version] = '1.62.0'
6807
6807
  Seahorse::Client::Request.new(handlers, context)
6808
6808
  end
6809
6809
 
@@ -13,22 +13,22 @@ module Aws::Inspector2
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # 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.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::Inspector2
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
56
56
 
57
- GEM_VERSION = '1.61.0'
57
+ GEM_VERSION = '1.62.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services