aws-sdk-pinpointemail 1.16.0 → 1.21.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::PinpointEmail
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,25 @@
8
10
  module Aws::PinpointEmail
9
11
  module Types
10
12
 
13
+ # The message can't be sent because the account's ability to send
14
+ # email has been permanently restricted.
15
+ #
16
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/AccountSuspendedException AWS API Documentation
17
+ #
18
+ class AccountSuspendedException < Aws::EmptyStructure; end
19
+
20
+ # The resource specified in your request already exists.
21
+ #
22
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/AlreadyExistsException AWS API Documentation
23
+ #
24
+ class AlreadyExistsException < Aws::EmptyStructure; end
25
+
26
+ # The input you provided is invalid.
27
+ #
28
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/BadRequestException AWS API Documentation
29
+ #
30
+ class BadRequestException < Aws::EmptyStructure; end
31
+
11
32
  # An object that contains information about a blacklisting event that
12
33
  # impacts one of the dedicated IP addresses that is associated with your
13
34
  # account.
@@ -32,6 +53,7 @@ module Aws::PinpointEmail
32
53
  :rbl_name,
33
54
  :listing_time,
34
55
  :description)
56
+ SENSITIVE = []
35
57
  include Aws::Structure
36
58
  end
37
59
 
@@ -68,6 +90,7 @@ module Aws::PinpointEmail
68
90
  class Body < Struct.new(
69
91
  :text,
70
92
  :html)
93
+ SENSITIVE = []
71
94
  include Aws::Structure
72
95
  end
73
96
 
@@ -97,6 +120,7 @@ module Aws::PinpointEmail
97
120
  #
98
121
  class CloudWatchDestination < Struct.new(
99
122
  :dimension_configurations)
123
+ SENSITIVE = []
100
124
  include Aws::Structure
101
125
  end
102
126
 
@@ -149,9 +173,16 @@ module Aws::PinpointEmail
149
173
  :dimension_name,
150
174
  :dimension_value_source,
151
175
  :default_dimension_value)
176
+ SENSITIVE = []
152
177
  include Aws::Structure
153
178
  end
154
179
 
180
+ # The resource is being modified by another operation or thread.
181
+ #
182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/ConcurrentModificationException AWS API Documentation
183
+ #
184
+ class ConcurrentModificationException < Aws::EmptyStructure; end
185
+
155
186
  # An object that represents the content of the email, and optionally a
156
187
  # character set specification.
157
188
  #
@@ -180,6 +211,7 @@ module Aws::PinpointEmail
180
211
  class Content < Struct.new(
181
212
  :data,
182
213
  :charset)
214
+ SENSITIVE = []
183
215
  include Aws::Structure
184
216
  end
185
217
 
@@ -236,6 +268,7 @@ module Aws::PinpointEmail
236
268
  :configuration_set_name,
237
269
  :event_destination_name,
238
270
  :event_destination)
271
+ SENSITIVE = []
239
272
  include Aws::Structure
240
273
  end
241
274
 
@@ -314,6 +347,7 @@ module Aws::PinpointEmail
314
347
  :reputation_options,
315
348
  :sending_options,
316
349
  :tags)
350
+ SENSITIVE = []
317
351
  include Aws::Structure
318
352
  end
319
353
 
@@ -353,6 +387,7 @@ module Aws::PinpointEmail
353
387
  class CreateDedicatedIpPoolRequest < Struct.new(
354
388
  :pool_name,
355
389
  :tags)
390
+ SENSITIVE = []
356
391
  include Aws::Structure
357
392
  end
358
393
 
@@ -439,6 +474,7 @@ module Aws::PinpointEmail
439
474
  :from_email_address,
440
475
  :content,
441
476
  :tags)
477
+ SENSITIVE = []
442
478
  include Aws::Structure
443
479
  end
444
480
 
@@ -463,6 +499,7 @@ module Aws::PinpointEmail
463
499
  class CreateDeliverabilityTestReportResponse < Struct.new(
464
500
  :report_id,
465
501
  :deliverability_test_status)
502
+ SENSITIVE = []
466
503
  include Aws::Structure
467
504
  end
468
505
 
@@ -496,6 +533,7 @@ module Aws::PinpointEmail
496
533
  class CreateEmailIdentityRequest < Struct.new(
497
534
  :email_identity,
498
535
  :tags)
