aws-sdk-sesv2 1.3.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dc414ff6ccb5f0e87f285924731ceef46f95752f
4
- data.tar.gz: 8fd3f0c6c8ffa44358631afcb04db3534df08f91
2
+ SHA256:
3
+ metadata.gz: cbd064ff75f582c6dd04a1aa69f1dbaebb70e32985686c36c09a403cbbde6d4a
4
+ data.tar.gz: b4118ecd59abbccef70eb6ead8534eb465780e7da9198e1eef991aff4f903f54
5
5
  SHA512:
6
- metadata.gz: 98f6224c41932ca382911163fa84af5858b9d7b5718c31977415bf0273b3cfcedc87d1f9d14ac8e6d80996f1f9416ac6af63173ed457da6b6ea645e58c837d3f
7
- data.tar.gz: 3cd746d627fa651965d2847cecf8f3300b0de3ce530d7935adfd6de73e4ff831abbc65fd8ffbf95c3476047494d931d53e451bbe6f56026a7ac808c16d548231
6
+ metadata.gz: 3192ad9dfe7f096c088ddc058d65e72ca592e01f261bb6f9241a5458388ff10b1149de765b07cad6c3a90e614d523a4c909e69e9fc19b1890f46977b1c370b1b
7
+ data.tar.gz: 17ad56cc8ea2f164374e3d2fd910e04585edc1c546dc7dbaff354f5bb1a75cfd957886dc4da135624bf5efbdf6346aa91fd82f44511d118a5b13b21b0f15d6e7
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-sesv2/customizations'
45
47
  # @service
46
48
  module Aws::SESV2
47
49
 
48
- GEM_VERSION = '1.3.0'
50
+ GEM_VERSION = '1.8.0'
49
51
 
50
52
  end
@@ -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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:sesv2)
32
35
  module Aws::SESV2
33
36
  # An API client for SESV2. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::SESV2::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::SESV2::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::SESV2
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::SESV2
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::SESV2
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::SESV2
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::SESV2
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -265,8 +273,7 @@ module Aws::SESV2
265
273
  #
266
274
  # @option options [Integer] :http_read_timeout (60) The default
267
275
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
270
277
  #
271
278
  # @option options [Float] :http_idle_timeout (5) The number of
272
279
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +285,7 @@ module Aws::SESV2
278
285
  # request body. This option has no effect unless the request has
279
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
287
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
282
289
  #
283
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
291
  # HTTP debug output will be sent to the `:logger`.
@@ -410,7 +417,7 @@ module Aws::SESV2
410
417
  # event_destination_name: "EventDestinationName", # required
411
418
  # event_destination: { # required
412
419
  # enabled: false,
413
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
420
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
414
421
  # kinesis_firehose_destination: {
415
422
  # iam_role_arn: "AmazonResourceName", # required
416
423
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -935,7 +942,7 @@ module Aws::SESV2
935
942
  # resp.event_destinations[0].name #=> String
936
943
  # resp.event_destinations[0].enabled #=> Boolean
937
944
  # resp.event_destinations[0].matching_event_types #=> Array
938
- # resp.event_destinations[0].matching_event_types[0] #=> String, one of "SEND", "REJECT", "BOUNCE", "COMPLAINT", "DELIVERY", "OPEN", "CLICK", "RENDERING_FAILURE"
945
+ # resp.event_destinations[0].matching_event_types[0] #=> String, one of "SEND", "REJECT", "BOUNCE", "COMPLAINT", "DELIVERY", "OPEN", "CLICK", "RENDERING_FAILURE", "DELIVERY_DELAY"
939
946
  # resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
940
947
  # resp.event_destinations[0].kinesis_firehose_destination.delivery_stream_arn #=> String
941
948
  # resp.event_destinations[0].cloud_watch_destination.dimension_configurations #=> Array
@@ -1011,6 +1018,8 @@ module Aws::SESV2
1011
1018
  # * {Types::GetDedicatedIpsResponse#dedicated_ips #dedicated_ips} => Array<Types::DedicatedIp>
1012
1019
  # * {Types::GetDedicatedIpsResponse#next_token #next_token} => String
1013
1020
  #
1021
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1022
+ #
1014
1023
  # @example Request syntax with placeholder values
1015
1024
  #
1016
1025
  # resp = client.get_dedicated_ips({
@@ -1355,6 +1364,8 @@ module Aws::SESV2
1355
1364
  # * {Types::ListConfigurationSetsResponse#configuration_sets #configuration_sets} => Array<String>
1356
1365
  # * {Types::ListConfigurationSetsResponse#next_token #next_token} => String
1357
1366
  #
1367
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1368
+ #
1358
1369
  # @example Request syntax with placeholder values
1359
1370
  #
1360
1371
  # resp = client.list_configuration_sets({
@@ -1395,6 +1406,8 @@ module Aws::SESV2
1395
1406
  # * {Types::ListDedicatedIpPoolsResponse#dedicated_ip_pools #dedicated_ip_pools} => Array<String>
1396
1407
  # * {Types::ListDedicatedIpPoolsResponse#next_token #next_token} => String
1397
1408
  #
1409
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1410
+ #
1398
1411
  # @example Request syntax with placeholder values
1399
1412
  #
1400
1413
  # resp = client.list_dedicated_ip_pools({
@@ -1442,6 +1455,8 @@ module Aws::SESV2
1442
1455
  # * {Types::ListDeliverabilityTestReportsResponse#deliverability_test_reports #deliverability_test_reports} => Array<Types::DeliverabilityTestReport>
1443
1456
  # * {Types::ListDeliverabilityTestReportsResponse#next_token #next_token} => String
1444
1457
  #
1458
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1459
+ #
1445
1460
  # @example Request syntax with placeholder values
