@aws-sdk/client-redshift-data 3.927.0 → 3.929.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/dist-cjs/index.js +517 -655
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/RedshiftDataClient.js +2 -0
- package/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/dist-es/commands/CancelStatementCommand.js +3 -9
- package/dist-es/commands/DescribeStatementCommand.js +3 -9
- package/dist-es/commands/DescribeTableCommand.js +3 -9
- package/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/dist-es/commands/GetStatementResultCommand.js +3 -9
- package/dist-es/commands/GetStatementResultV2Command.js +3 -9
- package/dist-es/commands/ListDatabasesCommand.js +3 -9
- package/dist-es/commands/ListSchemasCommand.js +3 -9
- package/dist-es/commands/ListStatementsCommand.js +3 -9
- package/dist-es/commands/ListTablesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +471 -0
- package/dist-types/RedshiftDataClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +65 -0
- package/dist-types/ts3.4/RedshiftDataClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +70 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -555
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -101
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -137
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
|
|
4
|
-
import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
|
|
5
|
-
import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "../commands/DescribeStatementCommand";
|
|
6
|
-
import { DescribeTableCommandInput, DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
|
|
7
|
-
import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "../commands/ExecuteStatementCommand";
|
|
8
|
-
import { GetStatementResultCommandInput, GetStatementResultCommandOutput } from "../commands/GetStatementResultCommand";
|
|
9
|
-
import { GetStatementResultV2CommandInput, GetStatementResultV2CommandOutput } from "../commands/GetStatementResultV2Command";
|
|
10
|
-
import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
|
|
11
|
-
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
12
|
-
import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
|
|
13
|
-
import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
|
|
14
|
-
/**
|
|
15
|
-
* serializeAws_json1_1BatchExecuteStatementCommand
|
|
16
|
-
*/
|
|
17
|
-
export declare const se_BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
/**
|
|
19
|
-
* serializeAws_json1_1CancelStatementCommand
|
|
20
|
-
*/
|
|
21
|
-
export declare const se_CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_json1_1DescribeStatementCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_DescribeStatementCommand: (input: DescribeStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_json1_1DescribeTableCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_DescribeTableCommand: (input: DescribeTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_1ExecuteStatementCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_ExecuteStatementCommand: (input: ExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_1GetStatementResultCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_GetStatementResultCommand: (input: GetStatementResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_json1_1GetStatementResultV2Command
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_GetStatementResultV2Command: (input: GetStatementResultV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_1ListDatabasesCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_1ListSchemasCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_1ListStatementsCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_ListStatementsCommand: (input: ListStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_1ListTablesCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_ListTablesCommand: (input: ListTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* deserializeAws_json1_1BatchExecuteStatementCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const de_BatchExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchExecuteStatementCommandOutput>;
|
|
62
|
-
/**
|
|
63
|
-
* deserializeAws_json1_1CancelStatementCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const de_CancelStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelStatementCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* deserializeAws_json1_1DescribeStatementCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const de_DescribeStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStatementCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* deserializeAws_json1_1DescribeTableCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const de_DescribeTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTableCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* deserializeAws_json1_1ExecuteStatementCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const de_ExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteStatementCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* deserializeAws_json1_1GetStatementResultCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const de_GetStatementResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementResultCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* deserializeAws_json1_1GetStatementResultV2Command
|
|
84
|
-
*/
|
|
85
|
-
export declare const de_GetStatementResultV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStatementResultV2CommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* deserializeAws_json1_1ListDatabasesCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const de_ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* deserializeAws_json1_1ListSchemasCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* deserializeAws_json1_1ListStatementsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const de_ListStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStatementsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_json1_1ListTablesCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_ListTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTablesCommandOutput>;
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchExecuteStatementCommandInput,
|
|
8
|
-
BatchExecuteStatementCommandOutput,
|
|
9
|
-
} from "../commands/BatchExecuteStatementCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelStatementCommandInput,
|
|
12
|
-
CancelStatementCommandOutput,
|
|
13
|
-
} from "../commands/CancelStatementCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribeStatementCommandInput,
|
|
16
|
-
DescribeStatementCommandOutput,
|
|
17
|
-
} from "../commands/DescribeStatementCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeTableCommandInput,
|
|
20
|
-
DescribeTableCommandOutput,
|
|
21
|
-
} from "../commands/DescribeTableCommand";
|
|
22
|
-
import {
|
|
23
|
-
ExecuteStatementCommandInput,
|
|
24
|
-
ExecuteStatementCommandOutput,
|
|
25
|
-
} from "../commands/ExecuteStatementCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetStatementResultCommandInput,
|
|
28
|
-
GetStatementResultCommandOutput,
|
|
29
|
-
} from "../commands/GetStatementResultCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetStatementResultV2CommandInput,
|
|
32
|
-
GetStatementResultV2CommandOutput,
|
|
33
|
-
} from "../commands/GetStatementResultV2Command";
|
|
34
|
-
import {
|
|
35
|
-
ListDatabasesCommandInput,
|
|
36
|
-
ListDatabasesCommandOutput,
|
|
37
|
-
} from "../commands/ListDatabasesCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListSchemasCommandInput,
|
|
40
|
-
ListSchemasCommandOutput,
|
|
41
|
-
} from "../commands/ListSchemasCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListStatementsCommandInput,
|
|
44
|
-
ListStatementsCommandOutput,
|
|
45
|
-
} from "../commands/ListStatementsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListTablesCommandInput,
|
|
48
|
-
ListTablesCommandOutput,
|
|
49
|
-
} from "../commands/ListTablesCommand";
|
|
50
|
-
export declare const se_BatchExecuteStatementCommand: (
|
|
51
|
-
input: BatchExecuteStatementCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const se_CancelStatementCommand: (
|
|
55
|
-
input: CancelStatementCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_DescribeStatementCommand: (
|
|
59
|
-
input: DescribeStatementCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DescribeTableCommand: (
|
|
63
|
-
input: DescribeTableCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_ExecuteStatementCommand: (
|
|
67
|
-
input: ExecuteStatementCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetStatementResultCommand: (
|
|
71
|
-
input: GetStatementResultCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetStatementResultV2Command: (
|
|
75
|
-
input: GetStatementResultV2CommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListDatabasesCommand: (
|
|
79
|
-
input: ListDatabasesCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListSchemasCommand: (
|
|
83
|
-
input: ListSchemasCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListStatementsCommand: (
|
|
87
|
-
input: ListStatementsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListTablesCommand: (
|
|
91
|
-
input: ListTablesCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const de_BatchExecuteStatementCommand: (
|
|
95
|
-
output: __HttpResponse,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<BatchExecuteStatementCommandOutput>;
|
|
98
|
-
export declare const de_CancelStatementCommand: (
|
|
99
|
-
output: __HttpResponse,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<CancelStatementCommandOutput>;
|
|
102
|
-
export declare const de_DescribeStatementCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<DescribeStatementCommandOutput>;
|
|
106
|
-
export declare const de_DescribeTableCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<DescribeTableCommandOutput>;
|
|
110
|
-
export declare const de_ExecuteStatementCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<ExecuteStatementCommandOutput>;
|
|
114
|
-
export declare const de_GetStatementResultCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<GetStatementResultCommandOutput>;
|
|
118
|
-
export declare const de_GetStatementResultV2Command: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetStatementResultV2CommandOutput>;
|
|
122
|
-
export declare const de_ListDatabasesCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<ListDatabasesCommandOutput>;
|
|
126
|
-
export declare const de_ListSchemasCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListSchemasCommandOutput>;
|
|
130
|
-
export declare const de_ListStatementsCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListStatementsCommandOutput>;
|
|
134
|
-
export declare const de_ListTablesCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<ListTablesCommandOutput>;
|