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