aws-sdk-sesv2 1.6.1 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e09b8b8e2ac12dbf21a4404416e1d8f492dec9bd1b73681ad32a8ce1e2d134f
4
- data.tar.gz: 07c8f3d8095edadb3028543d0859654437371a579221234c84051ffd8242c3f9
3
+ metadata.gz: 034031126af9674d220b44ae56aa3559a52677a88e5ab8eebe3b35d21703b728
4
+ data.tar.gz: 301072538aeff1444380a6e2d4b13d283c6950414360140ed9d118460bc47c92
5
5
  SHA512:
6
- metadata.gz: 3e44777bd08dc58ed49fc2282206325dc95c841b23850423ef3a02ca7c93dc3585b0fddec0fec504177307da1159ac978b44e01bab5e827b54cabd5e60935c9a
7
- data.tar.gz: 9227a185fcff628eb66279e5784c00e90b4aa5a0ed816b7030e9d37f274edd635f8e32bf9a2ab331af6899c0259d8265c006ea257e1df2ef23b15430769f12fd
6
+ metadata.gz: 42d23408cc69066d2ed0d73df02bcfd456ef904b2aee04a3604637959acec246c2e37b7a904054c170ee59fb8a21e92c963957f52a4e6370c40d94892725542f
7
+ data.tar.gz: cac3c24646346c0dd80a1114c45887c60ba576a796f153fa343ddf78d12b9fe239f04a21e292d64418af742f427830fc32a781602f225dc1f061a6abe19afe1d
@@ -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.6.1'
50
+ GEM_VERSION = '1.7.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:
@@ -415,7 +417,7 @@ module Aws::SESV2
415
417
  # event_destination_name: "EventDestinationName", # required
416
418
  # event_destination: { # required
417
419
  # enabled: false,
418
- # 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
419
421
  # kinesis_firehose_destination: {
420
422
  # iam_role_arn: "AmazonResourceName", # required
421
423
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -940,7 +942,7 @@ module Aws::SESV2
940
942
  # resp.event_destinations[0].name #=> String
941
943
  # resp.event_destinations[0].enabled #=> Boolean
942
944
  # resp.event_destinations[0].matching_event_types #=> Array
943
- # 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"
944
946
  # resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
945
947
  # resp.event_destinations[0].kinesis_firehose_destination.delivery_stream_arn #=> String
946
948
  # resp.event_destinations[0].cloud_watch_destination.dimension_configurations #=> Array
@@ -2503,7 +2505,7 @@ module Aws::SESV2
2503
2505
  # event_destination_name: "EventDestinationName", # required
2504
2506
  # event_destination: { # required
2505
2507
  # enabled: false,
2506
- # 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
2507
2509
  # kinesis_firehose_destination: {
2508
2510
  # iam_role_arn: "AmazonResourceName", # required
2509
2511
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -2548,7 +2550,7 @@ module Aws::SESV2
2548
2550
  params: params,
2549
2551
  config: config)
2550
2552
  context[:gem_name] = 'aws-sdk-sesv2'
2551
- context[:gem_version] = '1.6.1'
2553
+ context[:gem_version] = '1.7.0'
2552
2554
  Seahorse::Client::Request.new(handlers, context)
2553
2555
  end
2554
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:
@@ -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:
@@ -217,7 +219,7 @@ module Aws::SESV2
217
219
  # event_destination_name: "EventDestinationName", # required
218
220
  # event_destination: { # required
219
221
  # enabled: false,
220
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
222
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
221
223
  # kinesis_firehose_destination: {
222
224
  # iam_role_arn: "AmazonResourceName", # required
223
225
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -1312,12 +1314,12 @@ module Aws::SESV2
1312
1314
  end
1313
1315
 
1314
1316
  # 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.
1317
+ # opens, clicks, bounces, complaints and delivery delays. *Event
1318
+ # destinations* are places that you can send information about these
1319
+ # events to. For example, you can send event data to Amazon SNS to
1320
+ # receive notifications when you receive bounces or complaints, or you
1321
+ # can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for
1322
+ # long-term storage.
1321
1323
  #
1322
1324
  # @!attribute [rw] name
1323
1325
  # A name that identifies the event destination.
@@ -1392,7 +1394,7 @@ module Aws::SESV2
1392
1394
  #
1393
1395
  # {
1394
1396
  # enabled: false,
1395
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
1397
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
1396
1398
  # kinesis_firehose_destination: {
1397
1399
  # iam_role_arn: "AmazonResourceName", # required
1398
1400
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -4277,7 +4279,7 @@ module Aws::SESV2
4277
4279
  # event_destination_name: "EventDestinationName", # required
4278
4280
  # event_destination: { # required
4279
4281
  # enabled: false,
4280
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE
4282
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
4281
4283
  # kinesis_firehose_destination: {
4282
4284
  # iam_role_arn: "AmazonResourceName", # required
4283
4285
  # delivery_stream_arn: "AmazonResourceName", # required
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.6.1
4
+ version: 1.7.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-11 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core