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 |
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.
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.
EnableProactiveEngagementResponse' | |
|
Instances
Eq EnableProactiveEngagementResponse Source # | |
Read EnableProactiveEngagementResponse Source # | |
Show EnableProactiveEngagementResponse Source # | |
Generic EnableProactiveEngagementResponse Source # | |
NFData EnableProactiveEngagementResponse Source # | |
Defined in Amazonka.Shield.EnableProactiveEngagement rnf :: EnableProactiveEngagementResponse -> () # | |
type Rep EnableProactiveEngagementResponse Source # | |
Defined in Amazonka.Shield.EnableProactiveEngagement type Rep EnableProactiveEngagementResponse = D1 ('MetaData "EnableProactiveEngagementResponse" "Amazonka.Shield.EnableProactiveEngagement" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "EnableProactiveEngagementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newEnableProactiveEngagementResponse Source #
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.