@aws-sdk/client-timestream-influxdb 3.893.0 → 3.894.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/index.js +1301 -10
  2. package/package.json +6 -6
  3. package/dist-cjs/TimestreamInfluxDB.js +0 -45
  4. package/dist-cjs/TimestreamInfluxDBClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateDbClusterCommand.js +0 -27
  7. package/dist-cjs/commands/CreateDbInstanceCommand.js +0 -27
  8. package/dist-cjs/commands/CreateDbParameterGroupCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteDbClusterCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteDbInstanceCommand.js +0 -26
  11. package/dist-cjs/commands/GetDbClusterCommand.js +0 -26
  12. package/dist-cjs/commands/GetDbInstanceCommand.js +0 -26
  13. package/dist-cjs/commands/GetDbParameterGroupCommand.js +0 -26
  14. package/dist-cjs/commands/ListDbClustersCommand.js +0 -26
  15. package/dist-cjs/commands/ListDbInstancesCommand.js +0 -26
  16. package/dist-cjs/commands/ListDbInstancesForClusterCommand.js +0 -26
  17. package/dist-cjs/commands/ListDbParameterGroupsCommand.js +0 -26
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  19. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  20. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  21. package/dist-cjs/commands/UpdateDbClusterCommand.js +0 -26
  22. package/dist-cjs/commands/UpdateDbInstanceCommand.js +0 -26
  23. package/dist-cjs/commands/index.js +0 -20
  24. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  25. package/dist-cjs/extensionConfiguration.js +0 -2
  26. package/dist-cjs/models/TimestreamInfluxDBServiceException.js +0 -12
  27. package/dist-cjs/models/index.js +0 -4
  28. package/dist-cjs/models/models_0.js +0 -206
  29. package/dist-cjs/pagination/Interfaces.js +0 -2
  30. package/dist-cjs/pagination/ListDbClustersPaginator.js +0 -7
  31. package/dist-cjs/pagination/ListDbInstancesForClusterPaginator.js +0 -7
  32. package/dist-cjs/pagination/ListDbInstancesPaginator.js +0 -7
  33. package/dist-cjs/pagination/ListDbParameterGroupsPaginator.js +0 -7
  34. package/dist-cjs/pagination/index.js +0 -8
  35. package/dist-cjs/protocols/Aws_json1_0.js +0 -491
  36. package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-influxdb",
3
3
  "description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-timestream-influxdb",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.894.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
31
  "@aws-sdk/util-endpoints": "3.893.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TimestreamInfluxDB = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateDbClusterCommand_1 = require("./commands/CreateDbClusterCommand");
