aws-sdk-ses 1.27.0 → 1.32.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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,6 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::SES
11
+
9
12
  class Resource
10
13
 
11
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8,6 +10,16 @@
8
10
  module Aws::SES
9
11
  module Types
10
12
 
13
+ # Indicates that email sending is disabled for your entire Amazon SES
14
+ # account.
15
+ #
16
+ # You can enable or disable email sending for your Amazon SES account
17
+ # using UpdateAccountSendingEnabled.
18
+ #
19
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/AccountSendingPausedException AWS API Documentation
20
+ #
21
+ class AccountSendingPausedException < Aws::EmptyStructure; end
22
+
11
23
  # When included in a receipt rule, this action adds a header to the
12
24
  # received email.
13
25
  #
@@ -42,6 +54,7 @@ module Aws::SES
42
54
  class AddHeaderAction < Struct.new(
43
55
  :header_name,
44
56
  :header_value)
57
+ SENSITIVE = []
45
58
  include Aws::Structure
46
59
  end
47
60
 
@@ -57,6 +70,7 @@ module Aws::SES
57
70
  #
58
71
  class AlreadyExistsException < Struct.new(
59
72
  :name)
73
+ SENSITIVE = []
60
74
  include Aws::Structure
61
75
  end
62
76
 
@@ -95,6 +109,7 @@ module Aws::SES
95
109
  class Body < Struct.new(
96
110
  :text,
97
111
  :html)
112
+ SENSITIVE = []
98
113
  include Aws::Structure
99
114
  end
100
115
 
@@ -166,6 +181,7 @@ module Aws::SES
166
181
  :status_code,
167
182
  :message,
168
183
  :sender)
184
+ SENSITIVE = []
169
185
  include Aws::Structure
170
186
  end
171
187
 
@@ -237,6 +253,7 @@ module Aws::SES
237
253
  :recipient_arn,
238
254
  :bounce_type,
239
255
  :recipient_dsn_fields)
256
+ SENSITIVE = []
240
257
  include Aws::Structure
241
258
  end
242
259
 
@@ -302,6 +319,7 @@ module Aws::SES
302
319
  :destination,
303
320
  :replacement_tags,
304
321
  :replacement_template_data)
322
+ SENSITIVE = []
305
323
  include Aws::Structure
306
324
  end
307
325
 
@@ -377,6 +395,7 @@ module Aws::SES
377
395
  :status,
378
396
  :error,
379
397
  :message_id)
398
+ SENSITIVE = []
380
399
  include Aws::Structure
381
400
  end
382
401
 
@@ -391,6 +410,7 @@ module Aws::SES
391
410
  #
392
411
  class CannotDeleteException < Struct.new(
393
412
  :name)
413
+ SENSITIVE = []
394
414
  include Aws::Structure
395
415
  end
396
416
 
@@ -430,6 +450,7 @@ module Aws::SES
430
450
  class CloneReceiptRuleSetRequest < Struct.new(
431
451
  :rule_set_name,
432
452
  :original_rule_set_name)
453
+ SENSITIVE = []
433
454
  include Aws::Structure
434
455
  end
435
456
 
@@ -473,6 +494,7 @@ module Aws::SES
473
494
  #
474
495
  class CloudWatchDestination < Struct.new(
475
496
  :dimension_configurations)
497
+ SENSITIVE = []
476
498
  include Aws::Structure
477
499
  end
478
500
 
@@ -530,6 +552,7 @@ module Aws::SES
530
552
  :dimension_name,
531
553
  :dimension_value_source,
532
554
  :default_dimension_value)
555
+ SENSITIVE = []
533
556
  include Aws::Structure
534
557
  end
535
558
 
@@ -566,6 +589,7 @@ module Aws::SES
566
589
  #
567
590
  class ConfigurationSet < Struct.new(
568
591
  :name)
592
+ SENSITIVE = []
569
593
  include Aws::Structure
570
594
  end
571
595
 
@@ -580,6 +604,7 @@ module Aws::SES
580
604
  #
581
605
  class ConfigurationSetAlreadyExistsException < Struct.new(
582
606
  :configuration_set_name)
607
+ SENSITIVE = []
583
608
  include Aws::Structure
584
609
  end
585
610
 
@@ -593,6 +618,7 @@ module Aws::SES
593
618
  #
594
619
  class ConfigurationSetDoesNotExistException < Struct.new(
595
620
  :configuration_set_name)
621
+ SENSITIVE = []
596
622
  include Aws::Structure
597
623
  end
598
624
 
@@ -610,6 +636,7 @@ module Aws::SES
610
636
  #
611
637
  class ConfigurationSetSendingPausedException < Struct.new(
612
638
  :configuration_set_name)
639
+ SENSITIVE = []
613
640
  include Aws::Structure
614
641
  end
615
642
 
@@ -641,6 +668,7 @@ module Aws::SES
641
668
  class Content < Struct.new(
642
669
  :data,
643
670
  :charset)
671
+ SENSITIVE = []
644
672
  include Aws::Structure
645
673
  end
646
674
 
@@ -698,6 +726,7 @@ module Aws::SES
698
726
  class CreateConfigurationSetEventDestinationRequest < Struct.new(
699
727
  :configuration_set_name,
700
728
  :event_destination)
729
+ SENSITIVE = []
701
730
  include Aws::Structure
702
731
  end
703
732
 
@@ -732,6 +761,7 @@ module Aws::SES
732
761
  #
733
762
  class CreateConfigurationSetRequest < Struct.new(
734
763
  :configuration_set)
764
+ SENSITIVE = []
735
765
  include Aws::Structure
736
766
  end
737
767
 
@@ -777,6 +807,7 @@ module Aws::SES
777
807
  class CreateConfigurationSetTrackingOptionsRequest < Struct.new(
778
808
  :configuration_set_name,
779
809
  :tracking_options)
810
+ SENSITIVE = []
780
811
  include Aws::Structure
781
812
  end
782
813
 
@@ -843,6 +874,7 @@ module Aws::SES
843
874
  :template_content,
844
875
  :success_redirection_url,
845
876
  :failure_redirection_url)
877
+ SENSITIVE = []
846
878
  include Aws::Structure
847
879
  end
848
880
 
@@ -877,6 +909,7 @@ module Aws::SES
877
909
  #
878
910
  class CreateReceiptFilterRequest < Struct.new(
879
911
  :filter)
912
+ SENSITIVE = []
880
913
  include Aws::Structure
881
914
  end
882
915
 
@@ -968,6 +1001,7 @@ module Aws::SES
968
1001
  :rule_set_name,
969
1002
  :after,
970
1003
  :rule)
1004
+ SENSITIVE = []
971
1005
  include Aws::Structure
972
1006
  end
973
1007
 
@@ -1007,6 +1041,7 @@ module Aws::SES
1007
1041
  #
1008
1042
  class CreateReceiptRuleSetRequest < Struct.new(
1009
1043
  :rule_set_name)
