aws-sdk-sesv2 1.109.0 → 1.110.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: 4cdb59757f6619e64d7fd575e2c2379bb1ad1271ebb90b534b3945b0d593d750
4
- data.tar.gz: 29402de039253ac6e74b3a3b2801890b079ec1146a4f54662545e500d73e03e2
3
+ metadata.gz: 9486e33d2f47e24f28c22d50d2d69bb82963188af84784c61889768ed81aa209
4
+ data.tar.gz: 073c266536f7b7097a5ccc829d0a431de000e7e62449df80bb6f3364f2d3e7da
5
5
  SHA512:
6
- metadata.gz: 628d994412ed82879153fdce3e70cf07b4cdce6ca04478d6c84c6809b8f16884c5b519391a848e211187c7b258be32a70bef66f117af8713fcf0e88192b11496
7
- data.tar.gz: 70da41db09a1a7f16150165cdf73ec2688466c8c29f1bdc0a6a615cf5e0e21195c7b183d1320838bd5ff4b52b42679d25a4d2c4c9d1aaa7a2feeed82af174ce9
6
+ metadata.gz: 86a90834bc0cc71c7bbaa8356a75081d8ed842ce4b819609d64ab6926f113d0ce53ab5ddd8bb16f9c64cef76e78429c29b6e558950e0ff2f9a859e94c1ca4f73
7
+ data.tar.gz: 447acf5a4389a0a860fcd17baf1b762509c18113fa88675008033b1eb714a873721a54653a0064bc266cfc042aa6a30caa1c4b7349fbf12c84e83216d05c9382
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2026-09-17)
5
+ ------------------
6
+
7
+ * Feature - Added support to query the tenant name for BatchGetMetricData and CreateExportJob APIs to filter metrics and messages at the tenant level.
8
+
4
9
  1.109.0 (2026-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -1459,6 +1459,7 @@ module Aws::SESV2
1459
1459
  # destination: ["InsightsEmailAddress"],
1460
1460
  # subject: ["EmailSubject"],
1461
1461
  # isp: ["Isp"],
1462
+ # tenant_name: ["TenantName"],
1462
1463
  # last_delivery_event: ["SEND"], # accepts SEND, DELIVERY, TRANSIENT_BOUNCE, PERMANENT_BOUNCE, UNDETERMINED_BOUNCE, COMPLAINT
1463
1464
  # last_engagement_event: ["OPEN"], # accepts OPEN, CLICK
1464
1465
  # },
@@ -1467,6 +1468,7 @@ module Aws::SESV2
1467
1468
  # destination: ["InsightsEmailAddress"],
1468
1469
  # subject: ["EmailSubject"],
1469
1470
  # isp: ["Isp"],
1471
+ # tenant_name: ["TenantName"],
1470
1472
  # last_delivery_event: ["SEND"], # accepts SEND, DELIVERY, TRANSIENT_BOUNCE, PERMANENT_BOUNCE, UNDETERMINED_BOUNCE, COMPLAINT
1471
1473
  # last_engagement_event: ["OPEN"], # accepts OPEN, CLICK
1472
1474
  # },
@@ -3122,6 +3124,8 @@ module Aws::SESV2
3122
3124
  # resp.export_data_source.message_insights_data_source.include.subject[0] #=> String
3123
3125
  # resp.export_data_source.message_insights_data_source.include.isp #=> Array
3124
3126
  # resp.export_data_source.message_insights_data_source.include.isp[0] #=> String
3127
+ # resp.export_data_source.message_insights_data_source.include.tenant_name #=> Array
3128
+ # resp.export_data_source.message_insights_data_source.include.tenant_name[0] #=> String
3125
3129
  # resp.export_data_source.message_insights_data_source.include.last_delivery_event #=> Array
3126
3130
  # resp.export_data_source.message_insights_data_source.include.last_delivery_event[0] #=> String, one of "SEND", "DELIVERY", "TRANSIENT_BOUNCE", "PERMANENT_BOUNCE", "UNDETERMINED_BOUNCE", "COMPLAINT"
3127
3131
  # resp.export_data_source.message_insights_data_source.include.last_engagement_event #=> Array
@@ -3134,6 +3138,8 @@ module Aws::SESV2
3134
3138
  # resp.export_data_source.message_insights_data_source.exclude.subject[0] #=> String
3135
3139
  # resp.export_data_source.message_insights_data_source.exclude.isp #=> Array
3136
3140
  # resp.export_data_source.message_insights_data_source.exclude.isp[0] #=> String
3141
+ # resp.export_data_source.message_insights_data_source.exclude.tenant_name #=> Array
3142
+ # resp.export_data_source.message_insights_data_source.exclude.tenant_name[0] #=> String
3137
3143
  # resp.export_data_source.message_insights_data_source.exclude.last_delivery_event #=> Array
3138
3144
  # resp.export_data_source.message_insights_data_source.exclude.last_delivery_event[0] #=> String, one of "SEND", "DELIVERY", "TRANSIENT_BOUNCE", "PERMANENT_BOUNCE", "UNDETERMINED_BOUNCE", "COMPLAINT"
3139
3145
  # resp.export_data_source.message_insights_data_source.exclude.last_engagement_event #=> Array
@@ -6658,7 +6664,7 @@ module Aws::SESV2
6658
6664
  tracer: tracer
6659
6665
  )
