amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types.BatchGetMetricDataQuery

Description

 
Synopsis

Documentation

data BatchGetMetricDataQuery Source #

Represents a single metric data query to include in a batch.

See: newBatchGetMetricDataQuery smart constructor.

Constructors

BatchGetMetricDataQuery' 

Fields

  • dimensions :: Maybe (HashMap MetricDimensionName Text)

    An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

  • id :: Text

    The query identifier.

  • namespace :: MetricNamespace

    The query namespace - e.g. VDM

  • metric :: Metric

    The queried metric. This can be one of the following:

    • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
    • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
    • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
    • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
    • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
    • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
    • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
    • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
    • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
    • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
  • startDate :: POSIX

    Represents the start date for the query interval.

  • endDate :: POSIX

    Represents the end date for the query interval.

Instances

Instances details
ToJSON BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Generic BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Associated Types

type Rep BatchGetMetricDataQuery :: Type -> Type #

Read BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Show BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

NFData BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Methods

rnf :: BatchGetMetricDataQuery -> () #

Eq BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Hashable BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

type Rep BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

newBatchGetMetricDataQuery Source #

Create a value of BatchGetMetricDataQuery with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dimensions:BatchGetMetricDataQuery', batchGetMetricDataQuery_dimensions - An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

$sel:id:BatchGetMetricDataQuery', batchGetMetricDataQuery_id - The query identifier.

$sel:namespace:BatchGetMetricDataQuery', batchGetMetricDataQuery_namespace - The query namespace - e.g. VDM

$sel:metric:BatchGetMetricDataQuery', batchGetMetricDataQuery_metric - The queried metric. This can be one of the following:

  • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
  • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
  • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
  • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
  • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
  • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
  • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
  • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
  • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
  • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

$sel:startDate:BatchGetMetricDataQuery', batchGetMetricDataQuery_startDate - Represents the start date for the query interval.

$sel:endDate:BatchGetMetricDataQuery', batchGetMetricDataQuery_endDate - Represents the end date for the query interval.

batchGetMetricDataQuery_dimensions :: Lens' BatchGetMetricDataQuery (Maybe (HashMap MetricDimensionName Text)) Source #

An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

batchGetMetricDataQuery_metric :: Lens' BatchGetMetricDataQuery Metric Source #

The queried metric. This can be one of the following:

  • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
  • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
  • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
  • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
  • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
  • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
  • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
  • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
  • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
  • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

batchGetMetricDataQuery_startDate :: Lens' BatchGetMetricDataQuery UTCTime Source #

Represents the start date for the query interval.

batchGetMetricDataQuery_endDate :: Lens' BatchGetMetricDataQuery UTCTime Source #

Represents the end date for the query interval.