PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SESv2::GetAccountResponse; use Moose; has DedicatedIpAutoWarmupEnabled => (is => 'ro', isa => 'Bool'); has Details => (is => 'ro', isa => 'Paws::SESv2::AccountDetails'); has EnforcementStatus => (is => 'ro', isa => 'Str'); has ProductionAccessEnabled => (is => 'ro', isa => 'Bool'); has SendingEnabled => (is => 'ro', isa => 'Bool'); has SendQuota => (is => 'ro', isa => 'Paws::SESv2::SendQuota'); has SuppressionAttributes => (is => 'ro', isa => 'Paws::SESv2::SuppressionAttributes'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SESv2::GetAccountResponse =head1 ATTRIBUTES =head2 DedicatedIpAutoWarmupEnabled => Bool Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account. =head2 Details => L An object that defines your account details. =head2 EnforcementStatus => Str The reputation status of your Amazon SES account. The status can be one of the following: =over =item * C E There are no reputation-related issues that currently impact your account. =item * C E We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues. =item * C E Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed. =back =head2 ProductionAccessEnabled => Bool Indicates whether or not your account has production access in the current AWS Region. If the value is C, then your account is in the I. When your account is in the sandbox, you can only send email to verified identities. Additionally, the maximum number of emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per second (your maximum sending rate) is 1. If the value is C, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case. =head2 SendingEnabled => Bool Indicates whether or not email sending is enabled for your Amazon SES account in the current AWS Region. =head2 SendQuota => L An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current AWS Region. =head2 SuppressionAttributes => L An object that contains information about the email address suppression preferences for your account in the current AWS Region. =head2 _request_id => Str =cut