@aws-sdk/client-timestream-influxdb 3.1077.0 → 3.1079.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 (65) hide show
  1. package/dist-cjs/index.js +27 -193
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateDbClusterCommand.js +2 -14
  4. package/dist-es/commands/CreateDbInstanceCommand.js +2 -14
  5. package/dist-es/commands/CreateDbParameterGroupCommand.js +2 -14
  6. package/dist-es/commands/DeleteDbClusterCommand.js +2 -14
  7. package/dist-es/commands/DeleteDbInstanceCommand.js +2 -14
  8. package/dist-es/commands/GetDbClusterCommand.js +2 -14
  9. package/dist-es/commands/GetDbInstanceCommand.js +2 -14
  10. package/dist-es/commands/GetDbParameterGroupCommand.js +2 -14
  11. package/dist-es/commands/ListDbClustersCommand.js +2 -14
  12. package/dist-es/commands/ListDbInstancesCommand.js +2 -14
  13. package/dist-es/commands/ListDbInstancesForClusterCommand.js +2 -14
  14. package/dist-es/commands/ListDbParameterGroupsCommand.js +2 -14
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  16. package/dist-es/commands/RebootDbClusterCommand.js +2 -14
  17. package/dist-es/commands/RebootDbInstanceCommand.js +2 -14
  18. package/dist-es/commands/TagResourceCommand.js +2 -14
  19. package/dist-es/commands/UntagResourceCommand.js +2 -14
  20. package/dist-es/commands/UpdateDbClusterCommand.js +2 -14
  21. package/dist-es/commands/UpdateDbInstanceCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-types/commandBuilder.d.ts +18 -0
  24. package/dist-types/commands/CreateDbClusterCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateDbInstanceCommand.d.ts +3 -8
  26. package/dist-types/commands/CreateDbParameterGroupCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteDbClusterCommand.d.ts +3 -8
  28. package/dist-types/commands/DeleteDbInstanceCommand.d.ts +3 -8
  29. package/dist-types/commands/GetDbClusterCommand.d.ts +3 -8
  30. package/dist-types/commands/GetDbInstanceCommand.d.ts +3 -8
  31. package/dist-types/commands/GetDbParameterGroupCommand.d.ts +3 -8
  32. package/dist-types/commands/ListDbClustersCommand.d.ts +3 -8
  33. package/dist-types/commands/ListDbInstancesCommand.d.ts +3 -8
  34. package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +3 -8
  35. package/dist-types/commands/ListDbParameterGroupsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/RebootDbClusterCommand.d.ts +3 -8
  38. package/dist-types/commands/RebootDbInstanceCommand.d.ts +3 -8
  39. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  40. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  41. package/dist-types/commands/UpdateDbClusterCommand.d.ts +3 -8
  42. package/dist-types/commands/UpdateDbInstanceCommand.d.ts +3 -8
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  45. package/dist-types/ts3.4/commands/CreateDbClusterCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/CreateDbInstanceCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/CreateDbParameterGroupCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DeleteDbClusterCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DeleteDbInstanceCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/GetDbClusterCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/GetDbInstanceCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/GetDbParameterGroupCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/ListDbClustersCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ListDbInstancesCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ListDbInstancesForClusterCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ListDbParameterGroupsCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/RebootDbClusterCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/RebootDbInstanceCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/UpdateDbClusterCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/UpdateDbInstanceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/index.d.ts +1 -0
  65. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -992,232 +993,65 @@ class TimestreamInfluxDBClient extends Client {
992
993
  }
993
994
  }
994
995
 
