amazonka-detective-2.0: Amazon Detective 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.Detective.DeleteGraph

Description

Disables the specified behavior graph and queues it to be deleted. This operation removes the behavior graph from each member account's list of behavior graphs.

DeleteGraph can only be called by the administrator account for a behavior graph.

Synopsis

Creating a Request

data DeleteGraph Source #

See: newDeleteGraph smart constructor.

Constructors

DeleteGraph' 

Fields

Instances

Instances details
ToJSON DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

ToHeaders DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Methods

toHeaders :: DeleteGraph -> [Header] #

ToPath DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

ToQuery DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

AWSRequest DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type AWSResponse DeleteGraph #

Generic DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type Rep DeleteGraph :: Type -> Type #

Read DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Show DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

NFData DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Methods

rnf :: DeleteGraph -> () #

Eq DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Hashable DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type AWSResponse DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraph = D1 ('MetaData "DeleteGraph" "Amazonka.Detective.DeleteGraph" "amazonka-detective-2.0-7OiRDHTBp2P6vp0DOMdDcL" 'False) (C1 ('MetaCons "DeleteGraph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "graphArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteGraph Source #

Create a value of DeleteGraph 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:

DeleteGraph, deleteGraph_graphArn - The ARN of the behavior graph to disable.

Request Lenses

deleteGraph_graphArn :: Lens' DeleteGraph Text Source #

The ARN of the behavior graph to disable.

Destructuring the Response

data DeleteGraphResponse Source #

See: newDeleteGraphResponse smart constructor.

Constructors

DeleteGraphResponse' 

Instances

Instances details
Generic DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type Rep DeleteGraphResponse :: Type -> Type #

Read DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Show DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

NFData DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Methods

rnf :: DeleteGraphResponse -> () #

Eq DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraphResponse = D1 ('MetaData "DeleteGraphResponse" "Amazonka.Detective.DeleteGraph" "amazonka-detective-2.0-7OiRDHTBp2P6vp0DOMdDcL" 'False) (C1 ('MetaCons "DeleteGraphResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteGraphResponse :: DeleteGraphResponse Source #

Create a value of DeleteGraphResponse with all optional fields omitted.

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