aws-sdk-cloud9 1.86.0 → 1.87.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: 0b35185e55a7d2649625882f79e555980807c59bee8b29027eca89a8bd7dc6f3
4
- data.tar.gz: 3e02216ef46e46215ba4bb3d6315aef7d11dac4c77526040679685c9f43d5ace
3
+ metadata.gz: f2da19020319766c2a6a358d10aa7e8e1059536ee19b75adc4f6f5c233cf9fea
4
+ data.tar.gz: '059a9dfad1541e3b789e9513bc796c1ae1593f8746195ee1f5cb6613c8349eb7'
5
5
  SHA512:
6
- metadata.gz: 77a75a1f350a76a23296c3541f7d290ffa19d094d4c2dda083158f416b59aab9b195d2a9dce6f2c3e1677e9a071852b54af88638abbe474974c8562c09c57969
7
- data.tar.gz: 519546faa8cceaf7d84ee445422793b82428a5ee2cd3ffb4da76049ca89bb3fd4706e539a571dd47ccb94598f0a12b69a819824d3a6063c3e4c98cc2d108ec52
6
+ metadata.gz: fef82fda3fea2804526d9eafafc1cfab3852ea5d778ff9f4c92c45eb98dc70368cdb343ed6ac5a7c2872c0f221acd811b106b43653e37a1066c18d9c3c73c990
7
+ data.tar.gz: 055d61d481634d665781760ea1f8008c65925bb0cdc60f978edc3b71081211907a309d9e2b778296543b2a2f35860c2f9aafebd96ca2f9e68460b0efff8b2f75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.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.86.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -200,8 +200,7 @@ module Aws::Cloud9
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
@@ -1439,7 +1438,7 @@ module Aws::Cloud9
1439
1438
  tracer: tracer
1440
1439
  )
1441
1440
  context[:gem_name] = 'aws-sdk-cloud9'
1442
- context[:gem_version] = '1.86.0'
1441
+ context[:gem_version] = '1.87.0'
1443
1442
  Seahorse::Client::Request.new(handlers, context)
1444
1443
  end
1445
1444
 
@@ -54,7 +54,7 @@ module Aws::Cloud9
54
54
  autoload :EndpointProvider, 'aws-sdk-cloud9/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloud9/endpoints'
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.87.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-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services