aws-sdk-sesv2 1.7.0 → 1.8.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: 034031126af9674d220b44ae56aa3559a52677a88e5ab8eebe3b35d21703b728
4
- data.tar.gz: 301072538aeff1444380a6e2d4b13d283c6950414360140ed9d118460bc47c92
3
+ metadata.gz: cbd064ff75f582c6dd04a1aa69f1dbaebb70e32985686c36c09a403cbbde6d4a
4
+ data.tar.gz: b4118ecd59abbccef70eb6ead8534eb465780e7da9198e1eef991aff4f903f54
5
5
  SHA512:
6
- metadata.gz: 42d23408cc69066d2ed0d73df02bcfd456ef904b2aee04a3604637959acec246c2e37b7a904054c170ee59fb8a21e92c963957f52a4e6370c40d94892725542f
7
- data.tar.gz: cac3c24646346c0dd80a1114c45887c60ba576a796f153fa343ddf78d12b9fe239f04a21e292d64418af742f427830fc32a781602f225dc1f061a6abe19afe1d
6
+ metadata.gz: 3192ad9dfe7f096c088ddc058d65e72ca592e01f261bb6f9241a5458388ff10b1149de765b07cad6c3a90e614d523a4c909e69e9fc19b1890f46977b1c370b1b
7
+ data.tar.gz: 17ad56cc8ea2f164374e3d2fd910e04585edc1c546dc7dbaff354f5bb1a75cfd957886dc4da135624bf5efbdf6346aa91fd82f44511d118a5b13b21b0f15d6e7
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-sesv2/customizations'
47
47
  # @service
48
48
  module Aws::SESV2
49
49
 
50
- GEM_VERSION = '1.7.0'
50
+ GEM_VERSION = '1.8.0'
51
51
 
52
52
  end
@@ -2550,7 +2550,7 @@ module Aws::SESV2
2550
2550
  params: params,
2551
2551
  config: config)
2552
2552
  context[:gem_name] = 'aws-sdk-sesv2'
2553
- context[:gem_version] = '1.7.0'
2553
+ context[:gem_version] = '1.8.0'
2554
2554
  Seahorse::Client::Request.new(handlers, context)
2555
2555
  end
2556
2556
 
@@ -53,6 +53,7 @@ module Aws::SESV2
53
53
  :rbl_name,
54
54
  :listing_time,
55
55
  :description)
56
+ SENSITIVE = []
56
57
  include Aws::Structure
57
58
  end
58
59
 
@@ -89,6 +90,7 @@ module Aws::SESV2
89
90
  class Body < Struct.new(
90
91
  :text,
91
92
  :html)
93
+ SENSITIVE = []
92
94
  include Aws::Structure
93
95
  end
94
96
 
@@ -118,6 +120,7 @@ module Aws::SESV2
118
120
  #
119
121
  class CloudWatchDestination < Struct.new(
120
122
  :dimension_configurations)
123
+ SENSITIVE = []
121
124
  include Aws::Structure
122
125
  end
123
126
 
@@ -169,6 +172,7 @@ module Aws::SESV2
169
172
  :dimension_name,
170
173
  :dimension_value_source,
171
174
  :default_dimension_value)
175
+ SENSITIVE = []
172
176
  include Aws::Structure
173
177
  end
174
178
 
@@ -206,6 +210,7 @@ module Aws::SESV2
206
210
  class Content < Struct.new(
207
211
  :data,
208
212
  :charset)
213
+ SENSITIVE = []
209
214
  include Aws::Structure
210
215
  end
211
216
 
@@ -262,6 +267,7 @@ module Aws::SESV2
262
267
  :configuration_set_name,
263
268
  :event_destination_name,
264
269
  :event_destination)
270
+ SENSITIVE = []
265
271
  include Aws::Structure
266
272
  end
267
273
 
@@ -348,6 +354,7 @@ module Aws::SESV2
348
354
  :sending_options,
349
355
  :tags,
350
356
  :suppression_options)
357
+ SENSITIVE = []
351
358
  include Aws::Structure
352
359
  end
353
360
 
@@ -387,6 +394,7 @@ module Aws::SESV2
387
394
  class CreateDedicatedIpPoolRequest < Struct.new(
388
395
  :pool_name,
389
396
  :tags)
397
+ SENSITIVE = []
390
398
  include Aws::Structure
391
399
  end
392
400
 
@@ -474,6 +482,7 @@ module Aws::SESV2
474
482
  :from_email_address,
475
483
  :content,
476
484
  :tags)
485
+ SENSITIVE = []
477
486
  include Aws::Structure
478
487
  end
479
488
 
