@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "../commands/ListScheduledActionsCommand";
|
|
3
|
+
import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListScheduledActions(config: RedshiftServerlessPaginationConfiguration, input: ListScheduledActionsCommandInput, ...additionalArguments: any): Paginator<ListScheduledActionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "../commands/ListSnapshotCopyConfigurationsCommand";
|
|
3
|
+
import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListSnapshotCopyConfigurations(config: RedshiftServerlessPaginationConfiguration, input: ListSnapshotCopyConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
@@ -3,6 +3,8 @@ export * from "./ListCustomDomainAssociationsPaginator";
|
|
|
3
3
|
export * from "./ListEndpointAccessPaginator";
|
|
4
4
|
export * from "./ListNamespacesPaginator";
|
|
5
5
|
export * from "./ListRecoveryPointsPaginator";
|
|
6
|
+
export * from "./ListScheduledActionsPaginator";
|
|
7
|
+
export * from "./ListSnapshotCopyConfigurationsPaginator";
|
|
6
8
|
export * from "./ListSnapshotsPaginator";
|
|
7
9
|
export * from "./ListTableRestoreStatusPaginator";
|
|
8
10
|
export * from "./ListUsageLimitsPaginator";
|
|
@@ -4,14 +4,18 @@ import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnaps
|
|
|
4
4
|
import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "../commands/CreateCustomDomainAssociationCommand";
|
|
5
5
|
import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "../commands/CreateEndpointAccessCommand";
|
|
6
6
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
|
|
7
|
+
import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "../commands/CreateScheduledActionCommand";
|
|
7
8
|
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
|
|
9
|
+
import { CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput } from "../commands/CreateSnapshotCopyConfigurationCommand";
|
|
8
10
|
import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "../commands/CreateUsageLimitCommand";
|
|
9
11
|
import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "../commands/CreateWorkgroupCommand";
|
|
10
12
|
import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "../commands/DeleteCustomDomainAssociationCommand";
|
|
11
13
|
import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "../commands/DeleteEndpointAccessCommand";
|
|
12
14
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
13
15
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
16
|
+
import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
|
|
14
17
|
import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
|
|
18
|
+
import { DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput } from "../commands/DeleteSnapshotCopyConfigurationCommand";
|
|
15
19
|
import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "../commands/DeleteUsageLimitCommand";
|
|
16
20
|
import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "../commands/DeleteWorkgroupCommand";
|
|
17
21
|
import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "../commands/GetCredentialsCommand";
|
|
@@ -20,6 +24,7 @@ import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from ".
|
|
|
20
24
|
import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "../commands/GetNamespaceCommand";
|
|
21
25
|
import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "../commands/GetRecoveryPointCommand";
|
|
22
26
|
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
27
|
+
import { GetScheduledActionCommandInput, GetScheduledActionCommandOutput } from "../commands/GetScheduledActionCommand";
|
|
23
28
|
import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "../commands/GetSnapshotCommand";
|
|
24
29
|
import { GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput } from "../commands/GetTableRestoreStatusCommand";
|
|
25
30
|
import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "../commands/GetUsageLimitCommand";
|
|
@@ -28,6 +33,8 @@ import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsC
|
|
|
28
33
|
import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
|
|
29
34
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
30
35
|
import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
|
|
36
|
+
import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "../commands/ListScheduledActionsCommand";
|
|
37
|
+
import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "../commands/ListSnapshotCopyConfigurationsCommand";
|
|
31
38
|
import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
|
|
32
39
|
import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "../commands/ListTableRestoreStatusCommand";
|
|
33
40
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
@@ -36,13 +43,16 @@ import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "../comm
|
|
|
36
43
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
37
44
|
import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "../commands/RestoreFromRecoveryPointCommand";
|
|
38
45
|
import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "../commands/RestoreFromSnapshotCommand";
|
|
46
|
+
import { RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput } from "../commands/RestoreTableFromRecoveryPointCommand";
|
|
39
47
|
import { RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput } from "../commands/RestoreTableFromSnapshotCommand";
|
|
40
48
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
41
49
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
42
50
|
import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "../commands/UpdateCustomDomainAssociationCommand";
|
|
43
51
|
import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "../commands/UpdateEndpointAccessCommand";
|
|
44
52
|
import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "../commands/UpdateNamespaceCommand";
|
|
53
|
+
import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "../commands/UpdateScheduledActionCommand";
|
|
45
54
|
import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
|
|
55
|
+
import { UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput } from "../commands/UpdateSnapshotCopyConfigurationCommand";
|
|
46
56
|
import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "../commands/UpdateUsageLimitCommand";
|
|
47
57
|
import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "../commands/UpdateWorkgroupCommand";
|
|
48
58
|
/**
|
|
@@ -61,10 +71,18 @@ export declare const se_CreateEndpointAccessCommand: (input: CreateEndpointAcces
|
|
|
61
71
|
* serializeAws_json1_1CreateNamespaceCommand
|
|
62
72
|
*/
|
|
63
73
|
export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_1CreateScheduledActionCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_CreateScheduledActionCommand: (input: CreateScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
78
|
/**
|
|
65
79
|
* serializeAws_json1_1CreateSnapshotCommand
|
|
66
80
|
*/
|
|
67
81
|
export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_1CreateSnapshotCopyConfigurationCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_CreateSnapshotCopyConfigurationCommand: (input: CreateSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
86
|
/**
|
|
69
87
|
* serializeAws_json1_1CreateUsageLimitCommand
|
|
70
88
|
*/
|
|
@@ -89,10 +107,18 @@ export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandIn
|
|
|
89
107
|
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
90
108
|
*/
|
|
91
109
|
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_1DeleteScheduledActionCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
114
|
/**
|
|
93
115
|
* serializeAws_json1_1DeleteSnapshotCommand
|
|
94
116
|
*/
|
|
95
117
|
export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_json1_1DeleteSnapshotCopyConfigurationCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_DeleteSnapshotCopyConfigurationCommand: (input: DeleteSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
122
|
/**
|
|
97
123
|
* serializeAws_json1_1DeleteUsageLimitCommand
|
|
98
124
|
*/
|
|
@@ -125,6 +151,10 @@ export declare const se_GetRecoveryPointCommand: (input: GetRecoveryPointCommand
|
|
|
125
151
|
* serializeAws_json1_1GetResourcePolicyCommand
|
|
126
152
|
*/
|
|
127
153
|
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_json1_1GetScheduledActionCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_GetScheduledActionCommand: (input: GetScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
158
|
/**
|
|
129
159
|
* serializeAws_json1_1GetSnapshotCommand
|
|
130
160
|
*/
|
|
@@ -157,6 +187,14 @@ export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInpu
|
|
|
157
187
|
* serializeAws_json1_1ListRecoveryPointsCommand
|
|
158
188
|
*/
|
|
159
189
|
export declare const se_ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_json1_1ListScheduledActionsCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_ListScheduledActionsCommand: (input: ListScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_json1_1ListSnapshotCopyConfigurationsCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_ListSnapshotCopyConfigurationsCommand: (input: ListSnapshotCopyConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
198
|
/**
|
|
161
199
|
* serializeAws_json1_1ListSnapshotsCommand
|
|
162
200
|
*/
|
|
@@ -189,6 +227,10 @@ export declare const se_RestoreFromRecoveryPointCommand: (input: RestoreFromReco
|
|
|
189
227
|
* serializeAws_json1_1RestoreFromSnapshotCommand
|
|
190
228
|
*/
|
|
191
229
|
export declare const se_RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_json1_1RestoreTableFromRecoveryPointCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_RestoreTableFromRecoveryPointCommand: (input: RestoreTableFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
234
|
/**
|
|
193
235
|
* serializeAws_json1_1RestoreTableFromSnapshotCommand
|
|
194
236
|
*/
|
|
@@ -213,10 +255,18 @@ export declare const se_UpdateEndpointAccessCommand: (input: UpdateEndpointAcces
|
|
|
213
255
|
* serializeAws_json1_1UpdateNamespaceCommand
|
|
214
256
|
*/
|
|
215
257
|
export declare const se_UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* serializeAws_json1_1UpdateScheduledActionCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const se_UpdateScheduledActionCommand: (input: UpdateScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
262
|
/**
|
|
217
263
|
* serializeAws_json1_1UpdateSnapshotCommand
|
|
218
264
|
*/
|
|
219
265
|
export declare const se_UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_json1_1UpdateSnapshotCopyConfigurationCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_UpdateSnapshotCopyConfigurationCommand: (input: UpdateSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
270
|
/**
|
|
221
271
|
* serializeAws_json1_1UpdateUsageLimitCommand
|
|
222
272
|
*/
|
|
@@ -241,10 +291,18 @@ export declare const de_CreateEndpointAccessCommand: (output: __HttpResponse, co
|
|
|
241
291
|
* deserializeAws_json1_1CreateNamespaceCommand
|
|
242
292
|
*/
|
|
243
293
|
export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_json1_1CreateScheduledActionCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_CreateScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScheduledActionCommandOutput>;
|
|
244
298
|
/**
|
|
245
299
|
* deserializeAws_json1_1CreateSnapshotCommand
|
|
246
300
|
*/
|
|
247
301
|
export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_json1_1CreateSnapshotCopyConfigurationCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_CreateSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCopyConfigurationCommandOutput>;
|
|
248
306
|
/**
|
|
249
307
|
* deserializeAws_json1_1CreateUsageLimitCommand
|
|
250
308
|
*/
|
|
@@ -269,10 +327,18 @@ export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context
|
|
|
269
327
|
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
270
328
|
*/
|
|
271
329
|
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
330
|
+
/**
|
|
331
|
+
* deserializeAws_json1_1DeleteScheduledActionCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const de_DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
|
|
272
334
|
/**
|
|
273
335
|
* deserializeAws_json1_1DeleteSnapshotCommand
|
|
274
336
|
*/
|
|
275
337
|
export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* deserializeAws_json1_1DeleteSnapshotCopyConfigurationCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const de_DeleteSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
|
|
276
342
|
/**
|
|
277
343
|
* deserializeAws_json1_1DeleteUsageLimitCommand
|
|
278
344
|
*/
|
|
@@ -305,6 +371,10 @@ export declare const de_GetRecoveryPointCommand: (output: __HttpResponse, contex
|
|
|
305
371
|
* deserializeAws_json1_1GetResourcePolicyCommand
|
|
306
372
|
*/
|
|
307
373
|
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
374
|
+
/**
|
|
375
|
+
* deserializeAws_json1_1GetScheduledActionCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const de_GetScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScheduledActionCommandOutput>;
|
|
308
378
|
/**
|
|
309
379
|
* deserializeAws_json1_1GetSnapshotCommand
|
|
310
380
|
*/
|
|
@@ -337,6 +407,14 @@ export declare const de_ListNamespacesCommand: (output: __HttpResponse, context:
|
|
|
337
407
|
* deserializeAws_json1_1ListRecoveryPointsCommand
|
|
338
408
|
*/
|
|
339
409
|
export declare const de_ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
|
|
410
|
+
/**
|
|
411
|
+
* deserializeAws_json1_1ListScheduledActionsCommand
|
|
412
|
+
*/
|
|
413
|
+
export declare const de_ListScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScheduledActionsCommandOutput>;
|
|
414
|
+
/**
|
|
415
|
+
* deserializeAws_json1_1ListSnapshotCopyConfigurationsCommand
|
|
416
|
+
*/
|
|
417
|
+
export declare const de_ListSnapshotCopyConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
340
418
|
/**
|
|
341
419
|
* deserializeAws_json1_1ListSnapshotsCommand
|
|
342
420
|
*/
|
|
@@ -369,6 +447,10 @@ export declare const de_RestoreFromRecoveryPointCommand: (output: __HttpResponse
|
|
|
369
447
|
* deserializeAws_json1_1RestoreFromSnapshotCommand
|
|
370
448
|
*/
|
|
371
449
|
export declare const de_RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* deserializeAws_json1_1RestoreTableFromRecoveryPointCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const de_RestoreTableFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromRecoveryPointCommandOutput>;
|
|
372
454
|
/**
|
|
373
455
|
* deserializeAws_json1_1RestoreTableFromSnapshotCommand
|
|
374
456
|
*/
|
|
@@ -393,10 +475,18 @@ export declare const de_UpdateEndpointAccessCommand: (output: __HttpResponse, co
|
|
|
393
475
|
* deserializeAws_json1_1UpdateNamespaceCommand
|
|
394
476
|
*/
|
|
395
477
|
export declare const de_UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
|
|
478
|
+
/**
|
|
479
|
+
* deserializeAws_json1_1UpdateScheduledActionCommand
|
|
480
|
+
*/
|
|
481
|
+
export declare const de_UpdateScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScheduledActionCommandOutput>;
|
|
396
482
|
/**
|
|
397
483
|
* deserializeAws_json1_1UpdateSnapshotCommand
|
|
398
484
|
*/
|
|
399
485
|
export declare const de_UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
|
|
486
|
+
/**
|
|
487
|
+
* deserializeAws_json1_1UpdateSnapshotCopyConfigurationCommand
|
|
488
|
+
*/
|
|
489
|
+
export declare const de_UpdateSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
|
|
400
490
|
/**
|
|
401
491
|
* deserializeAws_json1_1UpdateUsageLimitCommand
|
|
402
492
|
*/
|
|
@@ -15,10 +15,18 @@ import {
|
|
|
15
15
|
CreateNamespaceCommandInput,
|
|
16
16
|
CreateNamespaceCommandOutput,
|
|
17
17
|
} from "./commands/CreateNamespaceCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateScheduledActionCommandInput,
|
|
20
|
+
CreateScheduledActionCommandOutput,
|
|
21
|
+
} from "./commands/CreateScheduledActionCommand";
|
|
18
22
|
import {
|
|
19
23
|
CreateSnapshotCommandInput,
|
|
20
24
|
CreateSnapshotCommandOutput,
|
|
21
25
|
} from "./commands/CreateSnapshotCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateSnapshotCopyConfigurationCommandInput,
|
|
28
|
+
CreateSnapshotCopyConfigurationCommandOutput,
|
|
29
|
+
} from "./commands/CreateSnapshotCopyConfigurationCommand";
|
|
22
30
|
import {
|
|
23
31
|
CreateUsageLimitCommandInput,
|
|
24
32
|
CreateUsageLimitCommandOutput,
|
|
@@ -43,10 +51,18 @@ import {
|
|
|
43
51
|
DeleteResourcePolicyCommandInput,
|
|
44
52
|
DeleteResourcePolicyCommandOutput,
|
|
45
53
|
} from "./commands/DeleteResourcePolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteScheduledActionCommandInput,
|
|
56
|
+
DeleteScheduledActionCommandOutput,
|
|
57
|
+
} from "./commands/DeleteScheduledActionCommand";
|
|
46
58
|
import {
|
|
47
59
|
DeleteSnapshotCommandInput,
|
|
48
60
|
DeleteSnapshotCommandOutput,
|
|
49
61
|
} from "./commands/DeleteSnapshotCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteSnapshotCopyConfigurationCommandInput,
|
|
64
|
+
DeleteSnapshotCopyConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/DeleteSnapshotCopyConfigurationCommand";
|
|
50
66
|
import {
|
|
51
67
|
DeleteUsageLimitCommandInput,
|
|
52
68
|
DeleteUsageLimitCommandOutput,
|
|
@@ -79,6 +95,10 @@ import {
|
|
|
79
95
|
GetResourcePolicyCommandInput,
|
|
80
96
|
GetResourcePolicyCommandOutput,
|
|
81
97
|
} from "./commands/GetResourcePolicyCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetScheduledActionCommandInput,
|
|
100
|
+
GetScheduledActionCommandOutput,
|
|
101
|
+
} from "./commands/GetScheduledActionCommand";
|
|
82
102
|
import {
|
|
83
103
|
GetSnapshotCommandInput,
|
|
84
104
|
GetSnapshotCommandOutput,
|
|
@@ -111,6 +131,14 @@ import {
|
|
|
111
131
|
ListRecoveryPointsCommandInput,
|
|
112
132
|
ListRecoveryPointsCommandOutput,
|
|
113
133
|
} from "./commands/ListRecoveryPointsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListScheduledActionsCommandInput,
|
|
136
|
+
ListScheduledActionsCommandOutput,
|
|
137
|
+
} from "./commands/ListScheduledActionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
140
|
+
ListSnapshotCopyConfigurationsCommandOutput,
|
|
141
|
+
} from "./commands/ListSnapshotCopyConfigurationsCommand";
|
|
114
142
|
import {
|
|
115
143
|
ListSnapshotsCommandInput,
|
|
116
144
|
ListSnapshotsCommandOutput,
|
|
@@ -143,6 +171,10 @@ import {
|
|
|
143
171
|
RestoreFromSnapshotCommandInput,
|
|
144
172
|
RestoreFromSnapshotCommandOutput,
|
|
145
173
|
} from "./commands/RestoreFromSnapshotCommand";
|
|
174
|
+
import {
|
|
175
|
+
RestoreTableFromRecoveryPointCommandInput,
|
|
176
|
+
RestoreTableFromRecoveryPointCommandOutput,
|
|
177
|
+
} from "./commands/RestoreTableFromRecoveryPointCommand";
|
|
146
178
|
import {
|
|
147
179
|
RestoreTableFromSnapshotCommandInput,
|
|
148
180
|
RestoreTableFromSnapshotCommandOutput,
|
|
@@ -167,10 +199,18 @@ import {
|
|
|
167
199
|
UpdateNamespaceCommandInput,
|
|
168
200
|
UpdateNamespaceCommandOutput,
|
|
169
201
|
} from "./commands/UpdateNamespaceCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateScheduledActionCommandInput,
|
|
204
|
+
UpdateScheduledActionCommandOutput,
|
|
205
|
+
} from "./commands/UpdateScheduledActionCommand";
|
|
170
206
|
import {
|
|
171
207
|
UpdateSnapshotCommandInput,
|
|
172
208
|
UpdateSnapshotCommandOutput,
|
|
173
209
|
} from "./commands/UpdateSnapshotCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateSnapshotCopyConfigurationCommandInput,
|
|
212
|
+
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
213
|
+
} from "./commands/UpdateSnapshotCopyConfigurationCommand";
|
|
174
214
|
import {
|
|
175
215
|
UpdateUsageLimitCommandInput,
|
|
176
216
|
UpdateUsageLimitCommandOutput,
|
|
@@ -233,6 +273,19 @@ export interface RedshiftServerless {
|
|
|
233
273
|
options: __HttpHandlerOptions,
|
|
234
274
|
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
235
275
|
): void;
|
|
276
|
+
createScheduledAction(
|
|
277
|
+
args: CreateScheduledActionCommandInput,
|
|
278
|
+
options?: __HttpHandlerOptions
|
|
279
|
+
): Promise<CreateScheduledActionCommandOutput>;
|
|
280
|
+
createScheduledAction(
|
|
281
|
+
args: CreateScheduledActionCommandInput,
|
|
282
|
+
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
createScheduledAction(
|
|
285
|
+
args: CreateScheduledActionCommandInput,
|
|
286
|
+
options: __HttpHandlerOptions,
|
|
287
|
+
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
|
|
288
|
+
): void;
|
|
236
289
|
createSnapshot(
|
|
237
290
|
args: CreateSnapshotCommandInput,
|
|
238
291
|
options?: __HttpHandlerOptions
|
|
@@ -246,6 +299,19 @@ export interface RedshiftServerless {
|
|
|
246
299
|
options: __HttpHandlerOptions,
|
|
247
300
|
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
248
301
|
): void;
|
|
302
|
+
createSnapshotCopyConfiguration(
|
|
303
|
+
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
304
|
+
options?: __HttpHandlerOptions
|
|
305
|
+
): Promise<CreateSnapshotCopyConfigurationCommandOutput>;
|
|
306
|
+
createSnapshotCopyConfiguration(
|
|
307
|
+
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
308
|
+
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
createSnapshotCopyConfiguration(
|
|
311
|
+
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
312
|
+
options: __HttpHandlerOptions,
|
|
313
|
+
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void
|
|
314
|
+
): void;
|
|
249
315
|
createUsageLimit(
|
|
250
316
|
args: CreateUsageLimitCommandInput,
|
|
251
317
|
options?: __HttpHandlerOptions
|
|
@@ -324,6 +390,19 @@ export interface RedshiftServerless {
|
|
|
324
390
|
options: __HttpHandlerOptions,
|
|
325
391
|
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
326
392
|
): void;
|
|
393
|
+
deleteScheduledAction(
|
|
394
|
+
args: DeleteScheduledActionCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<DeleteScheduledActionCommandOutput>;
|
|
397
|
+
deleteScheduledAction(
|
|
398
|
+
args: DeleteScheduledActionCommandInput,
|
|
399
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
deleteScheduledAction(
|
|
402
|
+
args: DeleteScheduledActionCommandInput,
|
|
403
|
+
options: __HttpHandlerOptions,
|
|
404
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
405
|
+
): void;
|
|
327
406
|
deleteSnapshot(
|
|
328
407
|
args: DeleteSnapshotCommandInput,
|
|
329
408
|
options?: __HttpHandlerOptions
|
|
@@ -337,6 +416,19 @@ export interface RedshiftServerless {
|
|
|
337
416
|
options: __HttpHandlerOptions,
|
|
338
417
|
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
339
418
|
): void;
|
|
419
|
+
deleteSnapshotCopyConfiguration(
|
|
420
|
+
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
|
|
423
|
+
deleteSnapshotCopyConfiguration(
|
|
424
|
+
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
425
|
+
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
deleteSnapshotCopyConfiguration(
|
|
428
|
+
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void
|
|
431
|
+
): void;
|
|
340
432
|
deleteUsageLimit(
|
|
341
433
|
args: DeleteUsageLimitCommandInput,
|
|
342
434
|
options?: __HttpHandlerOptions
|
|
@@ -441,6 +533,19 @@ export interface RedshiftServerless {
|
|
|
441
533
|
options: __HttpHandlerOptions,
|
|
442
534
|
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
443
535
|
): void;
|
|
536
|
+
getScheduledAction(
|
|
537
|
+
args: GetScheduledActionCommandInput,
|
|
538
|
+
options?: __HttpHandlerOptions
|
|
539
|
+
): Promise<GetScheduledActionCommandOutput>;
|
|
540
|
+
getScheduledAction(
|
|
541
|
+
args: GetScheduledActionCommandInput,
|
|
542
|
+
cb: (err: any, data?: GetScheduledActionCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
getScheduledAction(
|
|
545
|
+
args: GetScheduledActionCommandInput,
|
|
546
|
+
options: __HttpHandlerOptions,
|
|
547
|
+
cb: (err: any, data?: GetScheduledActionCommandOutput) => void
|
|
548
|
+
): void;
|
|
444
549
|
getSnapshot(
|
|
445
550
|
args: GetSnapshotCommandInput,
|
|
446
551
|
options?: __HttpHandlerOptions
|
|
@@ -545,6 +650,32 @@ export interface RedshiftServerless {
|
|
|
545
650
|
options: __HttpHandlerOptions,
|
|
546
651
|
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
|
|
547
652
|
): void;
|
|
653
|
+
listScheduledActions(
|
|
654
|
+
args: ListScheduledActionsCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<ListScheduledActionsCommandOutput>;
|
|
657
|
+
listScheduledActions(
|
|
658
|
+
args: ListScheduledActionsCommandInput,
|
|
659
|
+
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
listScheduledActions(
|
|
662
|
+
args: ListScheduledActionsCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
listSnapshotCopyConfigurations(
|
|
667
|
+
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
668
|
+
options?: __HttpHandlerOptions
|
|
669
|
+
): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
670
|
+
listSnapshotCopyConfigurations(
|
|
671
|
+
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
672
|
+
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void
|
|
673
|
+
): void;
|
|
674
|
+
listSnapshotCopyConfigurations(
|
|
675
|
+
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
676
|
+
options: __HttpHandlerOptions,
|
|
677
|
+
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void
|
|
678
|
+
): void;
|
|
548
679
|
listSnapshots(
|
|
549
680
|
args: ListSnapshotsCommandInput,
|
|
550
681
|
options?: __HttpHandlerOptions
|
|
@@ -649,6 +780,19 @@ export interface RedshiftServerless {
|
|
|
649
780
|
options: __HttpHandlerOptions,
|
|
650
781
|
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
|
|
651
782
|
): void;
|
|
783
|
+
restoreTableFromRecoveryPoint(
|
|
784
|
+
args: RestoreTableFromRecoveryPointCommandInput,
|
|
785
|
+
options?: __HttpHandlerOptions
|
|
786
|
+
): Promise<RestoreTableFromRecoveryPointCommandOutput>;
|
|
787
|
+
restoreTableFromRecoveryPoint(
|
|
788
|
+
args: RestoreTableFromRecoveryPointCommandInput,
|
|
789
|
+
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void
|
|
790
|
+
): void;
|
|
791
|
+
restoreTableFromRecoveryPoint(
|
|
792
|
+
args: RestoreTableFromRecoveryPointCommandInput,
|
|
793
|
+
options: __HttpHandlerOptions,
|
|
794
|
+
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void
|
|
795
|
+
): void;
|
|
652
796
|
restoreTableFromSnapshot(
|
|
653
797
|
args: RestoreTableFromSnapshotCommandInput,
|
|
654
798
|
options?: __HttpHandlerOptions
|
|
@@ -727,6 +871,19 @@ export interface RedshiftServerless {
|
|
|
727
871
|
options: __HttpHandlerOptions,
|
|
728
872
|
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
|
|
729
873
|
): void;
|
|
874
|
+
updateScheduledAction(
|
|
875
|
+
args: UpdateScheduledActionCommandInput,
|
|
876
|
+
options?: __HttpHandlerOptions
|
|
877
|
+
): Promise<UpdateScheduledActionCommandOutput>;
|
|
878
|
+
updateScheduledAction(
|
|
879
|
+
args: UpdateScheduledActionCommandInput,
|
|
880
|
+
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void
|
|
881
|
+
): void;
|
|
882
|
+
updateScheduledAction(
|
|
883
|
+
args: UpdateScheduledActionCommandInput,
|
|
884
|
+
options: __HttpHandlerOptions,
|
|
885
|
+
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void
|
|
886
|
+
): void;
|
|
730
887
|
updateSnapshot(
|
|
731
888
|
args: UpdateSnapshotCommandInput,
|
|
732
889
|
options?: __HttpHandlerOptions
|
|
@@ -740,6 +897,19 @@ export interface RedshiftServerless {
|
|
|
740
897
|
options: __HttpHandlerOptions,
|
|
741
898
|
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
742
899
|
): void;
|
|
900
|
+
updateSnapshotCopyConfiguration(
|
|
901
|
+
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
902
|
+
options?: __HttpHandlerOptions
|
|
903
|
+
): Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
|
|
904
|
+
updateSnapshotCopyConfiguration(
|
|
905
|
+
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
906
|
+
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void
|
|
907
|
+
): void;
|
|
908
|
+
updateSnapshotCopyConfiguration(
|
|
909
|
+
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
910
|
+
options: __HttpHandlerOptions,
|
|
911
|
+
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void
|
|
912
|
+
): void;
|
|
743
913
|
updateUsageLimit(
|
|
744
914
|
args: UpdateUsageLimitCommandInput,
|
|
745
915
|
options?: __HttpHandlerOptions
|