536
+ SENSITIVE = []
499
537
  include Aws::Structure
500
538
  end
501
539
 
@@ -534,6 +572,7 @@ module Aws::PinpointEmail
534
572
  :identity_type,
535
573
  :verified_for_sending_status,
536
574
  :dkim_attributes)
575
+ SENSITIVE = []
537
576
  include Aws::Structure
538
577
  end
539
578
 
@@ -561,6 +600,7 @@ module Aws::PinpointEmail
561
600
  :start_date,
562
601
  :volume_statistics,
563
602
  :domain_isp_placements)
603
+ SENSITIVE = []
564
604
  include Aws::Structure
565
605
  end
566
606
 
@@ -601,6 +641,7 @@ module Aws::PinpointEmail
601
641
  :warmup_status,
602
642
  :warmup_percentage,
603
643
  :pool_name)
644
+ SENSITIVE = []
604
645
  include Aws::Structure
605
646
  end
606
647
 
@@ -628,6 +669,7 @@ module Aws::PinpointEmail
628
669
  class DeleteConfigurationSetEventDestinationRequest < Struct.new(
629
670
  :configuration_set_name,
630
671
  :event_destination_name)
672
+ SENSITIVE = []
631
673
  include Aws::Structure
632
674
  end
633
675
 
@@ -655,6 +697,7 @@ module Aws::PinpointEmail
655
697
  #
656
698
  class DeleteConfigurationSetRequest < Struct.new(
657
699
  :configuration_set_name)
700
+ SENSITIVE = []
658
701
  include Aws::Structure
659
702
  end
660
703
 
@@ -682,6 +725,7 @@ module Aws::PinpointEmail
682
725
  #
683
726
  class DeleteDedicatedIpPoolRequest < Struct.new(
684
727
  :pool_name)
728
+ SENSITIVE = []
685
729
  include Aws::Structure
686
730
  end
687
731
 
@@ -713,6 +757,7 @@ module Aws::PinpointEmail
713
757
  #
714
758
  class DeleteEmailIdentityRequest < Struct.new(
715
759
  :email_identity)
760
+ SENSITIVE = []
716
761
  include Aws::Structure
717
762
  end
718
763
 
@@ -768,6 +813,7 @@ module Aws::PinpointEmail
768
813
  :from_email_address,
769
814
  :create_date,
770
815
  :deliverability_test_status)
816
+ SENSITIVE = []
771
817
  include Aws::Structure
772
818
  end
773
819
 
@@ -799,6 +845,7 @@ module Aws::PinpointEmail
799
845
  class DeliveryOptions < Struct.new(
800
846
  :tls_policy,
801
847
  :sending_pool_name)
848
+ SENSITIVE = []
802
849
  include Aws::Structure
803
850
  end
804
851
 
@@ -834,6 +881,7 @@ module Aws::PinpointEmail
834
881
  :to_addresses,
835
882
  :cc_addresses,
836
883
  :bcc_addresses)
884
+ SENSITIVE = []
837
885
  include Aws::Structure
838
886
  end
839
887
 
@@ -886,6 +934,7 @@ module Aws::PinpointEmail
886
934
  :signing_enabled,
887
935
  :status,
888
936
  :tokens)
937
+ SENSITIVE = []
889
938
  include Aws::Structure
890
939
  end
891
940
 
@@ -989,6 +1038,7 @@ module Aws::PinpointEmail
989
1038
  :read_delete_rate,
990
1039
  :projected_volume,
991
1040
  :esps)
1041
+ SENSITIVE = []
992
1042
  include Aws::Structure
993
1043
  end
994
1044
 
@@ -1032,6 +1082,7 @@ module Aws::PinpointEmail
1032
1082
  :domain,
1033
1083
  :subscription_start_date,
1034
1084
  :inbox_placement_tracking_option)
1085
+ SENSITIVE = []
1035
1086
  include Aws::Structure
1036
1087
  end
1037
1088
 
@@ -1075,6 +1126,7 @@ module Aws::PinpointEmail
1075
1126
  :spam_raw_count,
1076
1127
  :inbox_percentage,
1077
1128
  :spam_percentage)
1129
+ SENSITIVE = []
1078
1130
  include Aws::Structure
1079
1131
  end
1080
1132
 
@@ -1158,6 +1210,7 @@ module Aws::PinpointEmail
1158
1210
  :simple,