995
- class CreateDbClusterCommand extends Command
996
- .classBuilder()
997
- .ep(commonParams)
998
- .m(function (Command, cs, config, o) {
999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1000
- })
1001
- .s("AmazonTimestreamInfluxDB", "CreateDbCluster", {})
1002
- .n("TimestreamInfluxDBClient", "CreateDbClusterCommand")
1003
- .sc(CreateDbCluster$)
1004
- .build() {
996
+ const command = makeBuilder(commonParams, "AmazonTimestreamInfluxDB", "TimestreamInfluxDBClient", getEndpointPlugin);
997
+ const _ep0 = {};
998
+ const _mw0 = (Command, cs, config, o) => [];
999
+
1000
+ class CreateDbClusterCommand extends command(_ep0, _mw0, "CreateDbCluster", CreateDbCluster$) {
1005
1001
  }
1006
1002
 
1007
- class CreateDbInstanceCommand extends Command
1008
- .classBuilder()
1009
- .ep(commonParams)
1010
- .m(function (Command, cs, config, o) {
1011
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1012
- })
1013
- .s("AmazonTimestreamInfluxDB", "CreateDbInstance", {})
1014
- .n("TimestreamInfluxDBClient", "CreateDbInstanceCommand")
1015
- .sc(CreateDbInstance$)
1016
- .build() {
1003
+ class CreateDbInstanceCommand extends command(_ep0, _mw0, "CreateDbInstance", CreateDbInstance$) {
1017
1004
  }
1018
1005
 
1019
- class CreateDbParameterGroupCommand extends Command
1020
- .classBuilder()
1021
- .ep(commonParams)
1022
- .m(function (Command, cs, config, o) {
1023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1024
- })
1025
- .s("AmazonTimestreamInfluxDB", "CreateDbParameterGroup", {})
1026
- .n("TimestreamInfluxDBClient", "CreateDbParameterGroupCommand")
1027
- .sc(CreateDbParameterGroup$)
1028
- .build() {
1006
+ class CreateDbParameterGroupCommand extends command(_ep0, _mw0, "CreateDbParameterGroup", CreateDbParameterGroup$) {
1029
1007
  }
1030
1008
 
1031
- class DeleteDbClusterCommand extends Command
1032
- .classBuilder()
1033
- .ep(commonParams)
1034
- .m(function (Command, cs, config, o) {
1035
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1036
- })
1037
- .s("AmazonTimestreamInfluxDB", "DeleteDbCluster", {})
1038
- .n("TimestreamInfluxDBClient", "DeleteDbClusterCommand")
1039
- .sc(DeleteDbCluster$)
1040
- .build() {
1009
+ class DeleteDbClusterCommand extends command(_ep0, _mw0, "DeleteDbCluster", DeleteDbCluster$) {
1041
1010
  }
1042
1011
 
1043
- class DeleteDbInstanceCommand extends Command
1044
- .classBuilder()
1045
- .ep(commonParams)
1046
- .m(function (Command, cs, config, o) {
1047
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1048
- })
1049
- .s("AmazonTimestreamInfluxDB", "DeleteDbInstance", {})
1050
- .n("TimestreamInfluxDBClient", "DeleteDbInstanceCommand")
1051
- .sc(DeleteDbInstance$)
1052
- .build() {
1012
+ class DeleteDbInstanceCommand extends command(_ep0, _mw0, "DeleteDbInstance", DeleteDbInstance$) {
1053
1013
  }
1054
1014
 
1055
- class GetDbClusterCommand extends Command
1056
- .classBuilder()
1057
- .ep(commonParams)
1058
- .m(function (Command, cs, config, o) {
1059
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1060
- })
1061
- .s("AmazonTimestreamInfluxDB", "GetDbCluster", {})
1062
- .n("TimestreamInfluxDBClient", "GetDbClusterCommand")
1063
- .sc(GetDbCluster$)
1064
- .build() {
1015
+ class GetDbClusterCommand extends command(_ep0, _mw0, "GetDbCluster", GetDbCluster$) {
1065
1016
  }
1066
1017
 
1067
- class GetDbInstanceCommand extends Command
1068
- .classBuilder()
1069
- .ep(commonParams)
1070
- .m(function (Command, cs, config, o) {
1071
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1072
- })
1073
- .s("AmazonTimestreamInfluxDB", "GetDbInstance", {})
1074
- .n("TimestreamInfluxDBClient", "GetDbInstanceCommand")
1075
- .sc(GetDbInstance$)
1076
- .build() {
1018
+ class GetDbInstanceCommand extends command(_ep0, _mw0, "GetDbInstance", GetDbInstance$) {
1077
1019
  }
1078
1020
 
1079
- class GetDbParameterGroupCommand extends Command
1080
- .classBuilder()
1081
- .ep(commonParams)
1082
- .m(function (Command, cs, config, o) {
1083
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1084
- })
1085
- .s("AmazonTimestreamInfluxDB", "GetDbParameterGroup", {})
1086
- .n("TimestreamInfluxDBClient", "GetDbParameterGroupCommand")
1087
- .sc(GetDbParameterGroup$)
1088
- .build() {
1021
+ class GetDbParameterGroupCommand extends command(_ep0, _mw0, "GetDbParameterGroup", GetDbParameterGroup$) {
1089
1022
  }
1090
1023
 
1091
- class ListDbClustersCommand extends Command
1092
- .classBuilder()
1093
- .ep(commonParams)
1094
- .m(function (Command, cs, config, o) {
1095
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1096
- })
1097
- .s("AmazonTimestreamInfluxDB", "ListDbClusters", {})
1098
- .n("TimestreamInfluxDBClient", "ListDbClustersCommand")
1099
- .sc(ListDbClusters$)
1100
- .build() {
1024
+ class ListDbClustersCommand extends command(_ep0, _mw0, "ListDbClusters", ListDbClusters$) {
1101
1025
  }
1102
1026
 
1103
- class ListDbInstancesCommand extends Command
1104
- .classBuilder()
1105
- .ep(commonParams)
1106
- .m(function (Command, cs, config, o) {
1107
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1108
- })
1109
- .s("AmazonTimestreamInfluxDB", "ListDbInstances", {})
1110
- .n("TimestreamInfluxDBClient", "ListDbInstancesCommand")
1111
- .sc(ListDbInstances$)
1112
- .build() {
1027
+ class ListDbInstancesCommand extends command(_ep0, _mw0, "ListDbInstances", ListDbInstances$) {
1113
1028
  }
1114
1029
 
1115
- class ListDbInstancesForClusterCommand extends Command
1116
- .classBuilder()
1117
- .ep(commonParams)
1118
- .m(function (Command, cs, config, o) {
1119
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1120
- })
1121
- .s("AmazonTimestreamInfluxDB", "ListDbInstancesForCluster", {})
1122
- .n("TimestreamInfluxDBClient", "ListDbInstancesForClusterCommand")
1123
- .sc(ListDbInstancesForCluster$)
1124
- .build() {
1030
+ class ListDbInstancesForClusterCommand extends command(_ep0, _mw0, "ListDbInstancesForCluster", ListDbInstancesForCluster$) {
1125
1031
  }
1126
1032
 
1127
- class ListDbParameterGroupsCommand extends Command
1128
- .classBuilder()
1129
- .ep(commonParams)
1130
- .m(function (Command, cs, config, o) {
1131
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1132
- })
1133
- .s("AmazonTimestreamInfluxDB", "ListDbParameterGroups", {})
1134
- .n("TimestreamInfluxDBClient", "ListDbParameterGroupsCommand")
1135
- .sc(ListDbParameterGroups$)
1136
- .build() {
1033
+ class ListDbParameterGroupsCommand extends command(_ep0, _mw0, "ListDbParameterGroups", ListDbParameterGroups$) {
1137
1034
  }
1138
1035
 
1139
- class ListTagsForResourceCommand extends Command
1140
- .classBuilder()
1141
- .ep(commonParams)
1142
- .m(function (Command, cs, config, o) {
1143
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1144
- })
1145
- .s("AmazonTimestreamInfluxDB", "ListTagsForResource", {})
1146
- .n("TimestreamInfluxDBClient", "ListTagsForResourceCommand")
1147
- .sc(ListTagsForResource$)
1148
- .build() {
1036
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1149
1037
  }
1150
1038
 
1151
- class RebootDbClusterCommand extends Command
1152
- .classBuilder()
1153
- .ep(commonParams)
1154
- .m(function (Command, cs, config, o) {
1155
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1156
- })
1157
- .s("AmazonTimestreamInfluxDB", "RebootDbCluster", {})
1158
- .n("TimestreamInfluxDBClient", "RebootDbClusterCommand")
1159
- .sc(RebootDbCluster$)
1160
- .build() {
1039
+ class RebootDbClusterCommand extends command(_ep0, _mw0, "RebootDbCluster", RebootDbCluster$) {
1161
1040
  }
1162
1041
 
1163
- class RebootDbInstanceCommand extends Command
1164
- .classBuilder()
1165
- .ep(commonParams)
1166
- .m(function (Command, cs, config, o) {
1167
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1168
- })
1169
- .s("AmazonTimestreamInfluxDB", "RebootDbInstance", {})
1170
- .n("TimestreamInfluxDBClient", "RebootDbInstanceCommand")
1171
- .sc(RebootDbInstance$)
1172
- .build() {
1042
+ class RebootDbInstanceCommand extends command(_ep0, _mw0, "RebootDbInstance", RebootDbInstance$) {
1173
1043
  }
1174
1044
 
1175
- class TagResourceCommand extends Command
1176
- .classBuilder()
1177
- .ep(commonParams)
1178
- .m(function (Command, cs, config, o) {
1179
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1180
- })
1181
- .s("AmazonTimestreamInfluxDB", "TagResource", {})
1182
- .n("TimestreamInfluxDBClient", "TagResourceCommand")
1183
- .sc(TagResource$)
1184
- .build() {
1045
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1185
1046
  }
1186
1047
 
1187
- class UntagResourceCommand extends Command
1188
- .classBuilder()
1189
- .ep(commonParams)
1190
- .m(function (Command, cs, config, o) {
1191
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1192
- })
1193
- .s("AmazonTimestreamInfluxDB", "UntagResource", {})
1194
- .n("TimestreamInfluxDBClient", "UntagResourceCommand")
1195
- .sc(UntagResource$)
1196
- .build() {
1048
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1197
1049
  }
1198
1050
 
1199
- class UpdateDbClusterCommand extends Command
1200
- .classBuilder()
1201
- .ep(commonParams)
1202
- .m(function (Command, cs, config, o) {
1203
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1204
- })
1205
- .s("AmazonTimestreamInfluxDB", "UpdateDbCluster", {})
1206
- .n("TimestreamInfluxDBClient", "UpdateDbClusterCommand")
1207
- .sc(UpdateDbCluster$)
1208
- .build() {
1051
+ class UpdateDbClusterCommand extends command(_ep0, _mw0, "UpdateDbCluster", UpdateDbCluster$) {
1209
1052
  }
1210
1053
 
1211
- class UpdateDbInstanceCommand extends Command
1212
- .classBuilder()
1213
- .ep(commonParams)
1214
- .m(function (Command, cs, config, o) {
1215
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1216
- })
1217
- .s("AmazonTimestreamInfluxDB", "UpdateDbInstance", {})
1218
- .n("TimestreamInfluxDBClient", "UpdateDbInstanceCommand")
1219
- .sc(UpdateDbInstance$)
1220
- .build() {
1054
+ class UpdateDbInstanceCommand extends command(_ep0, _mw0, "UpdateDbInstance", UpdateDbInstance$) {
1221
1055
  }
1222
1056
 
1223
1057
  const paginateListDbClusters = createPaginator(TimestreamInfluxDBClient, ListDbClustersCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AmazonTimestreamInfluxDB", "TimestreamInfluxDBClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDbCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDbClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "CreateDbCluster", {})
13
- .n("TimestreamInfluxDBClient", "CreateDbClusterCommand")
14
- .sc(CreateDbCluster$)
15
- .build() {
3
+ export class CreateDbClusterCommand extends command(_ep0, _mw0, "CreateDbCluster", CreateDbCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDbInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDbInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "CreateDbInstance", {})
13
- .n("TimestreamInfluxDBClient", "CreateDbInstanceCommand")
14
- .sc(CreateDbInstance$)
15
- .build() {
3
+ export class CreateDbInstanceCommand extends command(_ep0, _mw0, "CreateDbInstance", CreateDbInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDbParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDbParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "CreateDbParameterGroup", {})
13
- .n("TimestreamInfluxDBClient", "CreateDbParameterGroupCommand")
14
- .sc(CreateDbParameterGroup$)
15
- .build() {
3
+ export class CreateDbParameterGroupCommand extends command(_ep0, _mw0, "CreateDbParameterGroup", CreateDbParameterGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDbCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDbClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "DeleteDbCluster", {})
13
- .n("TimestreamInfluxDBClient", "DeleteDbClusterCommand")
14
- .sc(DeleteDbCluster$)
15
- .build() {
3
+ export class DeleteDbClusterCommand extends command(_ep0, _mw0, "DeleteDbCluster", DeleteDbCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDbInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDbInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "DeleteDbInstance", {})
13
- .n("TimestreamInfluxDBClient", "DeleteDbInstanceCommand")
14
- .sc(DeleteDbInstance$)
15
- .build() {
3
+ export class DeleteDbInstanceCommand extends command(_ep0, _mw0, "DeleteDbInstance", DeleteDbInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDbCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDbClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "GetDbCluster", {})
13
- .n("TimestreamInfluxDBClient", "GetDbClusterCommand")
14
- .sc(GetDbCluster$)
15
- .build() {
3
+ export class GetDbClusterCommand extends command(_ep0, _mw0, "GetDbCluster", GetDbCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDbInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDbInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "GetDbInstance", {})
13
- .n("TimestreamInfluxDBClient", "GetDbInstanceCommand")
14
- .sc(GetDbInstance$)
15
- .build() {
3
+ export class GetDbInstanceCommand extends command(_ep0, _mw0, "GetDbInstance", GetDbInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDbParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDbParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "GetDbParameterGroup", {})
13
- .n("TimestreamInfluxDBClient", "GetDbParameterGroupCommand")
14
- .sc(GetDbParameterGroup$)
15
- .build() {
3
+ export class GetDbParameterGroupCommand extends command(_ep0, _mw0, "GetDbParameterGroup", GetDbParameterGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDbClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDbClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "ListDbClusters", {})
13
- .n("TimestreamInfluxDBClient", "ListDbClustersCommand")
14
- .sc(ListDbClusters$)
15
- .build() {
3
+ export class ListDbClustersCommand extends command(_ep0, _mw0, "ListDbClusters", ListDbClusters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDbInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDbInstancesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "ListDbInstances", {})
13
- .n("TimestreamInfluxDBClient", "ListDbInstancesCommand")
14
- .sc(ListDbInstances$)
15
- .build() {
3
+ export class ListDbInstancesCommand extends command(_ep0, _mw0, "ListDbInstances", ListDbInstances$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDbInstancesForCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDbInstancesForClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "ListDbInstancesForCluster", {})
13
- .n("TimestreamInfluxDBClient", "ListDbInstancesForClusterCommand")
14
- .sc(ListDbInstancesForCluster$)
15
- .build() {
3
+ export class ListDbInstancesForClusterCommand extends command(_ep0, _mw0, "ListDbInstancesForCluster", ListDbInstancesForCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDbParameterGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDbParameterGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "ListDbParameterGroups", {})
13
- .n("TimestreamInfluxDBClient", "ListDbParameterGroupsCommand")
14
- .sc(ListDbParameterGroups$)
15
- .build() {
3
+ export class ListDbParameterGroupsCommand extends command(_ep0, _mw0, "ListDbParameterGroups", ListDbParameterGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "ListTagsForResource", {})
13
- .n("TimestreamInfluxDBClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RebootDbCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RebootDbClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "RebootDbCluster", {})
13
- .n("TimestreamInfluxDBClient", "RebootDbClusterCommand")
14
- .sc(RebootDbCluster$)
15
- .build() {
3
+ export class RebootDbClusterCommand extends command(_ep0, _mw0, "RebootDbCluster", RebootDbCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RebootDbInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RebootDbInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "RebootDbInstance", {})
13
- .n("TimestreamInfluxDBClient", "RebootDbInstanceCommand")
14
- .sc(RebootDbInstance$)
15
- .build() {
3
+ export class RebootDbInstanceCommand extends command(_ep0, _mw0, "RebootDbInstance", RebootDbInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "TagResource", {})
13
- .n("TimestreamInfluxDBClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "UntagResource", {})
13
- .n("TimestreamInfluxDBClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDbCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDbClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonTimestreamInfluxDB", "UpdateDbCluster", {})
13
- .n("TimestreamInfluxDBClient", "UpdateDbClusterCommand")
14
- .sc(UpdateDbCluster$)
15
- .build() {
3
+ export class UpdateDbClusterCommand extends command(_ep0, _mw0, "UpdateDbCluster", UpdateDbCluster$) {
16
4
  }