aws-sdk-ses 1.81.0 → 1.82.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: 707020a2fa3ca525405cde3c9e8019d85213847098fe91fcaca584f6a4e7fc06
4
- data.tar.gz: dad9f6370d4d14d1fcb4ae9c528fa83ac76adf66cbc6f1a5b099515b3d5443ab
3
+ metadata.gz: 56c92aa7574d7cf038cbf1769237835b910ba19f574b20d592d8d3b2cb404e64
4
+ data.tar.gz: d76c1f650acb2da4433ffbb1c1329f3686b82cdc8871f96cccbc96c4ce7604fe
5
5
  SHA512:
6
- metadata.gz: c5f9ad5e589eb8ddbe71a439dc9a1c571b56cd3d2b0b5386db8922e72618ce5e71ba631f9e65c1774a1c8a1791dbf700630bfa27c2fd84577bd2690ed71a3902
7
- data.tar.gz: 140b42f2ce9bfe1dbbc4fcbc3cd3a613b7197166c88571affc000a523dff5af78763e381c0eb06234b4a80a56c948a085ec03a76011fb0fa500a0f5b4fb2fa76
6
+ metadata.gz: 6b9dbef6e89653c7205f0a69d3a7542fbbae0babc0c06c4b33abae08388d25d8db00ef9bc41601c6d335c70a593f345b56508caad16059ce62c4d2f9f8f33a68
7
+ data.tar.gz: e8e56459f9fe13573633e2541e66679279ef821888eecb7faf0e89d7c098401088e97a0060fe26b12b36316ff17e5e3d3b11342e889a20ca5a12020bed55e882
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-03-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -5219,7 +5219,7 @@ module Aws::SES
5219
5219
  tracer: tracer
5220
5220
  )
5221
5221
  context[:gem_name] = 'aws-sdk-ses'
5222
- context[:gem_version] = '1.81.0'
5222
+ context[:gem_version] = '1.82.0'
5223
5223
  Seahorse::Client::Request.new(handlers, context)
5224
5224
  end
5225
5225
 
@@ -29,41 +29,70 @@ module Aws::SES
29
29
  # ## Error Classes
30
30
  # * {AccountSendingPausedException}
31
31
  # * {AlreadyExistsException}
32
+ # * This error class is not used. `AlreadyExists` is used during parsing instead.
32
33
  # * {CannotDeleteException}
34
+ # * This error class is not used. `CannotDelete` is used during parsing instead.
33
35
  # * {ConfigurationSetAlreadyExistsException}
36
+ # * This error class is not used. `ConfigurationSetAlreadyExists` is used during parsing instead.
34
37
  # * {ConfigurationSetDoesNotExistException}
38
+ # * This error class is not used. `ConfigurationSetDoesNotExist` is used during parsing instead.
35
39
  # * {ConfigurationSetSendingPausedException}
36
40
  # * {CustomVerificationEmailInvalidContentException}
41
+ # * This error class is not used. `CustomVerificationEmailInvalidContent` is used during parsing instead.
37
42
  # * {CustomVerificationEmailTemplateAlreadyExistsException}
43
+ # * This error class is not used. `CustomVerificationEmailTemplateAlreadyExists` is used during parsing instead.
38
44
  # * {CustomVerificationEmailTemplateDoesNotExistException}
45
+ # * This error class is not used. `CustomVerificationEmailTemplateDoesNotExist` is used during parsing instead.
39
46
  # * {EventDestinationAlreadyExistsException}
47
+ # * This error class is not used. `EventDestinationAlreadyExists` is used during parsing instead.
40
48
  # * {EventDestinationDoesNotExistException}
49
+ # * This error class is not used. `EventDestinationDoesNotExist` is used during parsing instead.
41
50
  # * {FromEmailAddressNotVerifiedException}
51
+ # * This error class is not used. `FromEmailAddressNotVerified` is used during parsing instead.
42
52
  # * {InvalidCloudWatchDestinationException}
53
+ # * This error class is not used. `InvalidCloudWatchDestination` is used during parsing instead.
43
54
  # * {InvalidConfigurationSetException}
55
+ # * This error class is not used. `InvalidConfigurationSet` is used during parsing instead.
44
56
  # * {InvalidDeliveryOptionsException}
57
+ # * This error class is not used. `InvalidDeliveryOptions` is used during parsing instead.
45
58
  # * {InvalidFirehoseDestinationException}
59
+ # * This error class is not used. `InvalidFirehoseDestination` is used during parsing instead.
46
60
  # * {InvalidLambdaFunctionException}
