aws-sdk-codedeploy 1.83.0 → 1.84.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: 98e82e412b6c3d3c546fcdc5b9b08ecc1ccffd17cd9fc2f5c63251031dca7de2
4
- data.tar.gz: 0cbbfa64499eeb43d7336c9e5bba008cedac233c38c735895af4637e9db2f574
3
+ metadata.gz: 30740a17f4e2114df3d1a76e3892e0455f921f2ba74e728b9e0fe0248edca590
4
+ data.tar.gz: 62af000337e4f5b27e2a63933b6eded5a0bf9cad11a1a7d7e7be11e7cd1febc2
5
5
  SHA512:
6
- metadata.gz: 6b9e237418857f270dba0428fb622b2e95cefc48dfca8883f23da88cad1cc66ffc9666117cbabe55521c5886cdc35201b17003ef2329b192ef75798268f454f1
7
- data.tar.gz: 4badbc384c65b23f4fd16d4e4e0e786884c8a3193d3151df5aca06f77a4cf8e4d96ab4623ee30c7d91c6e3cc47122b094a78cde60d7870801b43eaa0d02d14f8
6
+ metadata.gz: 28fca66bf9b4352fd83e1682eb3823243d1b87e673850d23804d21ba8f4f9cc8a7344abb9633fad84a6c57102fff085272e8b9ca63db488326cc18cb220ecd46
7
+ data.tar.gz: 40282975f20f08846b9dcf45c115e8331bc34141e4c9375cf3ee104a281e40da527265e5ad6fd0b51d51d76cea83732b9e866af567507b17aec31a5ed29133bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.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.83.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -200,8 +200,7 @@ module Aws::CodeDeploy
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
@@ -3658,7 +3657,7 @@ module Aws::CodeDeploy
3658
3657
  tracer: tracer
3659
3658
  )
3660
3659
  context[:gem_name] = 'aws-sdk-codedeploy'
3661
- context[:gem_version] = '1.83.0'
3660
+ context[:gem_version] = '1.84.0'
3662
3661
  Seahorse::Client::Request.new(handlers, context)
3663
3662
  end
3664
3663
 
@@ -55,7 +55,7 @@ module Aws::CodeDeploy
55
55
  autoload :EndpointProvider, 'aws-sdk-codedeploy/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-codedeploy/endpoints'
57
57
 
58
- GEM_VERSION = '1.83.0'
58
+ GEM_VERSION = '1.84.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codedeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services