1446
1461
  #
1447
1462
  # resp = client.list_deliverability_test_reports({
@@ -1503,6 +1518,8 @@ module Aws::SESV2
1503
1518
  # * {Types::ListDomainDeliverabilityCampaignsResponse#domain_deliverability_campaigns #domain_deliverability_campaigns} => Array<Types::DomainDeliverabilityCampaign>
1504
1519
  # * {Types::ListDomainDeliverabilityCampaignsResponse#next_token #next_token} => String
1505
1520
  #
1521
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1522
+ #
1506
1523
  # @example Request syntax with placeholder values
1507
1524
  #
1508
1525
  # resp = client.list_domain_deliverability_campaigns({
@@ -1567,6 +1584,8 @@ module Aws::SESV2
1567
1584
  # * {Types::ListEmailIdentitiesResponse#email_identities #email_identities} => Array<Types::IdentityInfo>
1568
1585
  # * {Types::ListEmailIdentitiesResponse#next_token #next_token} => String
1569
1586
  #
1587
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1588
+ #
1570
1589
  # @example Request syntax with placeholder values
1571
1590
  #
1572
1591
  # resp = client.list_email_identities({
@@ -1622,6 +1641,8 @@ module Aws::SESV2
1622
1641
  # * {Types::ListSuppressedDestinationsResponse#suppressed_destination_summaries #suppressed_destination_summaries} => Array<Types::SuppressedDestinationSummary>
1623
1642
  # * {Types::ListSuppressedDestinationsResponse#next_token #next_token} => String
1624
1643
  #
1644
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1645
+ #
1625
1646
  # @example Request syntax with placeholder values
1626
1647
  #
1627
1648
  # resp = client.list_suppressed_destinations({
@@ -2484,7 +2505,7 @@ module Aws::SESV2
2484
2505
  # event_destination_name: "EventDestinationName", # required
2485
2506
  # event_destination: { # required
2486
2507
  # enabled: false,
2487
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
2508
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
2488
2509
  # kinesis_firehose_destination: {
2489
2510
  # iam_role_arn: "AmazonResourceName", # required
2490
2511
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -2529,7 +2550,7 @@ module Aws::SESV2
2529
2550
  params: params,
2530
2551
  config: config)
2531
2552
  context[:gem_name] = 'aws-sdk-sesv2'
2532
- context[:gem_version] = '1.3.0'
2553
+ context[:gem_version] = '1.8.0'
2533
2554
  Seahorse::Client::Request.new(handlers, context)
2534
2555
  end
2535
2556
 
@@ -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:
@@ -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:
@@ -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,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::SESV2
9
- # This class provides a resource oriented interface for SESV2.
10
- # To create a resource object:
11
- # resource = Aws::SESV2::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::SESV2::Client.new(region: 'us-west-2')
15
- # resource = Aws::SESV2::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
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:
@@ -51,6 +53,7 @@ module Aws::SESV2
51
53
  :rbl_name,
52
54
  :listing_time,
53
55
  :description)
56
+ SENSITIVE = []
54
57
  include Aws::Structure
55
58
  end
56
59
 
@@ -87,6 +90,7 @@ module Aws::SESV2
87
90
  class Body < Struct.new(
88
91
  :text,
89
92
  :html)
93
+ SENSITIVE = []
90
94
  include Aws::Structure
91
95
  end
92
96
 
@@ -116,6 +120,7 @@ module Aws::SESV2
116
120
  #
117
121
  class CloudWatchDestination < Struct.new(
118
122
  :dimension_configurations)
123
+ SENSITIVE = []
119
124
  include Aws::Structure
120
125
  end
121
126
 
@@ -167,6 +172,7 @@ module Aws::SESV2
167
172
  :dimension_name,
168
173
  :dimension_value_source,
169
174
  :default_dimension_value)
175
+ SENSITIVE = []
170
176
  include Aws::Structure
171
177
  end
172
178
 
@@ -204,6 +210,7 @@ module Aws::SESV2
204
210
  class Content < Struct.new(
205
211
  :data,
206
212
  :charset)
213
+ SENSITIVE = []
207
214
  include Aws::Structure
208
215
  end
209
216
 
@@ -217,7 +224,7 @@ module Aws::SESV2
217
224
  # event_destination_name: "EventDestinationName", # required
218
225
  # event_destination: { # required
219
226
  # enabled: false,
220
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
227
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
221
228
  # kinesis_firehose_destination: {
222
229
  # iam_role_arn: "AmazonResourceName", # required
223
230
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -260,6 +267,7 @@ module Aws::SESV2
260
267
  :configuration_set_name,
261
268
  :event_destination_name,
262
269
  :event_destination)
270
+ SENSITIVE = []
263
271
  include Aws::Structure
264
272
  end
265
273
 
@@ -346,6 +354,7 @@ module Aws::SESV2
346
354
  :sending_options,
347
355
  :tags,
348
356
  :suppression_options)
357
+ SENSITIVE = []
349
358
  include Aws::Structure
350
359
  end
351
360
 
@@ -385,6 +394,7 @@ module Aws::SESV2
385
394
  class CreateDedicatedIpPoolRequest < Struct.new(
386
395
  :pool_name,
387
396
  :tags)
397
+ SENSITIVE = []
388
398
  include Aws::Structure
389
399
  end
390
400
 
@@ -472,6 +482,7 @@ module Aws::SESV2
472
482
  :from_email_address,
473
483
  :content,
474
484
  :tags)
485
+ SENSITIVE = []
475
486
  include Aws::Structure
476
487
  end
477
488
 
@@ -496,6 +507,7 @@ module Aws::SESV2
496
507
  class CreateDeliverabilityTestReportResponse < Struct.new(
497
508
  :report_id,
498
509
  :deliverability_test_status)
