aws-sdk-codeguruprofiler 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: 99cf9444c0ab9d780e9a8b94cb66247bcf37bbefa76548e140b30356300e4046
4
- data.tar.gz: 85d00874a519b0dca3558795a1895e5ebdb1aaa7a39b87e73a3911852ef11e8f
3
+ metadata.gz: 3ea697df67bc398c33fb94cc2afe037c82d4691c1db6eb962bba471ffaa0a439
4
+ data.tar.gz: b92a814b7758981212192fc8ac0f0b3e1289ef619085b2815ce0c927a3a8bcd2
5
5
  SHA512:
6
- metadata.gz: acd1148e41bd292a78c3ebe316905c44150c94713e7c9ea62b1a6ca136f7ef42e0c0b3cdae279660990d9f44435fe602057c96bfb4cc2e797537279dd9a02090
7
- data.tar.gz: d12554680e974f885341ad6e8553c698c2878a2c1fa338be0cb9157e285b344a82fb1fd09d56a277a3969b2206e4fc3207c624ccee22f0979d337a149283ab38
6
+ metadata.gz: 77b715fbe134e90cf084da04626b634a11a7502c8243595bff4d9dd83c8bbbd725a7e1dc32bbada0732ca5fad48cfe59677d34e86bcad0f034757f173b16c465
7
+ data.tar.gz: b440920cddfbb517b6929db8a6d2087227e5eeffab4576b98721538557ceaae7d10a0aa072b2d188d6a37087700ee7c2df267a45894db9315d5f89da5f810a6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-10-27)
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
@@ -1787,7 +1787,7 @@ module Aws::CodeGuruProfiler
1787
1787
  tracer: tracer
1788
1788
  )
1789
1789
  context[:gem_name] = 'aws-sdk-codeguruprofiler'
1790
- context[:gem_version] = '1.61.0'
1790
+ context[:gem_version] = '1.62.0'
1791
1791
  Seahorse::Client::Request.new(handlers, context)
1792
1792
  end
1793
1793
 
@@ -13,22 +13,22 @@ module Aws::CodeGuruProfiler
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::CodeGuruProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-codeguruprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeguruprofiler/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-codeguruprofiler
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