61
+ # * This error class is not used. `InvalidLambdaFunction` is used during parsing instead.
47
62
  # * {InvalidPolicyException}
63
+ # * This error class is not used. `InvalidPolicy` is used during parsing instead.
48
64
  # * {InvalidRenderingParameterException}
65
+ # * This error class is not used. `InvalidRenderingParameter` is used during parsing instead.
49
66
  # * {InvalidS3ConfigurationException}
67
+ # * This error class is not used. `InvalidS3Configuration` is used during parsing instead.
50
68
  # * {InvalidSNSDestinationException}
69
+ # * This error class is not used. `InvalidSNSDestination` is used during parsing instead.
51
70
  # * {InvalidSnsTopicException}
71
+ # * This error class is not used. `InvalidSnsTopic` is used during parsing instead.
52
72
  # * {InvalidTemplateException}
73
+ # * This error class is not used. `InvalidTemplate` is used during parsing instead.
53
74
  # * {InvalidTrackingOptionsException}
75
+ # * This error class is not used. `InvalidTrackingOptions` is used during parsing instead.
54
76
  # * {LimitExceededException}
77
+ # * This error class is not used. `LimitExceeded` is used during parsing instead.
55
78
  # * {MailFromDomainNotVerifiedException}
56
79
  # * {MessageRejected}
57
80
  # * {MissingRenderingAttributeException}
81
+ # * This error class is not used. `MissingRenderingAttribute` is used during parsing instead.
58
82
  # * {ProductionAccessNotGrantedException}
83
+ # * This error class is not used. `ProductionAccessNotGranted` is used during parsing instead.
59
84
  # * {RuleDoesNotExistException}
85
+ # * This error class is not used. `RuleDoesNotExist` is used during parsing instead.
60
86
  # * {RuleSetDoesNotExistException}
87
+ # * This error class is not used. `RuleSetDoesNotExist` is used during parsing instead.
61
88
  # * {TemplateDoesNotExistException}
89
+ # * This error class is not used. `TemplateDoesNotExist` is used during parsing instead.
62
90
  # * {TrackingOptionsAlreadyExistsException}
63
91
  # * {TrackingOptionsDoesNotExistException}
64
92
  #
65
93
  # Additionally, error classes are dynamically generated for service errors based on the error code
66
94
  # if they are not defined above.
95
+ # Some existing error classes may use a different class name than the one documented.
67
96
  module Errors
68
97
 
69
98
  extend Aws::Errors::DynamicErrors
@@ -78,6 +107,8 @@ module Aws::SES
78
107
  end
79
108
  end
80
109
 
110
+ # @deprecated This error class is not used during parsing.
111
+ # Please use `AlreadyExists` instead.
81
112
  class AlreadyExistsException < ServiceError
82
113
 
83
114
  # @param [Seahorse::Client::RequestContext] context
@@ -93,6 +124,8 @@ module Aws::SES
93
124
  end
94
125
  end
95
126
 
127
+ # @deprecated This error class is not used during parsing.
128
+ # Please use `CannotDelete` instead.
96
129
  class CannotDeleteException < ServiceError
97
130
 
98
131
  # @param [Seahorse::Client::RequestContext] context
@@ -108,6 +141,8 @@ module Aws::SES
108
141
  end
109
142
  end
110
143
 
144
+ # @deprecated This error class is not used during parsing.
145
+ # Please use `ConfigurationSetAlreadyExists` instead.
111
146
  class ConfigurationSetAlreadyExistsException < ServiceError
112
147
 
113
148
  # @param [Seahorse::Client::RequestContext] context
@@ -123,6 +158,8 @@ module Aws::SES
123
158
  end
124
159
  end
125
160
 
161
+ # @deprecated This error class is not used during parsing.
162
+ # Please use `ConfigurationSetDoesNotExist` instead.
126
163
  class ConfigurationSetDoesNotExistException < ServiceError
127
164
 
128
165
  # @param [Seahorse::Client::RequestContext] context
@@ -153,6 +190,8 @@ module Aws::SES
153
190
  end
154
191
  end
155
192
 
193
+ # @deprecated This error class is not used during parsing.
194
+ # Please use `CustomVerificationEmailInvalidContent` instead.
156
195
  class CustomVerificationEmailInvalidContentException < ServiceError
157
196
 
158
197
  # @param [Seahorse::Client::RequestContext] context
@@ -163,6 +202,8 @@ module Aws::SES
163
202
  end
