aws-sdk-ses 1.49.0 → 1.51.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ses/client.rb +9 -4
- data/lib/aws-sdk-ses/endpoints.rb +1 -0
- data/lib/aws-sdk-ses/types.rb +16 -17
- data/lib/aws-sdk-ses.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecb35c60fdd99c0f3f3b330552d150c837c267965492b4b789806b61eb49a516
|
4
|
+
data.tar.gz: 2422208073463ffad452f914934a055189c3e228bd820c10a311f2f97b2fe879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ca18e99c712a45f3a4cc26aaad9f1aa44a60ea4c73e10727d8e260b0eb57b1ec34761222d38ee29730fa8eb1e313dcb2c3f34b641e584ce0536f4f16a82c3c
|
7
|
+
data.tar.gz: 74dcbff83eb959356efbf0d7b41c046bc6b3a34a7a1252242ced66f364804ad686dbf1fd96b43c1b5da40f2dbfef68f34080043eed72c28faddbbce270ffef54
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.50.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.49.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -275,6 +275,11 @@ module Aws::SES
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -4901,11 +4906,11 @@ module Aws::SES
|
|
4901
4906
|
# To create the CNAME records for DKIM authentication, use the following
|
4902
4907
|
# values:
|
4903
4908
|
#
|
4904
|
-
# * **Name
|
4909
|
+
# * **Name**: *token*.\_domainkey.*example.com*
|
4905
4910
|
#
|
4906
|
-
# * **Type
|
4911
|
+
# * **Type**: CNAME
|
4907
4912
|
#
|
4908
|
-
# * **Value
|
4913
|
+
# * **Value**: *token*.dkim.amazonses.com
|
4909
4914
|
#
|
4910
4915
|
# In the preceding example, replace *token* with one of the tokens that
|
4911
4916
|
# are generated when you execute this operation. Replace *example.com*
|
@@ -5096,7 +5101,7 @@ module Aws::SES
|
|
5096
5101
|
params: params,
|
5097
5102
|
config: config)
|
5098
5103
|
context[:gem_name] = 'aws-sdk-ses'
|
5099
|
-
context[:gem_version] = '1.
|
5104
|
+
context[:gem_version] = '1.51.0'
|
5100
5105
|
Seahorse::Client::Request.new(handlers, context)
|
5101
5106
|
end
|
5102
5107
|
|
data/lib/aws-sdk-ses/types.rb
CHANGED
@@ -258,50 +258,49 @@ module Aws::SES
|
|
258
258
|
#
|
259
259
|
# Possible values for this parameter include:
|
260
260
|
#
|
261
|
-
# * `Success
|
261
|
+
# * `Success`: Amazon SES accepted the message, and will attempt to
|
262
262
|
# deliver it to the recipients.
|
263
263
|
#
|
264
|
-
# * `MessageRejected
|
265
|
-
#
|
264
|
+
# * `MessageRejected`: The message was rejected because it contained a
|
265
|
+
# virus.
|
266
266
|
#
|
267
|
-
# * `MailFromDomainNotVerified
|
268
|
-
#
|
267
|
+
# * `MailFromDomainNotVerified`: The sender's email address or domain
|
268
|
+
# was not verified.
|
269
269
|
#
|
270
|
-
# * `ConfigurationSetDoesNotExist
|
270
|
+
# * `ConfigurationSetDoesNotExist`: The configuration set you
|
271
271
|
# specified does not exist.
|
272
272
|
#
|
273
|
-
# * `TemplateDoesNotExist
|
274
|
-
# exist.
|
273
|
+
# * `TemplateDoesNotExist`: The template you specified does not exist.
|
275
274
|
#
|
276
|
-
# * `AccountSuspended
|
275
|
+
# * `AccountSuspended`: Your account has been shut down because of
|
277
276
|
# issues related to your email sending practices.
|
278
277
|
#
|
279
|
-
# * `AccountThrottled
|
278
|
+
# * `AccountThrottled`: The number of emails you can send has been
|
280
279
|
# reduced because your account has exceeded its allocated sending
|
281
280
|
# limit.
|
282
281
|
#
|
283
|
-
# * `AccountDailyQuotaExceeded
|
282
|
+
# * `AccountDailyQuotaExceeded`: You have reached or exceeded the
|
284
283
|
# maximum number of emails you can send from your account in a
|
285
284
|
# 24-hour period.
|
286
285
|
#
|
287
|
-
# * `InvalidSendingPoolName
|
286
|
+
# * `InvalidSendingPoolName`: The configuration set you specified
|
288
287
|
# refers to an IP pool that does not exist.
|
289
288
|
#
|
290
|
-
# * `AccountSendingPaused
|
289
|
+
# * `AccountSendingPaused`: Email sending for the Amazon SES account
|
291
290
|
# was disabled using the UpdateAccountSendingEnabled operation.
|
292
291
|
#
|
293
|
-
# * `ConfigurationSetSendingPaused
|
292
|
+
# * `ConfigurationSetSendingPaused`: Email sending for this
|
294
293
|
# configuration set was disabled using the
|
295
294
|
# UpdateConfigurationSetSendingEnabled operation.
|
296
295
|
#
|
297
|
-
# * `InvalidParameterValue
|
296
|
+
# * `InvalidParameterValue`: One or more of the parameters you
|
298
297
|
# specified when calling this operation was invalid. See the error
|
299
298
|
# message for additional information.
|
300
299
|
#
|
301
|
-
# * `TransientFailure
|
300
|
+
# * `TransientFailure`: Amazon SES was unable to process your request
|
302
301
|
# because of a temporary issue.
|
303
302
|
#
|
304
|
-
# * `Failed
|
303
|
+
# * `Failed`: Amazon SES was unable to process your request. See the
|
305
304
|
# error message for additional information.
|
306
305
|
# @return [String]
|
307
306
|
#
|
data/lib/aws-sdk-ses.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|