aws-sdk-pinpointemail 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: dca82d4e780b698586f008b3bc64d7b98fd614ce8174602f59333c58bb02b8f9
4
- data.tar.gz: '04259c579c3c46eb1c6ab6b7e22384c02d2ac2d9c41c75168accfc0e49c9e653'
3
+ metadata.gz: f728719f4bbb6649951553be0149266a32a511fafa47a6913f51eadcc7e5111f
4
+ data.tar.gz: 29f243121912a552865f689dbddf4fa4176ebf0686750be97eced91574991f7f
5
5
  SHA512:
6
- metadata.gz: d82b266c9ce363f75e53b47b3c9083c6df21b4266aa1493e5e43ec178afe96b60b11cf79d9be1c89f9fe6a21b5891b61bc2e94335d4cc9022685239877769e15
7
- data.tar.gz: a033af298bba24d3778352aa0a49ee784b270c8f16a6b7acd791bb0ca751e4d6abb63bc97abb49e4e092f8a4bdf1d342a6e1a2598e96108936a8eed37183347d
6
+ metadata.gz: f08f6d7bae1ffbc0f3edad585c90c8e502b84ed3062e3863752dbbb902f1ec3f7040b6056a09d3958a2487e73de13341cf338270f6ad57a41c35b0a17a532ced
7
+ data.tar.gz: 854c625dcd9cd2d0cc154430c006b000f42b6b3743a2da96855647ff5cf7e26117bbc720683b44b5c6350b80c96d052c5584d0ac571395637e72aa124edc245f
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::PinpointEmail
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
  #
@@ -2340,7 +2341,7 @@ module Aws::PinpointEmail
2340
2341
  params: params,
2341
2342
  config: config)
2342
2343
  context[:gem_name] = 'aws-sdk-pinpointemail'
2343
- context[:gem_version] = '1.48.0'
2344
+ context[:gem_version] = '1.49.0'
2344
2345
  Seahorse::Client::Request.new(handlers, context)
2345
2346
  end
2346
2347
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpointemail/customizations'
52
52
  # @!group service
53
53
  module Aws::PinpointEmail
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-pinpointemail
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