1159
1211
  :raw,
1160
1212
  :template)
1213
+ SENSITIVE = []
1161
1214
  include Aws::Structure
1162
1215
  end
1163
1216
 
@@ -1222,6 +1275,7 @@ module Aws::PinpointEmail
1222
1275
  :cloud_watch_destination,
1223
1276
  :sns_destination,
1224
1277
  :pinpoint_destination)
1278
+ SENSITIVE = []
1225
1279
  include Aws::Structure
1226
1280
  end
1227
1281
 
@@ -1306,6 +1360,7 @@ module Aws::PinpointEmail
1306
1360
  :cloud_watch_destination,
1307
1361
  :sns_destination,
1308
1362
  :pinpoint_destination)
1363
+ SENSITIVE = []
1309
1364
  include Aws::Structure
1310
1365
  end
1311
1366
 
@@ -1379,6 +1434,7 @@ module Aws::PinpointEmail
1379
1434
  :dedicated_ip_auto_warmup_enabled,
1380
1435
  :enforcement_status,
1381
1436
  :production_access_enabled)
1437
+ SENSITIVE = []
1382
1438
  include Aws::Structure
1383
1439
  end
1384
1440
 
@@ -1402,6 +1458,7 @@ module Aws::PinpointEmail
1402
1458
  #
1403
1459
  class GetBlacklistReportsRequest < Struct.new(
1404
1460
  :blacklist_item_names)
1461
+ SENSITIVE = []
1405
1462
  include Aws::Structure
1406
1463
  end
1407
1464
 
@@ -1416,6 +1473,7 @@ module Aws::PinpointEmail
1416
1473
  #
1417
1474
  class GetBlacklistReportsResponse < Struct.new(
1418
1475
  :blacklist_report)
1476
+ SENSITIVE = []
1419
1477
  include Aws::Structure
1420
1478
  end
1421
1479
 
@@ -1438,6 +1496,7 @@ module Aws::PinpointEmail
1438
1496
  #
1439
1497
  class GetConfigurationSetEventDestinationsRequest < Struct.new(
1440
1498
  :configuration_set_name)
1499
+ SENSITIVE = []
1441
1500
  include Aws::Structure
1442
1501
  end
1443
1502
 
@@ -1452,6 +1511,7 @@ module Aws::PinpointEmail
1452
1511
  #
1453
1512
  class GetConfigurationSetEventDestinationsResponse < Struct.new(
1454
1513
  :event_destinations)
1514
+ SENSITIVE = []
1455
1515
  include Aws::Structure
1456
1516
  end
1457
1517
 
@@ -1473,6 +1533,7 @@ module Aws::PinpointEmail
1473
1533
  #
1474
1534
  class GetConfigurationSetRequest < Struct.new(
1475
1535
  :configuration_set_name)
1536
+ SENSITIVE = []
1476
1537
  include Aws::Structure
1477
1538
  end
1478
1539
 
@@ -1517,6 +1578,7 @@ module Aws::PinpointEmail
1517
1578
  :reputation_options,
1518
1579
  :sending_options,
1519
1580
  :tags)
1581
+ SENSITIVE = []
1520
1582
  include Aws::Structure
1521
1583
  end
1522
1584
 
@@ -1539,6 +1601,7 @@ module Aws::PinpointEmail
1539
1601
  #
1540
1602
  class GetDedicatedIpRequest < Struct.new(
1541
1603
  :ip)
1604
+ SENSITIVE = []
1542
1605
  include Aws::Structure
1543
1606
  end
1544
1607
 
@@ -1552,6 +1615,7 @@ module Aws::PinpointEmail
1552
1615
  #
1553
1616
  class GetDedicatedIpResponse < Struct.new(
1554
1617
  :dedicated_ip)
1618
+ SENSITIVE = []
1555
1619
  include Aws::Structure
1556
1620
  end
1557
1621
 
@@ -1591,6 +1655,7 @@ module Aws::PinpointEmail
1591
1655
  :pool_name,
1592
1656
  :next_token,
1593
1657
  :page_size)
1658
+ SENSITIVE = []
1594
1659
  include Aws::Structure
1595
1660
  end
1596
1661
 
@@ -1614,6 +1679,7 @@ module Aws::PinpointEmail
1614
1679
  class GetDedicatedIpsResponse < Struct.new(
1615
1680
  :dedicated_ips,
1616
1681
  :next_token)