1044
+ SENSITIVE = []
1010
1045
  include Aws::Structure
1011
1046
  end
1012
1047
 
@@ -1044,6 +1079,7 @@ module Aws::SES
1044
1079
  #
1045
1080
  class CreateTemplateRequest < Struct.new(
1046
1081
  :template)
1082
+ SENSITIVE = []
1047
1083
  include Aws::Structure
1048
1084
  end
1049
1085
 
@@ -1051,6 +1087,13 @@ module Aws::SES
1051
1087
  #
1052
1088
  class CreateTemplateResponse < Aws::EmptyStructure; end
1053
1089
 
1090
+ # Indicates that custom verification email template provided content is
1091
+ # invalid.
1092
+ #
1093
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CustomVerificationEmailInvalidContentException AWS API Documentation
1094
+ #
1095
+ class CustomVerificationEmailInvalidContentException < Aws::EmptyStructure; end
1096
+
1054
1097
  # Contains information about a custom verification email template.
1055
1098
  #
1056
1099
  # @!attribute [rw] template_name
@@ -1083,6 +1126,7 @@ module Aws::SES
1083
1126
  :template_subject,
1084
1127
  :success_redirection_url,
1085
1128
  :failure_redirection_url)
1129
+ SENSITIVE = []
1086
1130
  include Aws::Structure
1087
1131
  end
1088
1132
 
@@ -1098,6 +1142,7 @@ module Aws::SES
1098
1142
  #
1099
1143
  class CustomVerificationEmailTemplateAlreadyExistsException < Struct.new(
1100
1144
  :custom_verification_email_template_name)
1145
+ SENSITIVE = []
1101
1146
  include Aws::Structure
1102
1147
  end
1103
1148
 
@@ -1113,6 +1158,7 @@ module Aws::SES
1113
1158
  #
1114
1159
  class CustomVerificationEmailTemplateDoesNotExistException < Struct.new(
1115
1160
  :custom_verification_email_template_name)
1161
+ SENSITIVE = []
1116
1162
  include Aws::Structure
1117
1163
  end
1118
1164
 
@@ -1148,6 +1194,7 @@ module Aws::SES
1148
1194
  class DeleteConfigurationSetEventDestinationRequest < Struct.new(
1149
1195
  :configuration_set_name,
1150
1196
  :event_destination_name)
1197
+ SENSITIVE = []
1151
1198
  include Aws::Structure
1152
1199
  end
1153
1200
 
@@ -1180,6 +1227,7 @@ module Aws::SES
1180
1227
  #
1181
1228
  class DeleteConfigurationSetRequest < Struct.new(
1182
1229
  :configuration_set_name)
1230
+ SENSITIVE = []
1183
1231
  include Aws::Structure
1184
1232
  end
1185
1233
 
@@ -1208,6 +1256,7 @@ module Aws::SES
1208
1256
  #
1209
1257
  class DeleteConfigurationSetTrackingOptionsRequest < Struct.new(
1210
1258
  :configuration_set_name)
1259
+ SENSITIVE = []
1211
1260
  include Aws::Structure
1212
1261
  end
1213
1262
 
@@ -1236,6 +1285,7 @@ module Aws::SES
1236
1285
  #
1237
1286
  class DeleteCustomVerificationEmailTemplateRequest < Struct.new(
1238
1287
  :template_name)
1288
+ SENSITIVE = []
1239
1289
  include Aws::Structure
1240
1290
  end
1241
1291
 
@@ -1275,6 +1325,7 @@ module Aws::SES
1275
1325
  class DeleteIdentityPolicyRequest < Struct.new(
1276
1326
  :identity,
1277
1327
  :policy_name)
1328
+ SENSITIVE = []
1278
1329
  include Aws::Structure
1279
1330
  end
1280
1331
 
@@ -1303,6 +1354,7 @@ module Aws::SES
1303
1354
  #
1304
1355
  class DeleteIdentityRequest < Struct.new(
1305
1356
  :identity)
1357
+ SENSITIVE = []
1306
1358
  include Aws::Structure
1307
1359
  end
1308
1360
 
@@ -1335,6 +1387,7 @@ module Aws::SES
1335
1387
  #
1336
1388
  class DeleteReceiptFilterRequest < Struct.new(
1337
1389
  :filter_name)
1390
+ SENSITIVE = []
1338
1391
  include Aws::Structure
1339
1392
  end
1340
1393
 
@@ -1374,6 +1427,7 @@ module Aws::SES
1374
1427
  class DeleteReceiptRuleRequest < Struct.new(
1375
1428
  :rule_set_name,
1376
1429
  :rule_name)
1430
+ SENSITIVE = []
1377
1431
  include Aws::Structure
1378
1432
  end
1379
1433
 
@@ -1407,6 +1461,7 @@ module Aws::SES
1407
1461
  #
1408
1462
  class DeleteReceiptRuleSetRequest < Struct.new(
1409
1463
  :rule_set_name)
1464
+ SENSITIVE = []
1410
1465
  include Aws::Structure
1411
1466
  end
1412
1467
 
@@ -1438,6 +1493,7 @@ module Aws::SES
1438
1493
  #
1439
1494
  class DeleteTemplateRequest < Struct.new(
1440
1495
  :template_name)
1496
+ SENSITIVE = []
1441
1497
  include Aws::Structure
1442
1498
  end
1443
1499
 
@@ -1463,6 +1519,7 @@ module Aws::SES
1463
1519
  #
1464
1520
  class DeleteVerifiedEmailAddressRequest < Struct.new(
1465
1521
  :email_address)
1522
+ SENSITIVE = []
1466
1523
  include Aws::Structure
1467
1524
  end
1468
1525
 
@@ -1488,6 +1545,7 @@ module Aws::SES
1488
1545
  #
1489
1546
  class DeliveryOptions < Struct.new(
1490
1547
  :tls_policy)
1548
+ SENSITIVE = []
1491
1549
  include Aws::Structure
1492
1550
  end
1493
1551
 
@@ -1524,6 +1582,7 @@ module Aws::SES
1524
1582
  class DescribeActiveReceiptRuleSetResponse < Struct.new(
1525
1583
  :metadata,
1526
1584
  :rules)
1585
+ SENSITIVE = []
1527
1586
  include Aws::Structure
1528
1587
  end
1529
1588
 
@@ -1557,6 +1616,7 @@ module Aws::SES
1557
1616
  class DescribeConfigurationSetRequest < Struct.new(
1558
1617
  :configuration_set_name,
1559
1618
  :configuration_set_attribute_names)
1619
+ SENSITIVE = []
1560
1620
  include Aws::Structure
1561
1621
  end
1562
1622
 
@@ -1600,6 +1660,7 @@ module Aws::SES
1600
1660
  :tracking_options,
1601
1661
  :delivery_options,
1602
1662
  :reputation_options)
1663
+ SENSITIVE = []
1603
1664
  include Aws::Structure
1604
1665
  end
1605
1666
 