510
+ SENSITIVE = []
499
511
  include Aws::Structure
500
512
  end
501
513
 
@@ -548,6 +560,7 @@ module Aws::SESV2
548
560
  :email_identity,
549
561
  :tags,
550
562
  :dkim_signing_attributes)
563
+ SENSITIVE = []
551
564
  include Aws::Structure
552
565
  end
553
566
 
@@ -581,6 +594,7 @@ module Aws::SESV2
581
594
  :identity_type,
582
595
  :verified_for_sending_status,
583
596
  :dkim_attributes)
597
+ SENSITIVE = []
584
598
  include Aws::Structure
585
599
  end
586
600
 
@@ -608,6 +622,7 @@ module Aws::SESV2
608
622
  :start_date,
609
623
  :volume_statistics,
610
624
  :domain_isp_placements)
625
+ SENSITIVE = []
611
626
  include Aws::Structure
612
627
  end
613
628
 
@@ -655,6 +670,7 @@ module Aws::SESV2
655
670
  :warmup_status,
656
671
  :warmup_percentage,
657
672
  :pool_name)
673
+ SENSITIVE = []
658
674
  include Aws::Structure
659
675
  end
660
676
 
@@ -682,6 +698,7 @@ module Aws::SESV2
682
698
  class DeleteConfigurationSetEventDestinationRequest < Struct.new(
683
699
  :configuration_set_name,
684
700
  :event_destination_name)
701
+ SENSITIVE = []
685
702
  include Aws::Structure
686
703
  end
687
704
 
@@ -709,6 +726,7 @@ module Aws::SESV2
709
726
  #
710
727
  class DeleteConfigurationSetRequest < Struct.new(
711
728
  :configuration_set_name)
729
+ SENSITIVE = []
712
730
  include Aws::Structure
713
731
  end
714
732
 
@@ -736,6 +754,7 @@ module Aws::SESV2
736
754
  #
737
755
  class DeleteDedicatedIpPoolRequest < Struct.new(
738
756
  :pool_name)
757
+ SENSITIVE = []
739
758
  include Aws::Structure
740
759
  end
741
760
 
@@ -767,6 +786,7 @@ module Aws::SESV2
767
786
  #
768
787
  class DeleteEmailIdentityRequest < Struct.new(
769
788
  :email_identity)
789
+ SENSITIVE = []
770
790
  include Aws::Structure
771
791
  end
772
792
 
@@ -796,6 +816,7 @@ module Aws::SESV2
796
816
  #
797
817
  class DeleteSuppressedDestinationRequest < Struct.new(
798
818
  :email_address)
819
+ SENSITIVE = []
799
820
  include Aws::Structure
800
821
  end
801
822
 
@@ -851,6 +872,7 @@ module Aws::SESV2
851
872
  :from_email_address,
852
873
  :create_date,
853
874
  :deliverability_test_status)
875
+ SENSITIVE = []
854
876
  include Aws::Structure
855
877
  end
856
878
 
@@ -882,6 +904,7 @@ module Aws::SESV2
882
904
  class DeliveryOptions < Struct.new(
883
905
  :tls_policy,
884
906
  :sending_pool_name)
907
+ SENSITIVE = []
885
908
  include Aws::Structure
886
909
  end
887
910
 
@@ -917,6 +940,7 @@ module Aws::SESV2
917
940
  :to_addresses,
918
941
  :cc_addresses,
919
942
  :bcc_addresses)
943
+ SENSITIVE = []
920
944
  include Aws::Structure
921
945
  end
922
946
 
@@ -1008,6 +1032,7 @@ module Aws::SESV2
1008
1032
  :status,
1009
1033
  :tokens,
1010
1034
  :signing_attributes_origin)
1035
+ SENSITIVE = []
1011
1036
  include Aws::Structure
1012
1037
  end
1013
1038
 
@@ -1039,6 +1064,7 @@ module Aws::SESV2
1039
1064
  class DkimSigningAttributes < Struct.new(
1040
1065
  :domain_signing_selector,
1041
1066
  :domain_signing_private_key)
1067
+ SENSITIVE = [:domain_signing_private_key]
1042
1068
  include Aws::Structure
1043
1069
  end
1044
1070
 
@@ -1139,6 +1165,7 @@ module Aws::SESV2
1139
1165
  :read_delete_rate,
1140
1166
  :projected_volume,
1141
1167
  :esps)
1168
+ SENSITIVE = []
1142
1169
  include Aws::Structure
1143
1170
  end
1144
1171
 
@@ -1182,6 +1209,7 @@ module Aws::SESV2
1182
1209
  :domain,
1183
1210
  :subscription_start_date,
1184
1211
  :inbox_placement_tracking_option)
1212
+ SENSITIVE = []
1185
1213
  include Aws::Structure
1186
1214
  end
1187
1215
 
@@ -1225,6 +1253,7 @@ module Aws::SESV2
1225
1253
  :spam_raw_count,
1226
1254
  :inbox_percentage,
1227
1255
  :spam_percentage)
1256
+ SENSITIVE = []
1228
1257
  include Aws::Structure
1229
1258
  end
1230
1259
 
@@ -1308,16 +1337,17 @@ module Aws::SESV2
1308
1337
  :simple,
1309
1338
  :raw,
1310
1339
  :template)
1340
+ SENSITIVE = []
1311
1341
  include Aws::Structure
1312
1342
  end
1313
1343
 
1314
1344
  # In the Amazon SES API v2, *events* include message sends, deliveries,
