@aws-sdk/client-redshift-serverless 3.462.0 → 3.465.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/README.md +80 -0
- package/dist-cjs/RedshiftServerless.js +20 -0
- package/dist-cjs/commands/CreateScheduledActionCommand.js +51 -0
- package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +51 -0
- package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +51 -0
- package/dist-cjs/commands/GetScheduledActionCommand.js +51 -0
- package/dist-cjs/commands/ListScheduledActionsCommand.js +51 -0
- package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +51 -0
- package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +51 -0
- package/dist-cjs/commands/UpdateScheduledActionCommand.js +51 -0
- package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +51 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +23 -1
- package/dist-cjs/pagination/ListScheduledActionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListSnapshotCopyConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +596 -2
- package/dist-es/RedshiftServerless.js +20 -0
- package/dist-es/commands/CreateScheduledActionCommand.js +47 -0
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +47 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +47 -0
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +47 -0
- package/dist-es/commands/GetScheduledActionCommand.js +47 -0
- package/dist-es/commands/ListScheduledActionsCommand.js +47 -0
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +47 -0
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +47 -0
- package/dist-es/commands/UpdateScheduledActionCommand.js +47 -0
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +47 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +22 -0
- package/dist-es/pagination/ListScheduledActionsPaginator.js +25 -0
- package/dist-es/pagination/ListSnapshotCopyConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +574 -1
- package/dist-types/RedshiftServerless.d.ts +70 -0
- package/dist-types/RedshiftServerlessClient.d.ts +12 -2
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +138 -0
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +101 -0
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +111 -0
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -0
- package/dist-types/commands/GetScheduledActionCommand.d.ts +111 -0
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -0
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +90 -0
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +100 -0
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +4 -0
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +111 -0
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +136 -0
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +648 -8
- package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +170 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +176 -0
- package/dist-types/ts3.4/pagination/ListScheduledActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +14 -16
|
@@ -61,10 +61,18 @@ import {
|
|
|
61
61
|
CreateNamespaceCommandInput,
|
|
62
62
|
CreateNamespaceCommandOutput,
|
|
63
63
|
} from "./commands/CreateNamespaceCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateScheduledActionCommandInput,
|
|
66
|
+
CreateScheduledActionCommandOutput,
|
|
67
|
+
} from "./commands/CreateScheduledActionCommand";
|
|
64
68
|
import {
|
|
65
69
|
CreateSnapshotCommandInput,
|
|
66
70
|
CreateSnapshotCommandOutput,
|
|
67
71
|
} from "./commands/CreateSnapshotCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateSnapshotCopyConfigurationCommandInput,
|
|
74
|
+
CreateSnapshotCopyConfigurationCommandOutput,
|
|
75
|
+
} from "./commands/CreateSnapshotCopyConfigurationCommand";
|
|
68
76
|
import {
|
|
69
77
|
CreateUsageLimitCommandInput,
|
|
70
78
|
CreateUsageLimitCommandOutput,
|
|
@@ -89,10 +97,18 @@ import {
|
|
|
89
97
|
DeleteResourcePolicyCommandInput,
|
|
90
98
|
DeleteResourcePolicyCommandOutput,
|
|
91
99
|
} from "./commands/DeleteResourcePolicyCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteScheduledActionCommandInput,
|
|
102
|
+
DeleteScheduledActionCommandOutput,
|
|
103
|
+
} from "./commands/DeleteScheduledActionCommand";
|
|
92
104
|
import {
|
|
93
105
|
DeleteSnapshotCommandInput,
|
|
94
106
|
DeleteSnapshotCommandOutput,
|
|
95
107
|
} from "./commands/DeleteSnapshotCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteSnapshotCopyConfigurationCommandInput,
|
|
110
|
+
DeleteSnapshotCopyConfigurationCommandOutput,
|
|
111
|
+
} from "./commands/DeleteSnapshotCopyConfigurationCommand";
|
|
96
112
|
import {
|
|
97
113
|
DeleteUsageLimitCommandInput,
|
|
98
114
|
DeleteUsageLimitCommandOutput,
|
|
@@ -125,6 +141,10 @@ import {
|
|
|
125
141
|
GetResourcePolicyCommandInput,
|
|
126
142
|
GetResourcePolicyCommandOutput,
|
|
127
143
|
} from "./commands/GetResourcePolicyCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetScheduledActionCommandInput,
|
|
146
|
+
GetScheduledActionCommandOutput,
|
|
147
|
+
} from "./commands/GetScheduledActionCommand";
|
|
128
148
|
import {
|
|
129
149
|
GetSnapshotCommandInput,
|
|
130
150
|
GetSnapshotCommandOutput,
|
|
@@ -157,6 +177,14 @@ import {
|
|
|
157
177
|
ListRecoveryPointsCommandInput,
|
|
158
178
|
ListRecoveryPointsCommandOutput,
|
|
159
179
|
} from "./commands/ListRecoveryPointsCommand";
|
|
180
|
+
import {
|
|
181
|
+
ListScheduledActionsCommandInput,
|
|
182
|
+
ListScheduledActionsCommandOutput,
|
|
183
|
+
} from "./commands/ListScheduledActionsCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
186
|
+
ListSnapshotCopyConfigurationsCommandOutput,
|
|
187
|
+
} from "./commands/ListSnapshotCopyConfigurationsCommand";
|
|
160
188
|
import {
|
|
161
189
|
ListSnapshotsCommandInput,
|
|
162
190
|
ListSnapshotsCommandOutput,
|
|
@@ -189,6 +217,10 @@ import {
|
|
|
189
217
|
RestoreFromSnapshotCommandInput,
|
|
190
218
|
RestoreFromSnapshotCommandOutput,
|
|
191
219
|
} from "./commands/RestoreFromSnapshotCommand";
|
|
220
|
+
import {
|
|
221
|
+
RestoreTableFromRecoveryPointCommandInput,
|
|
222
|
+
RestoreTableFromRecoveryPointCommandOutput,
|
|
223
|
+
} from "./commands/RestoreTableFromRecoveryPointCommand";
|
|
192
224
|
import {
|
|
193
225
|
RestoreTableFromSnapshotCommandInput,
|
|
194
226
|
RestoreTableFromSnapshotCommandOutput,
|
|
@@ -213,10 +245,18 @@ import {
|
|
|
213
245
|
UpdateNamespaceCommandInput,
|
|
214
246
|
UpdateNamespaceCommandOutput,
|
|
215
247
|
} from "./commands/UpdateNamespaceCommand";
|
|
248
|
+
import {
|
|
249
|
+
UpdateScheduledActionCommandInput,
|
|
250
|
+
UpdateScheduledActionCommandOutput,
|
|
251
|
+
} from "./commands/UpdateScheduledActionCommand";
|
|
216
252
|
import {
|
|
217
253
|
UpdateSnapshotCommandInput,
|
|
218
254
|
UpdateSnapshotCommandOutput,
|
|
219
255
|
} from "./commands/UpdateSnapshotCommand";
|
|
256
|
+
import {
|
|
257
|
+
UpdateSnapshotCopyConfigurationCommandInput,
|
|
258
|
+
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
259
|
+
} from "./commands/UpdateSnapshotCopyConfigurationCommand";
|
|
220
260
|
import {
|
|
221
261
|
UpdateUsageLimitCommandInput,
|
|
222
262
|
UpdateUsageLimitCommandOutput,
|
|
@@ -237,14 +277,18 @@ export type ServiceInputTypes =
|
|
|
237
277
|
| CreateCustomDomainAssociationCommandInput
|
|
238
278
|
| CreateEndpointAccessCommandInput
|
|
239
279
|
| CreateNamespaceCommandInput
|
|
280
|
+
| CreateScheduledActionCommandInput
|
|
240
281
|
| CreateSnapshotCommandInput
|
|
282
|
+
| CreateSnapshotCopyConfigurationCommandInput
|
|
241
283
|
| CreateUsageLimitCommandInput
|
|
242
284
|
| CreateWorkgroupCommandInput
|
|
243
285
|
| DeleteCustomDomainAssociationCommandInput
|
|
244
286
|
| DeleteEndpointAccessCommandInput
|
|
245
287
|
| DeleteNamespaceCommandInput
|
|
246
288
|
| DeleteResourcePolicyCommandInput
|
|
289
|
+
| DeleteScheduledActionCommandInput
|
|
247
290
|
| DeleteSnapshotCommandInput
|
|
291
|
+
| DeleteSnapshotCopyConfigurationCommandInput
|
|
248
292
|
| DeleteUsageLimitCommandInput
|
|
249
293
|
| DeleteWorkgroupCommandInput
|
|
250
294
|
| GetCredentialsCommandInput
|
|
@@ -253,6 +297,7 @@ export type ServiceInputTypes =
|
|
|
253
297
|
| GetNamespaceCommandInput
|
|
254
298
|
| GetRecoveryPointCommandInput
|
|
255
299
|
| GetResourcePolicyCommandInput
|
|
300
|
+
| GetScheduledActionCommandInput
|
|
256
301
|
| GetSnapshotCommandInput
|
|
257
302
|
| GetTableRestoreStatusCommandInput
|
|
258
303
|
| GetUsageLimitCommandInput
|
|
@@ -261,6 +306,8 @@ export type ServiceInputTypes =
|
|
|
261
306
|
| ListEndpointAccessCommandInput
|
|
262
307
|
| ListNamespacesCommandInput
|
|
263
308
|
| ListRecoveryPointsCommandInput
|
|
309
|
+
| ListScheduledActionsCommandInput
|
|
310
|
+
| ListSnapshotCopyConfigurationsCommandInput
|
|
264
311
|
| ListSnapshotsCommandInput
|
|
265
312
|
| ListTableRestoreStatusCommandInput
|
|
266
313
|
| ListTagsForResourceCommandInput
|
|
@@ -269,13 +316,16 @@ export type ServiceInputTypes =
|
|
|
269
316
|
| PutResourcePolicyCommandInput
|
|
270
317
|
| RestoreFromRecoveryPointCommandInput
|
|
271
318
|
| RestoreFromSnapshotCommandInput
|
|
319
|
+
| RestoreTableFromRecoveryPointCommandInput
|
|
272
320
|
| RestoreTableFromSnapshotCommandInput
|
|
273
321
|
| TagResourceCommandInput
|
|
274
322
|
| UntagResourceCommandInput
|
|
275
323
|
| UpdateCustomDomainAssociationCommandInput
|
|
276
324
|
| UpdateEndpointAccessCommandInput
|
|
277
325
|
| UpdateNamespaceCommandInput
|
|
326
|
+
| UpdateScheduledActionCommandInput
|
|
278
327
|
| UpdateSnapshotCommandInput
|
|
328
|
+
| UpdateSnapshotCopyConfigurationCommandInput
|
|
279
329
|
| UpdateUsageLimitCommandInput
|
|
280
330
|
| UpdateWorkgroupCommandInput;
|
|
281
331
|
export type ServiceOutputTypes =
|
|
@@ -283,14 +333,18 @@ export type ServiceOutputTypes =
|
|
|
283
333
|
| CreateCustomDomainAssociationCommandOutput
|
|
284
334
|
| CreateEndpointAccessCommandOutput
|
|
285
335
|
| CreateNamespaceCommandOutput
|
|
336
|
+
| CreateScheduledActionCommandOutput
|
|
286
337
|
| CreateSnapshotCommandOutput
|
|
338
|
+
| CreateSnapshotCopyConfigurationCommandOutput
|
|
287
339
|
| CreateUsageLimitCommandOutput
|
|
288
340
|
| CreateWorkgroupCommandOutput
|
|
289
341
|
| DeleteCustomDomainAssociationCommandOutput
|
|
290
342
|
| DeleteEndpointAccessCommandOutput
|
|
291
343
|
| DeleteNamespaceCommandOutput
|
|
292
344
|
| DeleteResourcePolicyCommandOutput
|
|
345
|
+
| DeleteScheduledActionCommandOutput
|
|
293
346
|
| DeleteSnapshotCommandOutput
|
|
347
|
+
| DeleteSnapshotCopyConfigurationCommandOutput
|
|
294
348
|
| DeleteUsageLimitCommandOutput
|
|
295
349
|
| DeleteWorkgroupCommandOutput
|
|
296
350
|
| GetCredentialsCommandOutput
|
|
@@ -299,6 +353,7 @@ export type ServiceOutputTypes =
|
|
|
299
353
|
| GetNamespaceCommandOutput
|
|
300
354
|
| GetRecoveryPointCommandOutput
|
|
301
355
|
| GetResourcePolicyCommandOutput
|
|
356
|
+
| GetScheduledActionCommandOutput
|
|
302
357
|
| GetSnapshotCommandOutput
|
|
303
358
|
| GetTableRestoreStatusCommandOutput
|
|
304
359
|
| GetUsageLimitCommandOutput
|
|
@@ -307,6 +362,8 @@ export type ServiceOutputTypes =
|
|
|
307
362
|
| ListEndpointAccessCommandOutput
|
|
308
363
|
| ListNamespacesCommandOutput
|
|
309
364
|
| ListRecoveryPointsCommandOutput
|
|
365
|
+
| ListScheduledActionsCommandOutput
|
|
366
|
+
| ListSnapshotCopyConfigurationsCommandOutput
|
|
310
367
|
| ListSnapshotsCommandOutput
|
|
311
368
|
| ListTableRestoreStatusCommandOutput
|
|
312
369
|
| ListTagsForResourceCommandOutput
|
|
@@ -315,13 +372,16 @@ export type ServiceOutputTypes =
|
|
|
315
372
|
| PutResourcePolicyCommandOutput
|
|
316
373
|
| RestoreFromRecoveryPointCommandOutput
|
|
317
374
|
| RestoreFromSnapshotCommandOutput
|
|
375
|
+
| RestoreTableFromRecoveryPointCommandOutput
|
|
318
376
|
| RestoreTableFromSnapshotCommandOutput
|
|
319
377
|
| TagResourceCommandOutput
|
|
320
378
|
| UntagResourceCommandOutput
|
|
321
379
|
| UpdateCustomDomainAssociationCommandOutput
|
|
322
380
|
| UpdateEndpointAccessCommandOutput
|
|
323
381
|
| UpdateNamespaceCommandOutput
|
|
382
|
+
| UpdateScheduledActionCommandOutput
|
|
324
383
|
| UpdateSnapshotCommandOutput
|
|
384
|
+
| UpdateSnapshotCopyConfigurationCommandOutput
|
|
325
385
|
| UpdateUsageLimitCommandOutput
|
|
326
386
|
| UpdateWorkgroupCommandOutput;
|
|
327
387
|
export interface ClientDefaults
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateScheduledActionRequest,
|
|
11
|
+
CreateScheduledActionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateScheduledActionCommandInput
|
|
20
|
+
extends CreateScheduledActionRequest {}
|
|
21
|
+
export interface CreateScheduledActionCommandOutput
|
|
22
|
+
extends CreateScheduledActionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateScheduledActionCommand extends $Command<
|
|
25
|
+
CreateScheduledActionCommandInput,
|
|
26
|
+
CreateScheduledActionCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateScheduledActionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateScheduledActionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateScheduledActionCommandInput,
|
|
38
|
+
CreateScheduledActionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateSnapshotCopyConfigurationRequest,
|
|
11
|
+
CreateSnapshotCopyConfigurationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateSnapshotCopyConfigurationCommandInput
|
|
20
|
+
extends CreateSnapshotCopyConfigurationRequest {}
|
|
21
|
+
export interface CreateSnapshotCopyConfigurationCommandOutput
|
|
22
|
+
extends CreateSnapshotCopyConfigurationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateSnapshotCopyConfigurationCommand extends $Command<
|
|
25
|
+
CreateSnapshotCopyConfigurationCommandInput,
|
|
26
|
+
CreateSnapshotCopyConfigurationCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateSnapshotCopyConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateSnapshotCopyConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateSnapshotCopyConfigurationCommandInput,
|
|
38
|
+
CreateSnapshotCopyConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteScheduledActionRequest,
|
|
11
|
+
DeleteScheduledActionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteScheduledActionCommandInput
|
|
20
|
+
extends DeleteScheduledActionRequest {}
|
|
21
|
+
export interface DeleteScheduledActionCommandOutput
|
|
22
|
+
extends DeleteScheduledActionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteScheduledActionCommand extends $Command<
|
|
25
|
+
DeleteScheduledActionCommandInput,
|
|
26
|
+
DeleteScheduledActionCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteScheduledActionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteScheduledActionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteScheduledActionCommandInput,
|
|
38
|
+
DeleteScheduledActionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteSnapshotCopyConfigurationRequest,
|
|
11
|
+
DeleteSnapshotCopyConfigurationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteSnapshotCopyConfigurationCommandInput
|
|
20
|
+
extends DeleteSnapshotCopyConfigurationRequest {}
|
|
21
|
+
export interface DeleteSnapshotCopyConfigurationCommandOutput
|
|
22
|
+
extends DeleteSnapshotCopyConfigurationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteSnapshotCopyConfigurationCommand extends $Command<
|
|
25
|
+
DeleteSnapshotCopyConfigurationCommandInput,
|
|
26
|
+
DeleteSnapshotCopyConfigurationCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteSnapshotCopyConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteSnapshotCopyConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteSnapshotCopyConfigurationCommandInput,
|
|
38
|
+
DeleteSnapshotCopyConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetScheduledActionRequest,
|
|
11
|
+
GetScheduledActionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetScheduledActionCommandInput
|
|
20
|
+
extends GetScheduledActionRequest {}
|
|
21
|
+
export interface GetScheduledActionCommandOutput
|
|
22
|
+
extends GetScheduledActionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetScheduledActionCommand extends $Command<
|
|
25
|
+
GetScheduledActionCommandInput,
|
|
26
|
+
GetScheduledActionCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetScheduledActionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetScheduledActionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetScheduledActionCommandInput, GetScheduledActionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListScheduledActionsRequest,
|
|
11
|
+
ListScheduledActionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListScheduledActionsCommandInput
|
|
20
|
+
extends ListScheduledActionsRequest {}
|
|
21
|
+
export interface ListScheduledActionsCommandOutput
|
|
22
|
+
extends ListScheduledActionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListScheduledActionsCommand extends $Command<
|
|
25
|
+
ListScheduledActionsCommandInput,
|
|
26
|
+
ListScheduledActionsCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListScheduledActionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListScheduledActionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListScheduledActionsCommandInput,
|
|
38
|
+
ListScheduledActionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ListSnapshotCopyConfigurationsRequest,
|
|
11
|
+
ListSnapshotCopyConfigurationsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListSnapshotCopyConfigurationsCommandInput
|
|
20
|
+
extends ListSnapshotCopyConfigurationsRequest {}
|
|
21
|
+
export interface ListSnapshotCopyConfigurationsCommandOutput
|
|
22
|
+
extends ListSnapshotCopyConfigurationsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListSnapshotCopyConfigurationsCommand extends $Command<
|
|
25
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
26
|
+
ListSnapshotCopyConfigurationsCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListSnapshotCopyConfigurationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListSnapshotCopyConfigurationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
38
|
+
ListSnapshotCopyConfigurationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
RestoreTableFromRecoveryPointRequest,
|
|
11
|
+
RestoreTableFromRecoveryPointResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface RestoreTableFromRecoveryPointCommandInput
|
|
20
|
+
extends RestoreTableFromRecoveryPointRequest {}
|
|
21
|
+
export interface RestoreTableFromRecoveryPointCommandOutput
|
|
22
|
+
extends RestoreTableFromRecoveryPointResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class RestoreTableFromRecoveryPointCommand extends $Command<
|
|
25
|
+
RestoreTableFromRecoveryPointCommandInput,
|
|
26
|
+
RestoreTableFromRecoveryPointCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: RestoreTableFromRecoveryPointCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: RestoreTableFromRecoveryPointCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
RestoreTableFromRecoveryPointCommandInput,
|
|
38
|
+
RestoreTableFromRecoveryPointCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateScheduledActionRequest,
|
|
11
|
+
UpdateScheduledActionResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateScheduledActionCommandInput
|
|
20
|
+
extends UpdateScheduledActionRequest {}
|
|
21
|
+
export interface UpdateScheduledActionCommandOutput
|
|
22
|
+
extends UpdateScheduledActionResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateScheduledActionCommand extends $Command<
|
|
25
|
+
UpdateScheduledActionCommandInput,
|
|
26
|
+
UpdateScheduledActionCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateScheduledActionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateScheduledActionCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateScheduledActionCommandInput,
|
|
38
|
+
UpdateScheduledActionCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateSnapshotCopyConfigurationRequest,
|
|
11
|
+
UpdateSnapshotCopyConfigurationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RedshiftServerlessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateSnapshotCopyConfigurationCommandInput
|
|
20
|
+
extends UpdateSnapshotCopyConfigurationRequest {}
|
|
21
|
+
export interface UpdateSnapshotCopyConfigurationCommandOutput
|
|
22
|
+
extends UpdateSnapshotCopyConfigurationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateSnapshotCopyConfigurationCommand extends $Command<
|
|
25
|
+
UpdateSnapshotCopyConfigurationCommandInput,
|
|
26
|
+
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
27
|
+
RedshiftServerlessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateSnapshotCopyConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateSnapshotCopyConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RedshiftServerlessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateSnapshotCopyConfigurationCommandInput,
|
|
38
|
+
UpdateSnapshotCopyConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -2,14 +2,18 @@ export * from "./ConvertRecoveryPointToSnapshotCommand";
|
|
|
2
2
|
export * from "./CreateCustomDomainAssociationCommand";
|
|
3
3
|
export * from "./CreateEndpointAccessCommand";
|
|
4
4
|
export * from "./CreateNamespaceCommand";
|
|
5
|
+
export * from "./CreateScheduledActionCommand";
|
|
5
6
|
export * from "./CreateSnapshotCommand";
|
|
7
|
+
export * from "./CreateSnapshotCopyConfigurationCommand";
|
|
6
8
|
export * from "./CreateUsageLimitCommand";
|
|
7
9
|
export * from "./CreateWorkgroupCommand";
|
|
8
10
|
export * from "./DeleteCustomDomainAssociationCommand";
|
|
9
11
|
export * from "./DeleteEndpointAccessCommand";
|
|
10
12
|
export * from "./DeleteNamespaceCommand";
|
|
11
13
|
export * from "./DeleteResourcePolicyCommand";
|
|
14
|
+
export * from "./DeleteScheduledActionCommand";
|
|
12
15
|
export * from "./DeleteSnapshotCommand";
|
|
16
|
+
export * from "./DeleteSnapshotCopyConfigurationCommand";
|
|
13
17
|
export * from "./DeleteUsageLimitCommand";
|
|
14
18
|
export * from "./DeleteWorkgroupCommand";
|
|
15
19
|
export * from "./GetCredentialsCommand";
|
|
@@ -18,6 +22,7 @@ export * from "./GetEndpointAccessCommand";
|
|
|
18
22
|
export * from "./GetNamespaceCommand";
|
|
19
23
|
export * from "./GetRecoveryPointCommand";
|
|
20
24
|
export * from "./GetResourcePolicyCommand";
|
|
25
|
+
export * from "./GetScheduledActionCommand";
|
|
21
26
|
export * from "./GetSnapshotCommand";
|
|
22
27
|
export * from "./GetTableRestoreStatusCommand";
|
|
23
28
|
export * from "./GetUsageLimitCommand";
|
|
@@ -26,6 +31,8 @@ export * from "./ListCustomDomainAssociationsCommand";
|
|
|
26
31
|
export * from "./ListEndpointAccessCommand";
|
|
27
32
|
export * from "./ListNamespacesCommand";
|
|
28
33
|
export * from "./ListRecoveryPointsCommand";
|
|
34
|
+
export * from "./ListScheduledActionsCommand";
|
|
35
|
+
export * from "./ListSnapshotCopyConfigurationsCommand";
|
|
29
36
|
export * from "./ListSnapshotsCommand";
|
|
30
37
|
export * from "./ListTableRestoreStatusCommand";
|
|
31
38
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -34,12 +41,15 @@ export * from "./ListWorkgroupsCommand";
|
|
|
34
41
|
export * from "./PutResourcePolicyCommand";
|
|
35
42
|
export * from "./RestoreFromRecoveryPointCommand";
|
|
36
43
|
export * from "./RestoreFromSnapshotCommand";
|
|
44
|
+
export * from "./RestoreTableFromRecoveryPointCommand";
|
|
37
45
|
export * from "./RestoreTableFromSnapshotCommand";
|
|
38
46
|
export * from "./TagResourceCommand";
|
|
39
47
|
export * from "./UntagResourceCommand";
|
|
40
48
|
export * from "./UpdateCustomDomainAssociationCommand";
|
|
41
49
|
export * from "./UpdateEndpointAccessCommand";
|
|
42
50
|
export * from "./UpdateNamespaceCommand";
|
|
51
|
+
export * from "./UpdateScheduledActionCommand";
|
|
43
52
|
export * from "./UpdateSnapshotCommand";
|
|
53
|
+
export * from "./UpdateSnapshotCopyConfigurationCommand";
|
|
44
54
|
export * from "./UpdateUsageLimitCommand";
|
|
45
55
|
export * from "./UpdateWorkgroupCommand";
|