libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.ReviewDetails

Description

 
Synopsis

Documentation

data ReviewDetails Source #

An object that contains information about your account details review.

See: newReviewDetails smart constructor.

Constructors

ReviewDetails' 

Fields

  • status :: Maybe ReviewStatus

    The status of the latest review of your account. The status can be one of the following:

    • PENDING – We have received your appeal and are in the process of reviewing it.
    • GRANTED – Your appeal has been reviewed and your production access has been granted.
    • DENIED – Your appeal has been reviewed and your production access has been denied.
    • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
  • caseId :: Maybe Text

    The associated support center case ID (if any).

Instances

Instances details
Eq ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Read ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Show ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Generic ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Associated Types

type Rep ReviewDetails :: Type -> Type #

NFData ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Methods

rnf :: ReviewDetails -> () #

Hashable ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

FromJSON ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

type Rep ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

type Rep ReviewDetails = D1 ('MetaData "ReviewDetails" "Amazonka.SESV2.Types.ReviewDetails" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "ReviewDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus)) :*: S1 ('MetaSel ('Just "caseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReviewDetails :: ReviewDetails Source #

Create a value of ReviewDetails 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:status:ReviewDetails', reviewDetails_status - The status of the latest review of your account. The status can be one of the following:

  • PENDING – We have received your appeal and are in the process of reviewing it.
  • GRANTED – Your appeal has been reviewed and your production access has been granted.
  • DENIED – Your appeal has been reviewed and your production access has been denied.
  • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.

$sel:caseId:ReviewDetails', reviewDetails_caseId - The associated support center case ID (if any).

reviewDetails_status :: Lens' ReviewDetails (Maybe ReviewStatus) Source #

The status of the latest review of your account. The status can be one of the following:

  • PENDING – We have received your appeal and are in the process of reviewing it.
  • GRANTED – Your appeal has been reviewed and your production access has been granted.
  • DENIED – Your appeal has been reviewed and your production access has been denied.
  • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.

reviewDetails_caseId :: Lens' ReviewDetails (Maybe Text) Source #

The associated support center case ID (if any).