aws-sdk-codecommit 1.91.0 → 1.92.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: 1454605810c9ccdad35c3fc97fab56148399eb0456d11f1ca1bb7b41a4049256
4
- data.tar.gz: 381877e9ce9fb46738e0cacf3db650d6be234af859d9afb7c609114efacd5626
3
+ metadata.gz: c6d00759fde799380233bbd1c521e036ad5e4d2a77cba58c597c53cc2df4c2e7
4
+ data.tar.gz: bd2c17148fbdb1b58783842fde0577e4e6ed6c9f89ffdebb0b5c569fdfcfd644
5
5
  SHA512:
6
- metadata.gz: e8530d284dccc5de9acb54de2944e38f997529fc89b1cd789240e16a6b35ea4bd6725c6daf8fc7f230440e777cedf3052ab86766a84b0018b40eafa0f5cbe8bd
7
- data.tar.gz: afd02289a94e52f19f348b31cd347312370b7e686ba72bcebd7c7a1f926c14d2c3cab209d8287afc6f3884706322dbc6480fd2f32f055c8ef6d2954585d08b11
6
+ metadata.gz: e0eb0442504ba539f80826d9848bac139067239e849737b1a54304c27758faa57e86fc710ecddce2cde3c357c2d3a3beb10f08f7720236d9bc7f572d39d282b4
7
+ data.tar.gz: 3104ab068bb82f574b2747af155d74b1ea04a8929b7a44069abf23249de3742bd63b7f2d30b6f169fd1bb5dfdf913e9793f462fffd28af5915f32d505264b0d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.91.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -5209,7 +5209,7 @@ module Aws::CodeCommit
5209
5209
  tracer: tracer
5210
5210
  )
5211
5211
  context[:gem_name] = 'aws-sdk-codecommit'
5212
- context[:gem_version] = '1.91.0'
5212
+ context[:gem_version] = '1.92.0'
5213
5213
  Seahorse::Client::Request.new(handlers, context)
5214
5214
  end
5215
5215
 
@@ -13,22 +13,22 @@ module Aws::CodeCommit
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::CodeCommit
54
54
  autoload :EndpointProvider, 'aws-sdk-codecommit/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecommit/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.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-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services