serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
58 lines (57 loc) • 2.53 kB
JavaScript
export * from "./BatchExecuteStatementCommand";
export * from "./BatchGetItemCommand";
export * from "./BatchWriteItemCommand";
export * from "./CreateBackupCommand";
export * from "./CreateGlobalTableCommand";
export * from "./CreateTableCommand";
export * from "./DeleteBackupCommand";
export * from "./DeleteItemCommand";
export * from "./DeleteResourcePolicyCommand";
export * from "./DeleteTableCommand";
export * from "./DescribeBackupCommand";
export * from "./DescribeContinuousBackupsCommand";
export * from "./DescribeContributorInsightsCommand";
export * from "./DescribeEndpointsCommand";
export * from "./DescribeExportCommand";
export * from "./DescribeGlobalTableCommand";
export * from "./DescribeGlobalTableSettingsCommand";
export * from "./DescribeImportCommand";
export * from "./DescribeKinesisStreamingDestinationCommand";
export * from "./DescribeLimitsCommand";
export * from "./DescribeTableCommand";
export * from "./DescribeTableReplicaAutoScalingCommand";
export * from "./DescribeTimeToLiveCommand";
export * from "./DisableKinesisStreamingDestinationCommand";
export * from "./EnableKinesisStreamingDestinationCommand";
export * from "./ExecuteStatementCommand";
export * from "./ExecuteTransactionCommand";
export * from "./ExportTableToPointInTimeCommand";
export * from "./GetItemCommand";
export * from "./GetResourcePolicyCommand";
export * from "./ImportTableCommand";
export * from "./ListBackupsCommand";
export * from "./ListContributorInsightsCommand";
export * from "./ListExportsCommand";
export * from "./ListGlobalTablesCommand";
export * from "./ListImportsCommand";
export * from "./ListTablesCommand";
export * from "./ListTagsOfResourceCommand";
export * from "./PutItemCommand";
export * from "./PutResourcePolicyCommand";
export * from "./QueryCommand";
export * from "./RestoreTableFromBackupCommand";
export * from "./RestoreTableToPointInTimeCommand";
export * from "./ScanCommand";
export * from "./TagResourceCommand";
export * from "./TransactGetItemsCommand";
export * from "./TransactWriteItemsCommand";
export * from "./UntagResourceCommand";
export * from "./UpdateContinuousBackupsCommand";
export * from "./UpdateContributorInsightsCommand";
export * from "./UpdateGlobalTableCommand";
export * from "./UpdateGlobalTableSettingsCommand";
export * from "./UpdateItemCommand";
export * from "./UpdateKinesisStreamingDestinationCommand";
export * from "./UpdateTableCommand";
export * from "./UpdateTableReplicaAutoScalingCommand";
export * from "./UpdateTimeToLiveCommand";