1315
- # opens, clicks, bounces, and complaints. *Event destinations* are
1316
- # places that you can send information about these events to. For
1317
- # example, you can send event data to Amazon SNS to receive
1318
- # notifications when you receive bounces or complaints, or you can use
1319
- # Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term
1320
- # storage.
1345
+ # opens, clicks, bounces, complaints and delivery delays. *Event
1346
+ # destinations* are places that you can send information about these
1347
+ # events to. For example, you can send event data to Amazon SNS to
1348
+ # receive notifications when you receive bounces or complaints, or you
1349
+ # can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for
1350
+ # long-term storage.
1321
1351
  #
1322
1352
  # @!attribute [rw] name
1323
1353
  # A name that identifies the event destination.
@@ -1379,6 +1409,7 @@ module Aws::SESV2
1379
1409
  :cloud_watch_destination,
1380
1410
  :sns_destination,
1381
1411
  :pinpoint_destination)
1412
+ SENSITIVE = []
1382
1413
  include Aws::Structure
1383
1414
  end
1384
1415
 
@@ -1392,7 +1423,7 @@ module Aws::SESV2
1392
1423
  #
1393
1424
  # {
1394
1425
  # enabled: false,
1395
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
1426
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
1396
1427
  # kinesis_firehose_destination: {
1397
1428
  # iam_role_arn: "AmazonResourceName", # required
1398
1429
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -1469,6 +1500,7 @@ module Aws::SESV2
1469
1500
  :cloud_watch_destination,
1470
1501
  :sns_destination,
1471
1502
  :pinpoint_destination)
1503
+ SENSITIVE = []
1472
1504
  include Aws::Structure
1473
1505
  end
1474
1506
 
@@ -1548,6 +1580,7 @@ module Aws::SESV2
1548
1580
  :send_quota,
1549
1581
  :sending_enabled,
1550
1582
  :suppression_attributes)
1583
+ SENSITIVE = []
1551
1584
  include Aws::Structure
1552
1585
  end
1553
1586
 
@@ -1571,6 +1604,7 @@ module Aws::SESV2
1571
1604
  #
1572
1605
  class GetBlacklistReportsRequest < Struct.new(
1573
1606
  :blacklist_item_names)
1607
+ SENSITIVE = []
1574
1608
  include Aws::Structure
1575
1609
  end
1576
1610
 
@@ -1585,6 +1619,7 @@ module Aws::SESV2
1585
1619
  #
1586
1620
  class GetBlacklistReportsResponse < Struct.new(
1587
1621
  :blacklist_report)
1622
+ SENSITIVE = []
1588
1623
  include Aws::Structure
1589
1624
  end
1590
1625
 
@@ -1607,6 +1642,7 @@ module Aws::SESV2
1607
1642
  #
1608
1643
  class GetConfigurationSetEventDestinationsRequest < Struct.new(
1609
1644
  :configuration_set_name)
1645
+ SENSITIVE = []
1610
1646
  include Aws::Structure
1611
1647
  end
1612
1648
 
@@ -1621,6 +1657,7 @@ module Aws::SESV2
1621
1657
  #
1622
1658
  class GetConfigurationSetEventDestinationsResponse < Struct.new(
1623
1659
  :event_destinations)
1660
+ SENSITIVE = []
1624
1661
  include Aws::Structure
1625
1662
  end
1626
1663
 
@@ -1642,6 +1679,7 @@ module Aws::SESV2
1642
1679
  #
1643
1680
  class GetConfigurationSetRequest < Struct.new(
1644
1681
  :configuration_set_name)
1682
+ SENSITIVE = []
1645
1683
  include Aws::Structure
1646
1684
  end
1647
1685
 
@@ -1691,6 +1729,7 @@ module Aws::SESV2
1691
1729
  :sending_options,
1692
1730
  :tags,
1693
1731
  :suppression_options)
1732
+ SENSITIVE = []
1694
1733
  include Aws::Structure
1695
1734
  end
1696
1735
 
@@ -1713,6 +1752,7 @@ module Aws::SESV2
1713
1752
  #
1714
1753
  class GetDedicatedIpRequest < Struct.new(
1715
1754
  :ip)
1755
+ SENSITIVE = []
1716
1756
  include Aws::Structure
1717
1757
  end
1718
1758
 
@@ -1726,6 +1766,7 @@ module Aws::SESV2
1726
1766
  #
1727
1767
  class GetDedicatedIpResponse < Struct.new(
1728
1768
  :dedicated_ip)
1769
+ SENSITIVE = []
1729
1770
  include Aws::Structure
1730
1771
  end
1731
1772
 
@@ -1765,6 +1806,7 @@ module Aws::SESV2
1765
1806
  :pool_name,
1766
1807
  :next_token,
1767
1808
  :page_size)
1809
+ SENSITIVE = []
1768
1810
  include Aws::Structure
1769
1811
  end
1770
1812
 
@@ -1788,6 +1830,7 @@ module Aws::SESV2
1788
1830
  class GetDedicatedIpsResponse < Struct.new(
1789
1831
  :dedicated_ips,
1790
1832
  :next_token)
1833
+ SENSITIVE = []
1791
1834
  include Aws::Structure
1792
1835
  end
1793
1836
 
@@ -1856,6 +1899,7 @@ module Aws::SESV2
1856
1899
  :account_status,
1857
1900
  :active_subscribed_domains,
1858
1901
  :pending_expiration_subscribed_domains)
1902
+ SENSITIVE = []
1859
1903
  include Aws::Structure
1860
1904
  end
1861
1905
 
@@ -1877,6 +1921,7 @@ module Aws::SESV2
1877
1921
  #
1878
1922
  class GetDeliverabilityTestReportRequest < Struct.new(
1879
1923
  :report_id)
1924
+ SENSITIVE = []
1880
1925
  include Aws::Structure
1881
1926
  end
1882
1927
 
