aws-sdk-pinpointsmsvoice 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: c36cbee7ef75da0e00fab030ad99c4ebf5fdbba448629066a2047178c3f8b686
4
- data.tar.gz: ce9b78b89c5d1eec165fb4c372e1195b1727b50d46820945e9e3ba2cde1319ac
3
+ metadata.gz: 6b761b383c65b6434ab0fc6f7773b91a7debf7dbdf5012b53636d3ca14bc54f2
4
+ data.tar.gz: 4327c4710e4db6102f52ee6bcb62c716a2db8093235bffb58518533f55ae56bf
5
5
  SHA512:
6
- metadata.gz: 13b9d0b52dc9abf806f653f1f5a4b7e692eddc944e75b4f2a3fb054106601cee1397adbfdcad175c69697e25bb71756a4f4040f52ec550f3f5a93c6c30f716cd
7
- data.tar.gz: 6950078c1abf086662210767bf0fe8af10257613f2d1d5937300a445a0981594977028a8bf61651fef3a02981ab02aba3574c6fe3d6918ed643500dbc8482264
6
+ metadata.gz: 45ddaced467cc8c7cb3d86ea9b90224a230250e072c6b218fca013739fbd3a8895b1be269e7598f62972d5c5fee5dda31d6b9ee0e717e07a1ad2cd5a9b6fe495
7
+ data.tar.gz: bc8923ef2d99c30e6814c68a731850d87ef5e8db0918e8e46eb9faff42a105f5cf1f9b655f9395f674e87bdc6120a2125c39e3086ddfc2368deda4d361f03965
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -301,8 +301,9 @@ module Aws::PinpointSMSVoice
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
  #
@@ -717,7 +718,7 @@ module Aws::PinpointSMSVoice
717
718
  params: params,
718
719
  config: config)
719
720
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
720
- context[:gem_version] = '1.45.0'
721
+ context[:gem_version] = '1.46.0'
721
722
  Seahorse::Client::Request.new(handlers, context)
722
723
  end
723
724
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpointsmsvoice/customizations'
52
52
  # @!group service
53
53
  module Aws::PinpointSMSVoice
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-pinpointsmsvoice
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: 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