libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SES.GetAccountSendingEnabled

Description

Returns the email sending status of the Amazon SES account for the current region.

You can execute this operation no more than once per second.

Synopsis

Creating a Request

data GetAccountSendingEnabled Source #

See: newGetAccountSendingEnabled smart constructor.

Instances

Instances details
Eq GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Read GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Show GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Generic GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Associated Types

type Rep GetAccountSendingEnabled :: Type -> Type #

NFData GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Hashable GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

AWSRequest GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

ToHeaders GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

ToPath GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

ToQuery GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

type Rep GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

type Rep GetAccountSendingEnabled = D1 ('MetaData "GetAccountSendingEnabled" "Amazonka.SES.GetAccountSendingEnabled" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetAccountSendingEnabled'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetAccountSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

newGetAccountSendingEnabled :: GetAccountSendingEnabled Source #

Create a value of GetAccountSendingEnabled with all optional fields omitted.

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

Destructuring the Response

data GetAccountSendingEnabledResponse Source #

Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

See: newGetAccountSendingEnabledResponse smart constructor.

Constructors

GetAccountSendingEnabledResponse' 

Fields

  • enabled :: Maybe Bool

    Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Read GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Show GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Generic GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

Associated Types

type Rep GetAccountSendingEnabledResponse :: Type -> Type #

NFData GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

type Rep GetAccountSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.GetAccountSendingEnabled

type Rep GetAccountSendingEnabledResponse = D1 ('MetaData "GetAccountSendingEnabledResponse" "Amazonka.SES.GetAccountSendingEnabled" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetAccountSendingEnabledResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAccountSendingEnabledResponse Source #

Create a value of GetAccountSendingEnabledResponse 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:enabled:GetAccountSendingEnabledResponse', getAccountSendingEnabledResponse_enabled - Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

$sel:httpStatus:GetAccountSendingEnabledResponse', getAccountSendingEnabledResponse_httpStatus - The response's http status code.

Response Lenses

getAccountSendingEnabledResponse_enabled :: Lens' GetAccountSendingEnabledResponse (Maybe Bool) Source #

Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.