@@ -1917,6 +1962,7 @@ module Aws::SESV2
1917
1962
  :isp_placements,
1918
1963
  :message,
1919
1964
  :tags)
1965
+ SENSITIVE = []
1920
1966
  include Aws::Structure
1921
1967
  end
1922
1968
 
@@ -1941,6 +1987,7 @@ module Aws::SESV2
1941
1987
  #
1942
1988
  class GetDomainDeliverabilityCampaignRequest < Struct.new(
1943
1989
  :campaign_id)
1990
+ SENSITIVE = []
1944
1991
  include Aws::Structure
1945
1992
  end
1946
1993
 
@@ -1957,6 +2004,7 @@ module Aws::SESV2
1957
2004
  #
1958
2005
  class GetDomainDeliverabilityCampaignResponse < Struct.new(
1959
2006
  :domain_deliverability_campaign)
2007
+ SENSITIVE = []
1960
2008
  include Aws::Structure
1961
2009
  end
1962
2010
 
@@ -1992,6 +2040,7 @@ module Aws::SESV2
1992
2040
  :domain,
1993
2041
  :start_date,
1994
2042
  :end_date)
2043
+ SENSITIVE = []
1995
2044
  include Aws::Structure
1996
2045
  end
1997
2046
 
@@ -2015,6 +2064,7 @@ module Aws::SESV2
2015
2064
  class GetDomainStatisticsReportResponse < Struct.new(
2016
2065
  :overall_volume,
2017
2066
  :daily_volumes)
2067
+ SENSITIVE = []
2018
2068
  include Aws::Structure
2019
2069
  end
2020
2070
 
@@ -2035,6 +2085,7 @@ module Aws::SESV2
2035
2085
  #
2036
2086
  class GetEmailIdentityRequest < Struct.new(
2037
2087
  :email_identity)
2088
+ SENSITIVE = []
2038
2089
  include Aws::Structure
2039
2090
  end
2040
2091
 
@@ -2093,6 +2144,7 @@ module Aws::SESV2
2093
2144
  :dkim_attributes,
2094
2145
  :mail_from_attributes,
2095
2146
  :tags)
2147
+ SENSITIVE = []
2096
2148
  include Aws::Structure
2097
2149
  end
2098
2150
 
@@ -2114,6 +2166,7 @@ module Aws::SESV2
2114
2166
  #
2115
2167
  class GetSuppressedDestinationRequest < Struct.new(
2116
2168
  :email_address)
2169
+ SENSITIVE = []
2117
2170
  include Aws::Structure
2118
2171
  end
2119
2172
 
@@ -2127,6 +2180,7 @@ module Aws::SESV2
2127
2180
  #
2128
2181
  class GetSuppressedDestinationResponse < Struct.new(
2129
2182
  :suppressed_destination)
2183
+ SENSITIVE = []
2130
2184
  include Aws::Structure
2131
2185
  end
2132
2186
 
@@ -2163,6 +2217,7 @@ module Aws::SESV2
2163
2217
  :identity_type,
2164
2218
  :identity_name,
2165
2219
  :sending_enabled)
2220
+ SENSITIVE = []
2166
2221
  include Aws::Structure
2167
2222
  end
2168
2223
 
@@ -2194,6 +2249,7 @@ module Aws::SESV2
2194
2249
  class InboxPlacementTrackingOption < Struct.new(
2195
2250
  :global,
2196
2251
  :tracked_isps)
2252
+ SENSITIVE = []
2197
2253
  include Aws::Structure
2198
2254
  end
2199
2255
 
@@ -2221,6 +2277,7 @@ module Aws::SESV2
2221
2277
  class IspPlacement < Struct.new(
2222
2278
  :isp_name,
2223
2279
  :placement_statistics)
2280
+ SENSITIVE = []
2224
2281
  include Aws::Structure
2225
2282
  end
2226
2283
 
@@ -2252,6 +2309,7 @@ module Aws::SESV2
2252
2309
  class KinesisFirehoseDestination < Struct.new(
2253
2310
  :iam_role_arn,
2254
2311
  :delivery_stream_arn)
2312
+ SENSITIVE = []
2255
2313
  include Aws::Structure
2256
2314
  end
2257
2315
 
@@ -2289,6 +2347,7 @@ module Aws::SESV2
2289
2347
  class ListConfigurationSetsRequest < Struct.new(
2290
2348
  :next_token,
2291
2349
  :page_size)
2350
+ SENSITIVE = []
2292
2351
  include Aws::Structure
2293
2352
  end
2294
2353
 
@@ -2312,6 +2371,7 @@ module Aws::SESV2
2312
2371
  class ListConfigurationSetsResponse < Struct.new(
2313
2372
  :configuration_sets,
2314
2373
  :next_token)
2374
+ SENSITIVE = []
2315
2375
  include Aws::Structure
2316
2376
  end
2317
2377
 
@@ -2342,6 +2402,7 @@ module Aws::SESV2
2342
2402
  class ListDedicatedIpPoolsRequest < Struct.new(
2343
2403
  :next_token,
2344
2404
  :page_size)
2405
+ SENSITIVE = []
2345
2406
  include Aws::Structure
2346
2407
  end
2347
2408
 
@@ -2364,6 +2425,7 @@ module Aws::SESV2
2364
2425
  class ListDedicatedIpPoolsResponse < Struct.new(
2365
2426
  :dedicated_ip_pools,
2366
2427
  :next_token)
2428
+ SENSITIVE = []
2367
2429
  include Aws::Structure
2368
2430
  end
2369
2431
 
@@ -2400,6 +2462,7 @@ module Aws::SESV2
2400
2462
  class ListDeliverabilityTestReportsRequest < Struct.new(
2401
2463
  :next_token,
2402
2464
  :page_size)
