Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-dynamodb - npm Package Compare versions

Comparing version 3.533.0 to 3.535.0

3

dist-types/commands/BatchExecuteStatementCommand.d.ts

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: BatchExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: BatchExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>This operation allows you to perform batch reads or writes on data stored in DynamoDB,

@@ -212,4 +212,5 @@ * using PartiQL. Each read statement in a <code>BatchExecuteStatement</code> must specify

*
* @public
*/
export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: BatchGetItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: BatchGetItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>BatchGetItem</code> operation returns the attributes of one or more items

@@ -274,2 +274,3 @@ * from one or more tables. You identify requested items by primary key.</p>

*
* @public
* @example To retrieve multiple items from a table

@@ -276,0 +277,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: BatchWriteItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: BatchWriteItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>BatchWriteItem</code> operation puts or deletes multiple items in one or

@@ -317,2 +317,3 @@ * more tables. A single call to <code>BatchWriteItem</code> can transmit up to 16MB of

*
* @public
* @example To add multiple items to a table

@@ -319,0 +320,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: CreateBackupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: CreateBackupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Creates a backup for an existing table.</p>

@@ -131,4 +131,5 @@ * <p> Each time you create an on-demand backup, the entire table data is backed up. There

*
* @public
*/
export declare class CreateBackupCommand extends CreateBackupCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: CreateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: CreateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Creates a global table from an existing table. A global table creates a replication

@@ -182,4 +182,5 @@ * relationship between two or more DynamoDB tables with the same table name in the

*
* @public
*/
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>CreateTable</code> operation adds a new table to your account. In an Amazon Web Services account, table names must be unique within each Region. That is, you can

@@ -301,2 +301,3 @@ * have two tables with same name if you create the tables in different Regions.</p>

*
* @public
* @example To create a table

@@ -303,0 +304,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DeleteBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Deletes an existing backup of a table.</p>

@@ -170,4 +170,5 @@ * <p>You can call <code>DeleteBackup</code> at a maximum rate of 10 times per

*
* @public
*/
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DeleteItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Deletes a single item in a table by primary key. You can perform a conditional delete

@@ -242,2 +242,3 @@ * operation that deletes the item if it exists, or if it has an expected attribute

*
* @public
* @example To delete an item

@@ -244,0 +245,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>DeleteTable</code> operation deletes a table and all of its items. After a

@@ -243,2 +243,3 @@ * <code>DeleteTable</code> request, the specified table is in the

*
* @public
* @example To delete a table

@@ -245,0 +246,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes an existing backup of a table.</p>

@@ -150,4 +150,5 @@ * <p>You can call <code>DescribeBackup</code> at a maximum rate of 10 times per

*
* @public
*/
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeContinuousBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeContinuousBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Checks the status of continuous backups and point in time recovery on the specified

@@ -84,4 +84,5 @@ * table. Continuous backups are <code>ENABLED</code> on all tables at table creation. If

*
* @public
*/
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeContributorInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeContributorInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns information about contributor insights for a given table or global secondary

@@ -76,4 +76,5 @@ * index.</p>

*
* @public
*/
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns the regional endpoint information. For more information

@@ -61,4 +61,5 @@ * on policy permissions, please see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/inter-network-traffic-privacy.html#inter-network-traffic-DescribeEndpoints">Internetwork traffic privacy</a>.</p>

*
* @public
*/
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportCommandInput, DescribeExportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeExportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportCommandInput, DescribeExportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes an existing table export.</p>

@@ -105,4 +105,5 @@ * @example

*
* @public
*/
export declare class DescribeExportCommand extends DescribeExportCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns information about the specified global table.</p>

@@ -107,4 +107,5 @@ * <important>

*
* @public
*/
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeGlobalTableSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeGlobalTableSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes Region-specific settings for a global table.</p>

@@ -169,4 +169,5 @@ * <important>

*
* @public
*/
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeImportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportCommandInput, DescribeImportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeImportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportCommandInput, DescribeImportCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p> Represents the properties of the import. </p>

@@ -138,4 +138,5 @@ * @example

*
* @public
*/
export declare class DescribeImportCommand extends DescribeImportCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns information about the status of Kinesis streaming.</p>