@@ -1632,6 +1693,7 @@ module Aws::SES
1632
1693
  class DescribeReceiptRuleRequest < Struct.new(
1633
1694
  :rule_set_name,
1634
1695
  :rule_name)
1696
+ SENSITIVE = []
1635
1697
  include Aws::Structure
1636
1698
  end
1637
1699
 
@@ -1647,6 +1709,7 @@ module Aws::SES
1647
1709
  #
1648
1710
  class DescribeReceiptRuleResponse < Struct.new(
1649
1711
  :rule)
1712
+ SENSITIVE = []
1650
1713
  include Aws::Structure
1651
1714
  end
1652
1715
 
@@ -1673,6 +1736,7 @@ module Aws::SES
1673
1736
  #
1674
1737
  class DescribeReceiptRuleSetRequest < Struct.new(
1675
1738
  :rule_set_name)
1739
+ SENSITIVE = []
1676
1740
  include Aws::Structure
1677
1741
  end
1678
1742
 
@@ -1693,6 +1757,7 @@ module Aws::SES
1693
1757
  class DescribeReceiptRuleSetResponse < Struct.new(
1694
1758
  :metadata,
1695
1759
  :rules)
1760
+ SENSITIVE = []
1696
1761
  include Aws::Structure
1697
1762
  end
1698
1763
 
@@ -1741,6 +1806,7 @@ module Aws::SES
1741
1806
  :to_addresses,
1742
1807
  :cc_addresses,
1743
1808
  :bcc_addresses)
1809
+ SENSITIVE = []
1744
1810
  include Aws::Structure
1745
1811
  end
1746
1812
 
@@ -1836,6 +1902,7 @@ module Aws::SES
1836
1902
  :kinesis_firehose_destination,
1837
1903
  :cloud_watch_destination,
1838
1904
  :sns_destination)
1905
+ SENSITIVE = []
1839
1906
  include Aws::Structure
1840
1907
  end
1841
1908
 
@@ -1855,6 +1922,7 @@ module Aws::SES
1855
1922
  class EventDestinationAlreadyExistsException < Struct.new(
1856
1923
  :configuration_set_name,
1857
1924
  :event_destination_name)
1925
+ SENSITIVE = []
1858
1926
  include Aws::Structure
1859
1927
  end
1860
1928
 
@@ -1873,6 +1941,7 @@ module Aws::SES
1873
1941
  class EventDestinationDoesNotExistException < Struct.new(
1874
1942
  :configuration_set_name,
1875
1943
  :event_destination_name)
1944
+ SENSITIVE = []
1876
1945
  include Aws::Structure
1877
1946
  end
1878
1947
 
@@ -1910,6 +1979,7 @@ module Aws::SES
1910
1979
  class ExtensionField < Struct.new(
1911
1980
  :name,
1912
1981
  :value)
1982
+ SENSITIVE = []
1913
1983
  include Aws::Structure
1914
1984
  end
1915
1985
 
@@ -1926,6 +1996,7 @@ module Aws::SES
1926
1996
  #
1927
1997
  class FromEmailAddressNotVerifiedException < Struct.new(
1928
1998
  :from_email_address)
1999
+ SENSITIVE = []
1929
2000
  include Aws::Structure
1930
2001
  end
1931
2002
 
@@ -1941,6 +2012,7 @@ module Aws::SES
1941
2012
  #
1942
2013
  class GetAccountSendingEnabledResponse < Struct.new(
1943
2014
  :enabled)
2015
+ SENSITIVE = []
1944
2016
  include Aws::Structure
1945
2017
  end
1946
2018
 
@@ -1963,6 +2035,7 @@ module Aws::SES
1963
2035
  #
1964
2036
  class GetCustomVerificationEmailTemplateRequest < Struct.new(
1965
2037
  :template_name)
2038
+ SENSITIVE = []
1966
2039
  include Aws::Structure
1967
2040
  end
1968
2041
 
@@ -2003,6 +2076,7 @@ module Aws::SES
2003
2076
  :template_content,
2004
2077
  :success_redirection_url,
2005
2078
  :failure_redirection_url)
2079
+ SENSITIVE = []
2006
2080
  include Aws::Structure
2007
2081
  end
2008
2082
 
@@ -2033,6 +2107,7 @@ module Aws::SES
2033
2107
  #
2034
2108
  class GetIdentityDkimAttributesRequest < Struct.new(
2035
2109
  :identities)
2110
+ SENSITIVE = []
2036
2111
  include Aws::Structure
2037
2112
  end
2038
2113
 
@@ -2049,6 +2124,7 @@ module Aws::SES
2049
2124
  #
2050
2125
  class GetIdentityDkimAttributesResponse < Struct.new(
2051
2126
  :dkim_attributes)
2127
+ SENSITIVE = []
2052
2128
  include Aws::Structure
2053
2129
  end
2054
2130
 
@@ -2075,6 +2151,7 @@ module Aws::SES
2075
2151
  #
2076
2152
  class GetIdentityMailFromDomainAttributesRequest < Struct.new(
2077
2153
  :identities)
2154
+ SENSITIVE = []
2078
2155
  include Aws::Structure
2079
2156
  end
2080
2157
 
@@ -2088,6 +2165,7 @@ module Aws::SES
2088
2165
  #
2089
2166
  class GetIdentityMailFromDomainAttributesResponse < Struct.new(
2090
2167
  :mail_from_domain_attributes)
2168
+ SENSITIVE = []
2091
2169
  include Aws::Structure
2092
2170
  end
2093
2171
 
@@ -2117,6 +2195,7 @@ module Aws::SES
2117
2195
  #
2118
2196
  class GetIdentityNotificationAttributesRequest < Struct.new(
2119
2197
  :identities)
2198
+ SENSITIVE = []
2120
2199
  include Aws::Structure
2121
2200
  end
2122
2201
 
@@ -2130,6 +2209,7 @@ module Aws::SES
2130
2209
  #
2131
2210
  class GetIdentityNotificationAttributesResponse < Struct.new(
2132
2211
  :notification_attributes)
2212
+ SENSITIVE = []
2133
2213
  include Aws::Structure
2134
2214
  end
2135
2215
 
@@ -2171,6 +2251,7 @@ module Aws::SES
2171
2251
  class GetIdentityPoliciesRequest < Struct.new(
2172
2252
  :identity,
2173
2253
  :policy_names)
2254
+ SENSITIVE = []
2174
2255
  include Aws::Structure
2175
2256
  end
2176
2257
 
@@ -2184,6 +2265,7 @@ module Aws::SES
2184
2265
  #
2185
2266
  class GetIdentityPoliciesResponse < Struct.new(
2186
2267
  :policies)
2268
+ SENSITIVE = []
2187
2269
  include Aws::Structure
2188
2270
  end
2189
2271
 
@@ -2211,6 +2293,7 @@ module Aws::SES
2211
2293
  #
2212
2294
  class GetIdentityVerificationAttributesRequest < Struct.new(
2213
2295
  :identities)
