Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ReviewDetails Source #
An object that contains information about your account details review.
See: newReviewDetails
smart constructor.
ReviewDetails' | |
|
Instances
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).