1682
+ SENSITIVE = []
1617
1683
  include Aws::Structure
1618
1684
  end
1619
1685
 
@@ -1685,6 +1751,7 @@ module Aws::PinpointEmail
1685
1751
  :account_status,
1686
1752
  :active_subscribed_domains,
1687
1753
  :pending_expiration_subscribed_domains)
1754
+ SENSITIVE = []
1688
1755
  include Aws::Structure
1689
1756
  end
1690
1757
 
@@ -1706,6 +1773,7 @@ module Aws::PinpointEmail
1706
1773
  #
1707
1774
  class GetDeliverabilityTestReportRequest < Struct.new(
1708
1775
  :report_id)
1776
+ SENSITIVE = []
1709
1777
  include Aws::Structure
1710
1778
  end
1711
1779
 
@@ -1746,6 +1814,7 @@ module Aws::PinpointEmail
1746
1814
  :isp_placements,
1747
1815
  :message,
1748
1816
  :tags)
1817
+ SENSITIVE = []
1749
1818
  include Aws::Structure
1750
1819
  end
1751
1820
 
@@ -1773,6 +1842,7 @@ module Aws::PinpointEmail
1773
1842
  #
1774
1843
  class GetDomainDeliverabilityCampaignRequest < Struct.new(
1775
1844
  :campaign_id)
1845
+ SENSITIVE = []
1776
1846
  include Aws::Structure
1777
1847
  end
1778
1848
 
@@ -1789,6 +1859,7 @@ module Aws::PinpointEmail
1789
1859
  #
1790
1860
  class GetDomainDeliverabilityCampaignResponse < Struct.new(
1791
1861
  :domain_deliverability_campaign)
1862
+ SENSITIVE = []
1792
1863
  include Aws::Structure
1793
1864
  end
1794
1865
 
@@ -1824,6 +1895,7 @@ module Aws::PinpointEmail
1824
1895
  :domain,
1825
1896
  :start_date,
1826
1897
  :end_date)
1898
+ SENSITIVE = []
1827
1899
  include Aws::Structure
1828
1900
  end
1829
1901
 
@@ -1847,6 +1919,7 @@ module Aws::PinpointEmail
1847
1919
  class GetDomainStatisticsReportResponse < Struct.new(
1848
1920
  :overall_volume,
1849
1921
  :daily_volumes)
1922
+ SENSITIVE = []
1850
1923
  include Aws::Structure
1851
1924
  end
1852
1925
 
@@ -1867,6 +1940,7 @@ module Aws::PinpointEmail
1867
1940
  #
1868
1941
  class GetEmailIdentityRequest < Struct.new(
1869
1942
  :email_identity)
1943
+ SENSITIVE = []
1870
1944
  include Aws::Structure
1871
1945
  end
1872
1946
 
@@ -1930,6 +2004,7 @@ module Aws::PinpointEmail
1930
2004
  :dkim_attributes,
1931
2005
  :mail_from_attributes,
1932
2006
  :tags)
2007
+ SENSITIVE = []
1933
2008
  include Aws::Structure
1934
2009
  end
1935
2010
 
@@ -1966,6 +2041,7 @@ module Aws::PinpointEmail
1966
2041
  :identity_type,
1967
2042
  :identity_name,
1968
2043
  :sending_enabled)
2044
+ SENSITIVE = []
1969
2045
  include Aws::Structure
1970
2046
  end
1971
2047
 
@@ -1998,6 +2074,7 @@ module Aws::PinpointEmail
1998
2074
  class InboxPlacementTrackingOption < Struct.new(
1999
2075
  :global,
2000
2076
  :tracked_isps)
2077
+ SENSITIVE = []
2001
2078
  include Aws::Structure
2002
2079
  end
2003
2080
 
@@ -2019,6 +2096,7 @@ module Aws::PinpointEmail
2019
2096
  class IspPlacement < Struct.new(
2020
2097
  :isp_name,
2021
2098
  :placement_statistics)
2099
+ SENSITIVE = []
2022
2100
  include Aws::Structure
2023
2101
  end
2024
2102
 
@@ -2050,9 +2128,16 @@ module Aws::PinpointEmail
2050
2128
  class KinesisFirehoseDestination < Struct.new(
2051
2129
  :iam_role_arn,
2052
2130
  :delivery_stream_arn)
