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 |
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.
Instances
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.
Instances
Eq DeleteGraphResponse Source # | |
Defined in Amazonka.Detective.DeleteGraph (==) :: DeleteGraphResponse -> DeleteGraphResponse -> Bool # (/=) :: DeleteGraphResponse -> DeleteGraphResponse -> Bool # | |
Read DeleteGraphResponse Source # | |
Defined in Amazonka.Detective.DeleteGraph | |
Show DeleteGraphResponse Source # | |
Defined in Amazonka.Detective.DeleteGraph showsPrec :: Int -> DeleteGraphResponse -> ShowS # show :: DeleteGraphResponse -> String # showList :: [DeleteGraphResponse] -> ShowS # | |
Generic DeleteGraphResponse Source # | |
Defined in Amazonka.Detective.DeleteGraph type Rep DeleteGraphResponse :: Type -> Type # from :: DeleteGraphResponse -> Rep DeleteGraphResponse x # to :: Rep DeleteGraphResponse x -> DeleteGraphResponse # | |
NFData DeleteGraphResponse Source # | |
Defined in Amazonka.Detective.DeleteGraph rnf :: DeleteGraphResponse -> () # | |
type Rep DeleteGraphResponse Source # | |
newDeleteGraphResponse :: DeleteGraphResponse Source #
Create a value of DeleteGraphResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.