@cloud-copilot/iam-lens
Version:
Visibility in IAM in and across AWS accounts
9 lines • 367 B
TypeScript
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): IamCollectClient;
//# sourceMappingURL=testClient.d.ts.map