2296
+ SENSITIVE = []
2214
2297
  include Aws::Structure
2215
2298
  end
2216
2299
 
@@ -2225,6 +2308,7 @@ module Aws::SES
2225
2308
  #
2226
2309
  class GetIdentityVerificationAttributesResponse < Struct.new(
2227
2310
  :verification_attributes)
2311
+ SENSITIVE = []
2228
2312
  include Aws::Structure
2229
2313
  end
2230
2314
 
@@ -2256,6 +2340,7 @@ module Aws::SES
2256
2340
  :max_24_hour_send,
2257
2341
  :max_send_rate,
2258
2342
  :sent_last_24_hours)
2343
+ SENSITIVE = []
2259
2344
  include Aws::Structure
2260
2345
  end
2261
2346
 
@@ -2271,6 +2356,7 @@ module Aws::SES
2271
2356
  #
2272
2357
  class GetSendStatisticsResponse < Struct.new(
2273
2358
  :send_data_points)
2359
+ SENSITIVE = []
2274
2360
  include Aws::Structure
2275
2361
  end
2276
2362
 
@@ -2289,6 +2375,7 @@ module Aws::SES
2289
2375
  #
2290
2376
  class GetTemplateRequest < Struct.new(
2291
2377
  :template_name)
2378
+ SENSITIVE = []
2292
2379
  include Aws::Structure
2293
2380
  end
2294
2381
 
@@ -2301,6 +2388,7 @@ module Aws::SES
2301
2388
  #
2302
2389
  class GetTemplateResponse < Struct.new(
2303
2390
  :template)
2391
+ SENSITIVE = []
2304
2392
  include Aws::Structure
2305
2393
  end
2306
2394
 
@@ -2342,6 +2430,7 @@ module Aws::SES
2342
2430
  :dkim_enabled,
2343
2431
  :dkim_verification_status,
2344
2432
  :dkim_tokens)
2433
+ SENSITIVE = []
2345
2434
  include Aws::Structure
2346
2435
  end
2347
2436
 
@@ -2380,6 +2469,7 @@ module Aws::SES
2380
2469
  :mail_from_domain,
2381
2470
  :mail_from_domain_status,
2382
2471
  :behavior_on_mx_failure)
2472
+ SENSITIVE = []
2383
2473
  include Aws::Structure
2384
2474
  end
2385
2475
 
@@ -2446,6 +2536,7 @@ module Aws::SES
2446
2536
  :headers_in_bounce_notifications_enabled,
2447
2537
  :headers_in_complaint_notifications_enabled,
2448
2538
  :headers_in_delivery_notifications_enabled)
2539
+ SENSITIVE = []
2449
2540
  include Aws::Structure
2450
2541
  end
2451
2542
 
@@ -2466,6 +2557,7 @@ module Aws::SES
2466
2557
  class IdentityVerificationAttributes < Struct.new(
2467
2558
  :verification_status,
2468
2559
  :verification_token)
2560
+ SENSITIVE = []
2469
2561
  include Aws::Structure
2470
2562
  end
2471
2563
 
@@ -2485,9 +2577,23 @@ module Aws::SES
2485
2577
  class InvalidCloudWatchDestinationException < Struct.new(
2486
2578
  :configuration_set_name,
2487
2579
  :event_destination_name)
2580
+ SENSITIVE = []
2488
2581
  include Aws::Structure
2489
2582
  end
2490
2583
 
2584
+ # Indicates that the configuration set is invalid. See the error message
2585
+ # for details.
2586
+ #
2587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/InvalidConfigurationSetException AWS API Documentation
2588
+ #
2589
+ class InvalidConfigurationSetException < Aws::EmptyStructure; end
2590
+
2591
+ # Indicates that provided delivery option is invalid.
2592
+ #
2593
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/InvalidDeliveryOptionsException AWS API Documentation
2594
+ #
2595
+ class InvalidDeliveryOptionsException < Aws::EmptyStructure; end
2596
+
2491
2597
  # Indicates that the Amazon Kinesis Firehose destination is invalid. See
2492
2598
  # the error message for details.
2493
2599
  #
@@ -2504,6 +2610,7 @@ module Aws::SES
2504
2610
  class InvalidFirehoseDestinationException < Struct.new(
2505
2611
  :configuration_set_name,
2506
2612
  :event_destination_name)
2613
+ SENSITIVE = []
2507
2614
  include Aws::Structure
2508
2615
  end
2509
2616
 
@@ -2524,9 +2631,17 @@ module Aws::SES
2524
2631
  #
2525
2632
  class InvalidLambdaFunctionException < Struct.new(
2526
2633
  :function_arn)
2634
+ SENSITIVE = []
2527
2635
  include Aws::Structure
2528
2636
  end
2529
2637
 
2638
+ # Indicates that the provided policy is invalid. Check the error stack
2639
+ # for more information about what caused the error.
2640
+ #
2641
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/InvalidPolicyException AWS API Documentation
2642
+ #
2643
+ class InvalidPolicyException < Aws::EmptyStructure; end
2644
+
2530
2645
  # Indicates that one or more of the replacement values you provided is
2531
2646
  # invalid. This error may occur when the TemplateData object contains
2532
2647
  # invalid JSON.
@@ -2538,6 +2653,7 @@ module Aws::SES
2538
2653
  #
2539
2654
  class InvalidRenderingParameterException < Struct.new(
2540
2655
  :template_name)
2656
+ SENSITIVE = []
2541
2657
  include Aws::Structure
2542
2658
  end
2543
2659
 
@@ -2558,6 +2674,7 @@ module Aws::SES
2558
2674
  #
2559
2675
  class InvalidS3ConfigurationException < Struct.new(
2560
2676
  :bucket)
2677
+ SENSITIVE = []
2561
2678
  include Aws::Structure
2562
2679
  end
2563
2680
 
@@ -2577,6 +2694,7 @@ module Aws::SES
2577
2694
  class InvalidSNSDestinationException < Struct.new(
2578
2695
  :configuration_set_name,
2579
2696
  :event_destination_name)
2697
+ SENSITIVE = []
2580
2698
  include Aws::Structure
2581
2699
  end
2582
2700
 
@@ -2597,6 +2715,7 @@ module Aws::SES
2597
2715
  #
2598
2716
  class InvalidSnsTopicException < Struct.new(
2599
2717
  :topic)
2718
+ SENSITIVE = []
2600
2719
  include Aws::Structure
2601
2720
  end
2602
2721
 
@@ -2611,9 +2730,24 @@ module Aws::SES
2611
2730
  #
2612
2731
  class InvalidTemplateException < Struct.new(
2613
2732
  :template_name)
2733
+ SENSITIVE = []
2614
2734
  include Aws::Structure
2615
2735
  end
2616
2736
 
