Jump to Content

Class BatchGetGraphMemberDatasourcesCommandProtected

Gets data source package information for the behavior graph.

Example

Use a bare-bones client and the command you need to make an API call.

import { DetectiveClient, BatchGetGraphMemberDatasourcesCommand } from "@aws-sdk/client-detective"; // ES Modules import
// const { DetectiveClient, BatchGetGraphMemberDatasourcesCommand } = require("@aws-sdk/client-detective"); // CommonJS import
const client = new DetectiveClient(config);
const command = new BatchGetGraphMemberDatasourcesCommand(input);
const response = await client.send(command);

See

Throws

AccessDeniedException (client fault)

The request issuer does not have permission to access this resource or perform this operation.

Throws

InternalServerException (server fault)

The request was valid but failed because of a problem with the service.

Throws

ResourceNotFoundException (client fault)

The request refers to a nonexistent resource.

Throws

ValidationException (client fault)

The request parameters are invalid.

Hierarchy

Constructors

Properties

Methods