2131
+ SENSITIVE = []
2053
2132
  include Aws::Structure
2054
2133
  end
2055
2134
 
2135
+ # There are too many instances of the specified resource type.
2136
+ #
2137
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/LimitExceededException AWS API Documentation
2138
+ #
2139
+ class LimitExceededException < Aws::EmptyStructure; end
2140
+
2056
2141
  # A request to obtain a list of configuration sets for your Amazon
2057
2142
  # Pinpoint account in the current AWS Region.
2058
2143
  #
@@ -2081,6 +2166,7 @@ module Aws::PinpointEmail
2081
2166
  class ListConfigurationSetsRequest < Struct.new(
2082
2167
  :next_token,
2083
2168
  :page_size)
2169
+ SENSITIVE = []
2084
2170
  include Aws::Structure
2085
2171
  end
2086
2172
 
@@ -2104,6 +2190,7 @@ module Aws::PinpointEmail
2104
2190
  class ListConfigurationSetsResponse < Struct.new(
2105
2191
  :configuration_sets,
2106
2192
  :next_token)
2193
+ SENSITIVE = []
2107
2194
  include Aws::Structure
2108
2195
  end
2109
2196
 
@@ -2134,6 +2221,7 @@ module Aws::PinpointEmail
2134
2221
  class ListDedicatedIpPoolsRequest < Struct.new(
2135
2222
  :next_token,
2136
2223
  :page_size)
2224
+ SENSITIVE = []
2137
2225
  include Aws::Structure
2138
2226
  end
2139
2227
 
@@ -2156,6 +2244,7 @@ module Aws::PinpointEmail
2156
2244
  class ListDedicatedIpPoolsResponse < Struct.new(
2157
2245
  :dedicated_ip_pools,
2158
2246
  :next_token)
2247
+ SENSITIVE = []
2159
2248
  include Aws::Structure
2160
2249
  end
2161
2250
 
@@ -2192,6 +2281,7 @@ module Aws::PinpointEmail
2192
2281
  class ListDeliverabilityTestReportsRequest < Struct.new(
2193
2282
  :next_token,
2194
2283
  :page_size)
2284
+ SENSITIVE = []
2195
2285
  include Aws::Structure
2196
2286
  end
2197
2287
 
@@ -2217,6 +2307,7 @@ module Aws::PinpointEmail
2217
2307
  class ListDeliverabilityTestReportsResponse < Struct.new(
2218
2308
  :deliverability_test_reports,
2219
2309
  :next_token)
2310
+ SENSITIVE = []
2220
2311
  include Aws::Structure
2221
2312
  end
2222
2313
 
@@ -2274,6 +2365,7 @@ module Aws::PinpointEmail
2274
2365
  :subscribed_domain,
2275
2366
  :next_token,
2276
2367
  :page_size)
2368
+ SENSITIVE = []
2277
2369
  include Aws::Structure
2278
2370
  end
2279
2371
 
@@ -2299,6 +2391,7 @@ module Aws::PinpointEmail
2299
2391
  class ListDomainDeliverabilityCampaignsResponse < Struct.new(
2300
2392
  :domain_deliverability_campaigns,
2301
2393
  :next_token)
2394
+ SENSITIVE = []
2302
2395
  include Aws::Structure
2303
2396
  end
2304
2397
 
@@ -2335,6 +2428,7 @@ module Aws::PinpointEmail
2335
2428
  class ListEmailIdentitiesRequest < Struct.new(
2336
2429
  :next_token,
2337
2430
  :page_size)
2431
+ SENSITIVE = []
2338
2432
  include Aws::Structure
2339
2433
  end
2340
2434
 
@@ -2359,6 +2453,7 @@ module Aws::PinpointEmail
2359
2453
  class ListEmailIdentitiesResponse < Struct.new(
2360
2454
  :email_identities,
2361
2455
  :next_token)
2456
+ SENSITIVE = []
2362
2457
  include Aws::Structure
2363
2458
  end
2364
2459
 
@@ -2378,6 +2473,7 @@ module Aws::PinpointEmail
2378
2473
  #
2379
2474
  class ListTagsForResourceRequest < Struct.new(
2380
2475
  :resource_arn)
2476
+ SENSITIVE = []
2381
2477
  include Aws::Structure
2382
2478
  end
2383
2479
 