@@ -498,6 +507,7 @@ module Aws::SESV2
498
507
  class CreateDeliverabilityTestReportResponse < Struct.new(
499
508
  :report_id,
500
509
  :deliverability_test_status)
510
+ SENSITIVE = []
501
511
  include Aws::Structure
502
512
  end
503
513
 
@@ -550,6 +560,7 @@ module Aws::SESV2
550
560
  :email_identity,
551
561
  :tags,
552
562
  :dkim_signing_attributes)
563
+ SENSITIVE = []
553
564
  include Aws::Structure
554
565
  end
555
566
 
@@ -583,6 +594,7 @@ module Aws::SESV2
583
594
  :identity_type,
584
595
  :verified_for_sending_status,
585
596
  :dkim_attributes)
597
+ SENSITIVE = []
586
598
  include Aws::Structure
587
599
  end
588
600
 
@@ -610,6 +622,7 @@ module Aws::SESV2
610
622
  :start_date,
611
623
  :volume_statistics,
612
624
  :domain_isp_placements)
625
+ SENSITIVE = []
613
626
  include Aws::Structure
614
627
  end
615
628
 
@@ -657,6 +670,7 @@ module Aws::SESV2
657
670
  :warmup_status,
658
671
  :warmup_percentage,
659
672
  :pool_name)
673
+ SENSITIVE = []
660
674
  include Aws::Structure
661
675
  end
662
676
 
@@ -684,6 +698,7 @@ module Aws::SESV2
684
698
  class DeleteConfigurationSetEventDestinationRequest < Struct.new(
685
699
  :configuration_set_name,
686
700
  :event_destination_name)
701
+ SENSITIVE = []
687
702
  include Aws::Structure
688
703
  end
689
704
 
@@ -711,6 +726,7 @@ module Aws::SESV2
711
726
  #
712
727
  class DeleteConfigurationSetRequest < Struct.new(
713
728
  :configuration_set_name)
729
+ SENSITIVE = []
714
730
  include Aws::Structure
715
731
  end
716
732
 
@@ -738,6 +754,7 @@ module Aws::SESV2
738
754
  #
739
755
  class DeleteDedicatedIpPoolRequest < Struct.new(
740
756
  :pool_name)
757
+ SENSITIVE = []
741
758
  include Aws::Structure
742
759
  end
743
760
 
@@ -769,6 +786,7 @@ module Aws::SESV2
769
786
  #
770
787
  class DeleteEmailIdentityRequest < Struct.new(
771
788
  :email_identity)
789
+ SENSITIVE = []
772
790
  include Aws::Structure
773
791
  end
774
792
 
@@ -798,6 +816,7 @@ module Aws::SESV2
798
816
  #
799
817
  class DeleteSuppressedDestinationRequest < Struct.new(
800
818
  :email_address)
819
+ SENSITIVE = []
801
820
  include Aws::Structure
802
821
  end
803
822
 
@@ -853,6 +872,7 @@ module Aws::SESV2
853
872
  :from_email_address,
854
873
  :create_date,
855
874
  :deliverability_test_status)
875
+ SENSITIVE = []
856
876
  include Aws::Structure
857
877
  end
858
878
 
@@ -884,6 +904,7 @@ module Aws::SESV2
884
904
  class DeliveryOptions < Struct.new(
885
905
  :tls_policy,
886
906
  :sending_pool_name)
907
+ SENSITIVE = []
887
908
  include Aws::Structure
888
909
  end
889
910
 
@@ -919,6 +940,7 @@ module Aws::SESV2
919
940
  :to_addresses,
920
941
  :cc_addresses,
921
942
  :bcc_addresses)
943
+ SENSITIVE = []
922
944
  include Aws::Structure
923
945
  end
924
946
 
@@ -1010,6 +1032,7 @@ module Aws::SESV2
1010
1032
  :status,
1011
1033
  :tokens,
1012
1034
  :signing_attributes_origin)
1035
+ SENSITIVE = []
1013
1036
  include Aws::Structure
1014
1037
  end
1015
1038
 
@@ -1041,6 +1064,7 @@ module Aws::SESV2
1041
1064
  class DkimSigningAttributes < Struct.new(
1042
1065
  :domain_signing_selector,
1043
1066
  :domain_signing_private_key)
1067
+ SENSITIVE = [:domain_signing_private_key]
1044
1068
  include Aws::Structure
1045
1069
  end
1046
1070
 
@@ -1141,6 +1165,7 @@ module Aws::SESV2
1141
1165
  :read_delete_rate,
1142
1166
  :projected_volume,
1143
1167
  :esps)
1168
+ SENSITIVE = []
1144
1169
  include Aws::Structure
1145
1170
  end
1146
1171
 
@@ -1184,6 +1209,7 @@ module Aws::SESV2
1184
1209
  :domain,
