aws-sdk-mobile 1.48.0 → 1.49.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: a2a1d9737128f7e43c809fa2d4846f3a36911ca8bc3c40530380a86c5ca7a00d
4
- data.tar.gz: 1be4619a561a0de0f7e0ecd59b0eb84d634c8875244d14f4adc9e6bba8104bff
3
+ metadata.gz: f8346c4bd764b3935d487a7d0fc488463d2af9467603fd7a10909483af671ee3
4
+ data.tar.gz: 27246785c918625ced9eeedf7927dc633240e8aa6617fe18eaa055fd73691bb4
5
5
  SHA512:
6
- metadata.gz: f2acc07affe167217ac8bf46377fc76107e6ef52f4f3722650bc777ae5babaa7ebaf274b43fe03394b13c49d926e4b60dc6975e1ef937ec8514a2823f152059a
7
- data.tar.gz: f14b30f423f9db94df611865b157b96fa3d870b313f808ea81bbb4f82193e631d228c6980a8ee60e73f3661e0e552264d522422ea308fcab1bf63c796d9ad136
6
+ metadata.gz: e998fe5203e8023adce507c24417d24ee75ea169879dad72efc1f4da361bc1fd900d995f4a99d199cd85fc88c74fe7926c5daff1cca8a331549e4aa656eb144b
7
+ data.tar.gz: 30e2661aa1473c028eb5eca0d073392b3147c30e5861ae8e99a23d9d0c988f72d74b21a33cc71606fb8255035b4a0b5ab945a4abb8f5eb8c94373264231f9e5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -301,8 +301,9 @@ module Aws::Mobile
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -810,7 +811,7 @@ module Aws::Mobile
810
811
  params: params,
811
812
  config: config)
812
813
  context[:gem_name] = 'aws-sdk-mobile'
813
- context[:gem_version] = '1.48.0'
814
+ context[:gem_version] = '1.49.0'
814
815
  Seahorse::Client::Request.new(handlers, context)
815
816
  end
816
817
 
@@ -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.48.0'
55
+ GEM_VERSION = '1.49.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.48.0
4
+ version: 1.49.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core