aws-sdk-mobile 1.45.0 → 1.46.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: a630f1761c9e32b37ae6e84ac196fa2bb3f55b5a0ed7214544bb3ab6f8c827ca
4
- data.tar.gz: f6b7e586d548de53e0c7a1c1583208b578a05e21b3365788349cf34a75f5dfaa
3
+ metadata.gz: 69302305b7a3ef9b72081c18081c8b642c190461a1469a7dcb29dc71ffde64ff
4
+ data.tar.gz: 61f21fdd23097d4c396403a03e12084bfb646296fa334c50b0c59480903ebecc
5
5
  SHA512:
6
- metadata.gz: c012deb79c6c4748640d4aedcd1faf50481e5a5da2aacd5928d2e5cc98ce956d948612d097bc8c83584084a47200d11b624d55d446e4cc85b64b1facdf9bc605
7
- data.tar.gz: 50d9c79d532c65692281aba1cb8a05bc701070865d3fe11f47dc816907cff5c9436cfea1a8ef0ea327137f786f7c86215fa29b96323332a4e4cb6f4dc9d18257
6
+ metadata.gz: 1662b4b873379eb3b544e8794da9e0e122a6ffc1df204b077e893fe28a871ca8350c940c909dc000bf0d4f58559620a8daa1fdbb677d1d1427bd332dca7b75cc
7
+ data.tar.gz: 2dd31bed59893459c98179d3da52dca20e2bbebf4aa3e7120f23ff0aeae75c4af5f144cabec64f6662f6738e28c2ba1fdb3e6e1d62eb4d1592b4094d755350e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -786,7 +786,7 @@ module Aws::Mobile
786
786
  params: params,
787
787
  config: config)
788
788
  context[:gem_name] = 'aws-sdk-mobile'
789
- context[:gem_version] = '1.45.0'
789
+ context[:gem_version] = '1.46.0'
790
790
  Seahorse::Client::Request.new(handlers, context)
791
791
  end
792
792
 
@@ -25,16 +25,17 @@ module Aws::Mobile
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-mobile/customizations'
52
52
  # @!group service
53
53
  module Aws::Mobile
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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