1185
1210
  :subscription_start_date,
1186
1211
  :inbox_placement_tracking_option)
1212
+ SENSITIVE = []
1187
1213
  include Aws::Structure
1188
1214
  end
1189
1215
 
@@ -1227,6 +1253,7 @@ module Aws::SESV2
1227
1253
  :spam_raw_count,
1228
1254
  :inbox_percentage,
1229
1255
  :spam_percentage)
1256
+ SENSITIVE = []
1230
1257
  include Aws::Structure
1231
1258
  end
1232
1259
 
@@ -1310,6 +1337,7 @@ module Aws::SESV2
1310
1337
  :simple,
1311
1338
  :raw,
1312
1339
  :template)
1340
+ SENSITIVE = []
1313
1341
  include Aws::Structure
1314
1342
  end
1315
1343
 
@@ -1381,6 +1409,7 @@ module Aws::SESV2
1381
1409
  :cloud_watch_destination,
1382
1410
  :sns_destination,
1383
1411
  :pinpoint_destination)
1412
+ SENSITIVE = []
1384
1413
  include Aws::Structure
1385
1414
  end
1386
1415
 
@@ -1471,6 +1500,7 @@ module Aws::SESV2
1471
1500
  :cloud_watch_destination,
1472
1501
  :sns_destination,
1473
1502
  :pinpoint_destination)
1503
+ SENSITIVE = []
1474
1504
  include Aws::Structure
1475
1505
  end
1476
1506
 
@@ -1550,6 +1580,7 @@ module Aws::SESV2
1550
1580
  :send_quota,
1551
1581
  :sending_enabled,
1552
1582
  :suppression_attributes)
1583
+ SENSITIVE = []
1553
1584
  include Aws::Structure
1554
1585
  end
1555
1586
 
@@ -1573,6 +1604,7 @@ module Aws::SESV2
1573
1604
  #
1574
1605
  class GetBlacklistReportsRequest < Struct.new(
1575
1606
  :blacklist_item_names)
1607
+ SENSITIVE = []
1576
1608
  include Aws::Structure
1577
1609
  end
1578
1610
 
@@ -1587,6 +1619,7 @@ module Aws::SESV2
1587
1619
  #
1588
1620
  class GetBlacklistReportsResponse < Struct.new(
1589
1621
  :blacklist_report)
1622
+ SENSITIVE = []
1590
1623
  include Aws::Structure
1591
1624
  end
1592
1625
 
@@ -1609,6 +1642,7 @@ module Aws::SESV2
1609
1642
  #
1610
1643
  class GetConfigurationSetEventDestinationsRequest < Struct.new(
1611
1644
  :configuration_set_name)
1645
+ SENSITIVE = []
1612
1646
  include Aws::Structure
1613
1647
  end
1614
1648
 
@@ -1623,6 +1657,7 @@ module Aws::SESV2
1623
1657
  #
1624
1658
  class GetConfigurationSetEventDestinationsResponse < Struct.new(
1625
1659
  :event_destinations)
1660
+ SENSITIVE = []
1626
1661
  include Aws::Structure
1627
1662
  end
1628
1663
 
@@ -1644,6 +1679,7 @@ module Aws::SESV2
1644
1679
  #
1645
1680
  class GetConfigurationSetRequest < Struct.new(
1646
1681
  :configuration_set_name)
1682
+ SENSITIVE = []
1647
1683
  include Aws::Structure
1648
1684
  end
1649
1685
 
@@ -1693,6 +1729,7 @@ module Aws::SESV2
1693
1729
  :sending_options,
1694
1730
  :tags,
1695
1731
  :suppression_options)
1732
+ SENSITIVE = []
1696
1733
  include Aws::Structure
1697
1734
  end
1698
1735
 
@@ -1715,6 +1752,7 @@ module Aws::SESV2
1715
1752
  #
1716
1753
  class GetDedicatedIpRequest < Struct.new(
1717
1754
  :ip)
1755
+ SENSITIVE = []
1718
1756
  include Aws::Structure
1719
1757
  end
1720
1758
 
@@ -1728,6 +1766,7 @@ module Aws::SESV2
1728
1766
  #
1729
1767
  class GetDedicatedIpResponse < Struct.new(
1730
1768
  :dedicated_ip)
1769
+ SENSITIVE = []
1731
1770
  include Aws::Structure
1732
1771
  end
1733
1772
 
@@ -1767,6 +1806,7 @@ module Aws::SESV2
1767
1806
  :pool_name,
1768
1807
  :next_token,
1769
1808
  :page_size)
1809
+ SENSITIVE = []
1770
1810
  include Aws::Structure
1771
1811
  end
1772
1812
 