@@ -74,4 +74,5 @@ * @example

*
* @public
*/
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [DescribeLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns the current provisioned-capacity quotas for your Amazon Web Services account in

@@ -132,2 +132,3 @@ * a Region, both for the Region as a whole and for any one DynamoDB table that you create

*
* @public
* @example To determine capacity limits per table and account, in the current AWS region

@@ -134,0 +135,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns information about the table, including the current status of the table, when

@@ -214,2 +214,3 @@ * it was created, the primary key schema, and any indexes on the table.</p>

*
* @public
* @example To describe a table

@@ -216,0 +217,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeTableReplicaAutoScalingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Describes auto scaling settings across replicas of the global table at once.</p>

@@ -151,4 +151,5 @@ * <important>

*
* @public
*/
export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DescribeTimeToLiveCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DescribeTimeToLiveCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Gives a description of the Time to Live (TTL) status on the specified table. </p>

@@ -69,4 +69,5 @@ * @example

*
* @public
*/
export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: DisableKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: DisableKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Stops replication from the DynamoDB table to the Kinesis data stream. This is done

@@ -97,4 +97,5 @@ * without deleting either of the resources.</p>

*
* @public
*/
export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: EnableKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: EnableKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Starts table data replication to the specified Kinesis data stream at a timestamp

@@ -99,4 +99,5 @@ * chosen during the enable workflow. If this operation doesn't return results immediately,

*
* @public
*/
export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>This operation allows you to perform reads and singleton writes on data stored in

@@ -227,4 +227,5 @@ * DynamoDB, using PartiQL.</p>

*
* @public
*/
export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ExecuteTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ExecuteTransactionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>This operation allows you to perform transactional reads or writes on data stored in

@@ -518,4 +518,5 @@ * DynamoDB, using PartiQL.</p>

*
* @public
*/
export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ExportTableToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ExportTableToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Exports table data to an S3 bucket. The table must have point in time recovery

@@ -132,4 +132,5 @@ * enabled, and you can export data from any time within the point in time recovery

*
* @public
*/
export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: GetItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetItemCommandInput, GetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: GetItemCommandInput): import("@smithy/smithy-client").CommandImpl<GetItemCommandInput, GetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>GetItem</code> operation returns a set of attributes for the item with the

@@ -207,2 +207,3 @@ * given primary key. If there is no matching item, <code>GetItem</code> does not return

*
* @public
* @example To read an item from a table

@@ -209,0 +210,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ImportTableCommandInput): import("@smithy/smithy-client").CommandImpl<ImportTableCommandInput, ImportTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ImportTableCommandInput): import("@smithy/smithy-client").CommandImpl<ImportTableCommandInput, ImportTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p> Imports table data from an S3 bucket. </p>

@@ -222,4 +222,5 @@ * @example

*
* @public
*/
export declare class ImportTableCommand extends ImportTableCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackupsCommandInput, ListBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListBackupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBackupsCommandInput, ListBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.

@@ -90,4 +90,5 @@ * To list these backups for a given table, specify <code>TableName</code>. <code>ListBackups</code> returns a

*
* @public
*/
export declare class ListBackupsCommand extends ListBackupsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListContributorInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListContributorInsightsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns a list of ContributorInsightsSummary for a table and all its global secondary

@@ -74,4 +74,5 @@ * indexes.</p>

*
* @public
*/
export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListExportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExportsCommandInput, ListExportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListExportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExportsCommandInput, ListExportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists completed exports within the past 90 days.</p>

@@ -85,4 +85,5 @@ * @example

*
* @public
*/
export declare class ListExportsCommand extends ListExportsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListGlobalTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListGlobalTablesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Lists all global tables that have a replica in the specified Region.</p>

@@ -86,4 +86,5 @@ * <important>

*
* @public
*/
export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p> Lists completed imports within the past 90 days. </p>

@@ -91,4 +91,5 @@ * @example