2737
+ # Indicates that the custom domain to be used for open and click
2738
+ # tracking redirects is invalid. This error appears most often in the
2739
+ # following situations:
2740
+ #
2741
+ # * When the tracking domain you specified is not verified in Amazon
2742
+ # SES.
2743
+ #
2744
+ # * When the tracking domain you specified is not a valid domain or
2745
+ # subdomain.
2746
+ #
2747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/InvalidTrackingOptionsException AWS API Documentation
2748
+ #
2749
+ class InvalidTrackingOptionsException < Aws::EmptyStructure; end
2750
+
2617
2751
  # Contains the delivery stream ARN and the IAM role ARN associated with
2618
2752
  # an Amazon Kinesis Firehose event destination.
2619
2753
  #
@@ -2649,6 +2783,7 @@ module Aws::SES
2649
2783
  class KinesisFirehoseDestination < Struct.new(
2650
2784
  :iam_role_arn,
2651
2785
  :delivery_stream_arn)
2786
+ SENSITIVE = []
2652
2787
  include Aws::Structure
2653
2788
  end
2654
2789
 
@@ -2726,9 +2861,22 @@ module Aws::SES
2726
2861
  :topic_arn,
2727
2862
  :function_arn,
2728
2863
  :invocation_type)
2864
+ SENSITIVE = []
2729
2865
  include Aws::Structure
2730
2866
  end
2731
2867
 
2868
+ # Indicates that a resource could not be created because of service
2869
+ # limits. For a list of Amazon SES limits, see the [Amazon SES Developer
2870
+ # Guide][1].
2871
+ #
2872
+ #
2873
+ #
2874
+ # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html
2875
+ #
2876
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/LimitExceededException AWS API Documentation
2877
+ #
2878
+ class LimitExceededException < Aws::EmptyStructure; end
2879
+
2732
2880
  # Represents a request to list the configuration sets associated with
2733
2881
  # your AWS account. Configuration sets enable you to publish email
2734
2882
  # sending events. For information about using configuration sets, see
@@ -2761,6 +2909,7 @@ module Aws::SES
2761
2909
  class ListConfigurationSetsRequest < Struct.new(
2762
2910
  :next_token,
2763
2911
  :max_items)
2912
+ SENSITIVE = []
2764
2913
  include Aws::Structure
2765
2914
  end
2766
2915
 
@@ -2788,6 +2937,7 @@ module Aws::SES
2788
2937
  class ListConfigurationSetsResponse < Struct.new(
2789
2938
  :configuration_sets,
2790
2939
  :next_token)
2940
+ SENSITIVE = []
2791
2941
  include Aws::Structure
2792
2942
  end
2793
2943
 
@@ -2827,6 +2977,7 @@ module Aws::SES
2827
2977
  class ListCustomVerificationEmailTemplatesRequest < Struct.new(
2828
2978
  :next_token,
2829
2979
  :max_results)
2980
+ SENSITIVE = []
2830
2981
  include Aws::Structure
2831
2982
  end
2832
2983
 
@@ -2849,6 +3000,7 @@ module Aws::SES
2849
3000
  class ListCustomVerificationEmailTemplatesResponse < Struct.new(
2850
3001
  :custom_verification_email_templates,
2851
3002
  :next_token)
3003
+ SENSITIVE = []
2852
3004
  include Aws::Structure
2853
3005
  end
2854
3006
 
@@ -2886,6 +3038,7 @@ module Aws::SES
2886
3038
  :identity_type,
2887
3039
  :next_token,
2888
3040
  :max_items)
3041
+ SENSITIVE = []
2889
3042
  include Aws::Structure
2890
3043
  end
2891
3044
 
@@ -2905,6 +3058,7 @@ module Aws::SES
2905
3058
  class ListIdentitiesResponse < Struct.new(
2906
3059
  :identities,
2907
3060
  :next_token)
3061
+ SENSITIVE = []
2908
3062
  include Aws::Structure
2909
3063
  end
2910
3064
 
@@ -2939,6 +3093,7 @@ module Aws::SES
2939
3093
  #
2940
3094
  class ListIdentityPoliciesRequest < Struct.new(
2941
3095
  :identity)
3096
+ SENSITIVE = []
2942
3097
  include Aws::Structure
2943
3098
  end
2944
3099
 
@@ -2953,6 +3108,7 @@ module Aws::SES
2953
3108
  #
2954
3109
  class ListIdentityPoliciesResponse < Struct.new(
2955
3110
  :policy_names)
3111
+ SENSITIVE = []
2956
3112
  include Aws::Structure
2957
3113
  end
2958
3114
 
@@ -2983,6 +3139,7 @@ module Aws::SES
2983
3139
  #
2984
3140
  class ListReceiptFiltersResponse < Struct.new(
2985
3141
  :filters)
3142
+ SENSITIVE = []
2986
3143
  include Aws::Structure
2987
3144
  end
2988
3145
 
@@ -3011,6 +3168,7 @@ module Aws::SES
3011
3168
  #
3012
3169
  class ListReceiptRuleSetsRequest < Struct.new(
3013
3170
  :next_token)
3171
+ SENSITIVE = []
3014
3172
  include Aws::Structure
3015
3173
  end
3016
3174
 
@@ -3034,6 +3192,7 @@ module Aws::SES
3034
3192
  class ListReceiptRuleSetsResponse < Struct.new(
3035
3193
  :rule_sets,
3036
3194
  :next_token)
3195
+ SENSITIVE = []
3037
3196
  include Aws::Structure
3038
3197
  end
3039
3198
 
@@ -3062,6 +3221,7 @@ module Aws::SES
3062
3221
  class ListTemplatesRequest < Struct.new(
3063
3222
  :next_token,
3064
3223
  :max_items)
3224
+ SENSITIVE = []
3065
3225
  include Aws::Structure
3066
3226
  end
3067
3227
 
@@ -3081,6 +3241,7 @@ module Aws::SES
3081
3241
  class ListTemplatesResponse < Struct.new(
3082
3242
  :templates_metadata,
3083
3243
  :next_token)
3244
+ SENSITIVE = []
3084
3245
  include Aws::Structure
3085
3246
  end
3086
3247
 
@@ -3095,9 +3256,23 @@ module Aws::SES
3095
3256
  #
3096
3257
  class ListVerifiedEmailAddressesResponse < Struct.new(
3097
3258
  :verified_email_addresses)
3259
+ SENSITIVE = []
3098
3260
  include Aws::Structure
3099
3261
  end
3100
3262
 
3263
+ # Indicates that the message could not be sent because Amazon SES could
3264
+ # not read the MX record required to use the specified MAIL FROM domain.
3265
+ # For information about editing the custom MAIL FROM domain settings for
3266
+ # an identity, see the [Amazon SES Developer Guide][1].
3267
+ #
3268
+ #
3269
+ #
3270
+ # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html
3271
+ #
3272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/MailFromDomainNotVerifiedException AWS API Documentation
3273
+ #
3274
+ class MailFromDomainNotVerifiedException < Aws::EmptyStructure; end
3275
+
3101
3276
  # Represents the message to be sent, composed of a subject and a body.
3102
3277
  #