@@ -1790,6 +1830,7 @@ module Aws::SESV2
1790
1830
  class GetDedicatedIpsResponse < Struct.new(
1791
1831
  :dedicated_ips,
1792
1832
  :next_token)
1833
+ SENSITIVE = []
1793
1834
  include Aws::Structure
1794
1835
  end
1795
1836
 
@@ -1858,6 +1899,7 @@ module Aws::SESV2
1858
1899
  :account_status,
1859
1900
  :active_subscribed_domains,
1860
1901
  :pending_expiration_subscribed_domains)
1902
+ SENSITIVE = []
1861
1903
  include Aws::Structure
1862
1904
  end
1863
1905
 
@@ -1879,6 +1921,7 @@ module Aws::SESV2
1879
1921
  #
1880
1922
  class GetDeliverabilityTestReportRequest < Struct.new(
1881
1923
  :report_id)
1924
+ SENSITIVE = []
1882
1925
  include Aws::Structure
1883
1926
  end
1884
1927
 
@@ -1919,6 +1962,7 @@ module Aws::SESV2
1919
1962
  :isp_placements,
1920
1963
  :message,
1921
1964
  :tags)
1965
+ SENSITIVE = []
1922
1966
  include Aws::Structure
1923
1967
  end
1924
1968
 
@@ -1943,6 +1987,7 @@ module Aws::SESV2
1943
1987
  #
1944
1988
  class GetDomainDeliverabilityCampaignRequest < Struct.new(
1945
1989
  :campaign_id)
1990
+ SENSITIVE = []
1946
1991
  include Aws::Structure
1947
1992
  end
1948
1993
 
@@ -1959,6 +2004,7 @@ module Aws::SESV2
1959
2004
  #
1960
2005
  class GetDomainDeliverabilityCampaignResponse < Struct.new(
1961
2006
  :domain_deliverability_campaign)
2007
+ SENSITIVE = []
1962
2008
  include Aws::Structure
1963
2009
  end
1964
2010
 
@@ -1994,6 +2040,7 @@ module Aws::SESV2
1994
2040
  :domain,
1995
2041
  :start_date,
1996
2042
  :end_date)
2043
+ SENSITIVE = []
1997
2044
  include Aws::Structure
1998
2045
  end
1999
2046
 
@@ -2017,6 +2064,7 @@ module Aws::SESV2
2017
2064
  class GetDomainStatisticsReportResponse < Struct.new(
2018
2065
  :overall_volume,
2019
2066
  :daily_volumes)
2067
+ SENSITIVE = []
2020
2068
  include Aws::Structure
2021
2069
  end
2022
2070
 
@@ -2037,6 +2085,7 @@ module Aws::SESV2
2037
2085
  #
2038
2086
  class GetEmailIdentityRequest < Struct.new(
2039
2087
  :email_identity)
2088
+ SENSITIVE = []
2040
2089
  include Aws::Structure
2041
2090
  end
2042
2091
 
@@ -2095,6 +2144,7 @@ module Aws::SESV2
2095
2144
  :dkim_attributes,
2096
2145
  :mail_from_attributes,
2097
2146
  :tags)
2147
+ SENSITIVE = []
2098
2148
  include Aws::Structure
2099
2149
  end
2100
2150
 
@@ -2116,6 +2166,7 @@ module Aws::SESV2
2116
2166
  #
2117
2167
  class GetSuppressedDestinationRequest < Struct.new(
2118
2168
  :email_address)
2169
+ SENSITIVE = []
2119
2170
  include Aws::Structure
2120
2171
  end
2121
2172
 
@@ -2129,6 +2180,7 @@ module Aws::SESV2
2129
2180
  #
2130
2181
  class GetSuppressedDestinationResponse < Struct.new(
2131
2182
  :suppressed_destination)
2183
+ SENSITIVE = []
2132
2184
  include Aws::Structure
2133
2185
  end
2134
2186
 
@@ -2165,6 +2217,7 @@ module Aws::SESV2
2165
2217
  :identity_type,
2166
2218
  :identity_name,
2167
2219
  :sending_enabled)
2220
+ SENSITIVE = []
2168
2221
  include Aws::Structure
2169
2222
  end
2170
2223
 
@@ -2196,6 +2249,7 @@ module Aws::SESV2
2196
2249
  class InboxPlacementTrackingOption < Struct.new(
2197
2250
  :global,
2198
2251
  :tracked_isps)
2252
+ SENSITIVE = []
2199
2253
  include Aws::Structure
2200
2254
  end
2201
2255
 
@@ -2223,6 +2277,7 @@ module Aws::SESV2
2223
2277
  class IspPlacement < Struct.new(
2224
2278
  :isp_name,
2225
2279
  :placement_statistics)
