@aws-sdk/client-rds 3.836.0 → 3.840.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.
|
@@ -258,6 +258,9 @@ declare const StartDBClusterCommand_base: {
|
|
|
258
258
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
259
259
|
* <p>The DB instance isn't in a valid state.</p>
|
|
260
260
|
*
|
|
261
|
+
* @throws {@link InvalidDBShardGroupStateFault} (client fault)
|
|
262
|
+
* <p>The DB shard group must be in the available state.</p>
|
|
263
|
+
*
|
|
261
264
|
* @throws {@link RDSServiceException}
|
|
262
265
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
263
266
|
*
|
|
@@ -259,6 +259,9 @@ declare const StopDBClusterCommand_base: {
|
|
|
259
259
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
260
260
|
* <p>The DB instance isn't in a valid state.</p>
|
|
261
261
|
*
|
|
262
|
+
* @throws {@link InvalidDBShardGroupStateFault} (client fault)
|
|
263
|
+
* <p>The DB shard group must be in the available state.</p>
|
|
264
|
+
*
|
|
262
265
|
* @throws {@link RDSServiceException}
|
|
263
266
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
264
267
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.840.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-rds",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.840.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.840.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-rds": "3.840.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.840.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
31
|
+
"@aws-sdk/types": "3.840.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.840.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.840.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.4",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.6.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
38
38
|
"@smithy/hash-node": "^4.0.4",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.8",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.4",
|
|
45
45
|
"@smithy/node-config-provider": "^4.1.3",
|
|
46
46
|
"@smithy/node-http-handler": "^4.0.6",
|
|
47
47
|
"@smithy/protocol-http": "^5.1.2",
|
|
48
|
-
"@smithy/smithy-client": "^4.4.
|
|
48
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
49
49
|
"@smithy/types": "^4.3.1",
|
|
50
50
|
"@smithy/url-parser": "^4.0.4",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.6",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.4",
|
|
58
58
|
"@smithy/util-retry": "^4.0.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
|
-
"@smithy/util-waiter": "^4.0.
|
|
60
|
+
"@smithy/util-waiter": "^4.0.6",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|