| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Detective.BatchGetGraphMemberDatasources
Description
Gets data source package information for the behavior graph.
Synopsis
- data BatchGetGraphMemberDatasources = BatchGetGraphMemberDatasources' {
- graphArn :: Text
- accountIds :: NonEmpty Text
- newBatchGetGraphMemberDatasources :: Text -> NonEmpty Text -> BatchGetGraphMemberDatasources
- batchGetGraphMemberDatasources_graphArn :: Lens' BatchGetGraphMemberDatasources Text
- batchGetGraphMemberDatasources_accountIds :: Lens' BatchGetGraphMemberDatasources (NonEmpty Text)
- data BatchGetGraphMemberDatasourcesResponse = BatchGetGraphMemberDatasourcesResponse' {}
- newBatchGetGraphMemberDatasourcesResponse :: Int -> BatchGetGraphMemberDatasourcesResponse
- batchGetGraphMemberDatasourcesResponse_memberDatasources :: Lens' BatchGetGraphMemberDatasourcesResponse (Maybe [MembershipDatasources])
- batchGetGraphMemberDatasourcesResponse_unprocessedAccounts :: Lens' BatchGetGraphMemberDatasourcesResponse (Maybe [UnprocessedAccount])
- batchGetGraphMemberDatasourcesResponse_httpStatus :: Lens' BatchGetGraphMemberDatasourcesResponse Int
Creating a Request
data BatchGetGraphMemberDatasources Source #
See: newBatchGetGraphMemberDatasources smart constructor.
Constructors
| BatchGetGraphMemberDatasources' | |
Fields
| |
Instances
newBatchGetGraphMemberDatasources Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> BatchGetGraphMemberDatasources |
Create a value of BatchGetGraphMemberDatasources 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:
BatchGetGraphMemberDatasources, batchGetGraphMemberDatasources_graphArn - The ARN of the behavior graph.
$sel:accountIds:BatchGetGraphMemberDatasources', batchGetGraphMemberDatasources_accountIds - The list of Amazon Web Services accounts to get data source package
information on.
Request Lenses
batchGetGraphMemberDatasources_graphArn :: Lens' BatchGetGraphMemberDatasources Text Source #
The ARN of the behavior graph.
batchGetGraphMemberDatasources_accountIds :: Lens' BatchGetGraphMemberDatasources (NonEmpty Text) Source #
The list of Amazon Web Services accounts to get data source package information on.
Destructuring the Response
data BatchGetGraphMemberDatasourcesResponse Source #
See: newBatchGetGraphMemberDatasourcesResponse smart constructor.
Constructors
| BatchGetGraphMemberDatasourcesResponse' | |
Fields
| |
Instances
newBatchGetGraphMemberDatasourcesResponse Source #
Arguments
| :: Int | |
| -> BatchGetGraphMemberDatasourcesResponse |
Create a value of BatchGetGraphMemberDatasourcesResponse 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:memberDatasources:BatchGetGraphMemberDatasourcesResponse', batchGetGraphMemberDatasourcesResponse_memberDatasources - Details on the status of data source packages for members of the
behavior graph.
$sel:unprocessedAccounts:BatchGetGraphMemberDatasourcesResponse', batchGetGraphMemberDatasourcesResponse_unprocessedAccounts - Accounts that data source package information could not be retrieved
for.
$sel:httpStatus:BatchGetGraphMemberDatasourcesResponse', batchGetGraphMemberDatasourcesResponse_httpStatus - The response's http status code.
Response Lenses
batchGetGraphMemberDatasourcesResponse_memberDatasources :: Lens' BatchGetGraphMemberDatasourcesResponse (Maybe [MembershipDatasources]) Source #
Details on the status of data source packages for members of the behavior graph.
batchGetGraphMemberDatasourcesResponse_unprocessedAccounts :: Lens' BatchGetGraphMemberDatasourcesResponse (Maybe [UnprocessedAccount]) Source #
Accounts that data source package information could not be retrieved for.
batchGetGraphMemberDatasourcesResponse_httpStatus :: Lens' BatchGetGraphMemberDatasourcesResponse Int Source #
The response's http status code.