@aws-sdk/client-redshift-data 3.33.0 → 3.36.1
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 +47 -0
- package/{dist/cjs → dist-cjs}/RedshiftData.js +1 -9
- package/{dist/cjs → dist-cjs}/RedshiftDataClient.js +8 -21
- package/dist-cjs/commands/BatchExecuteStatementCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +2 -29
- package/dist-cjs/commands/DescribeTableCommand.js +36 -0
- package/dist-cjs/commands/ExecuteStatementCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +2 -28
- package/dist-cjs/commands/ListDatabasesCommand.js +36 -0
- package/dist-cjs/commands/ListSchemasCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +2 -28
- package/dist-cjs/commands/ListTablesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -97
- package/{dist/cjs → dist-cjs}/pagination/DescribeTablePaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetStatementResultPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDatabasesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListStatementsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTablesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/RedshiftData.js +2 -10
- package/{dist/es → dist-es}/RedshiftDataClient.js +2 -15
- package/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CancelStatementCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeStatementCommand.js +4 -32
- package/dist-es/commands/DescribeTableCommand.js +39 -0
- package/dist-es/commands/ExecuteStatementCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetStatementResultCommand.js +4 -31
- package/dist-es/commands/ListDatabasesCommand.js +39 -0
- package/dist-es/commands/ListSchemasCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListStatementsCommand.js +4 -31
- package/dist-es/commands/ListTablesCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -97
- package/{dist/es → dist-es}/pagination/DescribeTablePaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/GetStatementResultPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDatabasesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListStatementsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTablesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +178 -184
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/RedshiftData.d.ts +2 -2
- package/{dist/types → dist-types}/RedshiftDataClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/BatchExecuteStatementCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CancelStatementCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeStatementCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeTableCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ExecuteStatementCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetStatementResultCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDatabasesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListStatementsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTablesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeTablePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetStatementResultPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDatabasesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListStatementsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTablesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/RedshiftData.d.ts +55 -0
- package/{dist/types → dist-types}/ts3.4/RedshiftDataClient.d.ts +32 -101
- package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStatementResultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +613 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeTablePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetStatementResultPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDatabasesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListStatementsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTablesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/RedshiftData.ts +0 -451
- package/RedshiftDataClient.ts +0 -272
- package/commands/BatchExecuteStatementCommand.ts +0 -108
- package/commands/CancelStatementCommand.ts +0 -94
- package/commands/DescribeStatementCommand.ts +0 -96
- package/commands/DescribeTableCommand.ts +0 -109
- package/commands/ExecuteStatementCommand.ts +0 -108
- package/commands/GetStatementResultCommand.ts +0 -95
- package/commands/ListDatabasesCommand.ts +0 -108
- package/commands/ListSchemasCommand.ts +0 -108
- package/commands/ListStatementsCommand.ts +0 -95
- package/commands/ListTablesCommand.ts +0 -109
- package/dist/cjs/RedshiftData.js.map +0 -1
- package/dist/cjs/RedshiftDataClient.js.map +0 -1
- package/dist/cjs/commands/BatchExecuteStatementCommand.js +0 -75
- package/dist/cjs/commands/BatchExecuteStatementCommand.js.map +0 -1
- package/dist/cjs/commands/CancelStatementCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStatementCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTableCommand.js +0 -76
- package/dist/cjs/commands/DescribeTableCommand.js.map +0 -1
- package/dist/cjs/commands/ExecuteStatementCommand.js +0 -75
- package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
- package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
- package/dist/cjs/commands/ListDatabasesCommand.js +0 -75
- package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemasCommand.js +0 -75
- package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTablesCommand.js +0 -76
- package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
- package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/RedshiftData.js.map +0 -1
- package/dist/es/RedshiftDataClient.js.map +0 -1
- package/dist/es/commands/BatchExecuteStatementCommand.js +0 -79
- package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
- package/dist/es/commands/CancelStatementCommand.js.map +0 -1
- package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
- package/dist/es/commands/DescribeTableCommand.js +0 -80
- package/dist/es/commands/DescribeTableCommand.js.map +0 -1
- package/dist/es/commands/ExecuteStatementCommand.js +0 -79
- package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
- package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
- package/dist/es/commands/ListDatabasesCommand.js +0 -79
- package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
- package/dist/es/commands/ListSchemasCommand.js +0 -79
- package/dist/es/commands/ListSchemasCommand.js.map +0 -1
- package/dist/es/commands/ListStatementsCommand.js.map +0 -1
- package/dist/es/commands/ListTablesCommand.js +0 -80
- package/dist/es/commands/ListTablesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -21
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
- package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/RedshiftData.d.ts +0 -171
- package/dist/types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CancelStatementCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeStatementCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTableCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/ExecuteStatementCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/GetStatementResultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/ListSchemasCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/ListStatementsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTablesCommand.d.ts +0 -50
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1103
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1379
- package/pagination/DescribeTablePaginator.ts +0 -58
- package/pagination/GetStatementResultPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDatabasesPaginator.ts +0 -58
- package/pagination/ListSchemasPaginator.ts +0 -54
- package/pagination/ListStatementsPaginator.ts +0 -58
- package/pagination/ListTablesPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -1614
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,613 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface ActiveStatementsExceededException extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "ActiveStatementsExceededException";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace ActiveStatementsExceededException {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: ActiveStatementsExceededException) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface BatchExecuteStatementException extends __SmithyException, $MetadataBearer {
|
|
14
|
+
name: "BatchExecuteStatementException";
|
|
15
|
+
$fault: "server";
|
|
16
|
+
Message: string | undefined;
|
|
17
|
+
|
|
18
|
+
StatementId: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace BatchExecuteStatementException {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: BatchExecuteStatementException) => any;
|
|
23
|
+
}
|
|
24
|
+
export interface BatchExecuteStatementInput {
|
|
25
|
+
|
|
26
|
+
Sqls: string[] | undefined;
|
|
27
|
+
|
|
28
|
+
ClusterIdentifier: string | undefined;
|
|
29
|
+
|
|
30
|
+
SecretArn?: string;
|
|
31
|
+
|
|
32
|
+
DbUser?: string;
|
|
33
|
+
|
|
34
|
+
Database: string | undefined;
|
|
35
|
+
|
|
36
|
+
WithEvent?: boolean;
|
|
37
|
+
|
|
38
|
+
StatementName?: string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace BatchExecuteStatementInput {
|
|
41
|
+
|
|
42
|
+
const filterSensitiveLog: (obj: BatchExecuteStatementInput) => any;
|
|
43
|
+
}
|
|
44
|
+
export interface BatchExecuteStatementOutput {
|
|
45
|
+
|
|
46
|
+
Id?: string;
|
|
47
|
+
|
|
48
|
+
CreatedAt?: Date;
|
|
49
|
+
|
|
50
|
+
ClusterIdentifier?: string;
|
|
51
|
+
|
|
52
|
+
DbUser?: string;
|
|
53
|
+
|
|
54
|
+
Database?: string;
|
|
55
|
+
|
|
56
|
+
SecretArn?: string;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace BatchExecuteStatementOutput {
|
|
59
|
+
|
|
60
|
+
const filterSensitiveLog: (obj: BatchExecuteStatementOutput) => any;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
64
|
+
name: "ValidationException";
|
|
65
|
+
$fault: "client";
|
|
66
|
+
|
|
67
|
+
Message?: string;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace ValidationException {
|
|
70
|
+
|
|
71
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
72
|
+
}
|
|
73
|
+
export interface CancelStatementRequest {
|
|
74
|
+
|
|
75
|
+
Id: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace CancelStatementRequest {
|
|
78
|
+
|
|
79
|
+
const filterSensitiveLog: (obj: CancelStatementRequest) => any;
|
|
80
|
+
}
|
|
81
|
+
export interface CancelStatementResponse {
|
|
82
|
+
|
|
83
|
+
Status?: boolean;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace CancelStatementResponse {
|
|
86
|
+
|
|
87
|
+
const filterSensitiveLog: (obj: CancelStatementResponse) => any;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
91
|
+
name: "InternalServerException";
|
|
92
|
+
$fault: "server";
|
|
93
|
+
|
|
94
|
+
Message: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace InternalServerException {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
102
|
+
name: "ResourceNotFoundException";
|
|
103
|
+
$fault: "client";
|
|
104
|
+
|
|
105
|
+
Message: string | undefined;
|
|
106
|
+
|
|
107
|
+
ResourceId: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace ResourceNotFoundException {
|
|
110
|
+
|
|
111
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ColumnMetadata {
|
|
115
|
+
|
|
116
|
+
isCaseSensitive?: boolean;
|
|
117
|
+
|
|
118
|
+
isCurrency?: boolean;
|
|
119
|
+
|
|
120
|
+
isSigned?: boolean;
|
|
121
|
+
|
|
122
|
+
label?: string;
|
|
123
|
+
|
|
124
|
+
name?: string;
|
|
125
|
+
|
|
126
|
+
nullable?: number;
|
|
127
|
+
|
|
128
|
+
precision?: number;
|
|
129
|
+
|
|
130
|
+
scale?: number;
|
|
131
|
+
|
|
132
|
+
schemaName?: string;
|
|
133
|
+
|
|
134
|
+
tableName?: string;
|
|
135
|
+
|
|
136
|
+
typeName?: string;
|
|
137
|
+
|
|
138
|
+
length?: number;
|
|
139
|
+
|
|
140
|
+
columnDefault?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare namespace ColumnMetadata {
|
|
143
|
+
|
|
144
|
+
const filterSensitiveLog: (obj: ColumnMetadata) => any;
|
|
145
|
+
}
|
|
146
|
+
export interface DescribeStatementRequest {
|
|
147
|
+
|
|
148
|
+
Id: string | undefined;
|
|
149
|
+
}
|
|
150
|
+
export declare namespace DescribeStatementRequest {
|
|
151
|
+
|
|
152
|
+
const filterSensitiveLog: (obj: DescribeStatementRequest) => any;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export interface SqlParameter {
|
|
156
|
+
|
|
157
|
+
name: string | undefined;
|
|
158
|
+
|
|
159
|
+
value: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export declare namespace SqlParameter {
|
|
162
|
+
|
|
163
|
+
const filterSensitiveLog: (obj: SqlParameter) => any;
|
|
164
|
+
}
|
|
165
|
+
export declare enum StatusString {
|
|
166
|
+
ABORTED = "ABORTED",
|
|
167
|
+
ALL = "ALL",
|
|
168
|
+
FAILED = "FAILED",
|
|
169
|
+
FINISHED = "FINISHED",
|
|
170
|
+
PICKED = "PICKED",
|
|
171
|
+
STARTED = "STARTED",
|
|
172
|
+
SUBMITTED = "SUBMITTED"
|
|
173
|
+
}
|
|
174
|
+
export declare enum StatementStatusString {
|
|
175
|
+
ABORTED = "ABORTED",
|
|
176
|
+
FAILED = "FAILED",
|
|
177
|
+
FINISHED = "FINISHED",
|
|
178
|
+
PICKED = "PICKED",
|
|
179
|
+
STARTED = "STARTED",
|
|
180
|
+
SUBMITTED = "SUBMITTED"
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface SubStatementData {
|
|
184
|
+
|
|
185
|
+
Id: string | undefined;
|
|
186
|
+
|
|
187
|
+
Duration?: number;
|
|
188
|
+
|
|
189
|
+
Error?: string;
|
|
190
|
+
|
|
191
|
+
Status?: StatementStatusString | string;
|
|
192
|
+
|
|
193
|
+
CreatedAt?: Date;
|
|
194
|
+
|
|
195
|
+
UpdatedAt?: Date;
|
|
196
|
+
|
|
197
|
+
QueryString?: string;
|
|
198
|
+
|
|
199
|
+
ResultRows?: number;
|
|
200
|
+
|
|
201
|
+
ResultSize?: number;
|
|
202
|
+
|
|
203
|
+
RedshiftQueryId?: number;
|
|
204
|
+
|
|
205
|
+
HasResultSet?: boolean;
|
|
206
|
+
}
|
|
207
|
+
export declare namespace SubStatementData {
|
|
208
|
+
|
|
209
|
+
const filterSensitiveLog: (obj: SubStatementData) => any;
|
|
210
|
+
}
|
|
211
|
+
export interface DescribeStatementResponse {
|
|
212
|
+
|
|
213
|
+
Id: string | undefined;
|
|
214
|
+
|
|
215
|
+
SecretArn?: string;
|
|
216
|
+
|
|
217
|
+
DbUser?: string;
|
|
218
|
+
|
|
219
|
+
Database?: string;
|
|
220
|
+
|
|
221
|
+
ClusterIdentifier?: string;
|
|
222
|
+
|
|
223
|
+
Duration?: number;
|
|
224
|
+
|
|
225
|
+
Error?: string;
|
|
226
|
+
|
|
227
|
+
Status?: StatusString | string;
|
|
228
|
+
|
|
229
|
+
CreatedAt?: Date;
|
|
230
|
+
|
|
231
|
+
UpdatedAt?: Date;
|
|
232
|
+
|
|
233
|
+
RedshiftPid?: number;
|
|
234
|
+
|
|
235
|
+
HasResultSet?: boolean;
|
|
236
|
+
|
|
237
|
+
QueryString?: string;
|
|
238
|
+
|
|
239
|
+
ResultRows?: number;
|
|
240
|
+
|
|
241
|
+
ResultSize?: number;
|
|
242
|
+
|
|
243
|
+
RedshiftQueryId?: number;
|
|
244
|
+
|
|
245
|
+
QueryParameters?: SqlParameter[];
|
|
246
|
+
|
|
247
|
+
SubStatements?: SubStatementData[];
|
|
248
|
+
}
|
|
249
|
+
export declare namespace DescribeStatementResponse {
|
|
250
|
+
|
|
251
|
+
const filterSensitiveLog: (obj: DescribeStatementResponse) => any;
|
|
252
|
+
}
|
|
253
|
+
export interface DescribeTableRequest {
|
|
254
|
+
|
|
255
|
+
ClusterIdentifier: string | undefined;
|
|
256
|
+
|
|
257
|
+
SecretArn?: string;
|
|
258
|
+
|
|
259
|
+
DbUser?: string;
|
|
260
|
+
|
|
261
|
+
Database: string | undefined;
|
|
262
|
+
|
|
263
|
+
ConnectedDatabase?: string;
|
|
264
|
+
|
|
265
|
+
Schema?: string;
|
|
266
|
+
|
|
267
|
+
Table?: string;
|
|
268
|
+
|
|
269
|
+
NextToken?: string;
|
|
270
|
+
|
|
271
|
+
MaxResults?: number;
|
|
272
|
+
}
|
|
273
|
+
export declare namespace DescribeTableRequest {
|
|
274
|
+
|
|
275
|
+
const filterSensitiveLog: (obj: DescribeTableRequest) => any;
|
|
276
|
+
}
|
|
277
|
+
export interface DescribeTableResponse {
|
|
278
|
+
|
|
279
|
+
TableName?: string;
|
|
280
|
+
|
|
281
|
+
ColumnList?: ColumnMetadata[];
|
|
282
|
+
|
|
283
|
+
NextToken?: string;
|
|
284
|
+
}
|
|
285
|
+
export declare namespace DescribeTableResponse {
|
|
286
|
+
|
|
287
|
+
const filterSensitiveLog: (obj: DescribeTableResponse) => any;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export interface ExecuteStatementException extends __SmithyException, $MetadataBearer {
|
|
291
|
+
name: "ExecuteStatementException";
|
|
292
|
+
$fault: "server";
|
|
293
|
+
|
|
294
|
+
Message: string | undefined;
|
|
295
|
+
|
|
296
|
+
StatementId: string | undefined;
|
|
297
|
+
}
|
|
298
|
+
export declare namespace ExecuteStatementException {
|
|
299
|
+
|
|
300
|
+
const filterSensitiveLog: (obj: ExecuteStatementException) => any;
|
|
301
|
+
}
|
|
302
|
+
export interface ExecuteStatementInput {
|
|
303
|
+
|
|
304
|
+
Sql: string | undefined;
|
|
305
|
+
|
|
306
|
+
ClusterIdentifier: string | undefined;
|
|
307
|
+
|
|
308
|
+
SecretArn?: string;
|
|
309
|
+
|
|
310
|
+
DbUser?: string;
|
|
311
|
+
|
|
312
|
+
Database: string | undefined;
|
|
313
|
+
|
|
314
|
+
WithEvent?: boolean;
|
|
315
|
+
|
|
316
|
+
StatementName?: string;
|
|
317
|
+
|
|
318
|
+
Parameters?: SqlParameter[];
|
|
319
|
+
}
|
|
320
|
+
export declare namespace ExecuteStatementInput {
|
|
321
|
+
|
|
322
|
+
const filterSensitiveLog: (obj: ExecuteStatementInput) => any;
|
|
323
|
+
}
|
|
324
|
+
export interface ExecuteStatementOutput {
|
|
325
|
+
|
|
326
|
+
Id?: string;
|
|
327
|
+
|
|
328
|
+
CreatedAt?: Date;
|
|
329
|
+
|
|
330
|
+
ClusterIdentifier?: string;
|
|
331
|
+
|
|
332
|
+
DbUser?: string;
|
|
333
|
+
|
|
334
|
+
Database?: string;
|
|
335
|
+
|
|
336
|
+
SecretArn?: string;
|
|
337
|
+
}
|
|
338
|
+
export declare namespace ExecuteStatementOutput {
|
|
339
|
+
|
|
340
|
+
const filterSensitiveLog: (obj: ExecuteStatementOutput) => any;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export declare type Field = Field.BlobValueMember | Field.BooleanValueMember | Field.DoubleValueMember | Field.IsNullMember | Field.LongValueMember | Field.StringValueMember | Field.$UnknownMember;
|
|
344
|
+
export declare namespace Field {
|
|
345
|
+
|
|
346
|
+
interface IsNullMember {
|
|
347
|
+
isNull: boolean;
|
|
348
|
+
booleanValue?: never;
|
|
349
|
+
longValue?: never;
|
|
350
|
+
doubleValue?: never;
|
|
351
|
+
stringValue?: never;
|
|
352
|
+
blobValue?: never;
|
|
353
|
+
$unknown?: never;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
interface BooleanValueMember {
|
|
357
|
+
isNull?: never;
|
|
358
|
+
booleanValue: boolean;
|
|
359
|
+
longValue?: never;
|
|
360
|
+
doubleValue?: never;
|
|
361
|
+
stringValue?: never;
|
|
362
|
+
blobValue?: never;
|
|
363
|
+
$unknown?: never;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
interface LongValueMember {
|
|
367
|
+
isNull?: never;
|
|
368
|
+
booleanValue?: never;
|
|
369
|
+
longValue: number;
|
|
370
|
+
doubleValue?: never;
|
|
371
|
+
stringValue?: never;
|
|
372
|
+
blobValue?: never;
|
|
373
|
+
$unknown?: never;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
interface DoubleValueMember {
|
|
377
|
+
isNull?: never;
|
|
378
|
+
booleanValue?: never;
|
|
379
|
+
longValue?: never;
|
|
380
|
+
doubleValue: number;
|
|
381
|
+
stringValue?: never;
|
|
382
|
+
blobValue?: never;
|
|
383
|
+
$unknown?: never;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
interface StringValueMember {
|
|
387
|
+
isNull?: never;
|
|
388
|
+
booleanValue?: never;
|
|
389
|
+
longValue?: never;
|
|
390
|
+
doubleValue?: never;
|
|
391
|
+
stringValue: string;
|
|
392
|
+
blobValue?: never;
|
|
393
|
+
$unknown?: never;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
interface BlobValueMember {
|
|
397
|
+
isNull?: never;
|
|
398
|
+
booleanValue?: never;
|
|
399
|
+
longValue?: never;
|
|
400
|
+
doubleValue?: never;
|
|
401
|
+
stringValue?: never;
|
|
402
|
+
blobValue: Uint8Array;
|
|
403
|
+
$unknown?: never;
|
|
404
|
+
}
|
|
405
|
+
interface $UnknownMember {
|
|
406
|
+
isNull?: never;
|
|
407
|
+
booleanValue?: never;
|
|
408
|
+
longValue?: never;
|
|
409
|
+
doubleValue?: never;
|
|
410
|
+
stringValue?: never;
|
|
411
|
+
blobValue?: never;
|
|
412
|
+
$unknown: [
|
|
413
|
+
string,
|
|
414
|
+
any
|
|
415
|
+
];
|
|
416
|
+
}
|
|
417
|
+
interface Visitor<T> {
|
|
418
|
+
isNull: (value: boolean) => T;
|
|
419
|
+
booleanValue: (value: boolean) => T;
|
|
420
|
+
longValue: (value: number) => T;
|
|
421
|
+
doubleValue: (value: number) => T;
|
|
422
|
+
stringValue: (value: string) => T;
|
|
423
|
+
blobValue: (value: Uint8Array) => T;
|
|
424
|
+
_: (name: string, value: any) => T;
|
|
425
|
+
}
|
|
426
|
+
const visit: <T>(value: Field, visitor: Visitor<T>) => T;
|
|
427
|
+
|
|
428
|
+
const filterSensitiveLog: (obj: Field) => any;
|
|
429
|
+
}
|
|
430
|
+
export interface GetStatementResultRequest {
|
|
431
|
+
|
|
432
|
+
Id: string | undefined;
|
|
433
|
+
|
|
434
|
+
NextToken?: string;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace GetStatementResultRequest {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: GetStatementResultRequest) => any;
|
|
439
|
+
}
|
|
440
|
+
export interface GetStatementResultResponse {
|
|
441
|
+
|
|
442
|
+
Records: Field[][] | undefined;
|
|
443
|
+
|
|
444
|
+
ColumnMetadata?: ColumnMetadata[];
|
|
445
|
+
|
|
446
|
+
TotalNumRows?: number;
|
|
447
|
+
|
|
448
|
+
NextToken?: string;
|
|
449
|
+
}
|
|
450
|
+
export declare namespace GetStatementResultResponse {
|
|
451
|
+
|
|
452
|
+
const filterSensitiveLog: (obj: GetStatementResultResponse) => any;
|
|
453
|
+
}
|
|
454
|
+
export interface ListDatabasesRequest {
|
|
455
|
+
|
|
456
|
+
ClusterIdentifier: string | undefined;
|
|
457
|
+
|
|
458
|
+
Database: string | undefined;
|
|
459
|
+
|
|
460
|
+
SecretArn?: string;
|
|
461
|
+
|
|
462
|
+
DbUser?: string;
|
|
463
|
+
|
|
464
|
+
NextToken?: string;
|
|
465
|
+
|
|
466
|
+
MaxResults?: number;
|
|
467
|
+
}
|
|
468
|
+
export declare namespace ListDatabasesRequest {
|
|
469
|
+
|
|
470
|
+
const filterSensitiveLog: (obj: ListDatabasesRequest) => any;
|
|
471
|
+
}
|
|
472
|
+
export interface ListDatabasesResponse {
|
|
473
|
+
|
|
474
|
+
Databases?: string[];
|
|
475
|
+
|
|
476
|
+
NextToken?: string;
|
|
477
|
+
}
|
|
478
|
+
export declare namespace ListDatabasesResponse {
|
|
479
|
+
|
|
480
|
+
const filterSensitiveLog: (obj: ListDatabasesResponse) => any;
|
|
481
|
+
}
|
|
482
|
+
export interface ListSchemasRequest {
|
|
483
|
+
|
|
484
|
+
ClusterIdentifier: string | undefined;
|
|
485
|
+
|
|
486
|
+
SecretArn?: string;
|
|
487
|
+
|
|
488
|
+
DbUser?: string;
|
|
489
|
+
|
|
490
|
+
Database: string | undefined;
|
|
491
|
+
|
|
492
|
+
ConnectedDatabase?: string;
|
|
493
|
+
|
|
494
|
+
SchemaPattern?: string;
|
|
495
|
+
|
|
496
|
+
NextToken?: string;
|
|
497
|
+
|
|
498
|
+
MaxResults?: number;
|
|
499
|
+
}
|
|
500
|
+
export declare namespace ListSchemasRequest {
|
|
501
|
+
|
|
502
|
+
const filterSensitiveLog: (obj: ListSchemasRequest) => any;
|
|
503
|
+
}
|
|
504
|
+
export interface ListSchemasResponse {
|
|
505
|
+
|
|
506
|
+
Schemas?: string[];
|
|
507
|
+
|
|
508
|
+
NextToken?: string;
|
|
509
|
+
}
|
|
510
|
+
export declare namespace ListSchemasResponse {
|
|
511
|
+
|
|
512
|
+
const filterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
513
|
+
}
|
|
514
|
+
export interface ListStatementsRequest {
|
|
515
|
+
|
|
516
|
+
NextToken?: string;
|
|
517
|
+
|
|
518
|
+
MaxResults?: number;
|
|
519
|
+
|
|
520
|
+
StatementName?: string;
|
|
521
|
+
|
|
522
|
+
Status?: StatusString | string;
|
|
523
|
+
|
|
524
|
+
RoleLevel?: boolean;
|
|
525
|
+
}
|
|
526
|
+
export declare namespace ListStatementsRequest {
|
|
527
|
+
|
|
528
|
+
const filterSensitiveLog: (obj: ListStatementsRequest) => any;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface StatementData {
|
|
532
|
+
|
|
533
|
+
Id: string | undefined;
|
|
534
|
+
|
|
535
|
+
QueryString?: string;
|
|
536
|
+
|
|
537
|
+
QueryStrings?: string[];
|
|
538
|
+
|
|
539
|
+
SecretArn?: string;
|
|
540
|
+
|
|
541
|
+
Status?: StatusString | string;
|
|
542
|
+
|
|
543
|
+
StatementName?: string;
|
|
544
|
+
|
|
545
|
+
CreatedAt?: Date;
|
|
546
|
+
|
|
547
|
+
UpdatedAt?: Date;
|
|
548
|
+
|
|
549
|
+
QueryParameters?: SqlParameter[];
|
|
550
|
+
|
|
551
|
+
IsBatchStatement?: boolean;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace StatementData {
|
|
554
|
+
|
|
555
|
+
const filterSensitiveLog: (obj: StatementData) => any;
|
|
556
|
+
}
|
|
557
|
+
export interface ListStatementsResponse {
|
|
558
|
+
|
|
559
|
+
Statements: StatementData[] | undefined;
|
|
560
|
+
|
|
561
|
+
NextToken?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace ListStatementsResponse {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: ListStatementsResponse) => any;
|
|
566
|
+
}
|
|
567
|
+
export interface ListTablesRequest {
|
|
568
|
+
|
|
569
|
+
ClusterIdentifier: string | undefined;
|
|
570
|
+
|
|
571
|
+
SecretArn?: string;
|
|
572
|
+
|
|
573
|
+
DbUser?: string;
|
|
574
|
+
|
|
575
|
+
Database: string | undefined;
|
|
576
|
+
|
|
577
|
+
ConnectedDatabase?: string;
|
|
578
|
+
|
|
579
|
+
SchemaPattern?: string;
|
|
580
|
+
|
|
581
|
+
TablePattern?: string;
|
|
582
|
+
|
|
583
|
+
NextToken?: string;
|
|
584
|
+
|
|
585
|
+
MaxResults?: number;
|
|
586
|
+
}
|
|
587
|
+
export declare namespace ListTablesRequest {
|
|
588
|
+
|
|
589
|
+
const filterSensitiveLog: (obj: ListTablesRequest) => any;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export interface TableMember {
|
|
593
|
+
|
|
594
|
+
name?: string;
|
|
595
|
+
|
|
596
|
+
type?: string;
|
|
597
|
+
|
|
598
|
+
schema?: string;
|
|
599
|
+
}
|
|
600
|
+
export declare namespace TableMember {
|
|
601
|
+
|
|
602
|
+
const filterSensitiveLog: (obj: TableMember) => any;
|
|
603
|
+
}
|
|
604
|
+
export interface ListTablesResponse {
|
|
605
|
+
|
|
606
|
+
Tables?: TableMember[];
|
|
607
|
+
|
|
608
|
+
NextToken?: string;
|
|
609
|
+
}
|
|
610
|
+
export declare namespace ListTablesResponse {
|
|
611
|
+
|
|
612
|
+
const filterSensitiveLog: (obj: ListTablesResponse) => any;
|
|
613
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeTableCommandInput, DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeTable(config: RedshiftDataPaginationConfiguration, input: DescribeTableCommandInput, ...additionalArguments: any): Paginator<DescribeTableCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { GetStatementResultCommandInput, GetStatementResultCommandOutput } from "../commands/GetStatementResultCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateGetStatementResult(config: RedshiftDataPaginationConfiguration, input: GetStatementResultCommandInput, ...additionalArguments: any): Paginator<GetStatementResultCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { RedshiftData } from "../RedshiftData";
|
|
2
3
|
import { RedshiftDataClient } from "../RedshiftDataClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface RedshiftDataPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: RedshiftData | RedshiftDataClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListDatabases(config: RedshiftDataPaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListSchemas(config: RedshiftDataPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListStatements(config: RedshiftDataPaginationConfiguration, input: ListStatementsCommandInput, ...additionalArguments: any): Paginator<ListStatementsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
|
|
2
3
|
import { RedshiftDataPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListTables(config: RedshiftDataPaginationConfiguration, input: ListTablesCommandInput, ...additionalArguments: any): Paginator<ListTablesCommandOutput>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
|
|
2
4
|
import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
|
|
3
5
|
import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "../commands/DescribeStatementCommand";
|
|
@@ -8,8 +10,6 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../comman
|
|
|
8
10
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
9
11
|
import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
|
|
10
12
|
import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
13
13
|
export declare const serializeAws_json1_1BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
14
|
export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
15
|
export declare const serializeAws_json1_1DescribeStatementCommand: (input: DescribeStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { RedshiftDataClientConfig } from "./RedshiftDataClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: RedshiftDataClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { RedshiftDataClientConfig } from "./RedshiftDataClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: RedshiftDataClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
7
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
8
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
9
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
10
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
11
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
12
|
region: string | import("@aws-sdk/types").Provider<string>;
|