3103
3278
  # @note When making an API call, you may pass Message
@@ -3134,6 +3309,7 @@ module Aws::SES
3134
3309
  class Message < Struct.new(
3135
3310
  :subject,
3136
3311
  :body)
3312
+ SENSITIVE = []
3137
3313
  include Aws::Structure
3138
3314
  end
3139
3315
 
@@ -3191,9 +3367,18 @@ module Aws::SES
3191
3367
  :reporting_mta,
3192
3368
  :arrival_date,
3193
3369
  :extension_fields)
3370
+ SENSITIVE = []
3194
3371
  include Aws::Structure
3195
3372
  end
3196
3373
 
3374
+ # Indicates that the action failed, and the message could not be sent.
3375
+ # Check the error stack for more information about what caused the
3376
+ # error.
3377
+ #
3378
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/MessageRejected AWS API Documentation
3379
+ #
3380
+ class MessageRejected < Aws::EmptyStructure; end
3381
+
3197
3382
  # Contains the name and value of a tag that you can provide to
3198
3383
  # `SendEmail` or `SendRawEmail` to apply to an email.
3199
3384
  #
@@ -3236,6 +3421,7 @@ module Aws::SES
3236
3421
  class MessageTag < Struct.new(
3237
3422
  :name,
3238
3423
  :value)
3424
+ SENSITIVE = []
3239
3425
  include Aws::Structure
3240
3426
  end
3241
3427
 
@@ -3251,9 +3437,16 @@ module Aws::SES
3251
3437
  #
3252
3438
  class MissingRenderingAttributeException < Struct.new(
3253
3439
  :template_name)
3440
+ SENSITIVE = []
3254
3441
  include Aws::Structure
3255
3442
  end
3256
3443
 
3444
+ # Indicates that the account has not been granted production access.
3445
+ #
3446
+ # @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ProductionAccessNotGrantedException AWS API Documentation
3447
+ #
3448
+ class ProductionAccessNotGrantedException < Aws::EmptyStructure; end
3449
+
3257
3450
  # A request to modify the delivery options for a configuration set.
3258
3451
  #
3259
3452
  # @note When making an API call, you may pass PutConfigurationSetDeliveryOptionsRequest
@@ -3281,6 +3474,7 @@ module Aws::SES
3281
3474
  class PutConfigurationSetDeliveryOptionsRequest < Struct.new(
3282
3475
  :configuration_set_name,
3283
3476
  :delivery_options)
3477
+ SENSITIVE = []
3284
3478
  include Aws::Structure
3285
3479
  end
3286
3480
 
@@ -3343,6 +3537,7 @@ module Aws::SES
3343
3537
  :identity,
3344
3538
  :policy_name,
3345
3539
  :policy)
3540
+ SENSITIVE = []
3346
3541
  include Aws::Structure
3347
3542
  end
3348
3543
 
@@ -3392,6 +3587,7 @@ module Aws::SES
3392
3587
  #
3393
3588
  class RawMessage < Struct.new(
3394
3589
  :data)
3590
+ SENSITIVE = []
3395
3591
  include Aws::Structure
3396
3592
  end
3397
3593
 
@@ -3491,6 +3687,7 @@ module Aws::SES
3491
3687
  :stop_action,
3492
3688
  :add_header_action,
3493
3689
  :sns_action)
3690
+ SENSITIVE = []
3494
3691
  include Aws::Structure
3495
3692
  end
3496
3693
 
@@ -3537,6 +3734,7 @@ module Aws::SES
3537
3734
  class ReceiptFilter < Struct.new(
3538
3735
  :name,
3539
3736
  :ip_filter)
3737
+ SENSITIVE = []
3540
3738
  include Aws::Structure
3541
3739
  end
3542
3740
 
@@ -3581,6 +3779,7 @@ module Aws::SES
3581
3779
  class ReceiptIpFilter < Struct.new(
3582
3780
  :policy,
3583
3781
  :cidr)
3782
+ SENSITIVE = []
3584
3783
  include Aws::Structure
3585
3784
  end
3586
3785
 
@@ -3697,6 +3896,7 @@ module Aws::SES
3697
3896
  :recipients,
3698
3897
  :actions,
3699
3898
  :scan_enabled)
3899
+ SENSITIVE = []
3700
3900
  include Aws::Structure
3701
3901
  end
3702
3902
 
@@ -3733,6 +3933,7 @@ module Aws::SES
3733
3933
  class ReceiptRuleSetMetadata < Struct.new(
3734
3934
  :name,
3735
3935
  :created_timestamp)
3936
+ SENSITIVE = []
3736
3937
  include Aws::Structure
3737
3938
  end
3738
3939
 
@@ -3846,6 +4047,7 @@ module Aws::SES
3846
4047
  :diagnostic_code,
3847
4048
  :last_attempt_date,
3848
4049
  :extension_fields)
4050
+ SENSITIVE = []
3849
4051
  include Aws::Structure
3850
4052
  end
3851
4053
 
@@ -3879,6 +4081,7 @@ module Aws::SES
3879
4081
  class ReorderReceiptRuleSetRequest < Struct.new(
3880
4082
  :rule_set_name,
3881
4083
  :rule_names)
4084
+ SENSITIVE = []
3882
4085
  include Aws::Structure
3883
4086
  end
3884
4087
 
@@ -3930,6 +4133,7 @@ module Aws::SES
3930
4133
  :sending_enabled,
3931
4134
  :reputation_metrics_enabled,
3932
4135
  :last_fresh_start)
4136
+ SENSITIVE = []
3933
4137
  include Aws::Structure
3934
4138
  end
3935
4139
 
@@ -3943,6 +4147,7 @@ module Aws::SES
3943
4147
  #
3944
4148
  class RuleDoesNotExistException < Struct.new(
3945
4149
  :name)
4150
+ SENSITIVE = []
3946
4151
  include Aws::Structure
3947
4152
  end
3948
4153
 
@@ -3956,6 +4161,7 @@ module Aws::SES
3956
4161
  #
3957
4162
  class RuleSetDoesNotExistException < Struct.new(
3958
4163
  :name)
4164
+ SENSITIVE = []
3959
4165
  include Aws::Structure
3960
4166
  end
3961
4167
 
@@ -4068,6 +4274,7 @@ module Aws::SES
4068
4274
  :bucket_name,
4069
4275
  :object_key_prefix,
4070
4276
  :kms_key_arn)
4277
+ SENSITIVE = []
4071
4278
  include Aws::Structure
4072
4279
  end
4073
4280
 
@@ -4128,6 +4335,7 @@ module Aws::SES
4128
4335
  class SNSAction < Struct.new(
4129
4336
  :topic_arn,
4130
4337
  :encoding)
4338
+ SENSITIVE = []
4131
4339
  include Aws::Structure
4132
4340
  end
4133
4341
 
@@ -4165,6 +4373,7 @@ module Aws::SES
4165
4373
  #
4166
4374
  class SNSDestination < Struct.new(
4167
4375
  :topic_arn)