@@ -2391,6 +2487,7 @@ module Aws::PinpointEmail
2391
2487
  #
2392
2488
  class ListTagsForResourceResponse < Struct.new(
2393
2489
  :tags)
2490
+ SENSITIVE = []
2394
2491
  include Aws::Structure
2395
2492
  end
2396
2493
 
@@ -2438,9 +2535,16 @@ module Aws::PinpointEmail
2438
2535
  :mail_from_domain,
2439
2536
  :mail_from_domain_status,
2440
2537
  :behavior_on_mx_failure)
2538
+ SENSITIVE = []
2441
2539
  include Aws::Structure
2442
2540
  end
2443
2541
 
2542
+ # The message can't be sent because the sending domain isn't verified.
2543
+ #
2544
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/MailFromDomainNotVerifiedException AWS API Documentation
2545
+ #
2546
+ class MailFromDomainNotVerifiedException < Aws::EmptyStructure; end
2547
+
2444
2548
  # Represents the email message that you're sending. The `Message`
2445
2549
  # object consists of a subject line and a message body.
2446
2550
  #
@@ -2485,9 +2589,16 @@ module Aws::PinpointEmail
2485
2589
  class Message < Struct.new(
2486
2590
  :subject,
2487
2591
  :body)
2592
+ SENSITIVE = []
2488
2593
  include Aws::Structure
2489
2594
  end
2490
2595
 
2596
+ # The message can't be sent because it contains invalid content.
2597
+ #
2598
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/MessageRejected AWS API Documentation
2599
+ #
2600
+ class MessageRejected < Aws::EmptyStructure; end
2601
+
2491
2602
  # Contains the name and value of a tag that you apply to an email. You
2492
2603
  # can use message tags when you publish email sending events.
2493
2604
  #
@@ -2524,9 +2635,16 @@ module Aws::PinpointEmail
2524
2635
  class MessageTag < Struct.new(
2525
2636
  :name,
2526
2637
  :value)
2638
+ SENSITIVE = []
2527
2639
  include Aws::Structure
2528
2640
  end
2529
2641
 
2642
+ # The resource you attempted to access doesn't exist.
2643
+ #
2644
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/NotFoundException AWS API Documentation
2645
+ #
2646
+ class NotFoundException < Aws::EmptyStructure; end
2647
+
2530
2648
  # An object that contains information about email that was sent from the
2531
2649
  # selected domain.
2532
2650
  #
@@ -2551,6 +2669,7 @@ module Aws::PinpointEmail
2551
2669
  :volume_statistics,
2552
2670
  :read_rate_percent,
2553
2671
  :domain_isp_placements)
2672
+ SENSITIVE = []
2554
2673
  include Aws::Structure
2555
2674
  end
2556
2675
 
@@ -2575,6 +2694,7 @@ module Aws::PinpointEmail
2575
2694
  #
2576
2695
  class PinpointDestination < Struct.new(
2577
2696
  :application_arn)
2697
+ SENSITIVE = []
2578
2698
  include Aws::Structure
2579
2699
  end
2580
2700
 
@@ -2613,6 +2733,7 @@ module Aws::PinpointEmail
2613
2733
  :missing_percentage,
2614
2734
  :spf_percentage,
2615
2735
  :dkim_percentage)
2736
+ SENSITIVE = []
2616
2737
  include Aws::Structure
2617
2738
  end
2618
2739
 
@@ -2637,6 +2758,7 @@ module Aws::PinpointEmail
2637
2758
  #
2638
2759
  class PutAccountDedicatedIpWarmupAttributesRequest < Struct.new(
2639
2760
  :auto_warmup_enabled)
2761
+ SENSITIVE = []
2640
2762
  include Aws::Structure
2641
2763
  end
2642
2764
 
@@ -2671,6 +2793,7 @@ module Aws::PinpointEmail
2671
2793
  #
2672
2794
  class PutAccountSendingAttributesRequest < Struct.new(
2673
2795
  :sending_enabled)
2796
+ SENSITIVE = []
2674
2797
  include Aws::Structure
2675
2798
  end
2676
2799
 
@@ -2716,6 +2839,7 @@ module Aws::PinpointEmail
2716
2839
  :configuration_set_name,
2717
2840
  :tls_policy,
2718
2841
  :sending_pool_name)
2842
+ SENSITIVE = []
2719
2843
  include Aws::Structure
