@aws-sdk/client-database-migration-service 3.1005.0 → 3.1007.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.
|
@@ -3726,7 +3726,7 @@ export interface RedshiftSettings {
|
|
|
3726
3726
|
*/
|
|
3727
3727
|
FileTransferUploadStreams?: number | undefined;
|
|
3728
3728
|
/**
|
|
3729
|
-
* <p>The amount of time to wait (in
|
|
3729
|
+
* <p>The amount of time to wait (in seconds) before timing out of operations performed
|
|
3730
3730
|
* by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>
|
|
3731
3731
|
* @public
|
|
3732
3732
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1007.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@smithy/util-middleware": "^4.2.11",
|
|
60
60
|
"@smithy/util-retry": "^4.2.11",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
|
-
"@smithy/util-waiter": "^4.2.
|
|
62
|
+
"@smithy/util-waiter": "^4.2.12",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|