2280
+ SENSITIVE = []
2226
2281
  include Aws::Structure
2227
2282
  end
2228
2283
 
@@ -2254,6 +2309,7 @@ module Aws::SESV2
2254
2309
  class KinesisFirehoseDestination < Struct.new(
2255
2310
  :iam_role_arn,
2256
2311
  :delivery_stream_arn)
2312
+ SENSITIVE = []
2257
2313
  include Aws::Structure
2258
2314
  end
2259
2315
 
@@ -2291,6 +2347,7 @@ module Aws::SESV2
2291
2347
  class ListConfigurationSetsRequest < Struct.new(
2292
2348
  :next_token,
2293
2349
  :page_size)
2350
+ SENSITIVE = []
2294
2351
  include Aws::Structure
2295
2352
  end
2296
2353
 
@@ -2314,6 +2371,7 @@ module Aws::SESV2
2314
2371
  class ListConfigurationSetsResponse < Struct.new(
2315
2372
  :configuration_sets,
2316
2373
  :next_token)
2374
+ SENSITIVE = []
2317
2375
  include Aws::Structure
2318
2376
  end
2319
2377
 
@@ -2344,6 +2402,7 @@ module Aws::SESV2
2344
2402
  class ListDedicatedIpPoolsRequest < Struct.new(
2345
2403
  :next_token,
2346
2404
  :page_size)
2405
+ SENSITIVE = []
2347
2406
  include Aws::Structure
2348
2407
  end
2349
2408
 
@@ -2366,6 +2425,7 @@ module Aws::SESV2
2366
2425
  class ListDedicatedIpPoolsResponse < Struct.new(
2367
2426
  :dedicated_ip_pools,
2368
2427
  :next_token)
2428
+ SENSITIVE = []
2369
2429
  include Aws::Structure
2370
2430
  end
2371
2431
 
@@ -2402,6 +2462,7 @@ module Aws::SESV2
2402
2462
  class ListDeliverabilityTestReportsRequest < Struct.new(
2403
2463
  :next_token,
2404
2464
  :page_size)
2465
+ SENSITIVE = []
2405
2466
  include Aws::Structure
2406
2467
  end
2407
2468
 
@@ -2427,6 +2488,7 @@ module Aws::SESV2
2427
2488
  class ListDeliverabilityTestReportsResponse < Struct.new(
2428
2489
  :deliverability_test_reports,
2429
2490
  :next_token)
2491
+ SENSITIVE = []
2430
2492
  include Aws::Structure
2431
2493
  end
2432
2494
 
@@ -2483,6 +2545,7 @@ module Aws::SESV2
2483
2545
  :subscribed_domain,
2484
2546
  :next_token,
2485
2547
  :page_size)
2548
+ SENSITIVE = []
2486
2549
  include Aws::Structure
2487
2550
  end
2488
2551
 
@@ -2507,6 +2570,7 @@ module Aws::SESV2
2507
2570
  class ListDomainDeliverabilityCampaignsResponse < Struct.new(
2508
2571
  :domain_deliverability_campaigns,
2509
2572
  :next_token)
2573
+ SENSITIVE = []
2510
2574
  include Aws::Structure
2511
2575
  end
2512
2576
 
@@ -2543,6 +2607,7 @@ module Aws::SESV2
2543
2607
  class ListEmailIdentitiesRequest < Struct.new(
2544
2608
  :next_token,
2545
2609
  :page_size)
2610
+ SENSITIVE = []
2546
2611
  include Aws::Structure
2547
2612
  end
2548
2613
 
@@ -2567,6 +2632,7 @@ module Aws::SESV2
2567
2632
  class ListEmailIdentitiesResponse < Struct.new(
2568
2633
  :email_identities,
2569
2634
  :next_token)
2635
+ SENSITIVE = []
2570
2636
  include Aws::Structure
2571
2637
  end
2572
2638
 
@@ -2623,6 +2689,7 @@ module Aws::SESV2
2623
2689
  :end_date,
2624
2690
  :next_token,
2625
2691
  :page_size)
2692
+ SENSITIVE = []
2626
2693
  include Aws::Structure
2627
2694
  end
2628
2695
 
@@ -2645,6 +2712,7 @@ module Aws::SESV2
2645
2712
  class ListSuppressedDestinationsResponse < Struct.new(
2646
2713
  :suppressed_destination_summaries,
2647
2714
  :next_token)
2715
+ SENSITIVE = []
2648
2716
  include Aws::Structure
2649
2717
  end
2650
2718
 
@@ -2664,6 +2732,7 @@ module Aws::SESV2
2664
2732
  #
2665
2733
  class ListTagsForResourceRequest < Struct.new(
2666
2734
  :resource_arn)
2735
+ SENSITIVE = []
2667
2736
  include Aws::Structure
