aws-sdk-codeartifact 1.36.0 → 1.37.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: c46125540dea271944dea87d854aedadc4e385bf464b7f673f3a60a326126571
4
- data.tar.gz: a17469254e71a279d5ec786729c04a78a8e9e92833ed7275f36220825f7f3840
3
+ metadata.gz: ca14c6282d40382e16c612edef6be0f1466128d0ca9d462ba5b0e5132bf358d5
4
+ data.tar.gz: a17351b29acdf97c9f0e0ac416c5b57b449235dddd2edd135ca4d91ef7eea048
5
5
  SHA512:
6
- metadata.gz: b373d062dd03449e681ddbdeda26799adaecaae3ddaefdc0f0f6b06cb67262b8d45b2c41cfbdbe915f4b62228d5b19c3055ab1cd159c04f595128e6cf2f3b23a
7
- data.tar.gz: 05c64159652f6dc2531ca40f7df36b2012a5187b7cfee5d6af716411bdf8a66e3429e3038191b0d06f372d303c2cee97b79cbfbe50a34564cba1ebfa8c879ef8
6
+ metadata.gz: ad245280aadf63c80cee10155d44a93653192af096cc582b8028570ab75c739ce2b851408912b2eed7bb91264e1023aaded070edce2619efec80970866dd85b3
7
+ data.tar.gz: 37b524c2715f6bdfd5b722377574dab44f0258c610c03f7ea7885d304674ba2fecbf251b84a76097c76cbcea5f126579e3a2ae15ebaca473de193d350cbd2504
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -3092,7 +3092,7 @@ module Aws::CodeArtifact
3092
3092
  params: params,
3093
3093
  config: config)
3094
3094
  context[:gem_name] = 'aws-sdk-codeartifact'
3095
- context[:gem_version] = '1.36.0'
3095
+ context[:gem_version] = '1.37.0'
3096
3096
  Seahorse::Client::Request.new(handlers, context)
3097
3097
  end
3098
3098
 
@@ -25,16 +25,17 @@ module Aws::CodeArtifact
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-codeartifact/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeArtifact
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.37.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeartifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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