| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SecurityLake.Types.FailuresResponse
Description
Synopsis
Documentation
data FailuresResponse Source #
Response element for actions that make changes, namely create, update, or delete actions.
See: newFailuresResponse smart constructor.
Constructors
| FailuresResponse' | |
Instances
newFailuresResponse :: FailuresResponse Source #
Create a value of FailuresResponse 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:failures:FailuresResponse', failuresResponse_failures - List of all failures.
$sel:region:FailuresResponse', failuresResponse_region - List of Amazon Web Services Regions where the failure occurred.
failuresResponse_failures :: Lens' FailuresResponse (Maybe [Failures]) Source #
List of all failures.
failuresResponse_region :: Lens' FailuresResponse (Maybe Text) Source #
List of Amazon Web Services Regions where the failure occurred.