4376
+ SENSITIVE = []
4168
4377
  include Aws::Structure
4169
4378
  end
4170
4379
 
@@ -4260,6 +4469,7 @@ module Aws::SES
4260
4469
  :message_dsn,
4261
4470
  :bounced_recipient_info_list,
4262
4471
  :bounce_sender_arn)
4472
+ SENSITIVE = []
4263
4473
  include Aws::Structure
4264
4474
  end
4265
4475
 
@@ -4273,6 +4483,7 @@ module Aws::SES
4273
4483
  #
4274
4484
  class SendBounceResponse < Struct.new(
4275
4485
  :message_id)
4486
+ SENSITIVE = []
4276
4487
  include Aws::Structure
4277
4488
  end
4278
4489
 
@@ -4465,6 +4676,7 @@ module Aws::SES
4465
4676
  :template_arn,
4466
4677
  :default_template_data,
4467
4678
  :destinations)
4679
+ SENSITIVE = []
4468
4680
  include Aws::Structure
4469
4681
  end
4470
4682
 
@@ -4477,6 +4689,7 @@ module Aws::SES
4477
4689
  #
4478
4690
  class SendBulkTemplatedEmailResponse < Struct.new(
4479
4691
  :status)
4692
+ SENSITIVE = []
4480
4693
  include Aws::Structure
4481
4694
  end
4482
4695
 
@@ -4512,6 +4725,7 @@ module Aws::SES
4512
4725
  :email_address,
4513
4726
  :template_name,
4514
4727
  :configuration_set_name)
4728
+ SENSITIVE = []
4515
4729
  include Aws::Structure
4516
4730
  end
4517
4731
 
@@ -4527,6 +4741,7 @@ module Aws::SES
4527
4741
  #
4528
4742
  class SendCustomVerificationEmailResponse < Struct.new(
4529
4743
  :message_id)
4744
+ SENSITIVE = []
4530
4745
  include Aws::Structure
4531
4746
  end
4532
4747
 
@@ -4561,6 +4776,7 @@ module Aws::SES
4561
4776
  :bounces,
4562
4777
  :complaints,
4563
4778
  :rejects)
4779
+ SENSITIVE = []
4564
4780
  include Aws::Structure
4565
4781
  end
4566
4782
 
@@ -4737,6 +4953,7 @@ module Aws::SES
4737
4953
  :return_path_arn,
4738
4954
  :tags,
4739
4955
  :configuration_set_name)
4956
+ SENSITIVE = []
4740
4957
  include Aws::Structure
4741
4958
  end
4742
4959
 
@@ -4750,6 +4967,7 @@ module Aws::SES
4750
4967
  #
4751
4968
  class SendEmailResponse < Struct.new(
4752
4969
  :message_id)
4970
+ SENSITIVE = []
4753
4971
  include Aws::Structure
4754
4972
  end
4755
4973
 
@@ -4953,6 +5171,7 @@ module Aws::SES
4953
5171
  :return_path_arn,
4954
5172
  :tags,
4955
5173
  :configuration_set_name)
5174
+ SENSITIVE = []
4956
5175
  include Aws::Structure
4957
5176
  end
4958
5177
 
@@ -4967,6 +5186,7 @@ module Aws::SES
4967
5186
  #
4968
5187
  class SendRawEmailResponse < Struct.new(
4969
5188
  :message_id)
5189
+ SENSITIVE = []
4970
5190
  include Aws::Structure
4971
5191
  end
4972
5192
 
@@ -5143,6 +5363,7 @@ module Aws::SES
5143
5363
  :template,
5144
5364
  :template_arn,
5145
5365
  :template_data)
5366
+ SENSITIVE = []
5146
5367
  include Aws::Structure
5147
5368
  end
5148
5369
 
@@ -5155,6 +5376,7 @@ module Aws::SES
5155
5376
  #
5156
5377
  class SendTemplatedEmailResponse < Struct.new(
5157
5378
  :message_id)
5379
+ SENSITIVE = []
5158
5380
  include Aws::Structure
5159
5381
  end
5160
5382
 
@@ -5182,6 +5404,7 @@ module Aws::SES
5182
5404
  #
5183
5405
  class SetActiveReceiptRuleSetRequest < Struct.new(
5184
5406
  :rule_set_name)
5407
+ SENSITIVE = []
5185
5408
  include Aws::Structure
5186
5409
  end
5187
5410
 
@@ -5221,6 +5444,7 @@ module Aws::SES
5221
5444
  class SetIdentityDkimEnabledRequest < Struct.new(
5222
5445
  :identity,
5223
5446
  :dkim_enabled)
5447
+ SENSITIVE = []
5224
5448
  include Aws::Structure
5225
5449
  end
5226
5450
 
@@ -5268,6 +5492,7 @@ module Aws::SES
5268
5492
  class SetIdentityFeedbackForwardingEnabledRequest < Struct.new(
5269
5493
  :identity,
5270
5494
  :forwarding_enabled)
5495
+ SENSITIVE = []
5271
5496
  include Aws::Structure
5272
5497
  end
5273
5498
 
@@ -5322,6 +5547,7 @@ module Aws::SES
5322
5547
  :identity,
5323
5548
  :notification_type,
5324
5549
  :enabled)
5550
+ SENSITIVE = []
5325
5551
  include Aws::Structure
5326
5552
  end
5327
5553
 
@@ -5386,6 +5612,7 @@ module Aws::SES
5386
5612
  :identity,
5387
5613
  :mail_from_domain,
5388
5614
  :behavior_on_mx_failure)
5615
+ SENSITIVE = []
5389
5616
  include Aws::Structure
5390
5617
  end
5391
5618
 
@@ -5442,6 +5669,7 @@ module Aws::SES
5442
5669
  :identity,
5443
5670
  :notification_type,
5444
5671
  :sns_topic)
5672
+ SENSITIVE = []
5445
5673
  include Aws::Structure
5446
5674
  end
5447
5675
 
@@ -5489,6 +5717,7 @@ module Aws::SES
5489
5717
  :rule_set_name,
5490
5718
  :rule_name,
5491
5719
  :after)
5720
+ SENSITIVE = []
5492
5721
  include Aws::Structure
5493
5722
  end
5494
5723
 
@@ -5538,6 +5767,7 @@ module Aws::SES
5538
5767
  class StopAction < Struct.new(
5539
5768
  :scope,
5540
5769
  :topic_arn)
5770
+ SENSITIVE = []
5541
5771
  include Aws::Structure
5542
5772
  end
5543
5773
 
@@ -5580,6 +5810,7 @@ module Aws::SES
5580
5810
  :subject_part,
5581
5811
  :text_part,
5582
5812
  :html_part)
5813
+ SENSITIVE = []
5583
5814
  include Aws::Structure
5584
5815
  end
5585
5816
 
@@ -5593,6 +5824,7 @@ module Aws::SES
5593
5824
  #
5594
5825
  class TemplateDoesNotExistException < Struct.new(
5595
5826
  :template_name)
