- Navigation Guide
@aws-sdk/client-sesv2
GetDeliverabilityDashboardOptionsCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DashboardEnabled Required | boolean | undefined | Specifies whether the Deliverability dashboard is enabled. If this value is |
AccountStatus | DeliverabilityDashboardAccountStatus | undefined | The current status of your Deliverability dashboard subscription. If this value is |
ActiveSubscribedDomains | DomainDeliverabilityTrackingOption[] | undefined | An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month. |
PendingExpirationSubscribedDomains | DomainDeliverabilityTrackingOption[] | undefined | An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month. |
SubscriptionExpiryDate | Date | undefined | The date when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month. |
Full Signature
export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliverabilityDashboardOptionsResponse, MetadataBearer