aws-sdk-codestarconnections 1.59.0 → 1.60.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: 99a5361fedb560fabe3f86381eebf4d212081c321c348ef16521cf58219f1b4d
4
- data.tar.gz: e50d8d5e72756b020dfaa568eaab4add593b7a408dbf6bbaa9401dd5b28441d8
3
+ metadata.gz: dc3dcda504708483e257206d26c7f591199aef1df80a1a2be7db76c5a0b16404
4
+ data.tar.gz: 000e0afcdfa19dac8901eb1ffb46d54d7fc338e66e5956aac5dcd74ff558927e
5
5
  SHA512:
6
- metadata.gz: 06d1b906cad198e80deca1f7da44f3a01cef45e28429edc02c46bdf41ef1ad64b0487f25aef61bb35a0a2ced802a190265343acebbbc5d78505f5d18c05bcb50
7
- data.tar.gz: 877c009d0f5c17471d0388b0429de02a7f133c6069ffd71ed1340906e4f9bc80dfbba742cc08005559a0286de40f60a5c676e3a08fe8e5e1cae7efa721df7ebe
6
+ metadata.gz: 7e36eba82c87350812edca9689faf46beb8b7995e4d3ead057503d590fc59eac404e177b03ede3028a5592a327425a98f39db5274dd76f02dc5cf5d715821979
7
+ data.tar.gz: a8308187d90876f6c65e729d2e013807779ff8ded965a39b79e8831738a70bd3cd2ad617bc4abc5b73148fd850cc00ed3f5ba33fff69840d103770e72f8706ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -200,8 +200,7 @@ module Aws::CodeStarconnections
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1746,7 +1745,7 @@ module Aws::CodeStarconnections
1746
1745
  tracer: tracer
1747
1746
  )
1748
1747
  context[:gem_name] = 'aws-sdk-codestarconnections'
1749
- context[:gem_version] = '1.59.0'
1748
+ context[:gem_version] = '1.60.0'
1750
1749
  Seahorse::Client::Request.new(handlers, context)
1751
1750
  end
1752
1751
 
@@ -54,7 +54,7 @@ module Aws::CodeStarconnections
54
54
  autoload :EndpointProvider, 'aws-sdk-codestarconnections/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codestarconnections/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.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-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services