2668
2737
  end
2669
2738
 
@@ -2677,6 +2746,7 @@ module Aws::SESV2
2677
2746
  #
2678
2747
  class ListTagsForResourceResponse < Struct.new(
2679
2748
  :tags)
2749
+ SENSITIVE = []
2680
2750
  include Aws::Structure
2681
2751
  end
2682
2752
 
@@ -2723,6 +2793,7 @@ module Aws::SESV2
2723
2793
  :mail_from_domain,
2724
2794
  :mail_from_domain_status,
2725
2795
  :behavior_on_mx_failure)
2796
+ SENSITIVE = []
2726
2797
  include Aws::Structure
2727
2798
  end
2728
2799
 
@@ -2776,6 +2847,7 @@ module Aws::SESV2
2776
2847
  class Message < Struct.new(
2777
2848
  :subject,
2778
2849
  :body)
2850
+ SENSITIVE = []
2779
2851
  include Aws::Structure
2780
2852
  end
2781
2853
 
@@ -2821,6 +2893,7 @@ module Aws::SESV2
2821
2893
  class MessageTag < Struct.new(
2822
2894
  :name,
2823
2895
  :value)
2896
+ SENSITIVE = []
2824
2897
  include Aws::Structure
2825
2898
  end
2826
2899
 
@@ -2854,6 +2927,7 @@ module Aws::SESV2
2854
2927
  :volume_statistics,
2855
2928
  :read_rate_percent,
2856
2929
  :domain_isp_placements)
2930
+ SENSITIVE = []
2857
2931
  include Aws::Structure
2858
2932
  end
2859
2933
 
@@ -2884,6 +2958,7 @@ module Aws::SESV2
2884
2958
  #
2885
2959
  class PinpointDestination < Struct.new(
2886
2960
  :application_arn)
2961
+ SENSITIVE = []
2887
2962
  include Aws::Structure
2888
2963
  end
2889
2964
 
@@ -2922,6 +2997,7 @@ module Aws::SESV2
2922
2997
  :missing_percentage,
2923
2998
  :spf_percentage,
2924
2999
  :dkim_percentage)
3000
+ SENSITIVE = []
2925
3001
  include Aws::Structure
2926
3002
  end
2927
3003
 
@@ -2946,6 +3022,7 @@ module Aws::SESV2
2946
3022
  #
2947
3023
  class PutAccountDedicatedIpWarmupAttributesRequest < Struct.new(
2948
3024
  :auto_warmup_enabled)
3025
+ SENSITIVE = []
2949
3026
  include Aws::Structure
2950
3027
  end
2951
3028
 
@@ -2980,6 +3057,7 @@ module Aws::SESV2
2980
3057
  #
2981
3058
  class PutAccountSendingAttributesRequest < Struct.new(
2982
3059
  :sending_enabled)
3060
+ SENSITIVE = []
2983
3061
  include Aws::Structure
2984
3062
  end
2985
3063
 
@@ -3017,6 +3095,7 @@ module Aws::SESV2
3017
3095
  #
3018
3096
  class PutAccountSuppressionAttributesRequest < Struct.new(
3019
3097
  :suppressed_reasons)
3098
+ SENSITIVE = []
3020
3099
  include Aws::Structure
3021
3100
  end
3022
3101
 
@@ -3062,6 +3141,7 @@ module Aws::SESV2
3062
3141
  :configuration_set_name,
3063
3142
  :tls_policy,
3064
3143
  :sending_pool_name)
3144
+ SENSITIVE = []
3065
3145
  include Aws::Structure
3066
3146
  end
3067
3147
 
@@ -3099,6 +3179,7 @@ module Aws::SESV2
3099
3179
  class PutConfigurationSetReputationOptionsRequest < Struct.new(
3100
3180
  :configuration_set_name,
3101
3181
  :reputation_metrics_enabled)
3182
+ SENSITIVE = []
3102
3183
  include Aws::Structure
3103
3184
  end
3104
3185
 
@@ -3135,6 +3216,7 @@ module Aws::SESV2
3135
3216
  class PutConfigurationSetSendingOptionsRequest < Struct.new(
3136
3217
  :configuration_set_name,
3137
3218
  :sending_enabled)
3219
+ SENSITIVE = []
3138
3220
  include Aws::Structure
3139
3221
  end
3140
3222
 
@@ -3180,6 +3262,7 @@ module Aws::SESV2
3180
3262
  class PutConfigurationSetSuppressionOptionsRequest < Struct.new(
3181
3263
  :configuration_set_name,
3182
3264
  :suppressed_reasons)
3265
+ SENSITIVE = []
3183
3266
  include Aws::Structure
3184
3267
  end
3185
3268
 