164
203
  end
165
204
 
205
+ # @deprecated This error class is not used during parsing.
206
+ # Please use `CustomVerificationEmailTemplateAlreadyExists` instead.
166
207
  class CustomVerificationEmailTemplateAlreadyExistsException < ServiceError
167
208
 
168
209
  # @param [Seahorse::Client::RequestContext] context
@@ -178,6 +219,8 @@ module Aws::SES
178
219
  end
179
220
  end
180
221
 
222
+ # @deprecated This error class is not used during parsing.
223
+ # Please use `CustomVerificationEmailTemplateDoesNotExist` instead.
181
224
  class CustomVerificationEmailTemplateDoesNotExistException < ServiceError
182
225
 
183
226
  # @param [Seahorse::Client::RequestContext] context
@@ -193,6 +236,8 @@ module Aws::SES
193
236
  end
194
237
  end
195
238
 
239
+ # @deprecated This error class is not used during parsing.
240
+ # Please use `EventDestinationAlreadyExists` instead.
196
241
  class EventDestinationAlreadyExistsException < ServiceError
197
242
 
198
243
  # @param [Seahorse::Client::RequestContext] context
@@ -213,6 +258,8 @@ module Aws::SES
213
258
  end
214
259
  end
215
260
 
261
+ # @deprecated This error class is not used during parsing.
262
+ # Please use `EventDestinationDoesNotExist` instead.
216
263
  class EventDestinationDoesNotExistException < ServiceError
217
264
 
218
265
  # @param [Seahorse::Client::RequestContext] context
@@ -233,6 +280,8 @@ module Aws::SES
233
280
  end
234
281
  end
235
282
 
283
+ # @deprecated This error class is not used during parsing.
284
+ # Please use `FromEmailAddressNotVerified` instead.
236
285
  class FromEmailAddressNotVerifiedException < ServiceError
237
286
 
238
287
  # @param [Seahorse::Client::RequestContext] context
@@ -248,6 +297,8 @@ module Aws::SES
248
297
  end
249
298
  end
250
299
 
300
+ # @deprecated This error class is not used during parsing.
301
+ # Please use `InvalidCloudWatchDestination` instead.
251
302
  class InvalidCloudWatchDestinationException < ServiceError
252
303
 
253
304
  # @param [Seahorse::Client::RequestContext] context
@@ -268,6 +319,8 @@ module Aws::SES
268
319
  end
269
320
  end
270
321
 
322
+ # @deprecated This error class is not used during parsing.
323
+ # Please use `InvalidConfigurationSet` instead.
271
324
  class InvalidConfigurationSetException < ServiceError
272
325
 
273
326
  # @param [Seahorse::Client::RequestContext] context
@@ -278,6 +331,8 @@ module Aws::SES
278
331
  end
279
332
  end
280
333
 
334
+ # @deprecated This error class is not used during parsing.
335
+ # Please use `InvalidDeliveryOptions` instead.
281
336
  class InvalidDeliveryOptionsException < ServiceError
282
337
 
283
338
  # @param [Seahorse::Client::RequestContext] context
@@ -288,6 +343,8 @@ module Aws::SES
288
343
  end
289
344
  end
290
345
 
346
+ # @deprecated This error class is not used during parsing.
347
+ # Please use `InvalidFirehoseDestination` instead.
291
348
  class InvalidFirehoseDestinationException < ServiceError
292
349
 
293
350
  # @param [Seahorse::Client::RequestContext] context
@@ -308,6 +365,8 @@ module Aws::SES
308
365
  end
309
366
  end
310
367
 
368
+ # @deprecated This error class is not used during parsing.
369
+ # Please use `InvalidLambdaFunction` instead.
311
370
  class InvalidLambdaFunctionException < ServiceError
312
371
 
313
372
  # @param [Seahorse::Client::RequestContext] context
@@ -323,6 +382,8 @@ module Aws::SES
323
382
  end
324
383
  end
325
384
 
385
+ # @deprecated This error class is not used during parsing.
386
+ # Please use `InvalidPolicy` instead.
326
387
  class InvalidPolicyException < ServiceError
327
388
 
328
389
  # @param [Seahorse::Client::RequestContext] context
@@ -333,6 +394,8 @@ module Aws::SES
333
394
  end
334
395
  end
335
396
 
397
+ # @deprecated This error class is not used during parsing.
398
+ # Please use `InvalidRenderingParameter` instead.
336
399
  class InvalidRenderingParameterException < ServiceError
337
400
 
