libZSservicesZSamazonka-workmailZSamazonka-workmail
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.WorkMail.DescribeInboundDmarcSettings

Description

Lists the settings in a DMARC policy for a specified organization.

Synopsis

Creating a Request

data DescribeInboundDmarcSettings Source #

See: newDescribeInboundDmarcSettings smart constructor.

Constructors

DescribeInboundDmarcSettings' 

Fields

Instances

Instances details
Eq DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Read DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Show DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Generic DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Associated Types

type Rep DescribeInboundDmarcSettings :: Type -> Type #

NFData DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Hashable DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

ToJSON DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

AWSRequest DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

ToHeaders DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

ToPath DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

ToQuery DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

type Rep DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

type Rep DescribeInboundDmarcSettings = D1 ('MetaData "DescribeInboundDmarcSettings" "Amazonka.WorkMail.DescribeInboundDmarcSettings" "libZSservicesZSamazonka-workmailZSamazonka-workmail" 'False) (C1 ('MetaCons "DescribeInboundDmarcSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeInboundDmarcSettings Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

newDescribeInboundDmarcSettings Source #

Create a value of DescribeInboundDmarcSettings 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:organizationId:DescribeInboundDmarcSettings', describeInboundDmarcSettings_organizationId - Lists the ID of the given organization.

Request Lenses

Destructuring the Response

data DescribeInboundDmarcSettingsResponse Source #

Constructors

DescribeInboundDmarcSettingsResponse' 

Fields

Instances

Instances details
Eq DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Read DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Show DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

Generic DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

NFData DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

type Rep DescribeInboundDmarcSettingsResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeInboundDmarcSettings

type Rep DescribeInboundDmarcSettingsResponse = D1 ('MetaData "DescribeInboundDmarcSettingsResponse" "Amazonka.WorkMail.DescribeInboundDmarcSettings" "libZSservicesZSamazonka-workmailZSamazonka-workmail" 'False) (C1 ('MetaCons "DescribeInboundDmarcSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enforced") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeInboundDmarcSettingsResponse Source #

Create a value of DescribeInboundDmarcSettingsResponse 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:enforced:DescribeInboundDmarcSettingsResponse', describeInboundDmarcSettingsResponse_enforced - Lists the enforcement setting of the applied policy.

$sel:httpStatus:DescribeInboundDmarcSettingsResponse', describeInboundDmarcSettingsResponse_httpStatus - The response's http status code.

Response Lenses