aws-sdk-codepipeline 1.66.0 → 1.67.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: cab6211b0883d6462d0aa22a90816b1c9f9f495944323db45e859ac5d7f9077b
4
- data.tar.gz: e251dd5d6cec1aa86926eca94ce07f8112efe112c437f0d2ddcf9d148f3182b0
3
+ metadata.gz: d66c69db55110ed8af59edd3e13680c7946b7b75b589ae45765954f29f26b2df
4
+ data.tar.gz: 6fcab4a996637d92d346cf8f4c0c46acd1eb4b4ac594b7de8a8b611153e3e051
5
5
  SHA512:
6
- metadata.gz: 674f6807fea8292199f39cee901bf8fab1dedcf62a6a8a3537167c23dafd2be53369aa5b610e0f298283ace05a162a2bd8ef25463a4c2def0178895e2a8058e4
7
- data.tar.gz: 6438919b8c83f9ada03c395800c0886652203943524489f11c35364c7c94edb73330cf30ef880780acc5e0f7117931b3b2038efbbcf3d0775eb76ac2683afac6
6
+ metadata.gz: 2d725090267f6b8742dc68d6f9ce5669594d648a0856079b0bc8cff8ab6e6fe7a330848da411625d36f5461dc457cbb7b15e0766e66a15e0eb0d901d64636e7e
7
+ data.tar.gz: 531e9a8e9204a06f4a9f24c7e11601ab71b67a94bf70a1577dc56f46336964b159cbc70cc4426e82918d1622fc9e6f06a59203621770e188776e152f7aef1959
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -2757,7 +2757,7 @@ module Aws::CodePipeline
2757
2757
  params: params,
2758
2758
  config: config)
2759
2759
  context[:gem_name] = 'aws-sdk-codepipeline'
2760
- context[:gem_version] = '1.66.0'
2760
+ context[:gem_version] = '1.67.0'
2761
2761
  Seahorse::Client::Request.new(handlers, context)
2762
2762
  end
2763
2763
 
@@ -25,16 +25,17 @@ module Aws::CodePipeline
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
52
52
  # @!group service
53
53
  module Aws::CodePipeline
54
54
 
55
- GEM_VERSION = '1.66.0'
55
+ GEM_VERSION = '1.67.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.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