6660
6666
  context[:gem_name] = 'aws-sdk-sesv2'
6661
- context[:gem_version] = '1.109.0'
6667
+ context[:gem_version] = '1.110.0'
6662
6668
  Seahorse::Client::Request.new(handlers, context)
6663
6669
  end
6664
6670
 
@@ -573,6 +573,7 @@ module Aws::SESV2
573
573
  TenantInfo = Shapes::StructureShape.new(name: 'TenantInfo')
574
574
  TenantInfoList = Shapes::ListShape.new(name: 'TenantInfoList')
575
575
  TenantName = Shapes::StringShape.new(name: 'TenantName')
576
+ TenantNameFilterList = Shapes::ListShape.new(name: 'TenantNameFilterList')
576
577
  TenantResource = Shapes::StructureShape.new(name: 'TenantResource')
577
578
  TenantResourceList = Shapes::ListShape.new(name: 'TenantResourceList')
578
579
  TenantSuppressionAttributes = Shapes::StructureShape.new(name: 'TenantSuppressionAttributes')
@@ -1739,6 +1740,7 @@ module Aws::SESV2
1739
1740
  MessageInsightsFilters.add_member(:destination, Shapes::ShapeRef.new(shape: EmailAddressFilterList, location_name: "Destination"))
1740
1741
  MessageInsightsFilters.add_member(:subject, Shapes::ShapeRef.new(shape: EmailSubjectFilterList, location_name: "Subject"))
1741
1742
  MessageInsightsFilters.add_member(:isp, Shapes::ShapeRef.new(shape: IspFilterList, location_name: "Isp"))
1743
+ MessageInsightsFilters.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantNameFilterList, location_name: "TenantName"))
1742
1744
  MessageInsightsFilters.add_member(:last_delivery_event, Shapes::ShapeRef.new(shape: LastDeliveryEventList, location_name: "LastDeliveryEvent"))
1743
1745
  MessageInsightsFilters.add_member(:last_engagement_event, Shapes::ShapeRef.new(shape: LastEngagementEventList, location_name: "LastEngagementEvent"))
1744
1746
  MessageInsightsFilters.struct_class = Types::MessageInsightsFilters
@@ -2190,6 +2192,8 @@ module Aws::SESV2
2190
2192
 
2191
2193
  TenantInfoList.member = Shapes::ShapeRef.new(shape: TenantInfo)
2192
2194
 
2195
+ TenantNameFilterList.member = Shapes::ShapeRef.new(shape: TenantName)
2196
+
2193
2197
  TenantResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
2194
2198
  TenantResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceArn"))
2195
2199
  TenantResource.struct_class = Types::TenantResource
@@ -6483,6 +6483,10 @@ module Aws::SESV2
6483
6483
  # The recipient's ISP (e.g., `Gmail`, `Yahoo`, etc.).
6484
6484
  # @return [Array<String>]
6485
6485
  #
6486
+ # @!attribute [rw] tenant_name
6487
+ # The name of the tenant used when sending the message.
6488
+ # @return [Array<String>]
6489
+ #
6486
6490
  # @!attribute [rw] last_delivery_event
6487
6491
  # The last delivery-related event for the email, where the ordering is
