aws-sdk-opsworks 1.73.0 → 1.74.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: 5e11da64a7cd0d5280925aa9e4b5e5631b2cb6bab41a10e0629dae01e1200a15
4
- data.tar.gz: 1bf7d7d103581554453c2f56e6eb04321c7fcd5abb754d0e9c6e9b28fb9fe198
3
+ metadata.gz: 8f34d1c1205e87aed23e81c9023eb47342ae60506a891e8b159f6db4fbbbaeb5
4
+ data.tar.gz: 102f45b0db29dae057eab34c999adf2ffaf93621c473ded62763361412aa3dce
5
5
  SHA512:
6
- metadata.gz: 42d377c6eb432cc899297140b29f486bf10342bd7371ee3db6b88b680791cae776c1aa12bf5fbcc88eae0b80d6443a871c6099e35e160eccf5e59255f6589504
7
- data.tar.gz: 70af6589828f2bd68ff06db2e360e47f2b663dd48a1f8576db84395d2a8d5b78294277a1b5e33c032a37fe8a9b47d486589a97602c3dc221a5cfe7fac30a3a72
6
+ metadata.gz: 43e57730577661f61c062b39738bea3c5205f5e6b4c78695c27510bb86d5d787ce5d84e2d282b59286ad86b09087bacfa5f34161b110bd5ca29dbc0c91fdfb36
7
+ data.tar.gz: feaad962536a0139b491bbcc4fc2dd9373c30d93af31c3f67b9e57785bf9500bc130d3c10aaef0d75aed7b4bffacc7972f3e3e18d44425592a153c7f53bb1c86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -200,8 +200,7 @@ module Aws::OpsWorks
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
@@ -5813,7 +5812,7 @@ module Aws::OpsWorks
5813
5812
  tracer: tracer
5814
5813
  )
5815
5814
  context[:gem_name] = 'aws-sdk-opsworks'
5816
- context[:gem_version] = '1.73.0'
5815
+ context[:gem_version] = '1.74.0'
5817
5816
  Seahorse::Client::Request.new(handlers, context)
5818
5817
  end
5819
5818
 
@@ -58,7 +58,7 @@ module Aws::OpsWorks
58
58
  autoload :Stack, 'aws-sdk-opsworks/stack'
59
59
  autoload :StackSummary, 'aws-sdk-opsworks/stack_summary'
60
60
 
61
- GEM_VERSION = '1.73.0'
61
+ GEM_VERSION = '1.74.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services