| 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.Shield.DisableProactiveEngagement
Description
Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.
Synopsis
- data DisableProactiveEngagement = DisableProactiveEngagement' {
- newDisableProactiveEngagement :: DisableProactiveEngagement
- data DisableProactiveEngagementResponse = DisableProactiveEngagementResponse' {
- httpStatus :: Int
- newDisableProactiveEngagementResponse :: Int -> DisableProactiveEngagementResponse
- disableProactiveEngagementResponse_httpStatus :: Lens' DisableProactiveEngagementResponse Int
Creating a Request
data DisableProactiveEngagement Source #
See: newDisableProactiveEngagement smart constructor.
Constructors
| DisableProactiveEngagement' | |
Instances
newDisableProactiveEngagement :: DisableProactiveEngagement Source #
Create a value of DisableProactiveEngagement with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DisableProactiveEngagementResponse Source #
See: newDisableProactiveEngagementResponse smart constructor.
Constructors
| DisableProactiveEngagementResponse' | |
Fields
| |
Instances
newDisableProactiveEngagementResponse Source #
Arguments
| :: Int | |
| -> DisableProactiveEngagementResponse |
Create a value of DisableProactiveEngagementResponse 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:httpStatus:DisableProactiveEngagementResponse', disableProactiveEngagementResponse_httpStatus - The response's http status code.
Response Lenses
disableProactiveEngagementResponse_httpStatus :: Lens' DisableProactiveEngagementResponse Int Source #
The response's http status code.