@aws-sdk/client-redshift-data 3.775.0 → 3.782.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.
@@ -128,6 +128,7 @@ declare const BatchExecuteStatementCommand_base: {
128
128
  * @throws {@link RedshiftDataServiceException}
129
129
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
@@ -69,6 +69,7 @@ declare const CancelStatementCommand_base: {
69
69
  * @throws {@link RedshiftDataServiceException}
70
70
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class CancelStatementCommand extends CancelStatementCommand_base {
@@ -107,6 +107,7 @@ declare const DescribeStatementCommand_base: {
107
107
  * @throws {@link RedshiftDataServiceException}
108
108
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class DescribeStatementCommand extends DescribeStatementCommand_base {
@@ -130,6 +130,7 @@ declare const DescribeTableCommand_base: {
130
130
  * @throws {@link RedshiftDataServiceException}
131
131
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class DescribeTableCommand extends DescribeTableCommand_base {
@@ -132,6 +132,7 @@ declare const ExecuteStatementCommand_base: {
132
132
  * @throws {@link RedshiftDataServiceException}
133
133
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
@@ -100,6 +100,7 @@ declare const GetStatementResultCommand_base: {
100
100
  * @throws {@link RedshiftDataServiceException}
101
101
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetStatementResultCommand extends GetStatementResultCommand_base {
@@ -93,6 +93,7 @@ declare const GetStatementResultV2Command_base: {
93
93
  * @throws {@link RedshiftDataServiceException}
94
94
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetStatementResultV2Command extends GetStatementResultV2Command_base {
@@ -111,6 +111,7 @@ declare const ListDatabasesCommand_base: {
111
111
  * @throws {@link RedshiftDataServiceException}
112
112
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
@@ -113,6 +113,7 @@ declare const ListSchemasCommand_base: {
113
113
  * @throws {@link RedshiftDataServiceException}
114
114
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class ListSchemasCommand extends ListSchemasCommand_base {
@@ -99,6 +99,7 @@ declare const ListStatementsCommand_base: {
99
99
  * @throws {@link RedshiftDataServiceException}
100
100
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class ListStatementsCommand extends ListStatementsCommand_base {
@@ -119,6 +119,7 @@ declare const ListTablesCommand_base: {
119
119
  * @throws {@link RedshiftDataServiceException}
120
120
  * <p>Base exception class for all service exceptions from RedshiftData service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class ListTablesCommand extends ListTablesCommand_base {
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.775.0",
4
+ "version": "3.782.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-redshift-data",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",