aws-sdk-pinpointemail 1.59.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 431867c174db5a7b1eac9e68ba36573f6f518dcc7b64fbc1fea9f7397ae4f5b5
4
- data.tar.gz: 87e5f70e1d4119ede8d082395ddb0a4748146a6f762c3bcd156dbb9c00c0fdc0
3
+ metadata.gz: 91f5ea4753bd20f4da8049e42a02cf8e153a182f561036e06e0b22cdd5d0198c
4
+ data.tar.gz: 2307e83d3a6ede3078b28876d9145642f2f0dc3836772825a6f411b815d7aa56
5
5
  SHA512:
6
- metadata.gz: 585054e4134532aa220c2677085d266c6f98b91331e5f3ff9d1f9aa881c4f0318cedf7fa441b2652de476d18f1743a1d6e6344613b2e2ed1be56a0822d3b1e92
7
- data.tar.gz: 4252740a861a1ebae089f2227fe038b9202af6fc404da9c86f363ee4b7cc8f6eccf7050290e9c195d3b4f66c89b125084705b95ecce1f07f82c6a45c8e2f7e64
6
+ metadata.gz: d5e2fd6d9c0cee0b27ba9d71b717c29d4e3e8d4ebcc6dfc44e15331ab0b3391313d4418fb057583872c2044f2661f059bffe535dc551e0db75c8a0bd344b2a97
7
+ data.tar.gz: 886cdfbc4a59491e4fc6b0796cf10030f92ba337dfedf3459bf7bf28d050a6a55e2192b1cc1a9f0d3e03b85eeba37b8d9a948fd79532f24849b27f6d69ded829
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:pinpointemail)
40
-
41
39
  module Aws::PinpointEmail
42
40
  # An API client for PinpointEmail. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2382,7 +2380,7 @@ module Aws::PinpointEmail
2382
2380
  tracer: tracer
2383
2381
  )
2384
2382
  context[:gem_name] = 'aws-sdk-pinpointemail'
2385
- context[:gem_version] = '1.59.0'
2383
+ context[:gem_version] = '1.60.0'
2386
2384
  Seahorse::Client::Request.new(handlers, context)
2387
2385
  end
2388
2386
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:pinpointemail)
15
+
14
16
  # This module provides support for Amazon Pinpoint Email Service. This module is available in the
15
17
  # `aws-sdk-pinpointemail` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::PinpointEmail
52
54
  autoload :EndpointProvider, 'aws-sdk-pinpointemail/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-pinpointemail/endpoints'
54
56
 
55
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.0'
56
58
 
57
59
  end
58
60
 
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.59.0
4
+ version: 1.60.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core