cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
4 lines (3 loc) • 325 B
TypeScript
import { type AttributeValue, type PutItemCommandOutput } from '@aws-sdk/client-dynamodb';
import type { DynamoDBPutClient } from '../../types/aws.types';
export declare const insertLicense: (dynamoDBClient: DynamoDBPutClient, licenseTableName: string, item: Record<string, AttributeValue>) => Promise<PutItemCommandOutput>;