5827
+ SENSITIVE = []
5596
5828
  include Aws::Structure
5597
5829
  end
5598
5830
 
@@ -5611,6 +5843,7 @@ module Aws::SES
5611
5843
  class TemplateMetadata < Struct.new(
5612
5844
  :name,
5613
5845
  :created_timestamp)
5846
+ SENSITIVE = []
5614
5847
  include Aws::Structure
5615
5848
  end
5616
5849
 
@@ -5638,6 +5871,7 @@ module Aws::SES
5638
5871
  class TestRenderTemplateRequest < Struct.new(
5639
5872
  :template_name,
5640
5873
  :template_data)
5874
+ SENSITIVE = []
5641
5875
  include Aws::Structure
5642
5876
  end
5643
5877
 
@@ -5651,6 +5885,7 @@ module Aws::SES
5651
5885
  #
5652
5886
  class TestRenderTemplateResponse < Struct.new(
5653
5887
  :rendered_template)
5888
+ SENSITIVE = []
5654
5889
  include Aws::Structure
5655
5890
  end
5656
5891
 
@@ -5681,6 +5916,7 @@ module Aws::SES
5681
5916
  #
5682
5917
  class TrackingOptions < Struct.new(
5683
5918
  :custom_redirect_domain)
5919
+ SENSITIVE = []
5684
5920
  include Aws::Structure
5685
5921
  end
5686
5922
 
@@ -5696,6 +5932,7 @@ module Aws::SES
5696
5932
  #
5697
5933
  class TrackingOptionsAlreadyExistsException < Struct.new(
5698
5934
  :configuration_set_name)
5935
+ SENSITIVE = []
5699
5936
  include Aws::Structure
5700
5937
  end
5701
5938
 
@@ -5711,6 +5948,7 @@ module Aws::SES
5711
5948
  #
5712
5949
  class TrackingOptionsDoesNotExistException < Struct.new(
5713
5950
  :configuration_set_name)
5951
+ SENSITIVE = []
5714
5952
  include Aws::Structure
5715
5953
  end
5716
5954
 
@@ -5733,6 +5971,7 @@ module Aws::SES
5733
5971
  #
5734
5972
  class UpdateAccountSendingEnabledRequest < Struct.new(
5735
5973
  :enabled)
5974
+ SENSITIVE = []
5736
5975
  include Aws::Structure
5737
5976
  end
5738
5977
 
@@ -5788,6 +6027,7 @@ module Aws::SES
5788
6027
  class UpdateConfigurationSetEventDestinationRequest < Struct.new(
5789
6028
  :configuration_set_name,
5790
6029
  :event_destination)
6030
+ SENSITIVE = []
5791
6031
  include Aws::Structure
5792
6032
  end
5793
6033
 
@@ -5823,6 +6063,7 @@ module Aws::SES
5823
6063
  class UpdateConfigurationSetReputationMetricsEnabledRequest < Struct.new(
5824
6064
  :configuration_set_name,
5825
6065
  :enabled)
6066
+ SENSITIVE = []
5826
6067
  include Aws::Structure
5827
6068
  end
5828
6069
 
@@ -5851,6 +6092,7 @@ module Aws::SES
5851
6092
  class UpdateConfigurationSetSendingEnabledRequest < Struct.new(
5852
6093
  :configuration_set_name,
5853
6094
  :enabled)
6095
+ SENSITIVE = []
5854
6096
  include Aws::Structure
5855
6097
  end
5856
6098
 
@@ -5890,6 +6132,7 @@ module Aws::SES
5890
6132
  class UpdateConfigurationSetTrackingOptionsRequest < Struct.new(
5891
6133
  :configuration_set_name,
5892
6134
  :tracking_options)
6135
+ SENSITIVE = []
5893
6136
  include Aws::Structure
5894
6137
  end
5895
6138
 
@@ -5958,6 +6201,7 @@ module Aws::SES
5958
6201
  :template_content,
5959
6202
  :success_redirection_url,
5960
6203
  :failure_redirection_url)
6204
+ SENSITIVE = []
5961
6205
  include Aws::Structure
5962
6206
  end
5963
6207
 
@@ -6034,6 +6278,7 @@ module Aws::SES
6034
6278
  class UpdateReceiptRuleRequest < Struct.new(
6035
6279
  :rule_set_name,
6036
6280
  :rule)
6281
+ SENSITIVE = []
6037
6282
  include Aws::Structure
6038
6283
  end
6039
6284
 
@@ -6064,6 +6309,7 @@ module Aws::SES
6064
6309
  #
6065
6310
  class UpdateTemplateRequest < Struct.new(
6066
6311
  :template)
6312
+ SENSITIVE = []
6067
6313
  include Aws::Structure
6068
6314
  end
6069
6315
 
@@ -6094,6 +6340,7 @@ module Aws::SES
6094
6340
  #
6095
6341
  class VerifyDomainDkimRequest < Struct.new(
6096
6342
  :domain)
6343
+ SENSITIVE = []
6097
6344
  include Aws::Structure
6098
6345
  end
6099
6346
 
@@ -6125,6 +6372,7 @@ module Aws::SES
6125
6372
  #
6126
6373
  class VerifyDomainDkimResponse < Struct.new(
6127
6374
  :dkim_tokens)
6375
+ SENSITIVE = []
6128
6376
  include Aws::Structure
6129
6377
  end
6130
6378
 
@@ -6152,6 +6400,7 @@ module Aws::SES
6152
6400
  #
6153
6401
  class VerifyDomainIdentityRequest < Struct.new(
6154
6402
  :domain)
6403
+ SENSITIVE = []
6155
6404
  include Aws::Structure
6156
6405
  end
6157
6406
 
@@ -6175,6 +6424,7 @@ module Aws::SES
6175
6424
  #
6176
6425
  class VerifyDomainIdentityResponse < Struct.new(
6177
6426
  :verification_token)
6427
+ SENSITIVE = []
6178
6428
  include Aws::Structure
6179
6429
  end
6180
6430
 
@@ -6201,6 +6451,7 @@ module Aws::SES
6201
6451
  #
6202
6452
  class VerifyEmailAddressRequest < Struct.new(
6203
6453
  :email_address)
6454
+ SENSITIVE = []
6204
6455
  include Aws::Structure
6205
6456
  end
6206
6457
 
@@ -6227,6 +6478,7 @@ module Aws::SES
6227
6478
  #
6228
6479
  class VerifyEmailIdentityRequest < Struct.new(
6229
6480
  :email_address)
6481
+ SENSITIVE = []
6230
6482
  include Aws::Structure
6231
6483
  end
6232
6484
 
@@ -6286,6 +6538,7 @@ module Aws::SES
6286
6538
  class WorkmailAction < Struct.new(
6287
6539
  :topic_arn,
6288
6540
  :organization_arn)
6541
+ SENSITIVE = []
6289
6542
  include Aws::Structure
6290
6543
  end
6291
6544