aws-sdk-amplifyuibuilder 1.21.0 → 1.22.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: 324e1a9e49d6ca54594b1c39803e0e470fa79ff69bf31146eed6c78766492306
4
- data.tar.gz: 56f08aa411c09a2912fdab6feb3af3925a79fb16922ee162b6cd02c1b846655b
3
+ metadata.gz: 156a7d7cbcf0c68ad569558f21a8f91b8a1d17d3d42a0ccbf5c1afe01aae000d
4
+ data.tar.gz: 1215e29aaf13a328dada99c80c726a240c047550bbd0458c322a9f1ae71d693d
5
5
  SHA512:
6
- metadata.gz: 38b4d23431e5afa4e1f6e5f0e91d6d4ac6e215906eaa914b18d0fc9f2e093421fc6894cc4cab2a2a3b556be48c9fb41a4ad338fe40a8b544eed0b1200662ba6a
7
- data.tar.gz: 7289ed1ba19bd932d2e993c868128766211a98795733ee7ec884fbd2659209cf5a21d7063c737257b23efccf2d5ef35c92a6af7680bf8229832f1fbeba361021
6
+ metadata.gz: c632f8665634701af6ec1ed43f60c2876084faf5c8ef0da336658fdcf5ce76cf736ad75316314f310c7f62069c8ffd26d8a855263b495574b2ca1f198c78fc17
7
+ data.tar.gz: ecd12c2c14a269943dea2034cc7827c7ae4d8c474af529897673e8895ce961a6ee26ef66df331838bc5ecfc9286d5e28b29cf96de86fbe45cc150f7f1e80dbc5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -6434,7 +6434,7 @@ module Aws::AmplifyUIBuilder
6434
6434
  params: params,
6435
6435
  config: config)
6436
6436
  context[:gem_name] = 'aws-sdk-amplifyuibuilder'
6437
- context[:gem_version] = '1.21.0'
6437
+ context[:gem_version] = '1.22.0'
6438
6438
  Seahorse::Client::Request.new(handlers, context)
6439
6439
  end
6440
6440
 
@@ -25,16 +25,17 @@ module Aws::AmplifyUIBuilder
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-amplifyuibuilder/customizations'
53
53
  # @!group service
54
54
  module Aws::AmplifyUIBuilder
55
55
 
56
- GEM_VERSION = '1.21.0'
56
+ GEM_VERSION = '1.22.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplifyuibuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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