aws-sdk-serverlessapplicationrepository 1.54.0 → 1.55.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: 9f9390b3ce9e958f7e3a543821dab0121dcc931e4385816c8ad26a47de20df0f
4
- data.tar.gz: ff645f33f12bedfc89dcae70a6c8cdfafdce22b683b89124f1410be8d820e940
3
+ metadata.gz: a5cb4991aa0b1b1e317d29987875d54c389afe08ae9bef8e7efd2f4a8cb27b20
4
+ data.tar.gz: 7073b495a1679163eb4865d2397e79ed4c547dc437d431730bb0a0dec39db0c7
5
5
  SHA512:
6
- metadata.gz: 622bc96611695fb190c0d9ee3dd0c3d8d6230c93c95f7f47e9009dd26afeef5a8c8e4dc91cfe137ddc9ab5b9f7b883539433ac5ae2712999b47cc1d1ed30a41d
7
- data.tar.gz: cc2d5ccc06de61fa2c8100b56759db4e7c5adaf75dcd7d4f82a0a268cac94490863f518fa449d3232c0c89de8318b62be2164f28cf640839d4287119c7a87414
6
+ metadata.gz: 6508d4717f8da75c166e07da425ccd6e29c7512c3e743f33c77afd5164ee7da20cc4b30d563b4ea9505174e6571058c9adb85eda2aee566fabeb435a9fe4fb87
7
+ data.tar.gz: 0c8fa68a69e717f494b840fc497b850270948e18e0f50158d4fa60f11227c4030c8093da37d73bd4f6936aa28af360829bf97cce1f20779e24f7c742beccafc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -1199,7 +1199,7 @@ module Aws::ServerlessApplicationRepository
1199
1199
  params: params,
1200
1200
  config: config)
1201
1201
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1202
- context[:gem_version] = '1.54.0'
1202
+ context[:gem_version] = '1.55.0'
1203
1203
  Seahorse::Client::Request.new(handlers, context)
1204
1204
  end
1205
1205
 
@@ -25,16 +25,17 @@ module Aws::ServerlessApplicationRepository
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-serverlessapplicationrepository/customizations'
52
52
  # @!group service
53
53
  module Aws::ServerlessApplicationRepository
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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