aws-sdk-codegurusecurity 1.36.0 → 1.37.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: 3cbbffadef83d99a7b5142fc50178b57b5739cf48523a0ce40e8920303314e2c
4
- data.tar.gz: 971f671bdd20d63620d526ab55bbb1b93bb6d82a48b735c44aab856855bba33f
3
+ metadata.gz: f1a3427274adcf67e3b255cafc723e069fa824d21f3544866e4443f30393d22a
4
+ data.tar.gz: 3d970e6df03e9800aa9afe8974f62404b7c9a98181c21ecf0a1bcfdb5d8a6e96
5
5
  SHA512:
6
- metadata.gz: d5b57125e88984938e5567149d4fba52cdfe3729479abe2011c3c9337dade568aa418f43920f284f794d9d4ab8f378a67bdfcf6d1d107fd1d0428a9ef744f01d
7
- data.tar.gz: 73548fc0f4ae11f8145cecc002be957afabf8ce729e3cc4e4f285d0c4cc8cc49122f9b602f6487d869cfb68621e14093f786cdc7c5a2766e287c7785214fcf72
6
+ metadata.gz: a9b9d191111d332407ee52ebe0d3f16dd8a5c5b52d27e37c804cbaddd9b9aff9400f2171eebd7d420c325d9e84ca2a10be62cf144102d30504c757175c78a6ed
7
+ data.tar.gz: c05a07ffb9f46e3b3fb20123b0a3e1782e7c95ade35a732aa6d37b8225bd4bc29914bea88b6190443a63955903eff5f8074d73932b579612a4156a20084011f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.36.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -1148,7 +1148,7 @@ module Aws::CodeGuruSecurity
1148
1148
  tracer: tracer
1149
1149
  )
1150
1150
  context[:gem_name] = 'aws-sdk-codegurusecurity'
1151
- context[:gem_version] = '1.36.0'
1151
+ context[:gem_version] = '1.37.0'
1152
1152
  Seahorse::Client::Request.new(handlers, context)
1153
1153
  end
1154
1154
 
@@ -13,22 +13,22 @@ module Aws::CodeGuruSecurity
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,
@@ -55,7 +55,7 @@ module Aws::CodeGuruSecurity
55
55
  autoload :EndpointProvider, 'aws-sdk-codegurusecurity/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-codegurusecurity/endpoints'
57
57
 
58
- GEM_VERSION = '1.36.0'
58
+ GEM_VERSION = '1.37.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-codegurusecurity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services