libZSservicesZSamazonka-detectiveZSamazonka-detective
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Detective.DeleteGraph

Description

Disables the specified behavior graph and queues it to be deleted. This operation removes the 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
Eq DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Read DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Show DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Generic DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type Rep DeleteGraph :: Type -> Type #

NFData DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Methods

rnf :: DeleteGraph -> () #

Hashable DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

ToJSON DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

AWSRequest DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type AWSResponse 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

type Rep DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraph = D1 ('MetaData "DeleteGraph" "Amazonka.Detective.DeleteGraph" "libZSservicesZSamazonka-detectiveZSamazonka-detective" 'False) (C1 ('MetaCons "DeleteGraph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "graphArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteGraph Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

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:

$sel:graphArn: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
Eq DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Read DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Show DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Generic DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Associated Types

type Rep DeleteGraphResponse :: Type -> Type #

NFData DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

Methods

rnf :: DeleteGraphResponse -> () #

type Rep DeleteGraphResponse Source # 
Instance details

Defined in Amazonka.Detective.DeleteGraph

type Rep DeleteGraphResponse = D1 ('MetaData "DeleteGraphResponse" "Amazonka.Detective.DeleteGraph" "libZSservicesZSamazonka-detectiveZSamazonka-detective" '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.