2720
2844
  end
2721
2845
 
@@ -2753,6 +2877,7 @@ module Aws::PinpointEmail
2753
2877
  class PutConfigurationSetReputationOptionsRequest < Struct.new(
2754
2878
  :configuration_set_name,
2755
2879
  :reputation_metrics_enabled)
2880
+ SENSITIVE = []
2756
2881
  include Aws::Structure
2757
2882
  end
2758
2883
 
@@ -2789,6 +2914,7 @@ module Aws::PinpointEmail
2789
2914
  class PutConfigurationSetSendingOptionsRequest < Struct.new(
2790
2915
  :configuration_set_name,
2791
2916
  :sending_enabled)
2917
+ SENSITIVE = []
2792
2918
  include Aws::Structure
2793
2919
  end
2794
2920
 
@@ -2824,6 +2950,7 @@ module Aws::PinpointEmail
2824
2950
  class PutConfigurationSetTrackingOptionsRequest < Struct.new(
2825
2951
  :configuration_set_name,
2826
2952
  :custom_redirect_domain)
2953
+ SENSITIVE = []
2827
2954
  include Aws::Structure
2828
2955
  end
2829
2956
 
@@ -2860,6 +2987,7 @@ module Aws::PinpointEmail
2860
2987
  class PutDedicatedIpInPoolRequest < Struct.new(
2861
2988
  :ip,
2862
2989
  :destination_pool_name)
2990
+ SENSITIVE = []
2863
2991
  include Aws::Structure
2864
2992
  end
2865
2993
 
@@ -2897,6 +3025,7 @@ module Aws::PinpointEmail
2897
3025
  class PutDedicatedIpWarmupAttributesRequest < Struct.new(
2898
3026
  :ip,
2899
3027
  :warmup_percentage)
3028
+ SENSITIVE = []
2900
3029
  include Aws::Structure
2901
3030
  end
2902
3031
 
@@ -2956,6 +3085,7 @@ module Aws::PinpointEmail
2956
3085
  class PutDeliverabilityDashboardOptionRequest < Struct.new(
2957
3086
  :dashboard_enabled,
2958
3087
  :subscribed_domains)
3088
+ SENSITIVE = []
2959
3089
  include Aws::Structure
2960
3090
  end
2961
3091
 
@@ -2995,6 +3125,7 @@ module Aws::PinpointEmail
2995
3125
  class PutEmailIdentityDkimAttributesRequest < Struct.new(
2996
3126
  :email_identity,
2997
3127
  :signing_enabled)
3128
+ SENSITIVE = []
2998
3129
  include Aws::Structure
2999
3130
  end
3000
3131
 
@@ -3043,6 +3174,7 @@ module Aws::PinpointEmail
3043
3174
  class PutEmailIdentityFeedbackAttributesRequest < Struct.new(
3044
3175
  :email_identity,
3045
3176
  :email_forwarding_enabled)
3177
+ SENSITIVE = []
3046
3178
  include Aws::Structure
3047
3179
  end
3048
3180
 
@@ -3101,6 +3233,7 @@ module Aws::PinpointEmail
3101
3233
  :email_identity,
3102
3234
  :mail_from_domain,
3103
3235
  :behavior_on_mx_failure)
3236
+ SENSITIVE = []
3104
3237
  include Aws::Structure
3105
3238
  end
3106
3239
 
@@ -3153,6 +3286,7 @@ module Aws::PinpointEmail
3153
3286
  #
3154
3287
  class RawMessage < Struct.new(
3155
3288
  :data)
3289
+ SENSITIVE = []
3156
3290
  include Aws::Structure
3157
3291
  end
3158
3292
 
@@ -3185,6 +3319,7 @@ module Aws::PinpointEmail
3185
3319
  class ReputationOptions < Struct.new(
3186
3320
  :reputation_metrics_enabled,
3187
3321
  :last_fresh_start)
3322
+ SENSITIVE = []
3188
3323
  include Aws::Structure
3189
3324
  end
3190
3325
 
@@ -3282,6 +3417,7 @@ module Aws::PinpointEmail
3282
3417
  :content,
3283
3418
  :email_tags,
3284
3419
  :configuration_set_name)
3420
+ SENSITIVE = []
3285
3421
  include Aws::Structure
3286
3422
  end
3287
3423
 
