@aws-sdk/client-redshift-serverless 3.490.0 → 3.496.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/dist-cjs/RedshiftServerless.js +1 -121
- package/dist-cjs/RedshiftServerlessClient.js +1 -43
- package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/CreateNamespaceCommand.js +1 -29
- package/dist-cjs/commands/CreateScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/CreateSnapshotCommand.js +1 -28
- package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateUsageLimitCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkgroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -29
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/DeleteSnapshotCommand.js +1 -28
- package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +1 -28
- package/dist-cjs/commands/GetCredentialsCommand.js +1 -29
- package/dist-cjs/commands/GetCustomDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/GetNamespaceCommand.js +1 -29
- package/dist-cjs/commands/GetRecoveryPointCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/GetSnapshotCommand.js +1 -28
- package/dist-cjs/commands/GetTableRestoreStatusCommand.js +1 -28
- package/dist-cjs/commands/GetUsageLimitCommand.js +1 -28
- package/dist-cjs/commands/GetWorkgroupCommand.js +1 -28
- package/dist-cjs/commands/ListCustomDomainAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/ListNamespacesCommand.js +1 -29
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +1 -28
- package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
- package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListSnapshotsCommand.js +1 -28
- package/dist-cjs/commands/ListTableRestoreStatusCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUsageLimitsCommand.js +1 -28
- package/dist-cjs/commands/ListWorkgroupsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +1 -29
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +1 -29
- package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +1 -28
- package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCustomDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/UpdateNamespaceCommand.js +1 -29
- package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/UpdateSnapshotCommand.js +1 -28
- package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -58
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4911 -11
- package/dist-cjs/models/RedshiftServerlessServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -260
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCustomDomainAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEndpointAccessPaginator.js +1 -7
- package/dist-cjs/pagination/ListNamespacesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRecoveryPointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSnapshotCopyConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTableRestoreStatusPaginator.js +1 -7
- package/dist-cjs/pagination/ListUsageLimitsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkgroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3375
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTableRestoreStatusCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTableRestoreStatusCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "ListTableRestoreStatus", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "ListTableRestoreStatusCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListTableRestoreStatusCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListTableRestoreStatusCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTableRestoreStatusCommand = ListTableRestoreStatusCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "ListTagsForResource", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "ListTagsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListTagsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListUsageLimitsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListUsageLimitsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "ListUsageLimits", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "ListUsageLimitsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListUsageLimitsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListUsageLimitsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListUsageLimitsCommand = ListUsageLimitsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkgroupsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListWorkgroupsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "ListWorkgroups", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "ListWorkgroupsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListWorkgroupsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListWorkgroupsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWorkgroupsCommand = ListWorkgroupsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "PutResourcePolicy", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "PutResourcePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutResourcePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutResourcePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RestoreFromRecoveryPointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class RestoreFromRecoveryPointCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("RedshiftServerless", "RestoreFromRecoveryPoint", {})
|
|
23
|
-
.n("RedshiftServerlessClient", "RestoreFromRecoveryPointCommand")
|
|
24
|
-
.f(void 0, models_0_1.RestoreFromRecoveryPointResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_RestoreFromRecoveryPointCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_RestoreFromRecoveryPointCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.RestoreFromRecoveryPointCommand = RestoreFromRecoveryPointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RestoreFromSnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class RestoreFromSnapshotCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("RedshiftServerless", "RestoreFromSnapshot", {})
|
|
23
|
-
.n("RedshiftServerlessClient", "RestoreFromSnapshotCommand")
|
|
24
|
-
.f(void 0, models_0_1.RestoreFromSnapshotResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_RestoreFromSnapshotCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_RestoreFromSnapshotCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RestoreTableFromRecoveryPointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RestoreTableFromRecoveryPointCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "RestoreTableFromRecoveryPoint", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "RestoreTableFromRecoveryPointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RestoreTableFromRecoveryPointCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RestoreTableFromRecoveryPointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RestoreTableFromRecoveryPointCommand = RestoreTableFromRecoveryPointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RestoreTableFromSnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RestoreTableFromSnapshotCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "RestoreTableFromSnapshot", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "RestoreTableFromSnapshotCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RestoreTableFromSnapshotCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RestoreTableFromSnapshotCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RestoreTableFromSnapshotCommand = RestoreTableFromSnapshotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "TagResource", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UntagResource", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCustomDomainAssociationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateCustomDomainAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateCustomDomainAssociation", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateCustomDomainAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateCustomDomainAssociationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateCustomDomainAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateCustomDomainAssociationCommand = UpdateCustomDomainAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEndpointAccessCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateEndpointAccessCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateEndpointAccess", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateEndpointAccessCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateEndpointAccessCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateEndpointAccessCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEndpointAccessCommand = UpdateEndpointAccessCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNamespaceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class UpdateNamespaceCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("RedshiftServerless", "UpdateNamespace", {})
|
|
23
|
-
.n("RedshiftServerlessClient", "UpdateNamespaceCommand")
|
|
24
|
-
.f(models_0_1.UpdateNamespaceRequestFilterSensitiveLog, models_0_1.UpdateNamespaceResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_UpdateNamespaceCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_UpdateNamespaceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateNamespaceCommand = UpdateNamespaceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateScheduledActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateScheduledActionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateScheduledAction", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateScheduledActionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateScheduledActionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateScheduledActionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateScheduledActionCommand = UpdateScheduledActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSnapshotCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateSnapshotCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateSnapshot", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateSnapshotCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateSnapshotCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateSnapshotCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateSnapshotCommand = UpdateSnapshotCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSnapshotCopyConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateSnapshotCopyConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateSnapshotCopyConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateSnapshotCopyConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateSnapshotCopyConfigurationCommand = UpdateSnapshotCopyConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUsageLimitCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateUsageLimitCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateUsageLimit", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateUsageLimitCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateUsageLimitCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateUsageLimitCommand = UpdateUsageLimitCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkgroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateWorkgroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("RedshiftServerless", "UpdateWorkgroup", {})
|
|
22
|
-
.n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateWorkgroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateWorkgroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateWorkgroupCommand = UpdateWorkgroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,58 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ConvertRecoveryPointToSnapshotCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateCustomDomainAssociationCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateEndpointAccessCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateNamespaceCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateScheduledActionCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateSnapshotCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateSnapshotCopyConfigurationCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateUsageLimitCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateWorkgroupCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteCustomDomainAssociationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteEndpointAccessCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteNamespaceCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteScheduledActionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteSnapshotCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteSnapshotCopyConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteUsageLimitCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteWorkgroupCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetCredentialsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetCustomDomainAssociationCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetEndpointAccessCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetNamespaceCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetRecoveryPointCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetResourcePolicyCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetScheduledActionCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetSnapshotCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetTableRestoreStatusCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetUsageLimitCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetWorkgroupCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListCustomDomainAssociationsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListEndpointAccessCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListNamespacesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListRecoveryPointsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListScheduledActionsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListSnapshotCopyConfigurationsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListSnapshotsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListTableRestoreStatusCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListUsageLimitsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListWorkgroupsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./RestoreFromRecoveryPointCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./RestoreFromSnapshotCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./RestoreTableFromRecoveryPointCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./RestoreTableFromSnapshotCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateCustomDomainAssociationCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateEndpointAccessCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateNamespaceCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateScheduledActionCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateSnapshotCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateSnapshotCopyConfigurationCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateUsageLimitCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateWorkgroupCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|