amazonka-shield-2.0: Amazon Shield SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Shield.DisassociateDRTRole

Description

Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.

Synopsis

Creating a Request

data DisassociateDRTRole Source #

See: newDisassociateDRTRole smart constructor.

Constructors

DisassociateDRTRole' 

Instances

Instances details
ToJSON DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

ToHeaders DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

ToPath DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

ToQuery DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

AWSRequest DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Associated Types

type AWSResponse DisassociateDRTRole #

Generic DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Associated Types

type Rep DisassociateDRTRole :: Type -> Type #

Read DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Show DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

NFData DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Methods

rnf :: DisassociateDRTRole -> () #

Eq DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Hashable DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

type AWSResponse DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

type Rep DisassociateDRTRole Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

type Rep DisassociateDRTRole = D1 ('MetaData "DisassociateDRTRole" "Amazonka.Shield.DisassociateDRTRole" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "DisassociateDRTRole'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisassociateDRTRole :: DisassociateDRTRole Source #

Create a value of DisassociateDRTRole with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DisassociateDRTRoleResponse Source #

See: newDisassociateDRTRoleResponse smart constructor.

Constructors

DisassociateDRTRoleResponse' 

Fields

Instances

Instances details
Generic DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Associated Types

type Rep DisassociateDRTRoleResponse :: Type -> Type #

Read DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Show DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

NFData DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

Eq DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

type Rep DisassociateDRTRoleResponse Source # 
Instance details

Defined in Amazonka.Shield.DisassociateDRTRole

type Rep DisassociateDRTRoleResponse = D1 ('MetaData "DisassociateDRTRoleResponse" "Amazonka.Shield.DisassociateDRTRole" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "DisassociateDRTRoleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateDRTRoleResponse Source #

Create a value of DisassociateDRTRoleResponse 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:DisassociateDRTRoleResponse', disassociateDRTRoleResponse_httpStatus - The response's http status code.

Response Lenses