aws-sdk-codecatalyst 1.41.0 → 1.42.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: c896f25ac61d2a7d145dd5085b7fd4a557c4f101f01fb2ef13c888e095f4ce1f
4
- data.tar.gz: 26c00d24dca81e4128824c37de8649e818fd0317dd7e4e05c9825f5ab7d20338
3
+ metadata.gz: cb8a1ccfa7d0a9aa766fc29d6ba0bef678278150b74874eba4b9d160980cac87
4
+ data.tar.gz: 1b03dd5b3902386205ca2e348dab0573d0619684128795692ae1e0bb58acca94
5
5
  SHA512:
6
- metadata.gz: 02412f7598dfe30fb78038175be58d630aec0c6bea3822e170efd8b587d57962407c7891f6db71ec5188ac0ba00ed640322a75f1a1eba140ef8c98fb904e7e7f
7
- data.tar.gz: 23239c02101a8443e8fde40536567eaf2f352586ed8b34c4fb2446ef7b632ceca4704eff686af7644d5ad80f8aff683d2ca169d724d6266200fcb2b527d3129d
6
+ metadata.gz: 82b63267b61a1163355f8df89855fa30f953b374e335a8143da77a6c02106bc85bcef8a597b309ab7c42209afbe3d9342a9ab3db23cdd6757e8c6c3073fecd30
7
+ data.tar.gz: a3a2355ce343a3d2cfb1c5dd39860dea0becb339e00196b9dfe80939744134962a37bc5cc010188e14698b342aae6a1cdc2fb4ac91fa7b7cade4942ce9d09630
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.41.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -2490,7 +2490,7 @@ module Aws::CodeCatalyst
2490
2490
  tracer: tracer
2491
2491
  )
2492
2492
  context[:gem_name] = 'aws-sdk-codecatalyst'
2493
- context[:gem_version] = '1.41.0'
2493
+ context[:gem_version] = '1.42.0'
2494
2494
  Seahorse::Client::Request.new(handlers, context)
2495
2495
  end
2496
2496
 
@@ -13,17 +13,17 @@ module Aws::CodeCatalyst
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 region
19
19
  # The AWS region used to dispatch the request.
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -54,7 +54,7 @@ module Aws::CodeCatalyst
54
54
  autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.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-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services