*
* @public
*/
export declare class ListImportsCommand extends ListImportsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: [] | [ListTablesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Returns an array of table names associated with the current account and endpoint. The

@@ -68,2 +68,3 @@ * output from <code>ListTables</code> is paginated, with each page returning a maximum of

*
* @public
* @example To list tables

@@ -70,0 +71,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ListTagsOfResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ListTagsOfResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10

@@ -76,4 +76,5 @@ * times per second, per account.</p>

*
* @public
*/
export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: PutItemCommandInput): import("@smithy/smithy-client").CommandImpl<PutItemCommandInput, PutItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: PutItemCommandInput): import("@smithy/smithy-client").CommandImpl<PutItemCommandInput, PutItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Creates a new item, or replaces an old item with a new item. If an item that has the

@@ -253,2 +253,3 @@ * same primary key as the new item already exists in the specified table, the new item

*
* @public
* @example To add an item to a table

@@ -255,0 +256,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<QueryCommandInput, QueryCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<QueryCommandInput, QueryCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>You must provide the name of the partition key attribute and a single value for that

@@ -283,2 +283,3 @@ * attribute. <code>Query</code> returns all items with that partition key value.

*
* @public
* @example To query an item

@@ -285,0 +286,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: RestoreTableFromBackupCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: RestoreTableFromBackupCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Creates a new table from an existing backup. Any number of users can execute up to 50

@@ -299,4 +299,5 @@ * concurrent restores (any type of restore) in a given account. </p>

*
* @public
*/
export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: RestoreTableToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: RestoreTableToPointInTimeCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Restores the specified table to the specified point in time within

@@ -331,4 +331,5 @@ * <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.

*
* @public
*/
export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: ScanCommandInput): import("@smithy/smithy-client").CommandImpl<ScanCommandInput, ScanCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: ScanCommandInput): import("@smithy/smithy-client").CommandImpl<ScanCommandInput, ScanCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>Scan</code> operation returns one or more items and item attributes by

@@ -266,2 +266,3 @@ * accessing every item in a table or a secondary index. To have DynamoDB return fewer

*
* @public
* @example To scan a table

@@ -268,0 +269,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Associate a set of tags with an Amazon DynamoDB resource. You can then activate these

@@ -96,4 +96,5 @@ * user-defined tags so that they appear on the Billing and Cost Management console for

*
* @public
*/
export declare class TagResourceCommand extends TagResourceCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: TransactGetItemsCommandInput): import("@smithy/smithy-client").CommandImpl<TransactGetItemsCommandInput, TransactGetItemsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: TransactGetItemsCommandInput): import("@smithy/smithy-client").CommandImpl<TransactGetItemsCommandInput, TransactGetItemsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>

@@ -474,4 +474,5 @@ * <code>TransactGetItems</code> is a synchronous operation that atomically retrieves

*
* @public
*/
export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: TransactWriteItemsCommandInput): import("@smithy/smithy-client").CommandImpl<TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: TransactWriteItemsCommandInput): import("@smithy/smithy-client").CommandImpl<TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>

@@ -643,4 +643,5 @@ * <code>TransactWriteItems</code> is a synchronous write operation that groups up to 100

*
* @public
*/
export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Removes the association of tags from an Amazon DynamoDB resource. You can call

@@ -91,4 +91,5 @@ * <code>UntagResource</code> up to five times per second, per account. </p>

*
* @public
*/
export declare class UntagResourceCommand extends UntagResourceCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateContinuousBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateContinuousBackupsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>

@@ -90,4 +90,5 @@ * <code>UpdateContinuousBackups</code> enables or disables point in time recovery for

*
* @public
*/
export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateContributorInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateContributorInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Updates the status for contributor insights for a specific table or index. CloudWatch

@@ -74,4 +74,5 @@ * Contributor Insights for DynamoDB graphs display the partition key and (if applicable)

*
* @public
*/
export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Adds or removes replicas in the specified global table. The global table must already

@@ -157,4 +157,5 @@ * exist to be able to use this operation. Any replica to be added must be empty, have the

*
* @public
*/
export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateGlobalTableSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateGlobalTableSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Updates settings for a global table.</p>

@@ -263,4 +263,5 @@ * <important>

*
* @public
*/
export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateItemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateItemCommandInput, UpdateItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateItemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateItemCommandInput, UpdateItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Edits an existing item's attributes, or adds a new item to the table if it does not

@@ -245,2 +245,3 @@ * already exist. You can put, delete, or add attribute values. You can also perform a

