BatchGetMembershipDatasources
Source:
src/AWS/Detective/BatchGetMembershipDatasources.ts
Runtime binding for detective:BatchGetMembershipDatasources.
Reads this account’s data source ingest history across the behavior
graphs it is a member of — the member-side view of what each admin’s
graph is ingesting from this account.
Provide the implementation with
Effect.provide(AWS.Detective.BatchGetMembershipDatasourcesHttp).
Responding to Invitations
Section titled “Responding to Invitations”// init — account-level binding, no resource argumentconst batchGetMembershipDatasources = yield* AWS.Detective.BatchGetMembershipDatasources();
// runtimeconst { MembershipDatasources } = yield* batchGetMembershipDatasources({ GraphArns: [adminGraphArn],});