aws-sdk-appconfig 1.41.0 → 1.42.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: 8771ee2a1c111cc65710807075dcb459e178910c95022dc99b92426106073a16
4
- data.tar.gz: a8baf54171b0fa26269a6ed68098b8086f1c11aa054be82152fc4b987a7a7f2b
3
+ metadata.gz: 1ada0c28ddf76a4000dd790f996fcc797d488527c1909da0b20851c50e75f40d
4
+ data.tar.gz: 8c9245a050c26e2d00775191369808a351db33269b9929fcd28c1976218c6d1a
5
5
  SHA512:
6
- metadata.gz: 88dd65fbdeb79403292bb2957932aeb3ec550c68e4ea6b2de9fc52cb71fef42f9d6674fca1adffc9e2e673d45b498646e2e7b47bd93aa6459be6195427616bbe
7
- data.tar.gz: 69ecb93f115a9ea8aeecffb82277a64a359194f8b36ea574269374eb765cf0336a501f2568afb57290796cfeb2ab69126f7a1004d7b83613fa4b10cd91c2b82c
6
+ metadata.gz: 75e83d32e6fd8c42e35efd9a0e5f8b7573f72b2ed21c060d3c5a4234ee191b504faa4b9361df4bd0a2f027a887d4fc8b03bef6ae2ad5d817121127252e81c9a4
7
+ data.tar.gz: 4772e2cafa5433bf57a9a126e90a64723c5418f20b4df15bc9d269191ed026a4d99f78f2b8c3d25ad2ae769038f5d766c081072c894ad433713e885faaf8de2d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -3654,7 +3654,7 @@ module Aws::AppConfig
3654
3654
  params: params,
3655
3655
  config: config)
3656
3656
  context[:gem_name] = 'aws-sdk-appconfig'
3657
- context[:gem_version] = '1.41.0'
3657
+ context[:gem_version] = '1.42.0'
3658
3658
  Seahorse::Client::Request.new(handlers, context)
3659
3659
  end
3660
3660
 
@@ -25,16 +25,17 @@ module Aws::AppConfig
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-appconfig/customizations'
52
52
  # @!group service
53
53
  module Aws::AppConfig
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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