aws-sdk-codestarconnections 1.37.0 → 1.38.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: d5df91a8c35539cb293f42e0e6ffcb59fed2ab999cbe05f473ef454313a17c4b
4
- data.tar.gz: 1547b868cac8aa6a27612fdebd4fcacc6a6f9b96c048df6ef9ae7a292b3cb351
3
+ metadata.gz: 449ebc240c30fc8d6f69fca4b35a04ec5f710a59d8a1cdb3124908be904381d6
4
+ data.tar.gz: b2547246618a76a62b188c15e7f60bb981ed47baf6306ba9a898633c0753afea
5
5
  SHA512:
6
- metadata.gz: 4e4f3c3634ac59c91f6767c908fd11ebfaf14235727bb6fbf472232de801fadd8f330ca511d435fcbb56fa945aabfc94e19834ebffbf2c5d045f478079a918a5
7
- data.tar.gz: 3a620e729fe532a63820a0d427b297a58846af9336ecd4af9dc84d3d9d8023ccc12b89bae0b91ffd600a7c1768ddf284e7d26080c70b52f8c027f0879daebf98
6
+ metadata.gz: 00ebec2bc5ea9703a1bb0d9dae0a249f61e45d6f5db488fe09b958b465d57aa7ea8d5aad82462e67864ba3a8d73cd46cd27e15e8128a51ba099b54e347c162a5
7
+ data.tar.gz: 745870fc55341a697025892b1a92efda700589814cc4192e7054cdaae20988224c0019c1fcb6032080a7c1bd9efd87144aac158b9157fb79c541b3484044d5cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -1636,7 +1636,7 @@ module Aws::CodeStarconnections
1636
1636
  params: params,
1637
1637
  config: config)
1638
1638
  context[:gem_name] = 'aws-sdk-codestarconnections'
1639
- context[:gem_version] = '1.37.0'
1639
+ context[:gem_version] = '1.38.0'
1640
1640
  Seahorse::Client::Request.new(handlers, context)
1641
1641
  end
1642
1642
 
@@ -25,16 +25,17 @@ module Aws::CodeStarconnections
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-codestarconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarconnections
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-27 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