UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

9 lines (8 loc) 226 B
import type { PutItemCommand } from '@aws-sdk/client-dynamodb'; export type DynamoDBPutClient = { send: (command: PutItemCommand) => Promise<{ $metadata: { httpStatusCode: number; }; }>; };