@aws-sdk/client-dynamodb
Version:
AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native
10 lines (9 loc) • 336 B
TypeScript
import {
ServiceExceptionOptions as __ServiceExceptionOptions,
ServiceException as __ServiceException,
} from "@smithy/smithy-client";
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class DynamoDBServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}