aws-sdk-opsworks 1.51.0 → 1.52.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: 512e3938a941c8699f8cc32e6817fc4da4c06b4e14977cd8617abf5574cc4487
4
- data.tar.gz: cca7904249372b71ee0c836c895559244f00cc1ec89c9f85a9dc90ae56194338
3
+ metadata.gz: 78b876303a95fa9196efdd6d0fb3622db1313f288c358119da3866fdd6195888
4
+ data.tar.gz: f21a0c51ae027406c3e9de4fe296642fea2b0d83b87cb1a547103c608e3fa34c
5
5
  SHA512:
6
- metadata.gz: 8931fbc74d9bf3e34f28f750d027a0a15019f2d624555c84222b05d836e213a8d13b0c753a80c6a6bb9bcbbca8dd5ecb6974dfaae5769522b81bc6fe11c2250a
7
- data.tar.gz: a1e245ddf1f27062d64b02d1488e6dd71517351461391ae6dc9363d7f6362740b90927541de2f293686debc2f154c7ba7cdaf852b4bb2eb151ce404410cd1a10
6
+ metadata.gz: d1e6d8815baf99a2c77a6b525c5274339250d4f6fd08fb16988ec2da3669358e936c53d09e2d3f930e9afb5ec2f01965c586045f792593c9e7884bd3e6c351e4
7
+ data.tar.gz: 1a6dc62f9d2900c35d656088634f6031749de3ae9386fc1944174e37d32cc701125ceb22b7909ebc9dbfbc949ffd72609dc5d7289b01bddcbfd957686731035f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -5710,7 +5710,7 @@ module Aws::OpsWorks
5710
5710
  params: params,
5711
5711
  config: config)
5712
5712
  context[:gem_name] = 'aws-sdk-opsworks'
5713
- context[:gem_version] = '1.51.0'
5713
+ context[:gem_version] = '1.52.0'
5714
5714
  Seahorse::Client::Request.new(handlers, context)
5715
5715
  end
5716
5716
 
@@ -25,16 +25,17 @@ module Aws::OpsWorks
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-opsworks/customizations'
56
56
  # @!group service
57
57
  module Aws::OpsWorks
58
58
 
59
- GEM_VERSION = '1.51.0'
59
+ GEM_VERSION = '1.52.0'
60
60
 
61
61
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core