6488
6492
  # as follows: `SEND` &lt; `BOUNCE` &lt; `DELIVERY` &lt; `COMPLAINT`.
@@ -6507,6 +6511,7 @@ module Aws::SESV2
6507
6511
  :destination,
6508
6512
  :subject,
6509
6513
  :isp,
6514
+ :tenant_name,
6510
6515
  :last_delivery_event,
6511
6516
  :last_engagement_event)
6512
6517
  SENSITIVE = [:from_email_address, :destination, :subject]
data/lib/aws-sdk-sesv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::SESV2
54
54
  autoload :EndpointProvider, 'aws-sdk-sesv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sesv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.109.0'
57
+ GEM_VERSION = '1.110.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -101,7 +101,7 @@ module Aws
101
101
  id: ::String,
102
102
  namespace: ("VDM"),
103
103
  metric: ("SEND" | "COMPLAINT" | "PERMANENT_BOUNCE" | "TRANSIENT_BOUNCE" | "OPEN" | "CLICK" | "DELIVERY" | "DELIVERY_OPEN" | "DELIVERY_CLICK" | "DELIVERY_COMPLAINT"),
104
- dimensions: Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String]?,
104
+ dimensions: Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP" | "TENANT_NAME"), ::String]?,
105
105
  start_date: ::Time,
106
106
  end_date: ::Time
107
107
  }
@@ -331,7 +331,7 @@ module Aws
331
331
  def create_export_job: (
332
332
  export_data_source: {
333
333
  metrics_data_source: {
334
- dimensions: Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), Array[::String]],
334
+ dimensions: Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP" | "TENANT_NAME"), Array[::String]],
335
335
  namespace: ("VDM"),
336
336
  metrics: Array[
337
337
  {
data/sig/params.rbs CHANGED
@@ -134,6 +134,7 @@ module Aws
134
134
  destination: Array[::String]?,
135
135
  subject: Array[::String]?,
136
136
  isp: Array[::String]?,
137
+ tenant_name: Array[::String]?,
137
138
  last_delivery_event: Array[("SEND" | "DELIVERY" | "TRANSIENT_BOUNCE" | "PERMANENT_BOUNCE" | "UNDETERMINED_BOUNCE" | "COMPLAINT")]?,
138
139
  last_engagement_event: Array[("OPEN" | "CLICK")]?
139
140
  }
data/sig/types.rbs CHANGED
@@ -57,7 +57,7 @@ module Aws::SESV2
57
57
  attr_accessor id: ::String
58
58
  attr_accessor namespace: ("VDM")
59
59
  attr_accessor metric: ("SEND" | "COMPLAINT" | "PERMANENT_BOUNCE" | "TRANSIENT_BOUNCE" | "OPEN" | "CLICK" | "DELIVERY" | "DELIVERY_OPEN" | "DELIVERY_CLICK" | "DELIVERY_COMPLAINT")
60
- attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String]
60
+ attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP" | "TENANT_NAME"), ::String]
61
61
  attr_accessor start_date: ::Time
62
62
  attr_accessor end_date: ::Time
63
63
  SENSITIVE: []
@@ -1452,6 +1452,7 @@ module Aws::SESV2
1452
1452
  attr_accessor destination: ::Array[::String]
1453
1453
  attr_accessor subject: ::Array[::String]
1454
1454
  attr_accessor isp: ::Array[::String]
1455
+ attr_accessor tenant_name: ::Array[::String]
1455
1456
  attr_accessor last_delivery_event: ::Array[("SEND" | "DELIVERY" | "TRANSIENT_BOUNCE" | "PERMANENT_BOUNCE" | "UNDETERMINED_BOUNCE" | "COMPLAINT")]
1456
1457
  attr_accessor last_engagement_event: ::Array[("OPEN" | "CLICK")]
1457
1458
  SENSITIVE: []
@@ -1486,7 +1487,7 @@ module Aws::SESV2
1486
1487
  end
1487
1488
 
1488
1489
  class MetricsDataSource
1489
- attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::Array[::String]]
1490
+ attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP" | "TENANT_NAME"), ::Array[::String]]
1490
1491
  attr_accessor namespace: ("VDM")
1491
1492
  attr_accessor metrics: ::Array[Types::ExportMetric]
1492
1493
  attr_accessor start_date: ::Time
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sesv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services