@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
|
@@ -27,4 +27,15 @@ declare const PutItemCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class PutItemCommand extends PutItemCommand_base {
|
|
30
|
+
export declare class PutItemCommand extends PutItemCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: PutItemInput;
|
|
34
|
+
output: PutItemOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: PutItemCommandInput;
|
|
38
|
+
output: PutItemCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
39
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PutResourcePolicyInput;
|
|
43
|
+
output: PutResourcePolicyOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PutResourcePolicyCommandInput;
|
|
47
|
+
output: PutResourcePolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const QueryCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class QueryCommand extends QueryCommand_base {
|
|
30
|
+
export declare class QueryCommand extends QueryCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: QueryInput;
|
|
34
|
+
output: QueryOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: QueryCommandInput;
|
|
38
|
+
output: QueryCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RestoreTableFromBackupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {
|
|
40
|
+
export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RestoreTableFromBackupInput;
|
|
44
|
+
output: RestoreTableFromBackupOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RestoreTableFromBackupCommandInput;
|
|
48
|
+
output: RestoreTableFromBackupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RestoreTableToPointInTimeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {
|
|
40
|
+
export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RestoreTableToPointInTimeInput;
|
|
44
|
+
output: RestoreTableToPointInTimeOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RestoreTableToPointInTimeCommandInput;
|
|
48
|
+
output: RestoreTableToPointInTimeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const ScanCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class ScanCommand extends ScanCommand_base {
|
|
30
|
+
export declare class ScanCommand extends ScanCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: ScanInput;
|
|
34
|
+
output: ScanOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: ScanCommandInput;
|
|
38
|
+
output: ScanCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const TransactGetItemsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {
|
|
39
|
+
export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: TransactGetItemsInput;
|
|
43
|
+
output: TransactGetItemsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: TransactGetItemsCommandInput;
|
|
47
|
+
output: TransactGetItemsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const TransactWriteItemsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {
|
|
40
|
+
export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: TransactWriteItemsInput;
|
|
44
|
+
output: TransactWriteItemsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: TransactWriteItemsCommandInput;
|
|
48
|
+
output: TransactWriteItemsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateContinuousBackupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {
|
|
40
|
+
export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateContinuousBackupsInput;
|
|
44
|
+
output: UpdateContinuousBackupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateContinuousBackupsCommandInput;
|
|
48
|
+
output: UpdateContinuousBackupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateContributorInsightsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {
|
|
40
|
+
export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateContributorInsightsInput;
|
|
44
|
+
output: UpdateContributorInsightsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateContributorInsightsCommandInput;
|
|
48
|
+
output: UpdateContributorInsightsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {
|
|
39
|
+
export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateGlobalTableInput;
|
|
43
|
+
output: UpdateGlobalTableOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateGlobalTableCommandInput;
|
|
47
|
+
output: UpdateGlobalTableCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {
|
|
40
|
+
export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateGlobalTableSettingsInput;
|
|
44
|
+
output: UpdateGlobalTableSettingsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateGlobalTableSettingsCommandInput;
|
|
48
|
+
output: UpdateGlobalTableSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateItemCommand extends UpdateItemCommand_base {
|
|
36
|
+
export declare class UpdateItemCommand extends UpdateItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateItemInput;
|
|
40
|
+
output: UpdateItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateItemCommandInput;
|
|
44
|
+
output: UpdateItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {
|
|
40
|
+
export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateKinesisStreamingDestinationInput;
|
|
44
|
+
output: UpdateKinesisStreamingDestinationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateKinesisStreamingDestinationCommandInput;
|
|
48
|
+
output: UpdateKinesisStreamingDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateTableCommand extends UpdateTableCommand_base {
|
|
36
|
+
export declare class UpdateTableCommand extends UpdateTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateTableInput;
|
|
40
|
+
output: UpdateTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateTableCommandInput;
|
|
44
|
+
output: UpdateTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {
|
|
40
|
+
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateTableReplicaAutoScalingInput;
|
|
44
|
+
output: UpdateTableReplicaAutoScalingOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateTableReplicaAutoScalingCommandInput;
|
|
48
|
+
output: UpdateTableReplicaAutoScalingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {
|
|
39
|
+
export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateTimeToLiveInput;
|
|
43
|
+
output: UpdateTimeToLiveOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateTimeToLiveCommandInput;
|
|
47
|
+
output: UpdateTimeToLiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -15,6 +15,8 @@ export interface ClientInputEndpointParameters {
|
|
|
15
15
|
| Provider<Endpoint>
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
|
+
accountId?: string | Provider<string>;
|
|
19
|
+
accountIdEndpointMode?: string | Provider<string>;
|
|
18
20
|
}
|
|
19
21
|
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
22
|
defaultSigningName: string;
|
|
@@ -30,6 +32,10 @@ export declare const commonParams: {
|
|
|
30
32
|
readonly type: "builtInParams";
|
|
31
33
|
readonly name: "useFipsEndpoint";
|
|
32
34
|
};
|
|
35
|
+
readonly AccountId: {
|
|
36
|
+
readonly type: "builtInParams";
|
|
37
|
+
readonly name: "accountId";
|
|
38
|
+
};
|
|
33
39
|
readonly Endpoint: {
|
|
34
40
|
readonly type: "builtInParams";
|
|
35
41
|
readonly name: "endpoint";
|
|
@@ -42,10 +48,16 @@ export declare const commonParams: {
|
|
|
42
48
|
readonly type: "builtInParams";
|
|
43
49
|
readonly name: "useDualstackEndpoint";
|
|
44
50
|
};
|
|
51
|
+
readonly AccountIdEndpointMode: {
|
|
52
|
+
readonly type: "builtInParams";
|
|
53
|
+
readonly name: "accountIdEndpointMode";
|
|
54
|
+
};
|
|
45
55
|
};
|
|
46
56
|
export interface EndpointParameters extends __EndpointParameters {
|
|
47
57
|
Region?: string;
|
|
48
58
|
UseDualStack?: boolean;
|
|
49
59
|
UseFIPS?: boolean;
|
|
50
60
|
Endpoint?: string;
|
|
61
|
+
AccountId?: string;
|
|
62
|
+
AccountIdEndpointMode?: string;
|
|
51
63
|
}
|
|
@@ -5,6 +5,11 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
+
accountIdEndpointMode:
|
|
9
|
+
| "disabled"
|
|
10
|
+
| "preferred"
|
|
11
|
+
| "required"
|
|
12
|
+
| (() => Promise<string>);
|
|
8
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
14
|
credentialDefaultProvider: (
|
|
10
15
|
input: any
|
|
@@ -89,4 +94,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
89
94
|
| undefined;
|
|
90
95
|
endpointCacheSize?: number | undefined;
|
|
91
96
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
97
|
+
accountId?: string | import("@smithy/types").Provider<string> | undefined;
|
|
92
98
|
};
|
|
@@ -5,6 +5,13 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
+
accountIdEndpointMode:
|
|
9
|
+
| "disabled"
|
|
10
|
+
| "preferred"
|
|
11
|
+
| "required"
|
|
12
|
+
| import("@smithy/types").Provider<
|
|
13
|
+
import("@aws-sdk/core/account-id-endpoint").AccountIdEndpointMode
|
|
14
|
+
>;
|
|
8
15
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
16
|
credentialDefaultProvider: (
|
|
10
17
|
init?:
|
|
@@ -93,4 +100,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
93
100
|
| undefined;
|
|
94
101
|
endpointCacheSize?: number | undefined;
|
|
95
102
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
103
|
+
accountId?: string | import("@smithy/types").Provider<string> | undefined;
|
|
96
104
|
};
|
|
@@ -22,6 +22,11 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
+
accountIdEndpointMode:
|
|
26
|
+
| "disabled"
|
|
27
|
+
| "preferred"
|
|
28
|
+
| "required"
|
|
29
|
+
| (() => Promise<string>);
|
|
25
30
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
31
|
import("@smithy/types").UserAgent
|
|
27
32
|
>;
|
|
@@ -83,4 +88,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
|
|
|
83
88
|
| undefined;
|
|
84
89
|
endpointCacheSize?: number | undefined;
|
|
85
90
|
endpointDiscoveryEnabled?: boolean | undefined;
|
|
91
|
+
accountId?: string | import("@smithy/types").Provider<string> | undefined;
|
|
86
92
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dynamodb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.656.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.4.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.2.
|
|
49
|
-
"@smithy/protocol-http": "^4.1.
|
|
50
|
-
"@smithy/smithy-client": "^3.3.
|
|
51
|
-
"@smithy/types": "^3.4.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
33
|
+
"@aws-sdk/types": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
38
|
+
"@smithy/core": "^2.4.3",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
40
|
+
"@smithy/hash-node": "^3.0.6",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
48
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
49
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
50
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
51
|
+
"@smithy/types": "^3.4.2",
|
|
52
|
+
"@smithy/url-parser": "^3.0.6",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.1.
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
58
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
60
|
+
"@smithy/util-retry": "^3.0.6",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
|
-
"@smithy/util-waiter": "^3.1.
|
|
62
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
63
63
|
"tslib": "^2.6.2",
|
|
64
64
|
"uuid": "^9.0.1"
|
|
65
65
|
},
|