@aws-sdk/client-redshift-serverless 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +776 -966
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,110 +1,327 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ConvertRecoveryPointToSnapshotCommandInput,
|
|
47
|
+
ConvertRecoveryPointToSnapshotCommandOutput,
|
|
48
|
+
} from "./commands/ConvertRecoveryPointToSnapshotCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateEndpointAccessCommandInput,
|
|
51
|
+
CreateEndpointAccessCommandOutput,
|
|
52
|
+
} from "./commands/CreateEndpointAccessCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateNamespaceCommandInput,
|
|
55
|
+
CreateNamespaceCommandOutput,
|
|
56
|
+
} from "./commands/CreateNamespaceCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSnapshotCommandInput,
|
|
59
|
+
CreateSnapshotCommandOutput,
|
|
60
|
+
} from "./commands/CreateSnapshotCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateUsageLimitCommandInput,
|
|
63
|
+
CreateUsageLimitCommandOutput,
|
|
64
|
+
} from "./commands/CreateUsageLimitCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateWorkgroupCommandInput,
|
|
67
|
+
CreateWorkgroupCommandOutput,
|
|
68
|
+
} from "./commands/CreateWorkgroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteEndpointAccessCommandInput,
|
|
71
|
+
DeleteEndpointAccessCommandOutput,
|
|
72
|
+
} from "./commands/DeleteEndpointAccessCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteNamespaceCommandInput,
|
|
75
|
+
DeleteNamespaceCommandOutput,
|
|
76
|
+
} from "./commands/DeleteNamespaceCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteResourcePolicyCommandInput,
|
|
79
|
+
DeleteResourcePolicyCommandOutput,
|
|
80
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteSnapshotCommandInput,
|
|
83
|
+
DeleteSnapshotCommandOutput,
|
|
84
|
+
} from "./commands/DeleteSnapshotCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteUsageLimitCommandInput,
|
|
87
|
+
DeleteUsageLimitCommandOutput,
|
|
88
|
+
} from "./commands/DeleteUsageLimitCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteWorkgroupCommandInput,
|
|
91
|
+
DeleteWorkgroupCommandOutput,
|
|
92
|
+
} from "./commands/DeleteWorkgroupCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetCredentialsCommandInput,
|
|
95
|
+
GetCredentialsCommandOutput,
|
|
96
|
+
} from "./commands/GetCredentialsCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetEndpointAccessCommandInput,
|
|
99
|
+
GetEndpointAccessCommandOutput,
|
|
100
|
+
} from "./commands/GetEndpointAccessCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetNamespaceCommandInput,
|
|
103
|
+
GetNamespaceCommandOutput,
|
|
104
|
+
} from "./commands/GetNamespaceCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetRecoveryPointCommandInput,
|
|
107
|
+
GetRecoveryPointCommandOutput,
|
|
108
|
+
} from "./commands/GetRecoveryPointCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetResourcePolicyCommandInput,
|
|
111
|
+
GetResourcePolicyCommandOutput,
|
|
112
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetSnapshotCommandInput,
|
|
115
|
+
GetSnapshotCommandOutput,
|
|
116
|
+
} from "./commands/GetSnapshotCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetUsageLimitCommandInput,
|
|
119
|
+
GetUsageLimitCommandOutput,
|
|
120
|
+
} from "./commands/GetUsageLimitCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetWorkgroupCommandInput,
|
|
123
|
+
GetWorkgroupCommandOutput,
|
|
124
|
+
} from "./commands/GetWorkgroupCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListEndpointAccessCommandInput,
|
|
127
|
+
ListEndpointAccessCommandOutput,
|
|
128
|
+
} from "./commands/ListEndpointAccessCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListNamespacesCommandInput,
|
|
131
|
+
ListNamespacesCommandOutput,
|
|
132
|
+
} from "./commands/ListNamespacesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListRecoveryPointsCommandInput,
|
|
135
|
+
ListRecoveryPointsCommandOutput,
|
|
136
|
+
} from "./commands/ListRecoveryPointsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListSnapshotsCommandInput,
|
|
139
|
+
ListSnapshotsCommandOutput,
|
|
140
|
+
} from "./commands/ListSnapshotsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListTagsForResourceCommandInput,
|
|
143
|
+
ListTagsForResourceCommandOutput,
|
|
144
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListUsageLimitsCommandInput,
|
|
147
|
+
ListUsageLimitsCommandOutput,
|
|
148
|
+
} from "./commands/ListUsageLimitsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListWorkgroupsCommandInput,
|
|
151
|
+
ListWorkgroupsCommandOutput,
|
|
152
|
+
} from "./commands/ListWorkgroupsCommand";
|
|
153
|
+
import {
|
|
154
|
+
PutResourcePolicyCommandInput,
|
|
155
|
+
PutResourcePolicyCommandOutput,
|
|
156
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
157
|
+
import {
|
|
158
|
+
RestoreFromRecoveryPointCommandInput,
|
|
159
|
+
RestoreFromRecoveryPointCommandOutput,
|
|
160
|
+
} from "./commands/RestoreFromRecoveryPointCommand";
|
|
161
|
+
import {
|
|
162
|
+
RestoreFromSnapshotCommandInput,
|
|
163
|
+
RestoreFromSnapshotCommandOutput,
|
|
164
|
+
} from "./commands/RestoreFromSnapshotCommand";
|
|
165
|
+
import {
|
|
166
|
+
TagResourceCommandInput,
|
|
167
|
+
TagResourceCommandOutput,
|
|
168
|
+
} from "./commands/TagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UntagResourceCommandInput,
|
|
171
|
+
UntagResourceCommandOutput,
|
|
172
|
+
} from "./commands/UntagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateEndpointAccessCommandInput,
|
|
175
|
+
UpdateEndpointAccessCommandOutput,
|
|
176
|
+
} from "./commands/UpdateEndpointAccessCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateNamespaceCommandInput,
|
|
179
|
+
UpdateNamespaceCommandOutput,
|
|
180
|
+
} from "./commands/UpdateNamespaceCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateSnapshotCommandInput,
|
|
183
|
+
UpdateSnapshotCommandOutput,
|
|
184
|
+
} from "./commands/UpdateSnapshotCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateUsageLimitCommandInput,
|
|
187
|
+
UpdateUsageLimitCommandOutput,
|
|
188
|
+
} from "./commands/UpdateUsageLimitCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateWorkgroupCommandInput,
|
|
191
|
+
UpdateWorkgroupCommandOutput,
|
|
192
|
+
} from "./commands/UpdateWorkgroupCommand";
|
|
193
|
+
export declare type ServiceInputTypes =
|
|
194
|
+
| ConvertRecoveryPointToSnapshotCommandInput
|
|
195
|
+
| CreateEndpointAccessCommandInput
|
|
196
|
+
| CreateNamespaceCommandInput
|
|
197
|
+
| CreateSnapshotCommandInput
|
|
198
|
+
| CreateUsageLimitCommandInput
|
|
199
|
+
| CreateWorkgroupCommandInput
|
|
200
|
+
| DeleteEndpointAccessCommandInput
|
|
201
|
+
| DeleteNamespaceCommandInput
|
|
202
|
+
| DeleteResourcePolicyCommandInput
|
|
203
|
+
| DeleteSnapshotCommandInput
|
|
204
|
+
| DeleteUsageLimitCommandInput
|
|
205
|
+
| DeleteWorkgroupCommandInput
|
|
206
|
+
| GetCredentialsCommandInput
|
|
207
|
+
| GetEndpointAccessCommandInput
|
|
208
|
+
| GetNamespaceCommandInput
|
|
209
|
+
| GetRecoveryPointCommandInput
|
|
210
|
+
| GetResourcePolicyCommandInput
|
|
211
|
+
| GetSnapshotCommandInput
|
|
212
|
+
| GetUsageLimitCommandInput
|
|
213
|
+
| GetWorkgroupCommandInput
|
|
214
|
+
| ListEndpointAccessCommandInput
|
|
215
|
+
| ListNamespacesCommandInput
|
|
216
|
+
| ListRecoveryPointsCommandInput
|
|
217
|
+
| ListSnapshotsCommandInput
|
|
218
|
+
| ListTagsForResourceCommandInput
|
|
219
|
+
| ListUsageLimitsCommandInput
|
|
220
|
+
| ListWorkgroupsCommandInput
|
|
221
|
+
| PutResourcePolicyCommandInput
|
|
222
|
+
| RestoreFromRecoveryPointCommandInput
|
|
223
|
+
| RestoreFromSnapshotCommandInput
|
|
224
|
+
| TagResourceCommandInput
|
|
225
|
+
| UntagResourceCommandInput
|
|
226
|
+
| UpdateEndpointAccessCommandInput
|
|
227
|
+
| UpdateNamespaceCommandInput
|
|
228
|
+
| UpdateSnapshotCommandInput
|
|
229
|
+
| UpdateUsageLimitCommandInput
|
|
230
|
+
| UpdateWorkgroupCommandInput;
|
|
231
|
+
export declare type ServiceOutputTypes =
|
|
232
|
+
| ConvertRecoveryPointToSnapshotCommandOutput
|
|
233
|
+
| CreateEndpointAccessCommandOutput
|
|
234
|
+
| CreateNamespaceCommandOutput
|
|
235
|
+
| CreateSnapshotCommandOutput
|
|
236
|
+
| CreateUsageLimitCommandOutput
|
|
237
|
+
| CreateWorkgroupCommandOutput
|
|
238
|
+
| DeleteEndpointAccessCommandOutput
|
|
239
|
+
| DeleteNamespaceCommandOutput
|
|
240
|
+
| DeleteResourcePolicyCommandOutput
|
|
241
|
+
| DeleteSnapshotCommandOutput
|
|
242
|
+
| DeleteUsageLimitCommandOutput
|
|
243
|
+
| DeleteWorkgroupCommandOutput
|
|
244
|
+
| GetCredentialsCommandOutput
|
|
245
|
+
| GetEndpointAccessCommandOutput
|
|
246
|
+
| GetNamespaceCommandOutput
|
|
247
|
+
| GetRecoveryPointCommandOutput
|
|
248
|
+
| GetResourcePolicyCommandOutput
|
|
249
|
+
| GetSnapshotCommandOutput
|
|
250
|
+
| GetUsageLimitCommandOutput
|
|
251
|
+
| GetWorkgroupCommandOutput
|
|
252
|
+
| ListEndpointAccessCommandOutput
|
|
253
|
+
| ListNamespacesCommandOutput
|
|
254
|
+
| ListRecoveryPointsCommandOutput
|
|
255
|
+
| ListSnapshotsCommandOutput
|
|
256
|
+
| ListTagsForResourceCommandOutput
|
|
257
|
+
| ListUsageLimitsCommandOutput
|
|
258
|
+
| ListWorkgroupsCommandOutput
|
|
259
|
+
| PutResourcePolicyCommandOutput
|
|
260
|
+
| RestoreFromRecoveryPointCommandOutput
|
|
261
|
+
| RestoreFromSnapshotCommandOutput
|
|
262
|
+
| TagResourceCommandOutput
|
|
263
|
+
| UntagResourceCommandOutput
|
|
264
|
+
| UpdateEndpointAccessCommandOutput
|
|
265
|
+
| UpdateNamespaceCommandOutput
|
|
266
|
+
| UpdateSnapshotCommandOutput
|
|
267
|
+
| UpdateUsageLimitCommandOutput
|
|
268
|
+
| UpdateWorkgroupCommandOutput;
|
|
269
|
+
export interface ClientDefaults
|
|
270
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
|
+
requestHandler?: __HttpHandler;
|
|
272
|
+
sha256?: __HashConstructor;
|
|
273
|
+
urlParser?: __UrlParser;
|
|
274
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
275
|
+
streamCollector?: __StreamCollector;
|
|
276
|
+
base64Decoder?: __Decoder;
|
|
277
|
+
base64Encoder?: __Encoder;
|
|
278
|
+
utf8Decoder?: __Decoder;
|
|
279
|
+
utf8Encoder?: __Encoder;
|
|
280
|
+
runtime?: string;
|
|
281
|
+
disableHostPrefix?: boolean;
|
|
282
|
+
maxAttempts?: number | __Provider<number>;
|
|
283
|
+
retryMode?: string | __Provider<string>;
|
|
284
|
+
logger?: __Logger;
|
|
285
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
286
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
287
|
+
serviceId?: string;
|
|
288
|
+
region?: string | __Provider<string>;
|
|
289
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
290
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
291
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
292
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
293
|
+
}
|
|
294
|
+
declare type RedshiftServerlessClientConfigType = Partial<
|
|
295
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
296
|
+
> &
|
|
297
|
+
ClientDefaults &
|
|
298
|
+
RegionInputConfig &
|
|
299
|
+
EndpointsInputConfig &
|
|
300
|
+
RetryInputConfig &
|
|
301
|
+
HostHeaderInputConfig &
|
|
302
|
+
AwsAuthInputConfig &
|
|
303
|
+
UserAgentInputConfig;
|
|
304
|
+
export interface RedshiftServerlessClientConfig
|
|
305
|
+
extends RedshiftServerlessClientConfigType {}
|
|
306
|
+
declare type RedshiftServerlessClientResolvedConfigType =
|
|
307
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
308
|
+
Required<ClientDefaults> &
|
|
309
|
+
RegionResolvedConfig &
|
|
310
|
+
EndpointsResolvedConfig &
|
|
311
|
+
RetryResolvedConfig &
|
|
312
|
+
HostHeaderResolvedConfig &
|
|
313
|
+
AwsAuthResolvedConfig &
|
|
314
|
+
UserAgentResolvedConfig;
|
|
315
|
+
export interface RedshiftServerlessClientResolvedConfig
|
|
316
|
+
extends RedshiftServerlessClientResolvedConfigType {}
|
|
317
|
+
export declare class RedshiftServerlessClient extends __Client<
|
|
318
|
+
__HttpHandlerOptions,
|
|
319
|
+
ServiceInputTypes,
|
|
320
|
+
ServiceOutputTypes,
|
|
321
|
+
RedshiftServerlessClientResolvedConfig
|
|
322
|
+
> {
|
|
323
|
+
readonly config: RedshiftServerlessClientResolvedConfig;
|
|
324
|
+
constructor(configuration: RedshiftServerlessClientConfig);
|
|
325
|
+
destroy(): void;
|
|
326
|
+
}
|
|
327
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ConvertRecoveryPointToSnapshotRequest,
|
|
10
|
+
ConvertRecoveryPointToSnapshotResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RedshiftServerlessClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RedshiftServerlessClient";
|
|
17
|
+
export interface ConvertRecoveryPointToSnapshotCommandInput
|
|
18
|
+
extends ConvertRecoveryPointToSnapshotRequest {}
|
|
19
|
+
export interface ConvertRecoveryPointToSnapshotCommandOutput
|
|
20
|
+
extends ConvertRecoveryPointToSnapshotResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<
|
|
23
|
+
ConvertRecoveryPointToSnapshotCommandInput,
|
|
24
|
+
ConvertRecoveryPointToSnapshotCommandOutput,
|
|
25
|
+
RedshiftServerlessClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ConvertRecoveryPointToSnapshotCommandInput;
|
|
28
|
+
constructor(input: ConvertRecoveryPointToSnapshotCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ConvertRecoveryPointToSnapshotCommandInput,
|
|
35
|
+
ConvertRecoveryPointToSnapshotCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateEndpointAccessRequest,
|
|
10
|
+
CreateEndpointAccessResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RedshiftServerlessClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RedshiftServerlessClient";
|
|
17
|
+
export interface CreateEndpointAccessCommandInput
|
|
18
|
+
extends CreateEndpointAccessRequest {}
|
|
19
|
+
export interface CreateEndpointAccessCommandOutput
|
|
20
|
+
extends CreateEndpointAccessResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateEndpointAccessCommand extends $Command<
|
|
23
|
+
CreateEndpointAccessCommandInput,
|
|
24
|
+
CreateEndpointAccessCommandOutput,
|
|
25
|
+
RedshiftServerlessClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateEndpointAccessCommandInput;
|
|
28
|
+
constructor(input: CreateEndpointAccessCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateEndpointAccessCommandInput,
|
|
35
|
+
CreateEndpointAccessCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateNamespaceRequest,
|
|
10
|
+
CreateNamespaceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RedshiftServerlessClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RedshiftServerlessClient";
|
|
17
|
+
export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
|
|
18
|
+
export interface CreateNamespaceCommandOutput
|
|
19
|
+
extends CreateNamespaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateNamespaceCommand extends $Command<
|
|
22
|
+
CreateNamespaceCommandInput,
|
|
23
|
+
CreateNamespaceCommandOutput,
|
|
24
|
+
RedshiftServerlessClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateNamespaceCommandInput;
|
|
27
|
+
constructor(input: CreateNamespaceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateNamespaceCommandInput, CreateNamespaceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|