2465
+ SENSITIVE = []
2403
2466
  include Aws::Structure
2404
2467
  end
2405
2468
 
@@ -2425,6 +2488,7 @@ module Aws::SESV2
2425
2488
  class ListDeliverabilityTestReportsResponse < Struct.new(
2426
2489
  :deliverability_test_reports,
2427
2490
  :next_token)
2491
+ SENSITIVE = []
2428
2492
  include Aws::Structure
2429
2493
  end
2430
2494
 
@@ -2481,6 +2545,7 @@ module Aws::SESV2
2481
2545
  :subscribed_domain,
2482
2546
  :next_token,
2483
2547
  :page_size)
2548
+ SENSITIVE = []
2484
2549
  include Aws::Structure
2485
2550
  end
2486
2551
 
@@ -2505,6 +2570,7 @@ module Aws::SESV2
2505
2570
  class ListDomainDeliverabilityCampaignsResponse < Struct.new(
2506
2571
  :domain_deliverability_campaigns,
2507
2572
  :next_token)
2573
+ SENSITIVE = []
2508
2574
  include Aws::Structure
2509
2575
  end
2510
2576
 
@@ -2541,6 +2607,7 @@ module Aws::SESV2
2541
2607
  class ListEmailIdentitiesRequest < Struct.new(
2542
2608
  :next_token,
2543
2609
  :page_size)
2610
+ SENSITIVE = []
2544
2611
  include Aws::Structure
2545
2612
  end
2546
2613
 
@@ -2565,6 +2632,7 @@ module Aws::SESV2
2565
2632
  class ListEmailIdentitiesResponse < Struct.new(
2566
2633
  :email_identities,
2567
2634
  :next_token)
2635
+ SENSITIVE = []
2568
2636
  include Aws::Structure
2569
2637
  end
2570
2638
 
@@ -2621,6 +2689,7 @@ module Aws::SESV2
2621
2689
  :end_date,
2622
2690
  :next_token,
2623
2691
  :page_size)
2692
+ SENSITIVE = []
2624
2693
  include Aws::Structure
2625
2694
  end
2626
2695
 
@@ -2643,6 +2712,7 @@ module Aws::SESV2
2643
2712
  class ListSuppressedDestinationsResponse < Struct.new(
2644
2713
  :suppressed_destination_summaries,
2645
2714
  :next_token)
2715
+ SENSITIVE = []
2646
2716
  include Aws::Structure
2647
2717
  end
2648
2718
 
@@ -2662,6 +2732,7 @@ module Aws::SESV2
2662
2732
  #
2663
2733
  class ListTagsForResourceRequest < Struct.new(
2664
2734
  :resource_arn)
2735
+ SENSITIVE = []
2665
2736
  include Aws::Structure
2666
2737
  end
2667
2738
 
@@ -2675,6 +2746,7 @@ module Aws::SESV2
2675
2746
  #
2676
2747
  class ListTagsForResourceResponse < Struct.new(
2677
2748
  :tags)
2749
+ SENSITIVE = []
2678
2750
  include Aws::Structure
2679
2751
  end
2680
2752
 
@@ -2721,6 +2793,7 @@ module Aws::SESV2
2721
2793
  :mail_from_domain,
2722
2794
  :mail_from_domain_status,
2723
2795
  :behavior_on_mx_failure)
2796
+ SENSITIVE = []
2724
2797
  include Aws::Structure
2725
2798
  end
2726
2799
 
@@ -2774,6 +2847,7 @@ module Aws::SESV2
2774
2847
  class Message < Struct.new(
2775
2848
  :subject,
2776
2849
  :body)
2850
+ SENSITIVE = []
2777
2851
  include Aws::Structure
2778
2852
  end
2779
2853
 
@@ -2819,6 +2893,7 @@ module Aws::SESV2
2819
2893
  class MessageTag < Struct.new(
2820
2894
  :name,
2821
2895
  :value)
2896
+ SENSITIVE = []
2822
2897
  include Aws::Structure
2823
2898
  end
2824
2899
 
@@ -2852,6 +2927,7 @@ module Aws::SESV2
2852
2927
  :volume_statistics,
2853
2928
  :read_rate_percent,
2854
2929
  :domain_isp_placements)
2930
+ SENSITIVE = []
2855
2931
  include Aws::Structure
2856
2932
  end
2857
2933
 
@@ -2882,6 +2958,7 @@ module Aws::SESV2
2882
2958
  #
2883
2959
  class PinpointDestination < Struct.new(
2884
2960
  :application_arn)
2961
+ SENSITIVE = []
2885
2962
  include Aws::Structure
2886
2963
  end
2887
2964
 
@@ -2920,6 +2997,7 @@ module Aws::SESV2
2920
2997
  :missing_percentage,
2921
2998
  :spf_percentage,
2922
2999
  :dkim_percentage)
3000
+ SENSITIVE = []
2923
3001
  include Aws::Structure
2924
3002
  end
2925
3003
 
@@ -2944,6 +3022,7 @@ module Aws::SESV2
2944
3022
  #
2945
3023
  class PutAccountDedicatedIpWarmupAttributesRequest < Struct.new(
2946
3024
  :auto_warmup_enabled)
3025
+ SENSITIVE = []
2947
3026
  include Aws::Structure
2948
3027
  end
2949
3028
 
@@ -2978,6 +3057,7 @@ module Aws::SESV2
2978
3057
  #
2979
3058
  class PutAccountSendingAttributesRequest < Struct.new(
2980
3059
  :sending_enabled)
3060
+ SENSITIVE = []
2981
3061
  include Aws::Structure
2982
3062
  end
2983
3063
 
@@ -3015,6 +3095,7 @@ module Aws::SESV2
3015
3095
  #
