aws-sdk-codedeploy 1.61.0 → 1.62.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: 7b6b8ae73bbe2b2372a46a250bec6fafc24ccede049caefe578232405017473e
4
- data.tar.gz: fcd16bb2f4997336487943022e55144ad11ceab80c69f03b8b6cb2179bcace78
3
+ metadata.gz: ed52bcb5131e198385f2ec9a2d10dff0a6b9a484c04c31f8fadb2742f0e1246d
4
+ data.tar.gz: 5571884ddb9756b1eb0b1775617a0feb6c871c377cf5f3ca74a1b11d821cdc1b
5
5
  SHA512:
6
- metadata.gz: 8df49d6300e03c0a37eab0377b158aa56c4a9fde87ee732ef6b4f562456fc9117456171becb063fb8d4d379c3e91dbbe8d51df3cfeba649e3721429728642755
7
- data.tar.gz: 2c4b9a68d0d8b5a2c5abb0c4e151c1cfd3f283e36bc209774d596f07bcbbf9181ad30ff77f10a5cf939863c0cbd215d3eaa36f9afea0c56692ab3ed92216ff49
6
+ metadata.gz: 746c8592e8d8b8a815adfe20638814954789d0a4208cefe9a1c28bf5b5ea5d8ab3dc673d4ffeb80c33b9fd98160a1c2ca867d2dc20cd3b7204ee27786e8c3600
7
+ data.tar.gz: 27165fa6fa3845d429f406138136081a399594d78161aefa9964356dbcc25fd6440a518273c1ffced375e079250087d2239b1d9f583cbcc8f68998f41be8a1a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -3495,7 +3495,7 @@ module Aws::CodeDeploy
3495
3495
  params: params,
3496
3496
  config: config)
3497
3497
  context[:gem_name] = 'aws-sdk-codedeploy'
3498
- context[:gem_version] = '1.61.0'
3498
+ context[:gem_version] = '1.62.0'
3499
3499
  Seahorse::Client::Request.new(handlers, context)
3500
3500
  end
3501
3501
 
@@ -25,16 +25,17 @@ module Aws::CodeDeploy
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
53
53
  # @!group service
54
54
  module Aws::CodeDeploy
55
55
 
56
- GEM_VERSION = '1.61.0'
56
+ GEM_VERSION = '1.62.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codedeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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