@@ -3215,6 +3298,7 @@ module Aws::SESV2
3215
3298
  class PutConfigurationSetTrackingOptionsRequest < Struct.new(
3216
3299
  :configuration_set_name,
3217
3300
  :custom_redirect_domain)
3301
+ SENSITIVE = []
3218
3302
  include Aws::Structure
3219
3303
  end
3220
3304
 
@@ -3251,6 +3335,7 @@ module Aws::SESV2
3251
3335
  class PutDedicatedIpInPoolRequest < Struct.new(
3252
3336
  :ip,
3253
3337
  :destination_pool_name)
3338
+ SENSITIVE = []
3254
3339
  include Aws::Structure
3255
3340
  end
3256
3341
 
@@ -3288,6 +3373,7 @@ module Aws::SESV2
3288
3373
  class PutDedicatedIpWarmupAttributesRequest < Struct.new(
3289
3374
  :ip,
3290
3375
  :warmup_percentage)
3376
+ SENSITIVE = []
3291
3377
  include Aws::Structure
3292
3378
  end
3293
3379
 
@@ -3346,6 +3432,7 @@ module Aws::SESV2
3346
3432
  class PutDeliverabilityDashboardOptionRequest < Struct.new(
3347
3433
  :dashboard_enabled,
3348
3434
  :subscribed_domains)
3435
+ SENSITIVE = []
3349
3436
  include Aws::Structure
3350
3437
  end
3351
3438
 
@@ -3384,6 +3471,7 @@ module Aws::SESV2
3384
3471
  class PutEmailIdentityDkimAttributesRequest < Struct.new(
3385
3472
  :email_identity,
3386
3473
  :signing_enabled)
3474
+ SENSITIVE = []
3387
3475
  include Aws::Structure
3388
3476
  end
3389
3477
 
@@ -3440,6 +3528,7 @@ module Aws::SESV2
3440
3528
  :email_identity,
3441
3529
  :signing_attributes_origin,
3442
3530
  :signing_attributes)
3531
+ SENSITIVE = []
3443
3532
  include Aws::Structure
3444
3533
  end
3445
3534
 
@@ -3510,6 +3599,7 @@ module Aws::SESV2
3510
3599
  class PutEmailIdentityDkimSigningAttributesResponse < Struct.new(
3511
3600
  :dkim_status,
3512
3601
  :dkim_tokens)
3602
+ SENSITIVE = []
3513
3603
  include Aws::Structure
3514
3604
  end
3515
3605
 
@@ -3549,6 +3639,7 @@ module Aws::SESV2
3549
3639
  class PutEmailIdentityFeedbackAttributesRequest < Struct.new(
3550
3640
  :email_identity,
3551
3641
  :email_forwarding_enabled)
3642
+ SENSITIVE = []
3552
3643
  include Aws::Structure
3553
3644
  end
3554
3645
 
@@ -3607,6 +3698,7 @@ module Aws::SESV2
3607
3698
  :email_identity,
3608
3699
  :mail_from_domain,
3609
3700
  :behavior_on_mx_failure)
3701
+ SENSITIVE = []
3610
3702
  include Aws::Structure
3611
3703
  end
3612
3704
 
@@ -3643,6 +3735,7 @@ module Aws::SESV2
3643
3735
  class PutSuppressedDestinationRequest < Struct.new(
3644
3736
  :email_address,
3645
3737
  :reason)
3738
+ SENSITIVE = []
3646
3739
  include Aws::Structure
3647
3740
  end
3648
3741
 
@@ -3694,6 +3787,7 @@ module Aws::SESV2
3694
3787
  #
3695
3788
  class RawMessage < Struct.new(
3696
3789
  :data)
3790
+ SENSITIVE = []
3697
3791
  include Aws::Structure
3698
3792
  end
3699
3793
 
@@ -3726,6 +3820,7 @@ module Aws::SESV2
3726
3820
  class ReputationOptions < Struct.new(
3727
3821
  :reputation_metrics_enabled,
3728
3822
  :last_fresh_start)
3823
+ SENSITIVE = []
3729
3824
  include Aws::Structure
3730
3825
  end
3731
3826
 
@@ -3823,6 +3918,7 @@ module Aws::SESV2
3823
3918
  :content,
3824
3919
  :email_tags,
3825
3920
  :configuration_set_name)
3921
+ SENSITIVE = []
3826
3922
  include Aws::Structure
3827
3923
  end
3828
3924
 
@@ -3845,6 +3941,7 @@ module Aws::SESV2
3845
3941
  #
3846
3942
  class SendEmailResponse < Struct.new(
3847
3943
  :message_id)
3944
+ SENSITIVE = []
3848
3945
  include Aws::Structure
3849
3946
  end