3016
3096
  class PutAccountSuppressionAttributesRequest < Struct.new(
3017
3097
  :suppressed_reasons)
3098
+ SENSITIVE = []
3018
3099
  include Aws::Structure
3019
3100
  end
3020
3101
 
@@ -3060,6 +3141,7 @@ module Aws::SESV2
3060
3141
  :configuration_set_name,
3061
3142
  :tls_policy,
3062
3143
  :sending_pool_name)
3144
+ SENSITIVE = []
3063
3145
  include Aws::Structure
3064
3146
  end
3065
3147
 
@@ -3097,6 +3179,7 @@ module Aws::SESV2
3097
3179
  class PutConfigurationSetReputationOptionsRequest < Struct.new(
3098
3180
  :configuration_set_name,
3099
3181
  :reputation_metrics_enabled)
3182
+ SENSITIVE = []
3100
3183
  include Aws::Structure
3101
3184
  end
3102
3185
 
@@ -3133,6 +3216,7 @@ module Aws::SESV2
3133
3216
  class PutConfigurationSetSendingOptionsRequest < Struct.new(
3134
3217
  :configuration_set_name,
3135
3218
  :sending_enabled)
3219
+ SENSITIVE = []
3136
3220
  include Aws::Structure
3137
3221
  end
3138
3222
 
@@ -3178,6 +3262,7 @@ module Aws::SESV2
3178
3262
  class PutConfigurationSetSuppressionOptionsRequest < Struct.new(
3179
3263
  :configuration_set_name,
3180
3264
  :suppressed_reasons)
3265
+ SENSITIVE = []
3181
3266
  include Aws::Structure
3182
3267
  end
3183
3268
 
@@ -3213,6 +3298,7 @@ module Aws::SESV2
3213
3298
  class PutConfigurationSetTrackingOptionsRequest < Struct.new(
3214
3299
  :configuration_set_name,
3215
3300
  :custom_redirect_domain)
3301
+ SENSITIVE = []
3216
3302
  include Aws::Structure
3217
3303
  end
3218
3304
 
@@ -3249,6 +3335,7 @@ module Aws::SESV2
3249
3335
  class PutDedicatedIpInPoolRequest < Struct.new(
3250
3336
  :ip,
3251
3337
  :destination_pool_name)
3338
+ SENSITIVE = []
3252
3339
  include Aws::Structure
3253
3340
  end
3254
3341
 
@@ -3286,6 +3373,7 @@ module Aws::SESV2
3286
3373
  class PutDedicatedIpWarmupAttributesRequest < Struct.new(
3287
3374
  :ip,
3288
3375
  :warmup_percentage)
3376
+ SENSITIVE = []
3289
3377
  include Aws::Structure
3290
3378
  end
3291
3379
 
@@ -3344,6 +3432,7 @@ module Aws::SESV2
3344
3432
  class PutDeliverabilityDashboardOptionRequest < Struct.new(
3345
3433
  :dashboard_enabled,
3346
3434
  :subscribed_domains)
3435
+ SENSITIVE = []
3347
3436
  include Aws::Structure
3348
3437
  end
3349
3438
 
@@ -3382,6 +3471,7 @@ module Aws::SESV2
3382
3471
  class PutEmailIdentityDkimAttributesRequest < Struct.new(
3383
3472
  :email_identity,
3384
3473
  :signing_enabled)
3474
+ SENSITIVE = []
3385
3475
  include Aws::Structure
3386
3476
  end
3387
3477
 
@@ -3438,6 +3528,7 @@ module Aws::SESV2
3438
3528
  :email_identity,
3439
3529
  :signing_attributes_origin,
3440
3530
  :signing_attributes)
3531
+ SENSITIVE = []
3441
3532
  include Aws::Structure
3442
3533
  end
3443
3534
 
@@ -3508,6 +3599,7 @@ module Aws::SESV2
3508
3599
  class PutEmailIdentityDkimSigningAttributesResponse < Struct.new(
3509
3600
  :dkim_status,
3510
3601
  :dkim_tokens)
3602
+ SENSITIVE = []
3511
3603
  include Aws::Structure
3512
3604
  end
3513
3605
 
@@ -3547,6 +3639,7 @@ module Aws::SESV2
3547
3639
  class PutEmailIdentityFeedbackAttributesRequest < Struct.new(
3548
3640
  :email_identity,
3549
3641
  :email_forwarding_enabled)
3642
+ SENSITIVE = []
3550
3643
  include Aws::Structure
3551
3644
  end
3552
3645
 
@@ -3605,6 +3698,7 @@ module Aws::SESV2
3605
3698
  :email_identity,
3606
3699
  :mail_from_domain,
3607
3700
  :behavior_on_mx_failure)
3701
+ SENSITIVE = []
3608
3702
  include Aws::Structure
3609
3703
  end
3610
3704
 
@@ -3641,6 +3735,7 @@ module Aws::SESV2
3641
3735
  class PutSuppressedDestinationRequest < Struct.new(
3642
3736
  :email_address,
3643
3737
  :reason)
3738
+ SENSITIVE = []
3644
3739
  include Aws::Structure
3645
3740
  end
3646
3741
 
@@ -3692,6 +3787,7 @@ module Aws::SESV2
3692
3787
  #
3693
3788
  class RawMessage < Struct.new(
3694
3789
  :data)
3790
+ SENSITIVE = []
3695
3791
  include Aws::Structure
3696
3792
  end
3697
3793
 
@@ -3724,6 +3820,7 @@ module Aws::SESV2
3724
3820
  class ReputationOptions < Struct.new(
3725
3821
  :reputation_metrics_enabled,
3726
3822
  :last_fresh_start)
3823
+ SENSITIVE = []
3727
3824
  include Aws::Structure
