@aws-sdk/client-timestream-write 3.489.0 → 3.495.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/TimestreamWrite.js +1 -49
- package/dist-cjs/TimestreamWriteClient.js +1 -48
- package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +1 -31
- package/dist-cjs/commands/CreateDatabaseCommand.js +1 -30
- package/dist-cjs/commands/CreateTableCommand.js +1 -30
- package/dist-cjs/commands/DeleteDatabaseCommand.js +1 -30
- package/dist-cjs/commands/DeleteTableCommand.js +1 -30
- package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +1 -30
- package/dist-cjs/commands/DescribeDatabaseCommand.js +1 -30
- package/dist-cjs/commands/DescribeEndpointsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTableCommand.js +1 -30
- package/dist-cjs/commands/ListBatchLoadTasksCommand.js +1 -30
- package/dist-cjs/commands/ListDatabasesCommand.js +1 -30
- package/dist-cjs/commands/ListTablesCommand.js +1 -30
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -30
- package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +1 -30
- package/dist-cjs/commands/TagResourceCommand.js +1 -30
- package/dist-cjs/commands/UntagResourceCommand.js +1 -30
- package/dist-cjs/commands/UpdateDatabaseCommand.js +1 -30
- package/dist-cjs/commands/UpdateTableCommand.js +1 -30
- package/dist-cjs/commands/WriteRecordsCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -22
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2139 -11
- package/dist-cjs/models/TimestreamWriteServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -189
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBatchLoadTasksPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatabasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTablesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -7
- package/dist-cjs/protocols/Aws_json1_0.js +1 -1330
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TimestreamWrite = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateBatchLoadTaskCommand_1 = require("./commands/CreateBatchLoadTaskCommand");
|
|
6
|
-
const CreateDatabaseCommand_1 = require("./commands/CreateDatabaseCommand");
|
|
7
|
-
const CreateTableCommand_1 = require("./commands/CreateTableCommand");
|
|
8
|
-
const DeleteDatabaseCommand_1 = require("./commands/DeleteDatabaseCommand");
|
|
9
|
-
const DeleteTableCommand_1 = require("./commands/DeleteTableCommand");
|
|
10
|
-
const DescribeBatchLoadTaskCommand_1 = require("./commands/DescribeBatchLoadTaskCommand");
|
|
11
|
-
const DescribeDatabaseCommand_1 = require("./commands/DescribeDatabaseCommand");
|
|
12
|
-
const DescribeEndpointsCommand_1 = require("./commands/DescribeEndpointsCommand");
|
|
13
|
-
const DescribeTableCommand_1 = require("./commands/DescribeTableCommand");
|
|
14
|
-
const ListBatchLoadTasksCommand_1 = require("./commands/ListBatchLoadTasksCommand");
|
|
15
|
-
const ListDatabasesCommand_1 = require("./commands/ListDatabasesCommand");
|
|
16
|
-
const ListTablesCommand_1 = require("./commands/ListTablesCommand");
|
|
17
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
18
|
-
const ResumeBatchLoadTaskCommand_1 = require("./commands/ResumeBatchLoadTaskCommand");
|
|
19
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
20
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
21
|
-
const UpdateDatabaseCommand_1 = require("./commands/UpdateDatabaseCommand");
|
|
22
|
-
const UpdateTableCommand_1 = require("./commands/UpdateTableCommand");
|
|
23
|
-
const WriteRecordsCommand_1 = require("./commands/WriteRecordsCommand");
|
|
24
|
-
const TimestreamWriteClient_1 = require("./TimestreamWriteClient");
|
|
25
|
-
const commands = {
|
|
26
|
-
CreateBatchLoadTaskCommand: CreateBatchLoadTaskCommand_1.CreateBatchLoadTaskCommand,
|
|
27
|
-
CreateDatabaseCommand: CreateDatabaseCommand_1.CreateDatabaseCommand,
|
|
28
|
-
CreateTableCommand: CreateTableCommand_1.CreateTableCommand,
|
|
29
|
-
DeleteDatabaseCommand: DeleteDatabaseCommand_1.DeleteDatabaseCommand,
|
|
30
|
-
DeleteTableCommand: DeleteTableCommand_1.DeleteTableCommand,
|
|
31
|
-
DescribeBatchLoadTaskCommand: DescribeBatchLoadTaskCommand_1.DescribeBatchLoadTaskCommand,
|
|
32
|
-
DescribeDatabaseCommand: DescribeDatabaseCommand_1.DescribeDatabaseCommand,
|
|
33
|
-
DescribeEndpointsCommand: DescribeEndpointsCommand_1.DescribeEndpointsCommand,
|
|
34
|
-
DescribeTableCommand: DescribeTableCommand_1.DescribeTableCommand,
|
|
35
|
-
ListBatchLoadTasksCommand: ListBatchLoadTasksCommand_1.ListBatchLoadTasksCommand,
|
|
36
|
-
ListDatabasesCommand: ListDatabasesCommand_1.ListDatabasesCommand,
|
|
37
|
-
ListTablesCommand: ListTablesCommand_1.ListTablesCommand,
|
|
38
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
39
|
-
ResumeBatchLoadTaskCommand: ResumeBatchLoadTaskCommand_1.ResumeBatchLoadTaskCommand,
|
|
40
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
41
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
42
|
-
UpdateDatabaseCommand: UpdateDatabaseCommand_1.UpdateDatabaseCommand,
|
|
43
|
-
UpdateTableCommand: UpdateTableCommand_1.UpdateTableCommand,
|
|
44
|
-
WriteRecordsCommand: WriteRecordsCommand_1.WriteRecordsCommand,
|
|
45
|
-
};
|
|
46
|
-
class TimestreamWrite extends TimestreamWriteClient_1.TimestreamWriteClient {
|
|
47
|
-
}
|
|
48
|
-
exports.TimestreamWrite = TimestreamWrite;
|
|
49
|
-
(0, smithy_client_1.createAggregatedClient)(commands, TimestreamWrite);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,48 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TimestreamWriteClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
6
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
7
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
9
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
10
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
11
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
12
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
13
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
16
|
-
const DescribeEndpointsCommand_1 = require("./commands/DescribeEndpointsCommand");
|
|
17
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
18
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
19
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
20
|
-
class TimestreamWriteClient extends smithy_client_1.Client {
|
|
21
|
-
constructor(...[configuration]) {
|
|
22
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
23
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
24
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
25
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
26
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
27
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
28
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
29
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
30
|
-
const _config_8 = (0, middleware_endpoint_discovery_1.resolveEndpointDiscoveryConfig)(_config_7, {
|
|
31
|
-
endpointDiscoveryCommandCtor: DescribeEndpointsCommand_1.DescribeEndpointsCommand,
|
|
32
|
-
});
|
|
33
|
-
const _config_9 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_8, configuration?.extensions || []);
|
|
34
|
-
super(_config_9);
|
|
35
|
-
this.config = _config_9;
|
|
36
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
40
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
41
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
42
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
43
|
-
}
|
|
44
|
-
destroy() {
|
|
45
|
-
super.destroy();
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.TimestreamWriteClient = TimestreamWriteClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateBatchLoadTaskCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const models_0_1 = require("../models/models_0");
|
|
11
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
12
|
-
class CreateBatchLoadTaskCommand extends smithy_client_1.Command
|
|
13
|
-
.classBuilder()
|
|
14
|
-
.ep({
|
|
15
|
-
...EndpointParameters_1.commonParams,
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
22
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("Timestream_20181101", "CreateBatchLoadTask", {})
|
|
25
|
-
.n("TimestreamWriteClient", "CreateBatchLoadTaskCommand")
|
|
26
|
-
.f(models_0_1.CreateBatchLoadTaskRequestFilterSensitiveLog, void 0)
|
|
27
|
-
.ser(Aws_json1_0_1.se_CreateBatchLoadTaskCommand)
|
|
28
|
-
.de(Aws_json1_0_1.de_CreateBatchLoadTaskCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.CreateBatchLoadTaskCommand = CreateBatchLoadTaskCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatabaseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class CreateDatabaseCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "CreateDatabase", {})
|
|
24
|
-
.n("TimestreamWriteClient", "CreateDatabaseCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_CreateDatabaseCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_CreateDatabaseCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.CreateDatabaseCommand = CreateDatabaseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTableCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class CreateTableCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "CreateTable", {})
|
|
24
|
-
.n("TimestreamWriteClient", "CreateTableCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_CreateTableCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_CreateTableCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.CreateTableCommand = CreateTableCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDatabaseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DeleteDatabaseCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "DeleteDatabase", {})
|
|
24
|
-
.n("TimestreamWriteClient", "DeleteDatabaseCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_DeleteDatabaseCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_DeleteDatabaseCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteDatabaseCommand = DeleteDatabaseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTableCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DeleteTableCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "DeleteTable", {})
|
|
24
|
-
.n("TimestreamWriteClient", "DeleteTableCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_DeleteTableCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_DeleteTableCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteTableCommand = DeleteTableCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeBatchLoadTaskCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeBatchLoadTaskCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "DescribeBatchLoadTask", {})
|
|
24
|
-
.n("TimestreamWriteClient", "DescribeBatchLoadTaskCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_DescribeBatchLoadTaskCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_DescribeBatchLoadTaskCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DescribeBatchLoadTaskCommand = DescribeBatchLoadTaskCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDatabaseCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeDatabaseCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "DescribeDatabase", {})
|
|
24
|
-
.n("TimestreamWriteClient", "DescribeDatabaseCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_DescribeDatabaseCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_DescribeDatabaseCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DescribeDatabaseCommand = DescribeDatabaseCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEndpointsCommand = 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_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeEndpointsCommand 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("Timestream_20181101", "DescribeEndpoints", {})
|
|
22
|
-
.n("TimestreamWriteClient", "DescribeEndpointsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DescribeEndpointsCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DescribeEndpointsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeEndpointsCommand = DescribeEndpointsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeTableCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class DescribeTableCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "DescribeTable", {})
|
|
24
|
-
.n("TimestreamWriteClient", "DescribeTableCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_DescribeTableCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_DescribeTableCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DescribeTableCommand = DescribeTableCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListBatchLoadTasksCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListBatchLoadTasksCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "ListBatchLoadTasks", {})
|
|
24
|
-
.n("TimestreamWriteClient", "ListBatchLoadTasksCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_ListBatchLoadTasksCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_ListBatchLoadTasksCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.ListBatchLoadTasksCommand = ListBatchLoadTasksCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDatabasesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListDatabasesCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "ListDatabases", {})
|
|
24
|
-
.n("TimestreamWriteClient", "ListDatabasesCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_ListDatabasesCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_ListDatabasesCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.ListDatabasesCommand = ListDatabasesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTablesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListTablesCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "ListTables", {})
|
|
24
|
-
.n("TimestreamWriteClient", "ListTablesCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_ListTablesCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_ListTablesCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.ListTablesCommand = ListTablesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ListTagsForResourceCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "ListTagsForResource", {})
|
|
24
|
-
.n("TimestreamWriteClient", "ListTagsForResourceCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_ListTagsForResourceCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResumeBatchLoadTaskCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class ResumeBatchLoadTaskCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "ResumeBatchLoadTask", {})
|
|
24
|
-
.n("TimestreamWriteClient", "ResumeBatchLoadTaskCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_ResumeBatchLoadTaskCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_ResumeBatchLoadTaskCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.ResumeBatchLoadTaskCommand = ResumeBatchLoadTaskCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class TagResourceCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "TagResource", {})
|
|
24
|
-
.n("TimestreamWriteClient", "TagResourceCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_TagResourceCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_TagResourceCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
11
|
-
class UntagResourceCommand 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
|
-
(0, middleware_endpoint_discovery_1.getEndpointDiscoveryPlugin)(config, { clientStack: cs, isDiscoveredEndpointRequired: true, options: o }),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Timestream_20181101", "UntagResource", {})
|
|
24
|
-
.n("TimestreamWriteClient", "UntagResourceCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_0_1.se_UntagResourceCommand)
|
|
27
|
-
.de(Aws_json1_0_1.de_UntagResourceCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|