338
401
  # @param [Seahorse::Client::RequestContext] context
@@ -348,6 +411,8 @@ module Aws::SES
348
411
  end
349
412
  end
350
413
 
414
+ # @deprecated This error class is not used during parsing.
415
+ # Please use `InvalidS3Configuration` instead.
351
416
  class InvalidS3ConfigurationException < ServiceError
352
417
 
353
418
  # @param [Seahorse::Client::RequestContext] context
@@ -363,6 +428,8 @@ module Aws::SES
363
428
  end
364
429
  end
365
430
 
431
+ # @deprecated This error class is not used during parsing.
432
+ # Please use `InvalidSNSDestination` instead.
366
433
  class InvalidSNSDestinationException < ServiceError
367
434
 
368
435
  # @param [Seahorse::Client::RequestContext] context
@@ -383,6 +450,8 @@ module Aws::SES
383
450
  end
384
451
  end
385
452
 
453
+ # @deprecated This error class is not used during parsing.
454
+ # Please use `InvalidSnsTopic` instead.
386
455
  class InvalidSnsTopicException < ServiceError
387
456
 
388
457
  # @param [Seahorse::Client::RequestContext] context
@@ -398,6 +467,8 @@ module Aws::SES
398
467
  end
399
468
  end
400
469
 
470
+ # @deprecated This error class is not used during parsing.
471
+ # Please use `InvalidTemplate` instead.
401
472
  class InvalidTemplateException < ServiceError
402
473
 
403
474
  # @param [Seahorse::Client::RequestContext] context
@@ -413,6 +484,8 @@ module Aws::SES
413
484
  end
414
485
  end
415
486
 
487
+ # @deprecated This error class is not used during parsing.
488
+ # Please use `InvalidTrackingOptions` instead.
416
489
  class InvalidTrackingOptionsException < ServiceError
417
490
 
418
491
  # @param [Seahorse::Client::RequestContext] context
@@ -423,6 +496,8 @@ module Aws::SES
423
496
  end
424
497
  end
425
498
 
499
+ # @deprecated This error class is not used during parsing.
500
+ # Please use `LimitExceeded` instead.
426
501
  class LimitExceededException < ServiceError
427
502
 
428
503
  # @param [Seahorse::Client::RequestContext] context
@@ -453,6 +528,8 @@ module Aws::SES
453
528
  end
454
529
  end
455
530
 
531
+ # @deprecated This error class is not used during parsing.
532
+ # Please use `MissingRenderingAttribute` instead.
456
533
  class MissingRenderingAttributeException < ServiceError
457
534
 
458
535
  # @param [Seahorse::Client::RequestContext] context
@@ -468,6 +545,8 @@ module Aws::SES
468
545
  end
469
546
  end
470
547
 
548
+ # @deprecated This error class is not used during parsing.
549
+ # Please use `ProductionAccessNotGranted` instead.
471
550
  class ProductionAccessNotGrantedException < ServiceError
472
551
 
473
552
  # @param [Seahorse::Client::RequestContext] context
@@ -478,6 +557,8 @@ module Aws::SES
478
557
  end
479
558
  end
480
559
 
560
+ # @deprecated This error class is not used during parsing.
561
+ # Please use `RuleDoesNotExist` instead.
481
562
  class RuleDoesNotExistException < ServiceError
482
563
 
483
564
  # @param [Seahorse::Client::RequestContext] context
@@ -493,6 +574,8 @@ module Aws::SES
493
574
  end
494
575
  end
495
576
 
577
+ # @deprecated This error class is not used during parsing.
578
+ # Please use `RuleSetDoesNotExist` instead.
496
579
  class RuleSetDoesNotExistException < ServiceError
497
580
 
498
581
  # @param [Seahorse::Client::RequestContext] context
@@ -508,6 +591,8 @@ module Aws::SES
508
591
  end
509
592
  end
510
593
 
594
+ # @deprecated This error class is not used during parsing.
595
+ # Please use `TemplateDoesNotExist` instead.
511
596
  class TemplateDoesNotExistException < ServiceError
512
597
 
513
598
  # @param [Seahorse::Client::RequestContext] context
data/lib/aws-sdk-ses.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SES
55
55
  autoload :EndpointProvider, 'aws-sdk-ses/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ses/endpoints'
57
57
 
58
- GEM_VERSION = '1.81.0'
58
+ GEM_VERSION = '1.82.0'
59
59
 
60
60
  end
61
61
 
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.81.0
4
+ version: 1.82.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core