@aws-sdk/client-redshift-data 3.427.0 → 3.429.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.
|
@@ -380,7 +380,7 @@ export interface SubStatementData {
|
|
|
380
380
|
* example is the that the SQL statement finished.
|
|
381
381
|
* </p>
|
|
382
382
|
*/
|
|
383
|
-
Status?: StatementStatusString
|
|
383
|
+
Status?: StatementStatusString;
|
|
384
384
|
/**
|
|
385
385
|
* @public
|
|
386
386
|
* <p>The date and time (UTC) the statement was created. </p>
|
|
@@ -485,7 +485,7 @@ export interface DescribeStatementResponse {
|
|
|
485
485
|
* </li>
|
|
486
486
|
* </ul>
|
|
487
487
|
*/
|
|
488
|
-
Status?: StatusString
|
|
488
|
+
Status?: StatusString;
|
|
489
489
|
/**
|
|
490
490
|
* @public
|
|
491
491
|
* <p>The date and time (UTC) when the SQL statement was submitted to run. </p>
|
|
@@ -1071,7 +1071,7 @@ export interface ListStatementsRequest {
|
|
|
1071
1071
|
* </li>
|
|
1072
1072
|
* </ul>
|
|
1073
1073
|
*/
|
|
1074
|
-
Status?: StatusString
|
|
1074
|
+
Status?: StatusString;
|
|
1075
1075
|
/**
|
|
1076
1076
|
* @public
|
|
1077
1077
|
* <p>A value that filters which statements to return in the response. If true, all statements run by the caller's IAM role are returned.
|
|
@@ -1110,7 +1110,7 @@ export interface StatementData {
|
|
|
1110
1110
|
* example is the that the SQL statement finished.
|
|
1111
1111
|
* </p>
|
|
1112
1112
|
*/
|
|
1113
|
-
Status?: StatusString
|
|
1113
|
+
Status?: StatusString;
|
|
1114
1114
|
/**
|
|
1115
1115
|
* @public
|
|
1116
1116
|
* <p>The name of the SQL statement. </p>
|
|
@@ -125,7 +125,7 @@ export interface SubStatementData {
|
|
|
125
125
|
Id: string | undefined;
|
|
126
126
|
Duration?: number;
|
|
127
127
|
Error?: string;
|
|
128
|
-
Status?: StatementStatusString
|
|
128
|
+
Status?: StatementStatusString;
|
|
129
129
|
CreatedAt?: Date;
|
|
130
130
|
UpdatedAt?: Date;
|
|
131
131
|
QueryString?: string;
|
|
@@ -142,7 +142,7 @@ export interface DescribeStatementResponse {
|
|
|
142
142
|
ClusterIdentifier?: string;
|
|
143
143
|
Duration?: number;
|
|
144
144
|
Error?: string;
|
|
145
|
-
Status?: StatusString
|
|
145
|
+
Status?: StatusString;
|
|
146
146
|
CreatedAt?: Date;
|
|
147
147
|
UpdatedAt?: Date;
|
|
148
148
|
RedshiftPid?: number;
|
|
@@ -327,7 +327,7 @@ export interface ListStatementsRequest {
|
|
|
327
327
|
NextToken?: string;
|
|
328
328
|
MaxResults?: number;
|
|
329
329
|
StatementName?: string;
|
|
330
|
-
Status?: StatusString
|
|
330
|
+
Status?: StatusString;
|
|
331
331
|
RoleLevel?: boolean;
|
|
332
332
|
}
|
|
333
333
|
export interface StatementData {
|
|
@@ -335,7 +335,7 @@ export interface StatementData {
|
|
|
335
335
|
QueryString?: string;
|
|
336
336
|
QueryStrings?: string[];
|
|
337
337
|
SecretArn?: string;
|
|
338
|
-
Status?: StatusString
|
|
338
|
+
Status?: StatusString;
|
|
339
339
|
StatementName?: string;
|
|
340
340
|
CreatedAt?: Date;
|
|
341
341
|
UpdatedAt?: Date;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.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",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|