UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

12 lines (11 loc) 380 B
import { AwsSageMakerNotebookInstance } from '../../types/generated'; import { RawAwsSageMakerNotebookInstance } from './data'; declare const _default: ({ account, service: rawData, region, }: { account: string; service: RawAwsSageMakerNotebookInstance; region: string; }) => AwsSageMakerNotebookInstance; /** * SageMakerNotebookInstance */ export default _default;