@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.
Files changed (36) hide show
  1. package/dist-cjs/TimestreamWrite.js +1 -49
  2. package/dist-cjs/TimestreamWriteClient.js +1 -48
  3. package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +1 -31
  4. package/dist-cjs/commands/CreateDatabaseCommand.js +1 -30
  5. package/dist-cjs/commands/CreateTableCommand.js +1 -30
  6. package/dist-cjs/commands/DeleteDatabaseCommand.js +1 -30
  7. package/dist-cjs/commands/DeleteTableCommand.js +1 -30
  8. package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +1 -30
  9. package/dist-cjs/commands/DescribeDatabaseCommand.js +1 -30
  10. package/dist-cjs/commands/DescribeEndpointsCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeTableCommand.js +1 -30
  12. package/dist-cjs/commands/ListBatchLoadTasksCommand.js +1 -30
  13. package/dist-cjs/commands/ListDatabasesCommand.js +1 -30
  14. package/dist-cjs/commands/ListTablesCommand.js +1 -30
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -30
  16. package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +1 -30
  17. package/dist-cjs/commands/TagResourceCommand.js +1 -30
  18. package/dist-cjs/commands/UntagResourceCommand.js +1 -30
  19. package/dist-cjs/commands/UpdateDatabaseCommand.js +1 -30
  20. package/dist-cjs/commands/UpdateTableCommand.js +1 -30
  21. package/dist-cjs/commands/WriteRecordsCommand.js +1 -30
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +2139 -11
  26. package/dist-cjs/models/TimestreamWriteServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -189
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListBatchLoadTasksPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListDatabasesPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListTablesPaginator.js +1 -7
  33. package/dist-cjs/pagination/index.js +1 -7
  34. package/dist-cjs/protocols/Aws_json1_0.js +1 -1330
  35. package/dist-cjs/runtimeExtensions.js +1 -22
  36. package/package.json +41 -41
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDatabaseCommand = 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 UpdateDatabaseCommand 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", "UpdateDatabase", {})
24
- .n("TimestreamWriteClient", "UpdateDatabaseCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_0_1.se_UpdateDatabaseCommand)
27
- .de(Aws_json1_0_1.de_UpdateDatabaseCommand)
28
- .build() {
29
- }
30
- exports.UpdateDatabaseCommand = UpdateDatabaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTableCommand = 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 UpdateTableCommand 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", "UpdateTable", {})
24
- .n("TimestreamWriteClient", "UpdateTableCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_0_1.se_UpdateTableCommand)
27
- .de(Aws_json1_0_1.de_UpdateTableCommand)
28
- .build() {
29
- }
30
- exports.UpdateTableCommand = UpdateTableCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WriteRecordsCommand = 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 WriteRecordsCommand 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", "WriteRecords", {})
24
- .n("TimestreamWriteClient", "WriteRecordsCommand")
25
- .f(void 0, void 0)
26
- .ser(Aws_json1_0_1.se_WriteRecordsCommand)
27
- .de(Aws_json1_0_1.de_WriteRecordsCommand)
28
- .build() {
29
- }
30
- exports.WriteRecordsCommand = WriteRecordsCommand;
1
+ module.exports = require("../index.js");
@@ -1,22 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateBatchLoadTaskCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateDatabaseCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateTableCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteDatabaseCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteTableCommand"), exports);
9
- tslib_1.__exportStar(require("./DescribeBatchLoadTaskCommand"), exports);
10
- tslib_1.__exportStar(require("./DescribeDatabaseCommand"), exports);
11
- tslib_1.__exportStar(require("./DescribeEndpointsCommand"), exports);
12
- tslib_1.__exportStar(require("./DescribeTableCommand"), exports);
13
- tslib_1.__exportStar(require("./ListBatchLoadTasksCommand"), exports);
14
- tslib_1.__exportStar(require("./ListDatabasesCommand"), exports);
15
- tslib_1.__exportStar(require("./ListTablesCommand"), exports);
16
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
17
- tslib_1.__exportStar(require("./ResumeBatchLoadTaskCommand"), exports);
18
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
20
- tslib_1.__exportStar(require("./UpdateDatabaseCommand"), exports);
21
- tslib_1.__exportStar(require("./UpdateTableCommand"), exports);
22
- tslib_1.__exportStar(require("./WriteRecordsCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "timestream",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");