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