@@ -3305,6 +3441,7 @@ module Aws::PinpointEmail
3305
3441
  #
3306
3442
  class SendEmailResponse < Struct.new(
3307
3443
  :message_id)
3444
+ SENSITIVE = []
3308
3445
  include Aws::Structure
3309
3446
  end
3310
3447
 
@@ -3335,6 +3472,7 @@ module Aws::PinpointEmail
3335
3472
  :max_24_hour_send,
3336
3473
  :max_send_rate,
3337
3474
  :sent_last_24_hours)
3475
+ SENSITIVE = []
3338
3476
  include Aws::Structure
3339
3477
  end
3340
3478
 
@@ -3357,9 +3495,17 @@ module Aws::PinpointEmail
3357
3495
  #
3358
3496
  class SendingOptions < Struct.new(
3359
3497
  :sending_enabled)
3498
+ SENSITIVE = []
3360
3499
  include Aws::Structure
3361
3500
  end
3362
3501
 
3502
+ # The message can't be sent because the account's ability to send
3503
+ # email is currently paused.
3504
+ #
3505
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/SendingPausedException AWS API Documentation
3506
+ #
3507
+ class SendingPausedException < Aws::EmptyStructure; end
3508
+
3363
3509
  # An object that defines an Amazon SNS destination for email events. You
3364
3510
  # can use Amazon SNS to send notification when certain email events
3365
3511
  # occur.
@@ -3385,6 +3531,7 @@ module Aws::PinpointEmail
3385
3531
  #
3386
3532
  class SnsDestination < Struct.new(
3387
3533
  :topic_arn)
3534
+ SENSITIVE = []
3388
3535
  include Aws::Structure
3389
3536
  end
3390
3537
 
@@ -3445,6 +3592,7 @@ module Aws::PinpointEmail
3445
3592
  class Tag < Struct.new(
3446
3593
  :key,
3447
3594
  :value)
3595
+ SENSITIVE = []
3448
3596
  include Aws::Structure
3449
3597
  end
3450
3598
 
@@ -3478,6 +3626,7 @@ module Aws::PinpointEmail
3478
3626
  class TagResourceRequest < Struct.new(
3479
3627
  :resource_arn,
3480
3628
  :tags)
3629
+ SENSITIVE = []
3481
3630
  include Aws::Structure
3482
3631
  end
3483
3632
 
@@ -3509,9 +3658,16 @@ module Aws::PinpointEmail
3509
3658
  class Template < Struct.new(
3510
3659
  :template_arn,
3511
3660
  :template_data)
3661
+ SENSITIVE = []
3512
3662
  include Aws::Structure
3513
3663
  end
3514
3664
 
3665
+ # Too many requests have been made to the operation.
3666
+ #
3667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/TooManyRequestsException AWS API Documentation
3668
+ #
3669
+ class TooManyRequestsException < Aws::EmptyStructure; end
3670
+
3515
3671
  # An object that defines the tracking options for a configuration set.
3516
3672
  # When you use Amazon Pinpoint to send an email, it contains an
3517
3673
  # invisible image that's used to track when recipients open your email.
@@ -3537,6 +3693,7 @@ module Aws::PinpointEmail
3537
3693
  #
3538
3694
  class TrackingOptions < Struct.new(
3539
3695
  :custom_redirect_domain)
3696
+ SENSITIVE = []
3540
3697
  include Aws::Structure
3541
3698
  end
3542
3699
 
@@ -3569,6 +3726,7 @@ module Aws::PinpointEmail
3569
3726
  class UntagResourceRequest < Struct.new(
3570
3727
  :resource_arn,
3571
3728
  :tag_keys)
3729
+ SENSITIVE = []
3572
3730
  include Aws::Structure
3573
3731
  end
3574
3732
 
@@ -3629,6 +3787,7 @@ module Aws::PinpointEmail
3629
3787
  :configuration_set_name,
3630
3788
  :event_destination_name,
3631
3789
  :event_destination)
3790
+ SENSITIVE = []
3632
3791
  include Aws::Structure
3633
3792
  end
3634
3793
 
@@ -3668,6 +3827,7 @@ module Aws::PinpointEmail
3668
3827
  :spam_raw_count,
3669
3828
  :projected_inbox,
3670
3829
  :projected_spam)
3830
+ SENSITIVE = []
3671
3831
  include Aws::Structure
3672
3832
  end
3673
3833