@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
  4. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +776 -966
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  60. package/package.json +34 -34
@@ -1,110 +1,327 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
10
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
11
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
12
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
13
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
14
- import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "./commands/CreateWorkgroupCommand";
15
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
16
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
17
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
18
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
19
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
20
- import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./commands/DeleteWorkgroupCommand";
21
- import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
22
- import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
23
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
24
- import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
25
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
26
- import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
27
- import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "./commands/GetUsageLimitCommand";
28
- import { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "./commands/GetWorkgroupCommand";
29
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "./commands/ListEndpointAccessCommand";
30
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
31
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "./commands/ListRecoveryPointsCommand";
32
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "./commands/ListSnapshotsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "./commands/ListUsageLimitsCommand";
35
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "./commands/ListWorkgroupsCommand";
36
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
37
- import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "./commands/RestoreFromRecoveryPointCommand";
38
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
- import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
42
- import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
43
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
44
- import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
45
- import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
46
- export declare type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateSnapshotCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteSnapshotCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetResourcePolicyCommandInput | GetSnapshotCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListEndpointAccessCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListSnapshotsCommandInput | ListTagsForResourceCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointAccessCommandInput | UpdateNamespaceCommandInput | UpdateSnapshotCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
47
- export declare type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateSnapshotCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSnapshotCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetResourcePolicyCommandOutput | GetSnapshotCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListEndpointAccessCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListSnapshotsCommandOutput | ListTagsForResourceCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointAccessCommandOutput | UpdateNamespaceCommandOutput | UpdateSnapshotCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
48
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
-
50
- requestHandler?: __HttpHandler;
51
-
52
- sha256?: __HashConstructor;
53
-
54
- urlParser?: __UrlParser;
55
-
56
- bodyLengthChecker?: __BodyLengthCalculator;
57
-
58
- streamCollector?: __StreamCollector;
59
-
60
- base64Decoder?: __Decoder;
61
-
62
- base64Encoder?: __Encoder;
63
-
64
- utf8Decoder?: __Decoder;
65
-
66
- utf8Encoder?: __Encoder;
67
-
68
- runtime?: string;
69
-
70
- disableHostPrefix?: boolean;
71
-
72
- maxAttempts?: number | __Provider<number>;
73
-
74
- retryMode?: string | __Provider<string>;
75
-
76
- logger?: __Logger;
77
-
78
- useDualstackEndpoint?: boolean | __Provider<boolean>;
79
-
80
- useFipsEndpoint?: boolean | __Provider<boolean>;
81
-
82
- serviceId?: string;
83
-
84
- region?: string | __Provider<string>;
85
-
86
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
-
88
- regionInfoProvider?: RegionInfoProvider;
89
-
90
- defaultUserAgentProvider?: Provider<__UserAgent>;
91
-
92
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
- }
94
- declare type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
-
96
- export interface RedshiftServerlessClientConfig extends RedshiftServerlessClientConfigType {
97
- }
98
- declare type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
-
100
- export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
101
- }
102
-
103
- export declare class RedshiftServerlessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RedshiftServerlessClientResolvedConfig> {
104
-
105
- readonly config: RedshiftServerlessClientResolvedConfig;
106
- constructor(configuration: RedshiftServerlessClientConfig);
107
-
108
- destroy(): void;
109
- }
110
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ConvertRecoveryPointToSnapshotCommandInput extends ConvertRecoveryPointToSnapshotRequest {
6
- }
7
- export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertRecoveryPointToSnapshotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConvertRecoveryPointToSnapshotCommand extends $Command<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ConvertRecoveryPointToSnapshotCommandInput;
12
- constructor(input: ConvertRecoveryPointToSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessRequest {
6
- }
7
- export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEndpointAccessCommand extends $Command<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: CreateEndpointAccessCommandInput;
12
- constructor(input: CreateEndpointAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
6
- }
7
- export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: CreateNamespaceCommandInput;
12
- constructor(input: CreateNamespaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNamespaceCommandInput, CreateNamespaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }