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.BatchGetMembershipDatasources

Description

Gets information on the data source package history for an account.

Synopsis

Creating a Request

data BatchGetMembershipDatasources Source #

See: newBatchGetMembershipDatasources smart constructor.

Constructors

BatchGetMembershipDatasources' 

Fields

Instances

Instances details
ToJSON BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

ToHeaders BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

ToPath BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

ToQuery BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

AWSRequest BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Generic BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Associated Types

type Rep BatchGetMembershipDatasources :: Type -> Type #

Read BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Show BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

NFData BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Eq BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Hashable BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

type AWSResponse BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

type Rep BatchGetMembershipDatasources Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

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

newBatchGetMembershipDatasources Source #

Create a value of BatchGetMembershipDatasources 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:graphArns:BatchGetMembershipDatasources', batchGetMembershipDatasources_graphArns - The ARN of the behavior graph.

Request Lenses

Destructuring the Response

data BatchGetMembershipDatasourcesResponse Source #

Constructors

BatchGetMembershipDatasourcesResponse' 

Fields

Instances

Instances details
Generic BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Read BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Show BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

NFData BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

Eq BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

type Rep BatchGetMembershipDatasourcesResponse Source # 
Instance details

Defined in Amazonka.Detective.BatchGetMembershipDatasources

type Rep BatchGetMembershipDatasourcesResponse = D1 ('MetaData "BatchGetMembershipDatasourcesResponse" "Amazonka.Detective.BatchGetMembershipDatasources" "amazonka-detective-2.0-7OiRDHTBp2P6vp0DOMdDcL" 'False) (C1 ('MetaCons "BatchGetMembershipDatasourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "membershipDatasources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MembershipDatasources])) :*: (S1 ('MetaSel ('Just "unprocessedGraphs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnprocessedGraph])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetMembershipDatasourcesResponse Source #

Create a value of BatchGetMembershipDatasourcesResponse 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:membershipDatasources:BatchGetMembershipDatasourcesResponse', batchGetMembershipDatasourcesResponse_membershipDatasources - Details on the data source package history for an member of the behavior graph.

$sel:unprocessedGraphs:BatchGetMembershipDatasourcesResponse', batchGetMembershipDatasourcesResponse_unprocessedGraphs - Graphs that data source package information could not be retrieved for.

$sel:httpStatus:BatchGetMembershipDatasourcesResponse', batchGetMembershipDatasourcesResponse_httpStatus - The response's http status code.

Response Lenses

batchGetMembershipDatasourcesResponse_membershipDatasources :: Lens' BatchGetMembershipDatasourcesResponse (Maybe [MembershipDatasources]) Source #

Details on the data source package history for an member of the behavior graph.

batchGetMembershipDatasourcesResponse_unprocessedGraphs :: Lens' BatchGetMembershipDatasourcesResponse (Maybe [UnprocessedGraph]) Source #

Graphs that data source package information could not be retrieved for.