*
* @public
* @example To update an item in a table

@@ -247,0 +248,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateKinesisStreamingDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The command to update the Kinesis stream destination.</p>

@@ -96,4 +96,5 @@ * @example

*
* @public
*/
export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB

@@ -344,2 +344,3 @@ * Streams settings for a given table.</p>

*
* @public
* @example To modify a table's provisioned throughput

@@ -346,0 +347,0 @@ * ```javascript

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateTableReplicaAutoScalingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateTableReplicaAutoScalingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>Updates auto scaling settings on your global tables at once.</p>

@@ -220,4 +220,5 @@ * <important>

*
* @public
*/
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {
}

@@ -25,6 +25,6 @@ import { Command as $Command } from "@smithy/smithy-client";

new (input: UpdateTimeToLiveCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (__0_0: UpdateTimeToLiveCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
/**
* @public
* <p>The <code>UpdateTimeToLive</code> method enables or disables Time to Live (TTL) for

@@ -118,4 +118,5 @@ * the specified table. A successful <code>UpdateTimeToLive</code> call returns the current

*
* @public
*/
export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {
}

@@ -133,2 +133,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

*/
describeEndpoints(): Promise<DescribeEndpointsCommandOutput>;
describeEndpoints(args: DescribeEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointsCommandOutput>;

@@ -170,2 +171,3 @@ describeEndpoints(args: DescribeEndpointsCommandInput, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;

*/
describeLimits(): Promise<DescribeLimitsCommandOutput>;
describeLimits(args: DescribeLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLimitsCommandOutput>;

@@ -237,2 +239,3 @@ describeLimits(args: DescribeLimitsCommandInput, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;

*/
listBackups(): Promise<ListBackupsCommandOutput>;
listBackups(args: ListBackupsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupsCommandOutput>;

@@ -244,2 +247,3 @@ listBackups(args: ListBackupsCommandInput, cb: (err: any, data?: ListBackupsCommandOutput) => void): void;

*/
listContributorInsights(): Promise<ListContributorInsightsCommandOutput>;
listContributorInsights(args: ListContributorInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListContributorInsightsCommandOutput>;

@@ -251,2 +255,3 @@ listContributorInsights(args: ListContributorInsightsCommandInput, cb: (err: any, data?: ListContributorInsightsCommandOutput) => void): void;

*/
listExports(): Promise<ListExportsCommandOutput>;
listExports(args: ListExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExportsCommandOutput>;

@@ -258,2 +263,3 @@ listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;

*/
listGlobalTables(): Promise<ListGlobalTablesCommandOutput>;
listGlobalTables(args: ListGlobalTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListGlobalTablesCommandOutput>;

@@ -265,2 +271,3 @@ listGlobalTables(args: ListGlobalTablesCommandInput, cb: (err: any, data?: ListGlobalTablesCommandOutput) => void): void;

*/
listImports(): Promise<ListImportsCommandOutput>;
listImports(args: ListImportsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportsCommandOutput>;

@@ -272,2 +279,3 @@ listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;

*/
listTables(): Promise<ListTablesCommandOutput>;
listTables(args: ListTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListTablesCommandOutput>;

@@ -392,3 +400,2 @@ listTables(args: ListTablesCommandInput, cb: (err: any, data?: ListTablesCommandOutput) => void): void;

/**
* @public
* <fullname>Amazon DynamoDB</fullname>

@@ -411,4 +418,5 @@ * <p>Amazon DynamoDB is a fully managed NoSQL database service that provides fast

* durability.</p>
* @public
*/
export declare class DynamoDB extends DynamoDBClient implements DynamoDB {
}

@@ -215,3 +215,2 @@ import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";

/**
* @public
* <fullname>Amazon DynamoDB</fullname>

@@ -234,2 +233,3 @@ * <p>Amazon DynamoDB is a fully managed NoSQL database service that provides fast

* durability.</p>
* @public
*/

@@ -236,0 +236,0 @@ export declare class DynamoDBClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DynamoDBClientResolvedConfig> {

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: BatchExecuteStatementCommandInput
): import("@smithy/smithy-client").CommandImpl<
BatchExecuteStatementCommandInput,
BatchExecuteStatementCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: BatchGetItemCommandInput
): import("@smithy/smithy-client").CommandImpl<
BatchGetItemCommandInput,
BatchGetItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: BatchWriteItemCommandInput
): import("@smithy/smithy-client").CommandImpl<
BatchWriteItemCommandInput,
BatchWriteItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: CreateBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateBackupCommandInput,
CreateBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateBackupCommand extends CreateBackupCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: CreateGlobalTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateGlobalTableCommandInput,
CreateGlobalTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: CreateTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateTableCommandInput,
CreateTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateTableCommand extends CreateTableCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DeleteBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteBackupCommandInput,
DeleteBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DeleteItemCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteItemCommandInput,
DeleteItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteItemCommand extends DeleteItemCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DeleteTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteTableCommandInput,
DeleteTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteTableCommand extends DeleteTableCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeBackupCommandInput,
DescribeBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeContinuousBackupsCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeContinuousBackupsCommandInput,
DescribeContinuousBackupsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeContributorInsightsCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeContributorInsightsCommandInput,
DescribeContributorInsightsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeEndpointsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeEndpointsCommandInput,
DescribeEndpointsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeExportCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeExportCommandInput,
DescribeExportCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeExportCommand extends DescribeExportCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeGlobalTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeGlobalTableCommandInput,
DescribeGlobalTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeGlobalTableSettingsCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeGlobalTableSettingsCommandInput,
DescribeGlobalTableSettingsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeImportCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeImportCommandInput,
DescribeImportCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeImportCommand extends DescribeImportCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeKinesisStreamingDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeKinesisStreamingDestinationCommandInput,
DescribeKinesisStreamingDestinationCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [DescribeLimitsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
DescribeLimitsCommandInput,
DescribeLimitsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeTableCommandInput,
DescribeTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeTableCommand extends DescribeTableCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeTableReplicaAutoScalingCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeTableReplicaAutoScalingCommandInput,
DescribeTableReplicaAutoScalingCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DescribeTimeToLiveCommandInput
): import("@smithy/smithy-client").CommandImpl<
DescribeTimeToLiveCommandInput,
DescribeTimeToLiveCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: DisableKinesisStreamingDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
DisableKinesisStreamingDestinationCommandInput,
DisableKinesisStreamingDestinationCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: EnableKinesisStreamingDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
EnableKinesisStreamingDestinationCommandInput,
EnableKinesisStreamingDestinationCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ExecuteStatementCommandInput
): import("@smithy/smithy-client").CommandImpl<
ExecuteStatementCommandInput,
ExecuteStatementCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ExecuteTransactionCommandInput
): import("@smithy/smithy-client").CommandImpl<
ExecuteTransactionCommandInput,
ExecuteTransactionCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ExportTableToPointInTimeCommandInput
): import("@smithy/smithy-client").CommandImpl<
ExportTableToPointInTimeCommandInput,
ExportTableToPointInTimeCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {}

@@ -20,4 +20,11 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (__0_0: GetItemCommandInput): import("@smithy/smithy-client").CommandImpl<
GetItemCommandInput,
GetItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetItemCommand extends GetItemCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ImportTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
ImportTableCommandInput,
ImportTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ImportTableCommand extends ImportTableCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListBackupsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListBackupsCommandInput,
ListBackupsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListBackupsCommand extends ListBackupsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListContributorInsightsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListContributorInsightsCommandInput,
ListContributorInsightsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListExportsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListExportsCommandInput,
ListExportsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListExportsCommand extends ListExportsCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListGlobalTablesCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListGlobalTablesCommandInput,
ListGlobalTablesCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListImportsCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListImportsCommandInput,
ListImportsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListImportsCommand extends ListImportsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
...[input]: [] | [ListTablesCommandInput]
): import("@smithy/smithy-client").CommandImpl<
ListTablesCommandInput,
ListTablesCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListTablesCommand extends ListTablesCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: ListTagsOfResourceCommandInput
): import("@smithy/smithy-client").CommandImpl<
ListTagsOfResourceCommandInput,
ListTagsOfResourceCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {}

@@ -20,4 +20,11 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (__0_0: PutItemCommandInput): import("@smithy/smithy-client").CommandImpl<
PutItemCommandInput,
PutItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutItemCommand extends PutItemCommand_base {}

@@ -20,4 +20,11 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (__0_0: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<
QueryCommandInput,
QueryCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class QueryCommand extends QueryCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: RestoreTableFromBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
RestoreTableFromBackupCommandInput,
RestoreTableFromBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: RestoreTableToPointInTimeCommandInput
): import("@smithy/smithy-client").CommandImpl<
RestoreTableToPointInTimeCommandInput,
RestoreTableToPointInTimeCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {}

@@ -20,4 +20,11 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (__0_0: ScanCommandInput): import("@smithy/smithy-client").CommandImpl<
ScanCommandInput,
ScanCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class ScanCommand extends ScanCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: TagResourceCommandInput
): import("@smithy/smithy-client").CommandImpl<
TagResourceCommandInput,
TagResourceCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class TagResourceCommand extends TagResourceCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: TransactGetItemsCommandInput
): import("@smithy/smithy-client").CommandImpl<
TransactGetItemsCommandInput,
TransactGetItemsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: TransactWriteItemsCommandInput
): import("@smithy/smithy-client").CommandImpl<
TransactWriteItemsCommandInput,
TransactWriteItemsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {}

@@ -22,4 +22,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UntagResourceCommandInput
): import("@smithy/smithy-client").CommandImpl<
UntagResourceCommandInput,
UntagResourceCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UntagResourceCommand extends UntagResourceCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateContinuousBackupsCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateContinuousBackupsCommandInput,
UpdateContinuousBackupsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateContributorInsightsCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateContributorInsightsCommandInput,
UpdateContributorInsightsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateGlobalTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateGlobalTableCommandInput,
UpdateGlobalTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateGlobalTableSettingsCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateGlobalTableSettingsCommandInput,
UpdateGlobalTableSettingsCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateItemCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateItemCommandInput,
UpdateItemCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateItemCommand extends UpdateItemCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateKinesisStreamingDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateKinesisStreamingDestinationCommandInput,
UpdateKinesisStreamingDestinationCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {}

@@ -24,4 +24,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateTableCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTableCommandInput,
UpdateTableCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateTableCommand extends UpdateTableCommand_base {}

@@ -28,4 +28,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateTableReplicaAutoScalingCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTableReplicaAutoScalingCommandInput,
UpdateTableReplicaAutoScalingCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {}

@@ -27,4 +27,13 @@ import { Command as $Command } from "@smithy/smithy-client";

>;
new (
__0_0: UpdateTimeToLiveCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTimeToLiveCommandInput,
UpdateTimeToLiveCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {}

@@ -370,2 +370,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

): void;
describeEndpoints(): Promise<DescribeEndpointsCommandOutput>;
describeEndpoints(

@@ -455,2 +456,3 @@ args: DescribeEndpointsCommandInput,

): void;
describeLimits(): Promise<DescribeLimitsCommandOutput>;
describeLimits(

@@ -611,2 +613,3 @@ args: DescribeLimitsCommandInput,

): void;
listBackups(): Promise<ListBackupsCommandOutput>;
listBackups(

@@ -625,2 +628,3 @@ args: ListBackupsCommandInput,

): void;
listContributorInsights(): Promise<ListContributorInsightsCommandOutput>;
listContributorInsights(

@@ -639,2 +643,3 @@ args: ListContributorInsightsCommandInput,

): void;
listExports(): Promise<ListExportsCommandOutput>;
listExports(

@@ -653,2 +658,3 @@ args: ListExportsCommandInput,

): void;
listGlobalTables(): Promise<ListGlobalTablesCommandOutput>;
listGlobalTables(

@@ -667,2 +673,3 @@ args: ListGlobalTablesCommandInput,

): void;
listImports(): Promise<ListImportsCommandOutput>;
listImports(

@@ -681,2 +688,3 @@ args: ListImportsCommandInput,

): void;
listTables(): Promise<ListTablesCommandOutput>;
listTables(

@@ -683,0 +691,0 @@ args: ListTablesCommandInput,

{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.533.0",
"version": "3.535.0",
"scripts": {

@@ -23,46 +23,46 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sts": "3.533.0",
"@aws-sdk/core": "3.533.0",
"@aws-sdk/credential-provider-node": "3.533.0",
"@aws-sdk/middleware-endpoint-discovery": "3.533.0",
"@aws-sdk/middleware-host-header": "3.533.0",
"@aws-sdk/middleware-logger": "3.533.0",
"@aws-sdk/middleware-recursion-detection": "3.533.0",
"@aws-sdk/middleware-user-agent": "3.533.0",
"@aws-sdk/region-config-resolver": "3.533.0",
"@aws-sdk/types": "3.533.0",
"@aws-sdk/util-endpoints": "3.533.0",
"@aws-sdk/util-user-agent-browser": "3.533.0",
"@aws-sdk/util-user-agent-node": "3.533.0",
"@smithy/config-resolver": "^2.1.5",
"@smithy/core": "^1.3.8",
"@smithy/fetch-http-handler": "^2.4.5",
"@smithy/hash-node": "^2.1.4",
"@smithy/invalid-dependency": "^2.1.4",
"@smithy/middleware-content-length": "^2.1.4",
"@smithy/middleware-endpoint": "^2.4.6",
"@smithy/middleware-retry": "^2.1.7",
"@smithy/middleware-serde": "^2.2.1",
"@smithy/middleware-stack": "^2.1.4",
"@smithy/node-config-provider": "^2.2.5",
"@smithy/node-http-handler": "^2.4.3",
"@smithy/protocol-http": "^3.2.2",
"@smithy/smithy-client": "^2.4.5",
"@smithy/types": "^2.11.0",
"@smithy/url-parser": "^2.1.4",
"@smithy/util-base64": "^2.2.1",
"@smithy/util-body-length-browser": "^2.1.1",
"@smithy/util-body-length-node": "^2.2.2",
"@smithy/util-defaults-mode-browser": "^2.1.7",
"@smithy/util-defaults-mode-node": "^2.2.7",
"@smithy/util-endpoints": "^1.1.5",
"@smithy/util-middleware": "^2.1.4",
"@smithy/util-retry": "^2.1.4",
"@smithy/util-utf8": "^2.2.0",
"@smithy/util-waiter": "^2.1.4",
"tslib": "^2.5.0",
"@aws-sdk/client-sts": "3.535.0",
"@aws-sdk/core": "3.535.0",
"@aws-sdk/credential-provider-node": "3.535.0",
"@aws-sdk/middleware-endpoint-discovery": "3.535.0",
"@aws-sdk/middleware-host-header": "3.535.0",
"@aws-sdk/middleware-logger": "3.535.0",
"@aws-sdk/middleware-recursion-detection": "3.535.0",
"@aws-sdk/middleware-user-agent": "3.535.0",
"@aws-sdk/region-config-resolver": "3.535.0",
"@aws-sdk/types": "3.535.0",
"@aws-sdk/util-endpoints": "3.535.0",
"@aws-sdk/util-user-agent-browser": "3.535.0",
"@aws-sdk/util-user-agent-node": "3.535.0",
"@smithy/config-resolver": "^2.2.0",
"@smithy/core": "^1.4.0",
"@smithy/fetch-http-handler": "^2.5.0",
"@smithy/hash-node": "^2.2.0",
"@smithy/invalid-dependency": "^2.2.0",
"@smithy/middleware-content-length": "^2.2.0",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/middleware-retry": "^2.2.0",
"@smithy/middleware-serde": "^2.3.0",
"@smithy/middleware-stack": "^2.2.0",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"@smithy/url-parser": "^2.2.0",
"@smithy/util-base64": "^2.3.0",
"@smithy/util-body-length-browser": "^2.2.0",
"@smithy/util-body-length-node": "^2.3.0",
"@smithy/util-defaults-mode-browser": "^2.2.0",
"@smithy/util-defaults-mode-node": "^2.3.0",
"@smithy/util-endpoints": "^1.2.0",
"@smithy/util-middleware": "^2.2.0",
"@smithy/util-retry": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"@smithy/util-waiter": "^2.2.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.1.1",
"@smithy/service-client-documentation-generator": "^2.2.0",
"@tsconfig/node14": "1.0.3",

@@ -69,0 +69,0 @@ "@types/node": "^14.14.31",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc