@aws-sdk/client-redshift-serverless 3.121.0 → 3.130.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/CHANGELOG.md +24 -0
- package/README.md +0 -6
- package/dist-cjs/protocols/Aws_json1_1.js +174 -291
- package/dist-es/protocols/Aws_json1_1.js +102 -219
- package/dist-types/RedshiftServerless.d.ts +1 -7
- package/dist-types/RedshiftServerlessClient.d.ts +1 -7
- package/package.json +26 -26
|
@@ -38,13 +38,7 @@ import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./c
|
|
|
38
38
|
import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
|
|
39
39
|
import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
40
40
|
/**
|
|
41
|
-
* <p>
|
|
42
|
-
* <i>This is prerelease documentation for Amazon Redshift Serverless, which is in preview release.
|
|
43
|
-
* The documentation and the feature are both subject to change. We recommend that you use this feature only in test environments,
|
|
44
|
-
* and not in production environments. For preview terms and conditions, see Beta Service Participation in
|
|
45
|
-
* <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/service-terms">Amazon Web Services Service Terms</a>.</i>
|
|
46
|
-
* </p>
|
|
47
|
-
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
41
|
+
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
48
42
|
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
49
43
|
* </p>
|
|
50
44
|
* <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
|
@@ -163,13 +163,7 @@ declare type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfig
|
|
|
163
163
|
export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
|
-
* <p>
|
|
167
|
-
* <i>This is prerelease documentation for Amazon Redshift Serverless, which is in preview release.
|
|
168
|
-
* The documentation and the feature are both subject to change. We recommend that you use this feature only in test environments,
|
|
169
|
-
* and not in production environments. For preview terms and conditions, see Beta Service Participation in
|
|
170
|
-
* <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/service-terms">Amazon Web Services Service Terms</a>.</i>
|
|
171
|
-
* </p>
|
|
172
|
-
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
166
|
+
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
173
167
|
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
174
168
|
* </p>
|
|
175
169
|
* <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.130.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "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-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.130.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.130.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.130.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|