@aws-sdk/client-redshift-serverless 3.461.0 → 3.463.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 +2 -2
|
@@ -133,6 +133,7 @@ export interface CreateEndpointAccessRequest {
|
|
|
133
133
|
subnetIds: string[] | undefined;
|
|
134
134
|
workgroupName: string | undefined;
|
|
135
135
|
vpcSecurityGroupIds?: string[];
|
|
136
|
+
ownerAccount?: string;
|
|
136
137
|
}
|
|
137
138
|
export interface NetworkInterface {
|
|
138
139
|
networkInterfaceId?: string;
|
|
@@ -209,6 +210,89 @@ export interface Namespace {
|
|
|
209
210
|
export interface CreateNamespaceResponse {
|
|
210
211
|
namespace?: Namespace;
|
|
211
212
|
}
|
|
213
|
+
export type Schedule =
|
|
214
|
+
| Schedule.AtMember
|
|
215
|
+
| Schedule.CronMember
|
|
216
|
+
| Schedule.$UnknownMember;
|
|
217
|
+
export declare namespace Schedule {
|
|
218
|
+
interface AtMember {
|
|
219
|
+
at: Date;
|
|
220
|
+
cron?: never;
|
|
221
|
+
$unknown?: never;
|
|
222
|
+
}
|
|
223
|
+
interface CronMember {
|
|
224
|
+
at?: never;
|
|
225
|
+
cron: string;
|
|
226
|
+
$unknown?: never;
|
|
227
|
+
}
|
|
228
|
+
interface $UnknownMember {
|
|
229
|
+
at?: never;
|
|
230
|
+
cron?: never;
|
|
231
|
+
$unknown: [string, any];
|
|
232
|
+
}
|
|
233
|
+
interface Visitor<T> {
|
|
234
|
+
at: (value: Date) => T;
|
|
235
|
+
cron: (value: string) => T;
|
|
236
|
+
_: (name: string, value: any) => T;
|
|
237
|
+
}
|
|
238
|
+
const visit: <T>(value: Schedule, visitor: Visitor<T>) => T;
|
|
239
|
+
}
|
|
240
|
+
export interface CreateSnapshotScheduleActionParameters {
|
|
241
|
+
namespaceName: string | undefined;
|
|
242
|
+
snapshotNamePrefix: string | undefined;
|
|
243
|
+
retentionPeriod?: number;
|
|
244
|
+
tags?: Tag[];
|
|
245
|
+
}
|
|
246
|
+
export type TargetAction =
|
|
247
|
+
| TargetAction.CreateSnapshotMember
|
|
248
|
+
| TargetAction.$UnknownMember;
|
|
249
|
+
export declare namespace TargetAction {
|
|
250
|
+
interface CreateSnapshotMember {
|
|
251
|
+
createSnapshot: CreateSnapshotScheduleActionParameters;
|
|
252
|
+
$unknown?: never;
|
|
253
|
+
}
|
|
254
|
+
interface $UnknownMember {
|
|
255
|
+
createSnapshot?: never;
|
|
256
|
+
$unknown: [string, any];
|
|
257
|
+
}
|
|
258
|
+
interface Visitor<T> {
|
|
259
|
+
createSnapshot: (value: CreateSnapshotScheduleActionParameters) => T;
|
|
260
|
+
_: (name: string, value: any) => T;
|
|
261
|
+
}
|
|
262
|
+
const visit: <T>(value: TargetAction, visitor: Visitor<T>) => T;
|
|
263
|
+
}
|
|
264
|
+
export interface CreateScheduledActionRequest {
|
|
265
|
+
scheduledActionName: string | undefined;
|
|
266
|
+
targetAction: TargetAction | undefined;
|
|
267
|
+
schedule: Schedule | undefined;
|
|
268
|
+
roleArn: string | undefined;
|
|
269
|
+
namespaceName: string | undefined;
|
|
270
|
+
enabled?: boolean;
|
|
271
|
+
scheduledActionDescription?: string;
|
|
272
|
+
startTime?: Date;
|
|
273
|
+
endTime?: Date;
|
|
274
|
+
}
|
|
275
|
+
export declare const State: {
|
|
276
|
+
readonly ACTIVE: "ACTIVE";
|
|
277
|
+
readonly DISABLED: "DISABLED";
|
|
278
|
+
};
|
|
279
|
+
export type State = (typeof State)[keyof typeof State];
|
|
280
|
+
export interface ScheduledActionResponse {
|
|
281
|
+
scheduledActionName?: string;
|
|
282
|
+
schedule?: Schedule;
|
|
283
|
+
scheduledActionDescription?: string;
|
|
284
|
+
nextInvocations?: Date[];
|
|
285
|
+
roleArn?: string;
|
|
286
|
+
state?: State;
|
|
287
|
+
startTime?: Date;
|
|
288
|
+
endTime?: Date;
|
|
289
|
+
targetAction?: TargetAction;
|
|
290
|
+
namespaceName?: string;
|
|
291
|
+
scheduledActionUuid?: string;
|
|
292
|
+
}
|
|
293
|
+
export interface CreateScheduledActionResponse {
|
|
294
|
+
scheduledAction?: ScheduledActionResponse;
|
|
295
|
+
}
|
|
212
296
|
export interface CreateSnapshotRequest {
|
|
213
297
|
namespaceName: string | undefined;
|
|
214
298
|
snapshotName: string | undefined;
|
|
@@ -218,6 +302,23 @@ export interface CreateSnapshotRequest {
|
|
|
218
302
|
export interface CreateSnapshotResponse {
|
|
219
303
|
snapshot?: Snapshot;
|
|
220
304
|
}
|
|
305
|
+
export interface CreateSnapshotCopyConfigurationRequest {
|
|
306
|
+
namespaceName: string | undefined;
|
|
307
|
+
destinationRegion: string | undefined;
|
|
308
|
+
snapshotRetentionPeriod?: number;
|
|
309
|
+
destinationKmsKeyId?: string;
|
|
310
|
+
}
|
|
311
|
+
export interface SnapshotCopyConfiguration {
|
|
312
|
+
snapshotCopyConfigurationId?: string;
|
|
313
|
+
snapshotCopyConfigurationArn?: string;
|
|
314
|
+
namespaceName?: string;
|
|
315
|
+
destinationRegion?: string;
|
|
316
|
+
snapshotRetentionPeriod?: number;
|
|
317
|
+
destinationKmsKeyId?: string;
|
|
318
|
+
}
|
|
319
|
+
export interface CreateSnapshotCopyConfigurationResponse {
|
|
320
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration | undefined;
|
|
321
|
+
}
|
|
221
322
|
export declare const UsageLimitBreachAction: {
|
|
222
323
|
readonly DEACTIVATE: "deactivate";
|
|
223
324
|
readonly EMIT_METRIC: "emit-metric";
|
|
@@ -304,6 +405,7 @@ export interface Workgroup {
|
|
|
304
405
|
workgroupVersion?: string;
|
|
305
406
|
patchVersion?: string;
|
|
306
407
|
maxCapacity?: number;
|
|
408
|
+
crossAccountVpcs?: string[];
|
|
307
409
|
}
|
|
308
410
|
export interface CreateWorkgroupResponse {
|
|
309
411
|
workgroup?: Workgroup;
|
|
@@ -333,6 +435,7 @@ export interface ListEndpointAccessRequest {
|
|
|
333
435
|
maxResults?: number;
|
|
334
436
|
workgroupName?: string;
|
|
335
437
|
vpcId?: string;
|
|
438
|
+
ownerAccount?: string;
|
|
336
439
|
}
|
|
337
440
|
export interface ListEndpointAccessResponse {
|
|
338
441
|
nextToken?: string;
|
|
@@ -362,12 +465,24 @@ export interface DeleteResourcePolicyRequest {
|
|
|
362
465
|
resourceArn: string | undefined;
|
|
363
466
|
}
|
|
364
467
|
export interface DeleteResourcePolicyResponse {}
|
|
468
|
+
export interface DeleteScheduledActionRequest {
|
|
469
|
+
scheduledActionName: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface DeleteScheduledActionResponse {
|
|
472
|
+
scheduledAction?: ScheduledActionResponse;
|
|
473
|
+
}
|
|
365
474
|
export interface DeleteSnapshotRequest {
|
|
366
475
|
snapshotName: string | undefined;
|
|
367
476
|
}
|
|
368
477
|
export interface DeleteSnapshotResponse {
|
|
369
478
|
snapshot?: Snapshot;
|
|
370
479
|
}
|
|
480
|
+
export interface DeleteSnapshotCopyConfigurationRequest {
|
|
481
|
+
snapshotCopyConfigurationId: string | undefined;
|
|
482
|
+
}
|
|
483
|
+
export interface DeleteSnapshotCopyConfigurationResponse {
|
|
484
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration | undefined;
|
|
485
|
+
}
|
|
371
486
|
export interface DeleteUsageLimitRequest {
|
|
372
487
|
usageLimitId: string | undefined;
|
|
373
488
|
}
|
|
@@ -432,6 +547,12 @@ export interface ResourcePolicy {
|
|
|
432
547
|
export interface GetResourcePolicyResponse {
|
|
433
548
|
resourcePolicy?: ResourcePolicy;
|
|
434
549
|
}
|
|
550
|
+
export interface GetScheduledActionRequest {
|
|
551
|
+
scheduledActionName: string | undefined;
|
|
552
|
+
}
|
|
553
|
+
export interface GetScheduledActionResponse {
|
|
554
|
+
scheduledAction?: ScheduledActionResponse;
|
|
555
|
+
}
|
|
435
556
|
export interface GetSnapshotRequest {
|
|
436
557
|
snapshotName?: string;
|
|
437
558
|
ownerAccount?: string;
|
|
@@ -459,6 +580,7 @@ export interface TableRestoreStatus {
|
|
|
459
580
|
targetDatabaseName?: string;
|
|
460
581
|
targetSchemaName?: string;
|
|
461
582
|
newTableName?: string;
|
|
583
|
+
recoveryPointId?: string;
|
|
462
584
|
}
|
|
463
585
|
export interface GetTableRestoreStatusResponse {
|
|
464
586
|
tableRestoreStatus?: TableRestoreStatus;
|
|
@@ -512,6 +634,24 @@ export interface ListRecoveryPointsResponse {
|
|
|
512
634
|
recoveryPoints?: RecoveryPoint[];
|
|
513
635
|
nextToken?: string;
|
|
514
636
|
}
|
|
637
|
+
export interface ListScheduledActionsRequest {
|
|
638
|
+
nextToken?: string;
|
|
639
|
+
maxResults?: number;
|
|
640
|
+
namespaceName?: string;
|
|
641
|
+
}
|
|
642
|
+
export interface ListScheduledActionsResponse {
|
|
643
|
+
nextToken?: string;
|
|
644
|
+
scheduledActions?: string[];
|
|
645
|
+
}
|
|
646
|
+
export interface ListSnapshotCopyConfigurationsRequest {
|
|
647
|
+
namespaceName?: string;
|
|
648
|
+
nextToken?: string;
|
|
649
|
+
maxResults?: number;
|
|
650
|
+
}
|
|
651
|
+
export interface ListSnapshotCopyConfigurationsResponse {
|
|
652
|
+
nextToken?: string;
|
|
653
|
+
snapshotCopyConfigurations: SnapshotCopyConfiguration[] | undefined;
|
|
654
|
+
}
|
|
515
655
|
export interface ListSnapshotsRequest {
|
|
516
656
|
nextToken?: string;
|
|
517
657
|
maxResults?: number;
|
|
@@ -554,6 +694,7 @@ export interface ListUsageLimitsResponse {
|
|
|
554
694
|
export interface ListWorkgroupsRequest {
|
|
555
695
|
nextToken?: string;
|
|
556
696
|
maxResults?: number;
|
|
697
|
+
ownerAccount?: string;
|
|
557
698
|
}
|
|
558
699
|
export interface ListWorkgroupsResponse {
|
|
559
700
|
nextToken?: string;
|
|
@@ -589,6 +730,34 @@ export interface RestoreFromRecoveryPointResponse {
|
|
|
589
730
|
recoveryPointId?: string;
|
|
590
731
|
namespace?: Namespace;
|
|
591
732
|
}
|
|
733
|
+
export interface RestoreTableFromRecoveryPointRequest {
|
|
734
|
+
namespaceName: string | undefined;
|
|
735
|
+
workgroupName: string | undefined;
|
|
736
|
+
recoveryPointId: string | undefined;
|
|
737
|
+
sourceDatabaseName: string | undefined;
|
|
738
|
+
sourceSchemaName?: string;
|
|
739
|
+
sourceTableName: string | undefined;
|
|
740
|
+
targetDatabaseName?: string;
|
|
741
|
+
targetSchemaName?: string;
|
|
742
|
+
newTableName: string | undefined;
|
|
743
|
+
activateCaseSensitiveIdentifier?: boolean;
|
|
744
|
+
}
|
|
745
|
+
export interface RestoreTableFromRecoveryPointResponse {
|
|
746
|
+
tableRestoreStatus?: TableRestoreStatus;
|
|
747
|
+
}
|
|
748
|
+
export interface UpdateScheduledActionRequest {
|
|
749
|
+
scheduledActionName: string | undefined;
|
|
750
|
+
targetAction?: TargetAction;
|
|
751
|
+
schedule?: Schedule;
|
|
752
|
+
roleArn?: string;
|
|
753
|
+
enabled?: boolean;
|
|
754
|
+
scheduledActionDescription?: string;
|
|
755
|
+
startTime?: Date;
|
|
756
|
+
endTime?: Date;
|
|
757
|
+
}
|
|
758
|
+
export interface UpdateScheduledActionResponse {
|
|
759
|
+
scheduledAction?: ScheduledActionResponse;
|
|
760
|
+
}
|
|
592
761
|
export interface RestoreFromSnapshotRequest {
|
|
593
762
|
namespaceName: string | undefined;
|
|
594
763
|
workgroupName: string | undefined;
|
|
@@ -625,6 +794,13 @@ export interface UpdateSnapshotRequest {
|
|
|
625
794
|
export interface UpdateSnapshotResponse {
|
|
626
795
|
snapshot?: Snapshot;
|
|
627
796
|
}
|
|
797
|
+
export interface UpdateSnapshotCopyConfigurationRequest {
|
|
798
|
+
snapshotCopyConfigurationId: string | undefined;
|
|
799
|
+
snapshotRetentionPeriod?: number;
|
|
800
|
+
}
|
|
801
|
+
export interface UpdateSnapshotCopyConfigurationResponse {
|
|
802
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration | undefined;
|
|
803
|
+
}
|
|
628
804
|
export interface TagResourceRequest {
|
|
629
805
|
resourceArn: string | undefined;
|
|
630
806
|
tags: Tag[] | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListScheduledActionsCommandInput,
|
|
4
|
+
ListScheduledActionsCommandOutput,
|
|
5
|
+
} from "../commands/ListScheduledActionsCommand";
|
|
6
|
+
import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListScheduledActions(
|
|
8
|
+
config: RedshiftServerlessPaginationConfiguration,
|
|
9
|
+
input: ListScheduledActionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListScheduledActionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
4
|
+
ListSnapshotCopyConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSnapshotCopyConfigurationsCommand";
|
|
6
|
+
import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSnapshotCopyConfigurations(
|
|
8
|
+
config: RedshiftServerlessPaginationConfiguration,
|
|
9
|
+
input: ListSnapshotCopyConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): 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";
|
|
@@ -19,10 +19,18 @@ import {
|
|
|
19
19
|
CreateNamespaceCommandInput,
|
|
20
20
|
CreateNamespaceCommandOutput,
|
|
21
21
|
} from "../commands/CreateNamespaceCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateScheduledActionCommandInput,
|
|
24
|
+
CreateScheduledActionCommandOutput,
|
|
25
|
+
} from "../commands/CreateScheduledActionCommand";
|
|
22
26
|
import {
|
|
23
27
|
CreateSnapshotCommandInput,
|
|
24
28
|
CreateSnapshotCommandOutput,
|
|
25
29
|
} from "../commands/CreateSnapshotCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateSnapshotCopyConfigurationCommandInput,
|
|
32
|
+
CreateSnapshotCopyConfigurationCommandOutput,
|
|
33
|
+
} from "../commands/CreateSnapshotCopyConfigurationCommand";
|
|
26
34
|
import {
|
|
27
35
|
CreateUsageLimitCommandInput,
|
|
28
36
|
CreateUsageLimitCommandOutput,
|
|
@@ -47,10 +55,18 @@ import {
|
|
|
47
55
|
DeleteResourcePolicyCommandInput,
|
|
48
56
|
DeleteResourcePolicyCommandOutput,
|
|
49
57
|
} from "../commands/DeleteResourcePolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteScheduledActionCommandInput,
|
|
60
|
+
DeleteScheduledActionCommandOutput,
|
|
61
|
+
} from "../commands/DeleteScheduledActionCommand";
|
|
50
62
|
import {
|
|
51
63
|
DeleteSnapshotCommandInput,
|
|
52
64
|
DeleteSnapshotCommandOutput,
|
|
53
65
|
} from "../commands/DeleteSnapshotCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteSnapshotCopyConfigurationCommandInput,
|
|
68
|
+
DeleteSnapshotCopyConfigurationCommandOutput,
|
|
69
|
+
} from "../commands/DeleteSnapshotCopyConfigurationCommand";
|
|
54
70
|
import {
|
|
55
71
|
DeleteUsageLimitCommandInput,
|
|
56
72
|
DeleteUsageLimitCommandOutput,
|
|
@@ -83,6 +99,10 @@ import {
|
|
|
83
99
|
GetResourcePolicyCommandInput,
|
|
84
100
|
GetResourcePolicyCommandOutput,
|
|
85
101
|
} from "../commands/GetResourcePolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetScheduledActionCommandInput,
|
|
104
|
+
GetScheduledActionCommandOutput,
|
|
105
|
+
} from "../commands/GetScheduledActionCommand";
|
|
86
106
|
import {
|
|
87
107
|
GetSnapshotCommandInput,
|
|
88
108
|
GetSnapshotCommandOutput,
|
|
@@ -115,6 +135,14 @@ import {
|
|
|
115
135
|
ListRecoveryPointsCommandInput,
|
|
116
136
|
ListRecoveryPointsCommandOutput,
|
|
117
137
|
} from "../commands/ListRecoveryPointsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListScheduledActionsCommandInput,
|
|
140
|
+
ListScheduledActionsCommandOutput,
|
|
141
|
+
} from "../commands/ListScheduledActionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListSnapshotCopyConfigurationsCommandInput,
|
|
144
|
+
ListSnapshotCopyConfigurationsCommandOutput,
|
|
145
|
+
} from "../commands/ListSnapshotCopyConfigurationsCommand";
|
|
118
146
|
import {
|
|
119
147
|
ListSnapshotsCommandInput,
|
|
120
148
|
ListSnapshotsCommandOutput,
|
|
@@ -147,6 +175,10 @@ import {
|
|
|
147
175
|
RestoreFromSnapshotCommandInput,
|
|
148
176
|
RestoreFromSnapshotCommandOutput,
|
|
149
177
|
} from "../commands/RestoreFromSnapshotCommand";
|
|
178
|
+
import {
|
|
179
|
+
RestoreTableFromRecoveryPointCommandInput,
|
|
180
|
+
RestoreTableFromRecoveryPointCommandOutput,
|
|
181
|
+
} from "../commands/RestoreTableFromRecoveryPointCommand";
|
|
150
182
|
import {
|
|
151
183
|
RestoreTableFromSnapshotCommandInput,
|
|
152
184
|
RestoreTableFromSnapshotCommandOutput,
|
|
@@ -171,10 +203,18 @@ import {
|
|
|
171
203
|
UpdateNamespaceCommandInput,
|
|
172
204
|
UpdateNamespaceCommandOutput,
|
|
173
205
|
} from "../commands/UpdateNamespaceCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateScheduledActionCommandInput,
|
|
208
|
+
UpdateScheduledActionCommandOutput,
|
|
209
|
+
} from "../commands/UpdateScheduledActionCommand";
|
|
174
210
|
import {
|
|
175
211
|
UpdateSnapshotCommandInput,
|
|
176
212
|
UpdateSnapshotCommandOutput,
|
|
177
213
|
} from "../commands/UpdateSnapshotCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateSnapshotCopyConfigurationCommandInput,
|
|
216
|
+
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
217
|
+
} from "../commands/UpdateSnapshotCopyConfigurationCommand";
|
|
178
218
|
import {
|
|
179
219
|
UpdateUsageLimitCommandInput,
|
|
180
220
|
UpdateUsageLimitCommandOutput,
|
|
@@ -199,10 +239,18 @@ export declare const se_CreateNamespaceCommand: (
|
|
|
199
239
|
input: CreateNamespaceCommandInput,
|
|
200
240
|
context: __SerdeContext
|
|
201
241
|
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_CreateScheduledActionCommand: (
|
|
243
|
+
input: CreateScheduledActionCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
202
246
|
export declare const se_CreateSnapshotCommand: (
|
|
203
247
|
input: CreateSnapshotCommandInput,
|
|
204
248
|
context: __SerdeContext
|
|
205
249
|
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_CreateSnapshotCopyConfigurationCommand: (
|
|
251
|
+
input: CreateSnapshotCopyConfigurationCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
206
254
|
export declare const se_CreateUsageLimitCommand: (
|
|
207
255
|
input: CreateUsageLimitCommandInput,
|
|
208
256
|
context: __SerdeContext
|
|
@@ -227,10 +275,18 @@ export declare const se_DeleteResourcePolicyCommand: (
|
|
|
227
275
|
input: DeleteResourcePolicyCommandInput,
|
|
228
276
|
context: __SerdeContext
|
|
229
277
|
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const se_DeleteScheduledActionCommand: (
|
|
279
|
+
input: DeleteScheduledActionCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
230
282
|
export declare const se_DeleteSnapshotCommand: (
|
|
231
283
|
input: DeleteSnapshotCommandInput,
|
|
232
284
|
context: __SerdeContext
|
|
233
285
|
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_DeleteSnapshotCopyConfigurationCommand: (
|
|
287
|
+
input: DeleteSnapshotCopyConfigurationCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
234
290
|
export declare const se_DeleteUsageLimitCommand: (
|
|
235
291
|
input: DeleteUsageLimitCommandInput,
|
|
236
292
|
context: __SerdeContext
|
|
@@ -263,6 +319,10 @@ export declare const se_GetResourcePolicyCommand: (
|
|
|
263
319
|
input: GetResourcePolicyCommandInput,
|
|
264
320
|
context: __SerdeContext
|
|
265
321
|
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const se_GetScheduledActionCommand: (
|
|
323
|
+
input: GetScheduledActionCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
266
326
|
export declare const se_GetSnapshotCommand: (
|
|
267
327
|
input: GetSnapshotCommandInput,
|
|
268
328
|
context: __SerdeContext
|
|
@@ -295,6 +355,14 @@ export declare const se_ListRecoveryPointsCommand: (
|
|
|
295
355
|
input: ListRecoveryPointsCommandInput,
|
|
296
356
|
context: __SerdeContext
|
|
297
357
|
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_ListScheduledActionsCommand: (
|
|
359
|
+
input: ListScheduledActionsCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const se_ListSnapshotCopyConfigurationsCommand: (
|
|
363
|
+
input: ListSnapshotCopyConfigurationsCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
298
366
|
export declare const se_ListSnapshotsCommand: (
|
|
299
367
|
input: ListSnapshotsCommandInput,
|
|
300
368
|
context: __SerdeContext
|
|
@@ -327,6 +395,10 @@ export declare const se_RestoreFromSnapshotCommand: (
|
|
|
327
395
|
input: RestoreFromSnapshotCommandInput,
|
|
328
396
|
context: __SerdeContext
|
|
329
397
|
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const se_RestoreTableFromRecoveryPointCommand: (
|
|
399
|
+
input: RestoreTableFromRecoveryPointCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
330
402
|
export declare const se_RestoreTableFromSnapshotCommand: (
|
|
331
403
|
input: RestoreTableFromSnapshotCommandInput,
|
|
332
404
|
context: __SerdeContext
|
|
@@ -351,10 +423,18 @@ export declare const se_UpdateNamespaceCommand: (
|
|
|
351
423
|
input: UpdateNamespaceCommandInput,
|
|
352
424
|
context: __SerdeContext
|
|
353
425
|
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const se_UpdateScheduledActionCommand: (
|
|
427
|
+
input: UpdateScheduledActionCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
354
430
|
export declare const se_UpdateSnapshotCommand: (
|
|
355
431
|
input: UpdateSnapshotCommandInput,
|
|
356
432
|
context: __SerdeContext
|
|
357
433
|
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_UpdateSnapshotCopyConfigurationCommand: (
|
|
435
|
+
input: UpdateSnapshotCopyConfigurationCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
358
438
|
export declare const se_UpdateUsageLimitCommand: (
|
|
359
439
|
input: UpdateUsageLimitCommandInput,
|
|
360
440
|
context: __SerdeContext
|
|
@@ -379,10 +459,18 @@ export declare const de_CreateNamespaceCommand: (
|
|
|
379
459
|
output: __HttpResponse,
|
|
380
460
|
context: __SerdeContext
|
|
381
461
|
) => Promise<CreateNamespaceCommandOutput>;
|
|
462
|
+
export declare const de_CreateScheduledActionCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<CreateScheduledActionCommandOutput>;
|
|
382
466
|
export declare const de_CreateSnapshotCommand: (
|
|
383
467
|
output: __HttpResponse,
|
|
384
468
|
context: __SerdeContext
|
|
385
469
|
) => Promise<CreateSnapshotCommandOutput>;
|
|
470
|
+
export declare const de_CreateSnapshotCopyConfigurationCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<CreateSnapshotCopyConfigurationCommandOutput>;
|
|
386
474
|
export declare const de_CreateUsageLimitCommand: (
|
|
387
475
|
output: __HttpResponse,
|
|
388
476
|
context: __SerdeContext
|
|
@@ -407,10 +495,18 @@ export declare const de_DeleteResourcePolicyCommand: (
|
|
|
407
495
|
output: __HttpResponse,
|
|
408
496
|
context: __SerdeContext
|
|
409
497
|
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
498
|
+
export declare const de_DeleteScheduledActionCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteScheduledActionCommandOutput>;
|
|
410
502
|
export declare const de_DeleteSnapshotCommand: (
|
|
411
503
|
output: __HttpResponse,
|
|
412
504
|
context: __SerdeContext
|
|
413
505
|
) => Promise<DeleteSnapshotCommandOutput>;
|
|
506
|
+
export declare const de_DeleteSnapshotCopyConfigurationCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
|
|
414
510
|
export declare const de_DeleteUsageLimitCommand: (
|
|
415
511
|
output: __HttpResponse,
|
|
416
512
|
context: __SerdeContext
|
|
@@ -443,6 +539,10 @@ export declare const de_GetResourcePolicyCommand: (
|
|
|
443
539
|
output: __HttpResponse,
|
|
444
540
|
context: __SerdeContext
|
|
445
541
|
) => Promise<GetResourcePolicyCommandOutput>;
|
|
542
|
+
export declare const de_GetScheduledActionCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<GetScheduledActionCommandOutput>;
|
|
446
546
|
export declare const de_GetSnapshotCommand: (
|
|
447
547
|
output: __HttpResponse,
|
|
448
548
|
context: __SerdeContext
|
|
@@ -475,6 +575,14 @@ export declare const de_ListRecoveryPointsCommand: (
|
|
|
475
575
|
output: __HttpResponse,
|
|
476
576
|
context: __SerdeContext
|
|
477
577
|
) => Promise<ListRecoveryPointsCommandOutput>;
|
|
578
|
+
export declare const de_ListScheduledActionsCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<ListScheduledActionsCommandOutput>;
|
|
582
|
+
export declare const de_ListSnapshotCopyConfigurationsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
478
586
|
export declare const de_ListSnapshotsCommand: (
|
|
479
587
|
output: __HttpResponse,
|
|
480
588
|
context: __SerdeContext
|
|
@@ -507,6 +615,10 @@ export declare const de_RestoreFromSnapshotCommand: (
|
|
|
507
615
|
output: __HttpResponse,
|
|
508
616
|
context: __SerdeContext
|
|
509
617
|
) => Promise<RestoreFromSnapshotCommandOutput>;
|
|
618
|
+
export declare const de_RestoreTableFromRecoveryPointCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<RestoreTableFromRecoveryPointCommandOutput>;
|
|
510
622
|
export declare const de_RestoreTableFromSnapshotCommand: (
|
|
511
623
|
output: __HttpResponse,
|
|
512
624
|
context: __SerdeContext
|
|
@@ -531,10 +643,18 @@ export declare const de_UpdateNamespaceCommand: (
|
|
|
531
643
|
output: __HttpResponse,
|
|
532
644
|
context: __SerdeContext
|
|
533
645
|
) => Promise<UpdateNamespaceCommandOutput>;
|
|
646
|
+
export declare const de_UpdateScheduledActionCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<UpdateScheduledActionCommandOutput>;
|
|
534
650
|
export declare const de_UpdateSnapshotCommand: (
|
|
535
651
|
output: __HttpResponse,
|
|
536
652
|
context: __SerdeContext
|
|
537
653
|
) => Promise<UpdateSnapshotCommandOutput>;
|
|
654
|
+
export declare const de_UpdateSnapshotCopyConfigurationCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
|
|
538
658
|
export declare const de_UpdateUsageLimitCommand: (
|
|
539
659
|
output: __HttpResponse,
|
|
540
660
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.463.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.462.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.460.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.460.0",
|