UNPKG

@cloud-copilot/iam-lens

Version:

Visibility in IAM in and across AWS accounts

17 lines 715 B
import { type TopLevelConfig } from '@cloud-copilot/iam-collect'; import { IamCollectClient } from '../collect/client.js'; /** * Get an IAMCollectClient for a test database * * @param dataSetId the ID of the test dataset to use * @returns IamCollectClient instance configured for the specified dataset */ export declare function getTestDatasetClient(dataSetId: string): Promise<IamCollectClient>; /** * Get TopLevelConfig array for a test dataset. * * @param dataSetId - The numeric ID suffix of the dataset * @returns Configuration array pointing to the dataset's file storage */ export declare function getTestDatasetConfigs(dataSetId: string): TopLevelConfig[]; //# sourceMappingURL=testClient.d.ts.map