aws-sdk-ses 1.49.0 → 1.50.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: 5c633ac8ca7207714b384063525f8215e8d4db83bb4d822d7fbfca81ef93686b
4
- data.tar.gz: 7a911026733b006e531c8ca2698ceb726945df9aa2c1465d888ed992226c9992
3
+ metadata.gz: 434c1ab7633f16995116aefbbe53dbd0bddd4c13d861ae54a90c2ce77b958942
4
+ data.tar.gz: 4523a5e3d314feefdd25acd58ce7a633ed6d45123a2473fe2cbfd73c8a34ffb1
5
5
  SHA512:
6
- metadata.gz: 8e8a90add0365cf7373c0e64c70ad638fc344c76770ddc07cd62faf8d18c6d61cdae1b7c4ff9e3df6f818b8f9e77efb95281e24d65c022cb39dff6d131fa54ab
7
- data.tar.gz: 578f0f463d9d375d5070b90db77cd76fd2d31cb497bd7e5b0684fb0086b018a01cbb3e2adb9c42d7da403da5a358571f398a052f1c5491ef5c6ed097ae998fa8
6
+ metadata.gz: f914122303c90dbf1720afd5021090cf321a562609e4d77c1ac54e7471e067800d690a69566e923ad6ccaac7969dc3fd383cdb5354b5f2631908c766cfb3f899
7
+ data.tar.gz: '08ba6c0679d5f23dfa4a5c4e7466f21e5edd9791b1f27666856d81ab20bc4ae50ccbbdbfac53d4f156e7fe61b07fcad91f6ec69b931fc379b79969ea49c9abb9'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.49.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -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**\: *token*.\_domainkey.*example.com*
4909
+ # * **Name**: *token*.\_domainkey.*example.com*
4905
4910
  #
4906
- # * **Type**\: CNAME
4911
+ # * **Type**: CNAME
4907
4912
  #
4908
- # * **Value**\: *token*.dkim.amazonses.com
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.49.0'
5104
+ context[:gem_version] = '1.50.0'
5100
5105
  Seahorse::Client::Request.new(handlers, context)
5101
5106
  end
5102
5107
 
@@ -258,50 +258,49 @@ module Aws::SES
258
258
  #
259
259
  # Possible values for this parameter include:
260
260
  #
261
- # * `Success`\: Amazon SES accepted the message, and will attempt to
261
+ # * `Success`: Amazon SES accepted the message, and will attempt to
262
262
  # deliver it to the recipients.
263
263
  #
264
- # * `MessageRejected`\: The message was rejected because it contained
265
- # a virus.
264
+ # * `MessageRejected`: The message was rejected because it contained a
265
+ # virus.
266
266
  #
267
- # * `MailFromDomainNotVerified`\: The sender's email address or
268
- # domain was not verified.
267
+ # * `MailFromDomainNotVerified`: The sender's email address or domain
268
+ # was not verified.
269
269
  #
270
- # * `ConfigurationSetDoesNotExist`\: The configuration set you
270
+ # * `ConfigurationSetDoesNotExist`: The configuration set you
271
271
  # specified does not exist.
272
272
  #
273
- # * `TemplateDoesNotExist`\: The template you specified does not
274
- # exist.
273
+ # * `TemplateDoesNotExist`: The template you specified does not exist.
275
274
  #
276
- # * `AccountSuspended`\: Your account has been shut down because of
275
+ # * `AccountSuspended`: Your account has been shut down because of
277
276
  # issues related to your email sending practices.
278
277
  #
279
- # * `AccountThrottled`\: The number of emails you can send has been
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`\: You have reached or exceeded the
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`\: The configuration set you specified
286
+ # * `InvalidSendingPoolName`: The configuration set you specified
288
287
  # refers to an IP pool that does not exist.
289
288
  #
290
- # * `AccountSendingPaused`\: Email sending for the Amazon SES account
289
+ # * `AccountSendingPaused`: Email sending for the Amazon SES account
291
290
  # was disabled using the UpdateAccountSendingEnabled operation.
292
291
  #
293
- # * `ConfigurationSetSendingPaused`\: Email sending for this
292
+ # * `ConfigurationSetSendingPaused`: Email sending for this
294
293
  # configuration set was disabled using the
295
294
  # UpdateConfigurationSetSendingEnabled operation.
296
295
  #
297
- # * `InvalidParameterValue`\: One or more of the parameters you
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`\: Amazon SES was unable to process your request
300
+ # * `TransientFailure`: Amazon SES was unable to process your request
302
301
  # because of a temporary issue.
303
302
  #
304
- # * `Failed`\: Amazon SES was unable to process your request. See the
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ses/customizations'
53
53
  # @!group service
54
54
  module Aws::SES
55
55
 
56
- GEM_VERSION = '1.49.0'
56
+ GEM_VERSION = '1.50.0'
57
57
 
58
58
  end
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.49.0
4
+ version: 1.50.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement