@aws-sdk/client-redshift-data 3.288.0 → 3.290.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.
@@ -46,6 +46,16 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen
46
46
  * @see {@link BatchExecuteStatementCommandOutput} for command's `response` shape.
47
47
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
48
48
  *
49
+ * @throws {@link ActiveStatementsExceededException} (client fault)
50
+ * <p>The number of active statements exceeds the limit.</p>
51
+ *
52
+ * @throws {@link BatchExecuteStatementException} (server fault)
53
+ * <p>An SQL statement encountered an environmental error while running.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
57
+ *
58
+ *
49
59
  */
50
60
  export declare class BatchExecuteStatementCommand extends $Command<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, RedshiftDataClientResolvedConfig> {
51
61
  readonly input: BatchExecuteStatementCommandInput;
@@ -32,6 +32,19 @@ export interface CancelStatementCommandOutput extends CancelStatementResponse, _
32
32
  * @see {@link CancelStatementCommandOutput} for command's `response` shape.
33
33
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
34
34
  *
35
+ * @throws {@link DatabaseConnectionException} (server fault)
36
+ * <p>Connection to a database failed.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The Amazon Redshift Data API operation failed due to a missing resource. </p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class CancelStatementCommand extends $Command<CancelStatementCommandInput, CancelStatementCommandOutput, RedshiftDataClientResolvedConfig> {
37
50
  readonly input: CancelStatementCommandInput;
@@ -34,6 +34,16 @@ export interface DescribeStatementCommandOutput extends DescribeStatementRespons
34
34
  * @see {@link DescribeStatementCommandOutput} for command's `response` shape.
35
35
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>The Amazon Redshift Data API operation failed due to a missing resource. </p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
45
+ *
46
+ *
37
47
  */
38
48
  export declare class DescribeStatementCommand extends $Command<DescribeStatementCommandInput, DescribeStatementCommandOutput, RedshiftDataClientResolvedConfig> {
39
49
  readonly input: DescribeStatementCommandInput;
@@ -47,6 +47,16 @@ export interface DescribeTableCommandOutput extends DescribeTableResponse, __Met
47
47
  * @see {@link DescribeTableCommandOutput} for command's `response` shape.
48
48
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
49
49
  *
50
+ * @throws {@link DatabaseConnectionException} (server fault)
51
+ * <p>Connection to a database failed.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
58
+ *
59
+ *
50
60
  */
51
61
  export declare class DescribeTableCommand extends $Command<DescribeTableCommandInput, DescribeTableCommandOutput, RedshiftDataClientResolvedConfig> {
52
62
  readonly input: DescribeTableCommandInput;
@@ -46,6 +46,16 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _
46
46
  * @see {@link ExecuteStatementCommandOutput} for command's `response` shape.
47
47
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
48
48
  *
49
+ * @throws {@link ActiveStatementsExceededException} (client fault)
50
+ * <p>The number of active statements exceeds the limit.</p>
51
+ *
52
+ * @throws {@link ExecuteStatementException} (server fault)
53
+ * <p>The SQL statement encountered an environmental error while running.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
57
+ *
58
+ *
49
59
  */
50
60
  export declare class ExecuteStatementCommand extends $Command<ExecuteStatementCommandInput, ExecuteStatementCommandOutput, RedshiftDataClientResolvedConfig> {
51
61
  readonly input: ExecuteStatementCommandInput;
@@ -33,6 +33,16 @@ export interface GetStatementResultCommandOutput extends GetStatementResultRespo
33
33
  * @see {@link GetStatementResultCommandOutput} for command's `response` shape.
34
34
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The Amazon Redshift Data API operation failed due to a missing resource. </p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class GetStatementResultCommand extends $Command<GetStatementResultCommandInput, GetStatementResultCommandOutput, RedshiftDataClientResolvedConfig> {
38
48
  readonly input: GetStatementResultCommandInput;
@@ -46,6 +46,16 @@ export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __Met
46
46
  * @see {@link ListDatabasesCommandOutput} for command's `response` shape.
47
47
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
48
48
  *
49
+ * @throws {@link DatabaseConnectionException} (server fault)
50
+ * <p>Connection to a database failed.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
57
+ *
58
+ *
49
59
  */
50
60
  export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, RedshiftDataClientResolvedConfig> {
51
61
  readonly input: ListDatabasesCommandInput;
@@ -46,6 +46,16 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
46
46
  * @see {@link ListSchemasCommandOutput} for command's `response` shape.
47
47
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
48
48
  *
49
+ * @throws {@link DatabaseConnectionException} (server fault)
50
+ * <p>Connection to a database failed.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
57
+ *
58
+ *
49
59
  */
50
60
  export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, RedshiftDataClientResolvedConfig> {
51
61
  readonly input: ListSchemasCommandInput;
@@ -33,6 +33,13 @@ export interface ListStatementsCommandOutput extends ListStatementsResponse, __M
33
33
  * @see {@link ListStatementsCommandOutput} for command's `response` shape.
34
34
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
41
+ *
42
+ *
36
43
  */
37
44
  export declare class ListStatementsCommand extends $Command<ListStatementsCommandInput, ListStatementsCommandOutput, RedshiftDataClientResolvedConfig> {
38
45
  readonly input: ListStatementsCommandInput;
@@ -47,6 +47,16 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB
47
47
  * @see {@link ListTablesCommandOutput} for command's `response` shape.
48
48
  * @see {@link RedshiftDataClientResolvedConfig | config} for RedshiftDataClient's `config` shape.
49
49
  *
50
+ * @throws {@link DatabaseConnectionException} (server fault)
51
+ * <p>Connection to a database failed.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>The Amazon Redshift Data API operation failed due to invalid input. </p>
58
+ *
59
+ *
50
60
  */
51
61
  export declare class ListTablesCommand extends $Command<ListTablesCommandInput, ListTablesCommandOutput, RedshiftDataClientResolvedConfig> {
52
62
  readonly input: ListTablesCommandInput;
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.288.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"