cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
8 lines (7 loc) • 396 B
TypeScript
import type { DynamoDBGetClient } from '../../types/aws.types';
export declare const checkExistingLicense: ({ dynamoDBClient, licenseTableName, userOrgId, assignedToUserId, }: {
dynamoDBClient: DynamoDBGetClient;
licenseTableName: string;
userOrgId?: string;
assignedToUserId?: string;
}) => Promise<Record<string, import("@aws-sdk/client-dynamodb").AttributeValue> | undefined>;