6
- const CreateDbInstanceCommand_1 = require("./commands/CreateDbInstanceCommand");
7
- const CreateDbParameterGroupCommand_1 = require("./commands/CreateDbParameterGroupCommand");
8
- const DeleteDbClusterCommand_1 = require("./commands/DeleteDbClusterCommand");
9
- const DeleteDbInstanceCommand_1 = require("./commands/DeleteDbInstanceCommand");
10
- const GetDbClusterCommand_1 = require("./commands/GetDbClusterCommand");
11
- const GetDbInstanceCommand_1 = require("./commands/GetDbInstanceCommand");
12
- const GetDbParameterGroupCommand_1 = require("./commands/GetDbParameterGroupCommand");
13
- const ListDbClustersCommand_1 = require("./commands/ListDbClustersCommand");
14
- const ListDbInstancesCommand_1 = require("./commands/ListDbInstancesCommand");
15
- const ListDbInstancesForClusterCommand_1 = require("./commands/ListDbInstancesForClusterCommand");
16
- const ListDbParameterGroupsCommand_1 = require("./commands/ListDbParameterGroupsCommand");
17
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
18
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
19
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
20
- const UpdateDbClusterCommand_1 = require("./commands/UpdateDbClusterCommand");
21
- const UpdateDbInstanceCommand_1 = require("./commands/UpdateDbInstanceCommand");
22
- const TimestreamInfluxDBClient_1 = require("./TimestreamInfluxDBClient");
23
- const commands = {
24
- CreateDbClusterCommand: CreateDbClusterCommand_1.CreateDbClusterCommand,
25
- CreateDbInstanceCommand: CreateDbInstanceCommand_1.CreateDbInstanceCommand,
26
- CreateDbParameterGroupCommand: CreateDbParameterGroupCommand_1.CreateDbParameterGroupCommand,
27
- DeleteDbClusterCommand: DeleteDbClusterCommand_1.DeleteDbClusterCommand,
28
- DeleteDbInstanceCommand: DeleteDbInstanceCommand_1.DeleteDbInstanceCommand,
29
- GetDbClusterCommand: GetDbClusterCommand_1.GetDbClusterCommand,
30
- GetDbInstanceCommand: GetDbInstanceCommand_1.GetDbInstanceCommand,
31
- GetDbParameterGroupCommand: GetDbParameterGroupCommand_1.GetDbParameterGroupCommand,
32
- ListDbClustersCommand: ListDbClustersCommand_1.ListDbClustersCommand,
33
- ListDbInstancesCommand: ListDbInstancesCommand_1.ListDbInstancesCommand,
34
- ListDbInstancesForClusterCommand: ListDbInstancesForClusterCommand_1.ListDbInstancesForClusterCommand,
35
- ListDbParameterGroupsCommand: ListDbParameterGroupsCommand_1.ListDbParameterGroupsCommand,
36
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
37
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
38
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
39
- UpdateDbClusterCommand: UpdateDbClusterCommand_1.UpdateDbClusterCommand,
40
- UpdateDbInstanceCommand: UpdateDbInstanceCommand_1.UpdateDbInstanceCommand,
41
- };
42
- class TimestreamInfluxDB extends TimestreamInfluxDBClient_1.TimestreamInfluxDBClient {
43
- }
44
- exports.TimestreamInfluxDB = TimestreamInfluxDB;
45
- (0, smithy_client_1.createAggregatedClient)(commands, TimestreamInfluxDB);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TimestreamInfluxDBClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class TimestreamInfluxDBClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultTimestreamInfluxDBHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.TimestreamInfluxDBClient = TimestreamInfluxDBClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDbClusterCommand = 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_0_1 = require("../protocols/Aws_json1_0");
11
- class CreateDbClusterCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonTimestreamInfluxDB", "CreateDbCluster", {})
21
- .n("TimestreamInfluxDBClient", "CreateDbClusterCommand")
22
- .f(models_0_1.CreateDbClusterInputFilterSensitiveLog, void 0)
23
- .ser(Aws_json1_0_1.se_CreateDbClusterCommand)
24
- .de(Aws_json1_0_1.de_CreateDbClusterCommand)
25
- .build() {
26
- }
27
- exports.CreateDbClusterCommand = CreateDbClusterCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDbInstanceCommand = 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_0_1 = require("../protocols/Aws_json1_0");
11
- class CreateDbInstanceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonTimestreamInfluxDB", "CreateDbInstance", {})
21
- .n("TimestreamInfluxDBClient", "CreateDbInstanceCommand")
22
- .f(models_0_1.CreateDbInstanceInputFilterSensitiveLog, void 0)
23
- .ser(Aws_json1_0_1.se_CreateDbInstanceCommand)
24
- .de(Aws_json1_0_1.de_CreateDbInstanceCommand)
25
- .build() {
26
- }
27
- exports.CreateDbInstanceCommand = CreateDbInstanceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDbParameterGroupCommand = 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 CreateDbParameterGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "CreateDbParameterGroup", {})
20
- .n("TimestreamInfluxDBClient", "CreateDbParameterGroupCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_CreateDbParameterGroupCommand)
23
- .de(Aws_json1_0_1.de_CreateDbParameterGroupCommand)
24
- .build() {
25
- }
26
- exports.CreateDbParameterGroupCommand = CreateDbParameterGroupCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDbClusterCommand = 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 DeleteDbClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "DeleteDbCluster", {})
20
- .n("TimestreamInfluxDBClient", "DeleteDbClusterCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_DeleteDbClusterCommand)
23
- .de(Aws_json1_0_1.de_DeleteDbClusterCommand)
24
- .build() {
25
- }
26
- exports.DeleteDbClusterCommand = DeleteDbClusterCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDbInstanceCommand = 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 DeleteDbInstanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "DeleteDbInstance", {})
20
- .n("TimestreamInfluxDBClient", "DeleteDbInstanceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_DeleteDbInstanceCommand)
23
- .de(Aws_json1_0_1.de_DeleteDbInstanceCommand)
24
- .build() {
25
- }
26
- exports.DeleteDbInstanceCommand = DeleteDbInstanceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDbClusterCommand = 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 GetDbClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "GetDbCluster", {})
20
- .n("TimestreamInfluxDBClient", "GetDbClusterCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_GetDbClusterCommand)
23
- .de(Aws_json1_0_1.de_GetDbClusterCommand)
24
- .build() {
25
- }
26
- exports.GetDbClusterCommand = GetDbClusterCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDbInstanceCommand = 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 GetDbInstanceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "GetDbInstance", {})
20
- .n("TimestreamInfluxDBClient", "GetDbInstanceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_GetDbInstanceCommand)
23
- .de(Aws_json1_0_1.de_GetDbInstanceCommand)
24
- .build() {
25
- }
26
- exports.GetDbInstanceCommand = GetDbInstanceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDbParameterGroupCommand = 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 GetDbParameterGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "GetDbParameterGroup", {})
20
- .n("TimestreamInfluxDBClient", "GetDbParameterGroupCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_GetDbParameterGroupCommand)
23
- .de(Aws_json1_0_1.de_GetDbParameterGroupCommand)
24
- .build() {
25
- }
26
- exports.GetDbParameterGroupCommand = GetDbParameterGroupCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDbClustersCommand = 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 ListDbClustersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "ListDbClusters", {})
20
- .n("TimestreamInfluxDBClient", "ListDbClustersCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListDbClustersCommand)
23
- .de(Aws_json1_0_1.de_ListDbClustersCommand)
24
- .build() {
25
- }
26
- exports.ListDbClustersCommand = ListDbClustersCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDbInstancesCommand = 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 ListDbInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "ListDbInstances", {})
20
- .n("TimestreamInfluxDBClient", "ListDbInstancesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListDbInstancesCommand)
23
- .de(Aws_json1_0_1.de_ListDbInstancesCommand)
24
- .build() {
25
- }
26
- exports.ListDbInstancesCommand = ListDbInstancesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDbInstancesForClusterCommand = 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 ListDbInstancesForClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "ListDbInstancesForCluster", {})
20
- .n("TimestreamInfluxDBClient", "ListDbInstancesForClusterCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListDbInstancesForClusterCommand)
23
- .de(Aws_json1_0_1.de_ListDbInstancesForClusterCommand)
24
- .build() {
25
- }
26
- exports.ListDbInstancesForClusterCommand = ListDbInstancesForClusterCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDbParameterGroupsCommand = 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 ListDbParameterGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "ListDbParameterGroups", {})
20
- .n("TimestreamInfluxDBClient", "ListDbParameterGroupsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListDbParameterGroupsCommand)
23
- .de(Aws_json1_0_1.de_ListDbParameterGroupsCommand)
24
- .build() {
25
- }
26
- exports.ListDbParameterGroupsCommand = ListDbParameterGroupsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
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_0_1 = require("../protocols/Aws_json1_0");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "ListTagsForResource", {})
20
- .n("TimestreamInfluxDBClient", "ListTagsForResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
23
- .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
24
- .build() {
25
- }
26
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
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_0_1 = require("../protocols/Aws_json1_0");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "TagResource", {})
20
- .n("TimestreamInfluxDBClient", "TagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_TagResourceCommand)
23
- .de(Aws_json1_0_1.de_TagResourceCommand)
24
- .build() {
25
- }
26
- exports.TagResourceCommand = TagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
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_0_1 = require("../protocols/Aws_json1_0");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "UntagResource", {})
20
- .n("TimestreamInfluxDBClient", "UntagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
23
- .de(Aws_json1_0_1.de_UntagResourceCommand)
24
- .build() {
25
- }
26
- exports.UntagResourceCommand = UntagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDbClusterCommand = 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 UpdateDbClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonTimestreamInfluxDB", "UpdateDbCluster", {})
20
- .n("TimestreamInfluxDBClient", "UpdateDbClusterCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UpdateDbClusterCommand)
23
- .de(Aws_json1_0_1.de_UpdateDbClusterCommand)
24
- .build() {
25
- }
26
- exports.UpdateDbClusterCommand = UpdateDbClusterCommand;