3728
3825
  end
3729
3826
 
@@ -3821,6 +3918,7 @@ module Aws::SESV2
3821
3918
  :content,
3822
3919
  :email_tags,
3823
3920
  :configuration_set_name)
3921
+ SENSITIVE = []
3824
3922
  include Aws::Structure
3825
3923
  end
3826
3924
 
@@ -3843,6 +3941,7 @@ module Aws::SESV2
3843
3941
  #
3844
3942
  class SendEmailResponse < Struct.new(
3845
3943
  :message_id)
3944
+ SENSITIVE = []
3846
3945
  include Aws::Structure
3847
3946
  end
3848
3947
 
@@ -3872,6 +3971,7 @@ module Aws::SESV2
3872
3971
  :max_24_hour_send,
3873
3972
  :max_send_rate,
3874
3973
  :sent_last_24_hours)
3974
+ SENSITIVE = []
3875
3975
  include Aws::Structure
3876
3976
  end
3877
3977
 
@@ -3894,6 +3994,7 @@ module Aws::SESV2
3894
3994
  #
3895
3995
  class SendingOptions < Struct.new(
3896
3996
  :sending_enabled)
3997
+ SENSITIVE = []
3897
3998
  include Aws::Structure
3898
3999
  end
3899
4000
 
@@ -3929,6 +4030,7 @@ module Aws::SESV2
3929
4030
  #
3930
4031
  class SnsDestination < Struct.new(
3931
4032
  :topic_arn)
4033
+ SENSITIVE = []
3932
4034
  include Aws::Structure
3933
4035
  end
3934
4036
 
@@ -3962,6 +4064,7 @@ module Aws::SESV2
3962
4064
  :reason,
3963
4065
  :last_update_time,
3964
4066
  :attributes)
4067
+ SENSITIVE = []
3965
4068
  include Aws::Structure
3966
4069
  end
3967
4070
 
@@ -3983,6 +4086,7 @@ module Aws::SESV2
3983
4086
  class SuppressedDestinationAttributes < Struct.new(
3984
4087
  :message_id,
3985
4088
  :feedback_id)
4089
+ SENSITIVE = []
3986
4090
  include Aws::Structure
3987
4091
  end
3988
4092
 
@@ -4008,6 +4112,7 @@ module Aws::SESV2
4008
4112
  :email_address,
4009
4113
  :reason,
4010
4114
  :last_update_time)
4115
+ SENSITIVE = []
4011
4116
  include Aws::Structure
4012
4117
  end
4013
4118
 
@@ -4032,6 +4137,7 @@ module Aws::SESV2
4032
4137
  #
4033
4138
  class SuppressionAttributes < Struct.new(
4034
4139
  :suppressed_reasons)
4140
+ SENSITIVE = []
4035
4141
  include Aws::Structure
4036
4142
  end
4037
4143
 
@@ -4063,6 +4169,7 @@ module Aws::SESV2
4063
4169
  #
4064
4170
  class SuppressionOptions < Struct.new(
4065
4171
  :suppressed_reasons)
4172
+ SENSITIVE = []
4066
4173
  include Aws::Structure
4067
4174
  end
4068
4175
 
@@ -4123,6 +4230,7 @@ module Aws::SESV2
4123
4230
  class Tag < Struct.new(
4124
4231
  :key,
4125
4232
  :value)
4233
+ SENSITIVE = []
4126
4234
  include Aws::Structure
4127
4235
  end
4128
4236
 
@@ -4156,6 +4264,7 @@ module Aws::SESV2
4156
4264
  class TagResourceRequest < Struct.new(
4157
4265
  :resource_arn,
4158
4266
  :tags)
4267
+ SENSITIVE = []
4159
4268
  include Aws::Structure
4160
4269
  end
4161
4270
 
@@ -4193,6 +4302,7 @@ module Aws::SESV2
4193
4302
  class Template < Struct.new(
4194
4303
  :template_arn,
4195
4304
  :template_data)
4305
+ SENSITIVE = []
4196
4306
  include Aws::Structure
4197
4307
  end
4198
4308
 
@@ -4227,6 +4337,7 @@ module Aws::SESV2
4227
4337
  #
4228
4338
  class TrackingOptions < Struct.new(
4229
4339
  :custom_redirect_domain)
4340
+ SENSITIVE = []
4230
4341
  include Aws::Structure
4231
4342
  end
4232
4343
 
@@ -4259,6 +4370,7 @@ module Aws::SESV2
4259
4370
  class UntagResourceRequest < Struct.new(
4260
4371
  :resource_arn,
4261
4372
  :tag_keys)
4373
+ SENSITIVE = []
4262
4374
  include Aws::Structure
4263
4375
  end
4264
4376
 
@@ -4277,7 +4389,7 @@ module Aws::SESV2
4277
4389
  # event_destination_name: "EventDestinationName", # required
4278
4390
  # event_destination: { # required
4279
4391
  # enabled: false,
4280
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
4392
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
4281
4393
  # kinesis_firehose_destination: {
4282
4394
  # iam_role_arn: "AmazonResourceName", # required
4283
4395
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -4319,6 +4431,7 @@ module Aws::SESV2
4319
4431
  :configuration_set_name,
4320
4432
  :event_destination_name,
4321
4433
  :event_destination)
4434
+ SENSITIVE = []
4322
4435
  include Aws::Structure
4323
4436
  end
4324
4437
 
@@ -4358,6 +4471,7 @@ module Aws::SESV2
4358
4471
  :spam_raw_count,
4359
4472
  :projected_inbox,
4360
4473
  :projected_spam)
4474
+ SENSITIVE = []
4361
4475
  include Aws::Structure
4362
4476
  end
4363
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.3.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-03-09 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon SES V2