@aws-sdk/client-dynamodb 3.952.0 → 3.953.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/index.js +1136 -807
- package/dist-cjs/runtimeConfig.shared.js +8 -7
- package/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
- package/dist-es/commands/BatchGetItemCommand.js +2 -2
- package/dist-es/commands/BatchWriteItemCommand.js +2 -2
- package/dist-es/commands/CreateBackupCommand.js +2 -2
- package/dist-es/commands/CreateGlobalTableCommand.js +2 -2
- package/dist-es/commands/CreateTableCommand.js +2 -2
- package/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/dist-es/commands/DeleteItemCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTableCommand.js +2 -2
- package/dist-es/commands/DescribeBackupCommand.js +2 -2
- package/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
- package/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DescribeExportCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeImportCommand.js +2 -2
- package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/DescribeLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeTableCommand.js +2 -2
- package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
- package/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
- package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/ExecuteStatementCommand.js +2 -2
- package/dist-es/commands/ExecuteTransactionCommand.js +2 -2
- package/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
- package/dist-es/commands/GetItemCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ImportTableCommand.js +2 -2
- package/dist-es/commands/ListBackupsCommand.js +2 -2
- package/dist-es/commands/ListContributorInsightsCommand.js +2 -2
- package/dist-es/commands/ListExportsCommand.js +2 -2
- package/dist-es/commands/ListGlobalTablesCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListTablesCommand.js +2 -2
- package/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
- package/dist-es/commands/PutItemCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
- package/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
- package/dist-es/commands/ScanCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TransactGetItemsCommand.js +2 -2
- package/dist-es/commands/TransactWriteItemsCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
- package/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateItemCommand.js +2 -2
- package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateTableCommand.js +2 -2
- package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
- package/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +8 -7
- package/dist-es/schemas/schemas_0.js +677 -665
- package/dist-types/DynamoDBClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +318 -397
- package/dist-types/ts3.4/DynamoDBClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +317 -398
- package/package.json +37 -37
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListImports } from "../schemas/schemas_0";
|
|
4
|
+
import { ListImports$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListImportsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class ListImportsCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "ListImports", {})
|
|
16
16
|
.n("DynamoDBClient", "ListImportsCommand")
|
|
17
|
-
.sc(ListImports)
|
|
17
|
+
.sc(ListImports$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTables } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTables$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTablesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTablesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("DynamoDB_20120810", "ListTables", {})
|
|
13
13
|
.n("DynamoDBClient", "ListTablesCommand")
|
|
14
|
-
.sc(ListTables)
|
|
14
|
+
.sc(ListTables$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsOfResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsOfResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsOfResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class ListTagsOfResourceCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "ListTagsOfResource", {})
|
|
16
16
|
.n("DynamoDBClient", "ListTagsOfResourceCommand")
|
|
17
|
-
.sc(ListTagsOfResource)
|
|
17
|
+
.sc(ListTagsOfResource$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutItem } from "../schemas/schemas_0";
|
|
4
|
+
import { PutItem$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutItemCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class PutItemCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "PutItem", {})
|
|
16
16
|
.n("DynamoDBClient", "PutItemCommand")
|
|
17
|
-
.sc(PutItem)
|
|
17
|
+
.sc(PutItem$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class PutResourcePolicyCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "PutResourcePolicy", {})
|
|
16
16
|
.n("DynamoDBClient", "PutResourcePolicyCommand")
|
|
17
|
-
.sc(PutResourcePolicy)
|
|
17
|
+
.sc(PutResourcePolicy$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { Query } from "../schemas/schemas_0";
|
|
4
|
+
import { Query$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class QueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class QueryCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "Query", {})
|
|
16
16
|
.n("DynamoDBClient", "QueryCommand")
|
|
17
|
-
.sc(Query)
|
|
17
|
+
.sc(Query$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RestoreTableFromBackup } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreTableFromBackup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreTableFromBackupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class RestoreTableFromBackupCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "RestoreTableFromBackup", {})
|
|
16
16
|
.n("DynamoDBClient", "RestoreTableFromBackupCommand")
|
|
17
|
-
.sc(RestoreTableFromBackup)
|
|
17
|
+
.sc(RestoreTableFromBackup$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RestoreTableToPointInTime } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreTableToPointInTime$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreTableToPointInTimeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class RestoreTableToPointInTimeCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "RestoreTableToPointInTime", {})
|
|
16
16
|
.n("DynamoDBClient", "RestoreTableToPointInTimeCommand")
|
|
17
|
-
.sc(RestoreTableToPointInTime)
|
|
17
|
+
.sc(RestoreTableToPointInTime$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { Scan } from "../schemas/schemas_0";
|
|
4
|
+
import { Scan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ScanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class ScanCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "Scan", {})
|
|
16
16
|
.n("DynamoDBClient", "ScanCommand")
|
|
17
|
-
.sc(Scan)
|
|
17
|
+
.sc(Scan$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class TagResourceCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "TagResource", {})
|
|
16
16
|
.n("DynamoDBClient", "TagResourceCommand")
|
|
17
|
-
.sc(TagResource)
|
|
17
|
+
.sc(TagResource$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TransactGetItems } from "../schemas/schemas_0";
|
|
4
|
+
import { TransactGetItems$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TransactGetItemsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -17,6 +17,6 @@ export class TransactGetItemsCommand extends $Command
|
|
|
17
17
|
})
|
|
18
18
|
.s("DynamoDB_20120810", "TransactGetItems", {})
|
|
19
19
|
.n("DynamoDBClient", "TransactGetItemsCommand")
|
|
20
|
-
.sc(TransactGetItems)
|
|
20
|
+
.sc(TransactGetItems$)
|
|
21
21
|
.build() {
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TransactWriteItems } from "../schemas/schemas_0";
|
|
4
|
+
import { TransactWriteItems$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TransactWriteItemsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -17,6 +17,6 @@ export class TransactWriteItemsCommand extends $Command
|
|
|
17
17
|
})
|
|
18
18
|
.s("DynamoDB_20120810", "TransactWriteItems", {})
|
|
19
19
|
.n("DynamoDBClient", "TransactWriteItemsCommand")
|
|
20
|
-
.sc(TransactWriteItems)
|
|
20
|
+
.sc(TransactWriteItems$)
|
|
21
21
|
.build() {
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UntagResourceCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UntagResource", {})
|
|
16
16
|
.n("DynamoDBClient", "UntagResourceCommand")
|
|
17
|
-
.sc(UntagResource)
|
|
17
|
+
.sc(UntagResource$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateContinuousBackups } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateContinuousBackups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateContinuousBackupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateContinuousBackupsCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateContinuousBackups", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateContinuousBackupsCommand")
|
|
17
|
-
.sc(UpdateContinuousBackups)
|
|
17
|
+
.sc(UpdateContinuousBackups$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateContributorInsights } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateContributorInsights$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateContributorInsightsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateContributorInsightsCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateContributorInsights", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateContributorInsightsCommand")
|
|
17
|
-
.sc(UpdateContributorInsights)
|
|
17
|
+
.sc(UpdateContributorInsights$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGlobalTable } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGlobalTable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGlobalTableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateGlobalTableCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateGlobalTable", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateGlobalTableCommand")
|
|
17
|
-
.sc(UpdateGlobalTable)
|
|
17
|
+
.sc(UpdateGlobalTable$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateGlobalTableSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateGlobalTableSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateGlobalTableSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateGlobalTableSettingsCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateGlobalTableSettings", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateGlobalTableSettingsCommand")
|
|
17
|
-
.sc(UpdateGlobalTableSettings)
|
|
17
|
+
.sc(UpdateGlobalTableSettings$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateItem } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateItem$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateItemCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateItemCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateItem", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateItemCommand")
|
|
17
|
-
.sc(UpdateItem)
|
|
17
|
+
.sc(UpdateItem$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateKinesisStreamingDestination } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateKinesisStreamingDestination$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateKinesisStreamingDestinationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateKinesisStreamingDestinationCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateKinesisStreamingDestination", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateKinesisStreamingDestinationCommand")
|
|
17
|
-
.sc(UpdateKinesisStreamingDestination)
|
|
17
|
+
.sc(UpdateKinesisStreamingDestination$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTable } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateTableCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateTable", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateTableCommand")
|
|
17
|
-
.sc(UpdateTable)
|
|
17
|
+
.sc(UpdateTable$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTableReplicaAutoScaling } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTableReplicaAutoScaling$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTableReplicaAutoScalingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateTableReplicaAutoScaling", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateTableReplicaAutoScalingCommand")
|
|
17
|
-
.sc(UpdateTableReplicaAutoScaling)
|
|
17
|
+
.sc(UpdateTableReplicaAutoScaling$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTimeToLive } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTimeToLive$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTimeToLiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateTimeToLiveCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("DynamoDB_20120810", "UpdateTimeToLive", {})
|
|
16
16
|
.n("DynamoDBClient", "UpdateTimeToLiveCommand")
|
|
17
|
-
.sc(UpdateTimeToLive)
|
|
17
|
+
.sc(UpdateTimeToLive$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -24,13 +24,14 @@ export const getRuntimeConfig = (config) => {
|
|
|
24
24
|
},
|
|
25
25
|
],
|
|
26
26
|
logger: config?.logger ?? new NoOpLogger(),
|
|
27
|
-
protocol: config?.protocol ??
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
28
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
29
|
+
defaultNamespace: "com.amazonaws.dynamodb",
|
|
30
|
+
xmlNamespace: "http://dynamodb.amazonaws.com/doc/2012-08-10/",
|
|
31
|
+
version: "2012-08-10",
|
|
32
|
+
serviceTarget: "DynamoDB_20120810",
|
|
33
|
+
jsonCodec: new DynamoDBJsonCodec(),
|
|
34
|
+
},
|
|
34
35
|
serviceId: config?.serviceId ?? "DynamoDB",
|
|
35
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|