3850
3947
 
@@ -3874,6 +3971,7 @@ module Aws::SESV2
3874
3971
  :max_24_hour_send,
3875
3972
  :max_send_rate,
3876
3973
  :sent_last_24_hours)
3974
+ SENSITIVE = []
3877
3975
  include Aws::Structure
3878
3976
  end
3879
3977
 
@@ -3896,6 +3994,7 @@ module Aws::SESV2
3896
3994
  #
3897
3995
  class SendingOptions < Struct.new(
3898
3996
  :sending_enabled)
3997
+ SENSITIVE = []
3899
3998
  include Aws::Structure
3900
3999
  end
3901
4000
 
@@ -3931,6 +4030,7 @@ module Aws::SESV2
3931
4030
  #
3932
4031
  class SnsDestination < Struct.new(
3933
4032
  :topic_arn)
4033
+ SENSITIVE = []
3934
4034
  include Aws::Structure
3935
4035
  end
3936
4036
 
@@ -3964,6 +4064,7 @@ module Aws::SESV2
3964
4064
  :reason,
3965
4065
  :last_update_time,
3966
4066
  :attributes)
4067
+ SENSITIVE = []
3967
4068
  include Aws::Structure
3968
4069
  end
3969
4070
 
@@ -3985,6 +4086,7 @@ module Aws::SESV2
3985
4086
  class SuppressedDestinationAttributes < Struct.new(
3986
4087
  :message_id,
3987
4088
  :feedback_id)
4089
+ SENSITIVE = []
3988
4090
  include Aws::Structure
3989
4091
  end
3990
4092
 
@@ -4010,6 +4112,7 @@ module Aws::SESV2
4010
4112
  :email_address,
4011
4113
  :reason,
4012
4114
  :last_update_time)
4115
+ SENSITIVE = []
4013
4116
  include Aws::Structure
4014
4117
  end
4015
4118
 
@@ -4034,6 +4137,7 @@ module Aws::SESV2
4034
4137
  #
4035
4138
  class SuppressionAttributes < Struct.new(
4036
4139
  :suppressed_reasons)
4140
+ SENSITIVE = []
4037
4141
  include Aws::Structure
4038
4142
  end
4039
4143
 
@@ -4065,6 +4169,7 @@ module Aws::SESV2
4065
4169
  #
4066
4170
  class SuppressionOptions < Struct.new(
4067
4171
  :suppressed_reasons)
4172
+ SENSITIVE = []
4068
4173
  include Aws::Structure
4069
4174
  end
4070
4175
 
@@ -4125,6 +4230,7 @@ module Aws::SESV2
4125
4230
  class Tag < Struct.new(
4126
4231
  :key,
4127
4232
  :value)
4233
+ SENSITIVE = []
4128
4234
  include Aws::Structure
4129
4235
  end
4130
4236
 
@@ -4158,6 +4264,7 @@ module Aws::SESV2
4158
4264
  class TagResourceRequest < Struct.new(
4159
4265
  :resource_arn,
4160
4266
  :tags)
4267
+ SENSITIVE = []
4161
4268
  include Aws::Structure
4162
4269
  end
4163
4270
 
@@ -4195,6 +4302,7 @@ module Aws::SESV2
4195
4302
  class Template < Struct.new(
4196
4303
  :template_arn,
4197
4304
  :template_data)
4305
+ SENSITIVE = []
4198
4306
  include Aws::Structure
4199
4307
  end
4200
4308
 
@@ -4229,6 +4337,7 @@ module Aws::SESV2
4229
4337
  #
4230
4338
  class TrackingOptions < Struct.new(
4231
4339
  :custom_redirect_domain)
4340
+ SENSITIVE = []
4232
4341
  include Aws::Structure
4233
4342
  end
4234
4343
 
@@ -4261,6 +4370,7 @@ module Aws::SESV2
4261
4370
  class UntagResourceRequest < Struct.new(
4262
4371
  :resource_arn,
4263
4372
  :tag_keys)
4373
+ SENSITIVE = []
4264
4374
  include Aws::Structure
4265
4375
  end
4266
4376
 
@@ -4321,6 +4431,7 @@ module Aws::SESV2
4321
4431
  :configuration_set_name,
4322
4432
  :event_destination_name,
4323
4433
  :event_destination)
4434
+ SENSITIVE = []
4324
4435
  include Aws::Structure
4325
4436
  end
4326
4437
 
@@ -4360,6 +4471,7 @@ module Aws::SESV2
4360
4471
  :spam_raw_count,
4361
4472
  :projected_inbox,
4362
4473
  :projected_spam)
4474
+ SENSITIVE = []
4363
4475
  include Aws::Structure
4364
4476
  end
4365
4477
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core