@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
|
@@ -3,14 +3,18 @@ import { ConvertRecoveryPointToSnapshotCommand, } from "./commands/ConvertRecove
|
|
|
3
3
|
import { CreateCustomDomainAssociationCommand, } from "./commands/CreateCustomDomainAssociationCommand";
|
|
4
4
|
import { CreateEndpointAccessCommand, } from "./commands/CreateEndpointAccessCommand";
|
|
5
5
|
import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
|
|
6
|
+
import { CreateScheduledActionCommand, } from "./commands/CreateScheduledActionCommand";
|
|
6
7
|
import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
|
|
8
|
+
import { CreateSnapshotCopyConfigurationCommand, } from "./commands/CreateSnapshotCopyConfigurationCommand";
|
|
7
9
|
import { CreateUsageLimitCommand, } from "./commands/CreateUsageLimitCommand";
|
|
8
10
|
import { CreateWorkgroupCommand, } from "./commands/CreateWorkgroupCommand";
|
|
9
11
|
import { DeleteCustomDomainAssociationCommand, } from "./commands/DeleteCustomDomainAssociationCommand";
|
|
10
12
|
import { DeleteEndpointAccessCommand, } from "./commands/DeleteEndpointAccessCommand";
|
|
11
13
|
import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
|
|
12
14
|
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
15
|
+
import { DeleteScheduledActionCommand, } from "./commands/DeleteScheduledActionCommand";
|
|
13
16
|
import { DeleteSnapshotCommand, } from "./commands/DeleteSnapshotCommand";
|
|
17
|
+
import { DeleteSnapshotCopyConfigurationCommand, } from "./commands/DeleteSnapshotCopyConfigurationCommand";
|
|
14
18
|
import { DeleteUsageLimitCommand, } from "./commands/DeleteUsageLimitCommand";
|
|
15
19
|
import { DeleteWorkgroupCommand, } from "./commands/DeleteWorkgroupCommand";
|
|
16
20
|
import { GetCredentialsCommand, } from "./commands/GetCredentialsCommand";
|
|
@@ -19,6 +23,7 @@ import { GetEndpointAccessCommand, } from "./commands/GetEndpointAccessCommand";
|
|
|
19
23
|
import { GetNamespaceCommand, } from "./commands/GetNamespaceCommand";
|
|
20
24
|
import { GetRecoveryPointCommand, } from "./commands/GetRecoveryPointCommand";
|
|
21
25
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
26
|
+
import { GetScheduledActionCommand, } from "./commands/GetScheduledActionCommand";
|
|
22
27
|
import { GetSnapshotCommand } from "./commands/GetSnapshotCommand";
|
|
23
28
|
import { GetTableRestoreStatusCommand, } from "./commands/GetTableRestoreStatusCommand";
|
|
24
29
|
import { GetUsageLimitCommand, } from "./commands/GetUsageLimitCommand";
|
|
@@ -27,6 +32,8 @@ import { ListCustomDomainAssociationsCommand, } from "./commands/ListCustomDomai
|
|
|
27
32
|
import { ListEndpointAccessCommand, } from "./commands/ListEndpointAccessCommand";
|
|
28
33
|
import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
|
|
29
34
|
import { ListRecoveryPointsCommand, } from "./commands/ListRecoveryPointsCommand";
|
|
35
|
+
import { ListScheduledActionsCommand, } from "./commands/ListScheduledActionsCommand";
|
|
36
|
+
import { ListSnapshotCopyConfigurationsCommand, } from "./commands/ListSnapshotCopyConfigurationsCommand";
|
|
30
37
|
import { ListSnapshotsCommand, } from "./commands/ListSnapshotsCommand";
|
|
31
38
|
import { ListTableRestoreStatusCommand, } from "./commands/ListTableRestoreStatusCommand";
|
|
32
39
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -35,13 +42,16 @@ import { ListWorkgroupsCommand, } from "./commands/ListWorkgroupsCommand";
|
|
|
35
42
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
36
43
|
import { RestoreFromRecoveryPointCommand, } from "./commands/RestoreFromRecoveryPointCommand";
|
|
37
44
|
import { RestoreFromSnapshotCommand, } from "./commands/RestoreFromSnapshotCommand";
|
|
45
|
+
import { RestoreTableFromRecoveryPointCommand, } from "./commands/RestoreTableFromRecoveryPointCommand";
|
|
38
46
|
import { RestoreTableFromSnapshotCommand, } from "./commands/RestoreTableFromSnapshotCommand";
|
|
39
47
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
40
48
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
41
49
|
import { UpdateCustomDomainAssociationCommand, } from "./commands/UpdateCustomDomainAssociationCommand";
|
|
42
50
|
import { UpdateEndpointAccessCommand, } from "./commands/UpdateEndpointAccessCommand";
|
|
43
51
|
import { UpdateNamespaceCommand, } from "./commands/UpdateNamespaceCommand";
|
|
52
|
+
import { UpdateScheduledActionCommand, } from "./commands/UpdateScheduledActionCommand";
|
|
44
53
|
import { UpdateSnapshotCommand, } from "./commands/UpdateSnapshotCommand";
|
|
54
|
+
import { UpdateSnapshotCopyConfigurationCommand, } from "./commands/UpdateSnapshotCopyConfigurationCommand";
|
|
45
55
|
import { UpdateUsageLimitCommand, } from "./commands/UpdateUsageLimitCommand";
|
|
46
56
|
import { UpdateWorkgroupCommand, } from "./commands/UpdateWorkgroupCommand";
|
|
47
57
|
import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
@@ -50,14 +60,18 @@ const commands = {
|
|
|
50
60
|
CreateCustomDomainAssociationCommand,
|
|
51
61
|
CreateEndpointAccessCommand,
|
|
52
62
|
CreateNamespaceCommand,
|
|
63
|
+
CreateScheduledActionCommand,
|
|
53
64
|
CreateSnapshotCommand,
|
|
65
|
+
CreateSnapshotCopyConfigurationCommand,
|
|
54
66
|
CreateUsageLimitCommand,
|
|
55
67
|
CreateWorkgroupCommand,
|
|
56
68
|
DeleteCustomDomainAssociationCommand,
|
|
57
69
|
DeleteEndpointAccessCommand,
|
|
58
70
|
DeleteNamespaceCommand,
|
|
59
71
|
DeleteResourcePolicyCommand,
|
|
72
|
+
DeleteScheduledActionCommand,
|
|
60
73
|
DeleteSnapshotCommand,
|
|
74
|
+
DeleteSnapshotCopyConfigurationCommand,
|
|
61
75
|
DeleteUsageLimitCommand,
|
|
62
76
|
DeleteWorkgroupCommand,
|
|
63
77
|
GetCredentialsCommand,
|
|
@@ -66,6 +80,7 @@ const commands = {
|
|
|
66
80
|
GetNamespaceCommand,
|
|
67
81
|
GetRecoveryPointCommand,
|
|
68
82
|
GetResourcePolicyCommand,
|
|
83
|
+
GetScheduledActionCommand,
|
|
69
84
|
GetSnapshotCommand,
|
|
70
85
|
GetTableRestoreStatusCommand,
|
|
71
86
|
GetUsageLimitCommand,
|
|
@@ -74,6 +89,8 @@ const commands = {
|
|
|
74
89
|
ListEndpointAccessCommand,
|
|
75
90
|
ListNamespacesCommand,
|
|
76
91
|
ListRecoveryPointsCommand,
|
|
92
|
+
ListScheduledActionsCommand,
|
|
93
|
+
ListSnapshotCopyConfigurationsCommand,
|
|
77
94
|
ListSnapshotsCommand,
|
|
78
95
|
ListTableRestoreStatusCommand,
|
|
79
96
|
ListTagsForResourceCommand,
|
|
@@ -82,13 +99,16 @@ const commands = {
|
|
|
82
99
|
PutResourcePolicyCommand,
|
|
83
100
|
RestoreFromRecoveryPointCommand,
|
|
84
101
|
RestoreFromSnapshotCommand,
|
|
102
|
+
RestoreTableFromRecoveryPointCommand,
|
|
85
103
|
RestoreTableFromSnapshotCommand,
|
|
86
104
|
TagResourceCommand,
|
|
87
105
|
UntagResourceCommand,
|
|
88
106
|
UpdateCustomDomainAssociationCommand,
|
|
89
107
|
UpdateEndpointAccessCommand,
|
|
90
108
|
UpdateNamespaceCommand,
|
|
109
|
+
UpdateScheduledActionCommand,
|
|
91
110
|
UpdateSnapshotCommand,
|
|
111
|
+
UpdateSnapshotCopyConfigurationCommand,
|
|
92
112
|
UpdateUsageLimitCommand,
|
|
93
113
|
UpdateWorkgroupCommand,
|
|
94
114
|
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_CreateScheduledActionCommand, se_CreateScheduledActionCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateScheduledActionCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateScheduledActionCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "CreateScheduledActionCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "CreateScheduledAction",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_CreateScheduledActionCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_CreateScheduledActionCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_CreateSnapshotCopyConfigurationCommand, se_CreateSnapshotCopyConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateSnapshotCopyConfigurationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSnapshotCopyConfigurationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "CreateSnapshotCopyConfigurationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "CreateSnapshotCopyConfiguration",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_CreateSnapshotCopyConfigurationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_CreateSnapshotCopyConfigurationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteScheduledActionCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteScheduledActionCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "DeleteScheduledActionCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "DeleteScheduledAction",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeleteScheduledActionCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteScheduledActionCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteSnapshotCopyConfigurationCommand, se_DeleteSnapshotCopyConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteSnapshotCopyConfigurationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSnapshotCopyConfigurationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "DeleteSnapshotCopyConfigurationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "DeleteSnapshotCopyConfiguration",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeleteSnapshotCopyConfigurationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteSnapshotCopyConfigurationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetScheduledActionCommand, se_GetScheduledActionCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetScheduledActionCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetScheduledActionCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "GetScheduledActionCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "GetScheduledAction",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetScheduledActionCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetScheduledActionCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListScheduledActionsCommand, se_ListScheduledActionsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListScheduledActionsCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListScheduledActionsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "ListScheduledActionsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "ListScheduledActions",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListScheduledActionsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListScheduledActionsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListSnapshotCopyConfigurationsCommand, se_ListSnapshotCopyConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListSnapshotCopyConfigurationsCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListSnapshotCopyConfigurationsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "ListSnapshotCopyConfigurationsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "ListSnapshotCopyConfigurations",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListSnapshotCopyConfigurationsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListSnapshotCopyConfigurationsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_RestoreTableFromRecoveryPointCommand, se_RestoreTableFromRecoveryPointCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class RestoreTableFromRecoveryPointCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, RestoreTableFromRecoveryPointCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "RestoreTableFromRecoveryPointCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "RestoreTableFromRecoveryPoint",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_RestoreTableFromRecoveryPointCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_RestoreTableFromRecoveryPointCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_UpdateScheduledActionCommand, se_UpdateScheduledActionCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateScheduledActionCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateScheduledActionCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "UpdateScheduledActionCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "UpdateScheduledAction",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_UpdateScheduledActionCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_UpdateScheduledActionCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_UpdateSnapshotCopyConfigurationCommand, se_UpdateSnapshotCopyConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateSnapshotCopyConfigurationCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateSnapshotCopyConfigurationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "RedshiftServerlessClient";
|
|
26
|
+
const commandName = "UpdateSnapshotCopyConfigurationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "RedshiftServerless",
|
|
35
|
+
operation: "UpdateSnapshotCopyConfiguration",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_UpdateSnapshotCopyConfigurationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_UpdateSnapshotCopyConfigurationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -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";
|