@aws-sdk/client-dynamodb 3.651.1 → 3.656.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +3 -1
- package/dist-cjs/runtimeConfig.browser.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/endpoint/EndpointParameters.js +2 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/runtimeConfig.browser.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/DynamoDBClient.d.ts +5 -0
- package/dist-types/commands/BatchExecuteStatementCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetItemCommand.d.ts +11 -0
- package/dist-types/commands/BatchWriteItemCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteItemCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBackupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +11 -0
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteStatementCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +11 -0
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/GetItemCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/ImportTableCommand.d.ts +11 -0
- package/dist-types/commands/ListBackupsCommand.d.ts +11 -0
- package/dist-types/commands/ListContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/ListExportsCommand.d.ts +11 -0
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +11 -0
- package/dist-types/commands/ListImportsCommand.d.ts +11 -0
- package/dist-types/commands/ListTablesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsOfResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutItemCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/QueryCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/ScanCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TransactGetItemsCommand.d.ts +11 -0
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateItemCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +11 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ScanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/package.json +37 -37
|
@@ -33,4 +33,15 @@ declare const BatchGetItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {
|
|
36
|
+
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchGetItemInput;
|
|
40
|
+
output: BatchGetItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchGetItemCommandInput;
|
|
44
|
+
output: BatchGetItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchWriteItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {
|
|
36
|
+
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchWriteItemInput;
|
|
40
|
+
output: BatchWriteItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchWriteItemCommandInput;
|
|
44
|
+
output: BatchWriteItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
36
|
+
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateBackupInput;
|
|
40
|
+
output: CreateBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateBackupCommandInput;
|
|
44
|
+
output: CreateBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
|
|
39
|
+
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateGlobalTableInput;
|
|
43
|
+
output: CreateGlobalTableOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateGlobalTableCommandInput;
|
|
47
|
+
output: CreateGlobalTableCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
36
|
+
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTableInput;
|
|
40
|
+
output: CreateTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTableCommandInput;
|
|
44
|
+
output: CreateTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
36
|
+
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteBackupInput;
|
|
40
|
+
output: DeleteBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteBackupCommandInput;
|
|
44
|
+
output: DeleteBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteItemCommand extends DeleteItemCommand_base {
|
|
36
|
+
export declare class DeleteItemCommand extends DeleteItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteItemInput;
|
|
40
|
+
output: DeleteItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteItemCommandInput;
|
|
44
|
+
output: DeleteItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
40
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcePolicyInput;
|
|
44
|
+
output: DeleteResourcePolicyOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcePolicyCommandInput;
|
|
48
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
36
|
+
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTableInput;
|
|
40
|
+
output: DeleteTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTableCommandInput;
|
|
44
|
+
output: DeleteTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
|
|
36
|
+
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeBackupInput;
|
|
40
|
+
output: DescribeBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeBackupCommandInput;
|
|
44
|
+
output: DescribeBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeContinuousBackupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
|
|
40
|
+
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeContinuousBackupsInput;
|
|
44
|
+
output: DescribeContinuousBackupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeContinuousBackupsCommandInput;
|
|
48
|
+
output: DescribeContinuousBackupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeContributorInsightsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
|
|
40
|
+
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeContributorInsightsInput;
|
|
44
|
+
output: DescribeContributorInsightsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeContributorInsightsCommandInput;
|
|
48
|
+
output: DescribeContributorInsightsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
40
|
+
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: DescribeEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEndpointsCommandInput;
|
|
48
|
+
output: DescribeEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeExportCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeExportCommand extends DescribeExportCommand_base {
|
|
36
|
+
export declare class DescribeExportCommand extends DescribeExportCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeExportInput;
|
|
40
|
+
output: DescribeExportOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeExportCommandInput;
|
|
44
|
+
output: DescribeExportCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
|
|
40
|
+
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGlobalTableInput;
|
|
44
|
+
output: DescribeGlobalTableOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGlobalTableCommandInput;
|
|
48
|
+
output: DescribeGlobalTableCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
|
|
40
|
+
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGlobalTableSettingsInput;
|
|
44
|
+
output: DescribeGlobalTableSettingsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGlobalTableSettingsCommandInput;
|
|
48
|
+
output: DescribeGlobalTableSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeImportCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeImportCommand extends DescribeImportCommand_base {
|
|
36
|
+
export declare class DescribeImportCommand extends DescribeImportCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeImportInput;
|
|
40
|
+
output: DescribeImportOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeImportCommandInput;
|
|
44
|
+
output: DescribeImportCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeKinesisStreamingDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
|
|
40
|
+
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeKinesisStreamingDestinationInput;
|
|
44
|
+
output: DescribeKinesisStreamingDestinationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeKinesisStreamingDestinationCommandInput;
|
|
48
|
+
output: DescribeKinesisStreamingDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeLimitsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
36
|
+
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DescribeLimitsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeLimitsCommandInput;
|
|
44
|
+
output: DescribeLimitsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeTableCommand extends DescribeTableCommand_base {
|
|
36
|
+
export declare class DescribeTableCommand extends DescribeTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeTableInput;
|
|
40
|
+
output: DescribeTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeTableCommandInput;
|
|
44
|
+
output: DescribeTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {
|
|
40
|
+
export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTableReplicaAutoScalingInput;
|
|
44
|
+
output: DescribeTableReplicaAutoScalingOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTableReplicaAutoScalingCommandInput;
|
|
48
|
+
output: DescribeTableReplicaAutoScalingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTimeToLiveCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {
|
|
40
|
+
export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTimeToLiveInput;
|
|
44
|
+
output: DescribeTimeToLiveOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTimeToLiveCommandInput;
|
|
48
|
+
output: DescribeTimeToLiveCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {
|
|
40
|
+
export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: KinesisStreamingDestinationInput;
|
|
44
|
+
output: KinesisStreamingDestinationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableKinesisStreamingDestinationCommandInput;
|
|
48
|
+
output: DisableKinesisStreamingDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {
|
|
40
|
+
export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: KinesisStreamingDestinationInput;
|
|
44
|
+
output: KinesisStreamingDestinationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableKinesisStreamingDestinationCommandInput;
|
|
48
|
+
output: EnableKinesisStreamingDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ExecuteStatementCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
|
|
39
|
+
export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ExecuteStatementInput;
|
|
43
|
+
output: ExecuteStatementOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ExecuteStatementCommandInput;
|
|
47
|
+
output: ExecuteStatementCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {
|
|
40
|
+
export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExecuteTransactionInput;
|
|
44
|
+
output: ExecuteTransactionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExecuteTransactionCommandInput;
|
|
48
|
+
output: ExecuteTransactionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportTableToPointInTimeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {
|
|
40
|
+
export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportTableToPointInTimeInput;
|
|
44
|
+
output: ExportTableToPointInTimeOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportTableToPointInTimeCommandInput;
|
|
48
|
+
output: ExportTableToPointInTimeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const GetItemCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class GetItemCommand extends GetItemCommand_base {
|
|
30
|
+
export declare class GetItemCommand extends GetItemCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: GetItemInput;
|
|
34
|
+
output: GetItemOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: GetItemCommandInput;
|
|
38
|
+
output: GetItemCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
39
|
+
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetResourcePolicyInput;
|
|
43
|
+
output: GetResourcePolicyOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetResourcePolicyCommandInput;
|
|
47
|
+
output: GetResourcePolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ImportTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ImportTableCommand extends ImportTableCommand_base {
|
|
36
|
+
export declare class ImportTableCommand extends ImportTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ImportTableInput;
|
|
40
|
+
output: ImportTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ImportTableCommandInput;
|
|
44
|
+
output: ImportTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListBackupsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListBackupsCommand extends ListBackupsCommand_base {
|
|
36
|
+
export declare class ListBackupsCommand extends ListBackupsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListBackupsInput;
|
|
40
|
+
output: ListBackupsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListBackupsCommandInput;
|
|
44
|
+
output: ListBackupsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListContributorInsightsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {
|
|
40
|
+
export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListContributorInsightsInput;
|
|
44
|
+
output: ListContributorInsightsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListContributorInsightsCommandInput;
|
|
48
|
+
output: ListContributorInsightsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListExportsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListExportsCommand extends ListExportsCommand_base {
|
|
36
|
+
export declare class ListExportsCommand extends ListExportsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListExportsInput;
|
|
40
|
+
output: ListExportsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListExportsCommandInput;
|
|
44
|
+
output: ListExportsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListGlobalTablesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {
|
|
39
|
+
export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListGlobalTablesInput;
|
|
43
|
+
output: ListGlobalTablesOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListGlobalTablesCommandInput;
|
|
47
|
+
output: ListGlobalTablesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListImportsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListImportsCommand extends ListImportsCommand_base {
|
|
36
|
+
export declare class ListImportsCommand extends ListImportsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListImportsInput;
|
|
40
|
+
output: ListImportsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListImportsCommandInput;
|
|
44
|
+
output: ListImportsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListTablesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
36
|
+
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListTablesInput;
|
|
40
|
+
output: ListTablesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListTablesCommandInput;
|
|
44
|
+
output: ListTablesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsOfResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {
|
|
40
|
+
export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsOfResourceInput;
|
|
44
|
+
output: ListTagsOfResourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsOfResourceCommandInput;
|
|
48
|
+
output: ListTagsOfResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|