@aws-sdk/client-evs 3.1077.0 → 3.1078.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 (74) hide show
  1. package/dist-cjs/index.js +30 -223
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateEipToVlanCommand.js +2 -14
  4. package/dist-es/commands/CreateEntitlementCommand.js +2 -14
  5. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  6. package/dist-es/commands/CreateEnvironmentConnectorCommand.js +2 -14
  7. package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -14
  8. package/dist-es/commands/DeleteEntitlementCommand.js +2 -14
  9. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  10. package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +2 -14
  11. package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -14
  12. package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -14
  13. package/dist-es/commands/GetDepotUrlCommand.js +2 -14
  14. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  15. package/dist-es/commands/GetVersionsCommand.js +2 -14
  16. package/dist-es/commands/ListEnvironmentConnectorsCommand.js +2 -14
  17. package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -14
  18. package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -14
  19. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/ListVmEntitlementsCommand.js +2 -14
  22. package/dist-es/commands/TagResourceCommand.js +2 -14
  23. package/dist-es/commands/UntagResourceCommand.js +2 -14
  24. package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +2 -14
  25. package/dist-es/index.js +1 -0
  26. package/dist-types/commandBuilder.d.ts +18 -0
  27. package/dist-types/commands/AssociateEipToVlanCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +3 -8
  36. package/dist-types/commands/DisassociateEipFromVlanCommand.d.ts +3 -8
  37. package/dist-types/commands/GetDepotUrlCommand.d.ts +3 -8
  38. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  39. package/dist-types/commands/GetVersionsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListEnvironmentVlansCommand.d.ts +3 -8
  43. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/ListVmEntitlementsCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateEnvironmentConnectorCommand.d.ts +3 -8
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  51. package/dist-types/ts3.4/commands/AssociateEipToVlanCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetDepotUrlCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/UpdateEnvironmentConnectorCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/index.d.ts +1 -0
  74. 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.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1118,268 +1119,74 @@ class EvsClient extends Client {
1118
1119
  }
1119
1120
  }
1120
1121
 
1121
- class AssociateEipToVlanCommand extends Command
1122
- .classBuilder()
1123
- .ep(commonParams)
1124
- .m(function (Command, cs, config, o) {
1125
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1126
- })
1127
- .s("AmazonElasticVMwareService", "AssociateEipToVlan", {})
1128
- .n("EvsClient", "AssociateEipToVlanCommand")
1129
- .sc(AssociateEipToVlan$)
1130
- .build() {
1122
+ const command = makeBuilder(commonParams, "AmazonElasticVMwareService", "EvsClient", getEndpointPlugin);
1123
+ const _ep0 = {};
1124
+ const _mw0 = (Command, cs, config, o) => [];
1125
+
1126
+ class AssociateEipToVlanCommand extends command(_ep0, _mw0, "AssociateEipToVlan", AssociateEipToVlan$) {
1131
1127
  }
1132
1128
 
1133
- class CreateEntitlementCommand extends Command
1134
- .classBuilder()
1135
- .ep(commonParams)
1136
- .m(function (Command, cs, config, o) {
1137
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1138
- })
1139
- .s("AmazonElasticVMwareService", "CreateEntitlement", {})
1140
- .n("EvsClient", "CreateEntitlementCommand")
1141
- .sc(CreateEntitlement$)
1142
- .build() {
1129
+ class CreateEntitlementCommand extends command(_ep0, _mw0, "CreateEntitlement", CreateEntitlement$) {
1143
1130
  }
1144
1131
 
1145
- class CreateEnvironmentCommand extends Command
1146
- .classBuilder()
1147
- .ep(commonParams)
1148
- .m(function (Command, cs, config, o) {
1149
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1150
- })
1151
- .s("AmazonElasticVMwareService", "CreateEnvironment", {})
1152
- .n("EvsClient", "CreateEnvironmentCommand")
1153
- .sc(CreateEnvironment$)
1154
- .build() {
1132
+ class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
1155
1133
  }
1156
1134
 
1157
- class CreateEnvironmentConnectorCommand extends Command
1158
- .classBuilder()
1159
- .ep(commonParams)
1160
- .m(function (Command, cs, config, o) {
1161
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1162
- })
1163
- .s("AmazonElasticVMwareService", "CreateEnvironmentConnector", {})
1164
- .n("EvsClient", "CreateEnvironmentConnectorCommand")
1165
- .sc(CreateEnvironmentConnector$)
1166
- .build() {
1135
+ class CreateEnvironmentConnectorCommand extends command(_ep0, _mw0, "CreateEnvironmentConnector", CreateEnvironmentConnector$) {
1167
1136
  }
1168
1137
 
1169
- class CreateEnvironmentHostCommand extends Command
1170
- .classBuilder()
1171
- .ep(commonParams)
1172
- .m(function (Command, cs, config, o) {
1173
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1174
- })
1175
- .s("AmazonElasticVMwareService", "CreateEnvironmentHost", {})
1176
- .n("EvsClient", "CreateEnvironmentHostCommand")
1177
- .sc(CreateEnvironmentHost$)
1178
- .build() {
1138
+ class CreateEnvironmentHostCommand extends command(_ep0, _mw0, "CreateEnvironmentHost", CreateEnvironmentHost$) {
1179
1139
  }
1180
1140
 
1181
- class DeleteEntitlementCommand extends Command
1182
- .classBuilder()
1183
- .ep(commonParams)
1184
- .m(function (Command, cs, config, o) {
1185
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1186
- })
1187
- .s("AmazonElasticVMwareService", "DeleteEntitlement", {})
1188
- .n("EvsClient", "DeleteEntitlementCommand")
1189
- .sc(DeleteEntitlement$)
1190
- .build() {
1141
+ class DeleteEntitlementCommand extends command(_ep0, _mw0, "DeleteEntitlement", DeleteEntitlement$) {
1191
1142
  }
1192
1143
 
1193
- class DeleteEnvironmentCommand extends Command
1194
- .classBuilder()
1195
- .ep(commonParams)
1196
- .m(function (Command, cs, config, o) {
1197
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1198
- })
1199
- .s("AmazonElasticVMwareService", "DeleteEnvironment", {})
1200
- .n("EvsClient", "DeleteEnvironmentCommand")
1201
- .sc(DeleteEnvironment$)
1202
- .build() {
1144
+ class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
1203
1145
  }
1204
1146
 
1205
- class DeleteEnvironmentConnectorCommand extends Command
1206
- .classBuilder()
1207
- .ep(commonParams)
1208
- .m(function (Command, cs, config, o) {
1209
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1210
- })
1211
- .s("AmazonElasticVMwareService", "DeleteEnvironmentConnector", {})
1212
- .n("EvsClient", "DeleteEnvironmentConnectorCommand")
1213
- .sc(DeleteEnvironmentConnector$)
1214
- .build() {
1147
+ class DeleteEnvironmentConnectorCommand extends command(_ep0, _mw0, "DeleteEnvironmentConnector", DeleteEnvironmentConnector$) {
1215
1148
  }
1216
1149
 
1217
- class DeleteEnvironmentHostCommand extends Command
1218
- .classBuilder()
1219
- .ep(commonParams)
1220
- .m(function (Command, cs, config, o) {
1221
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1222
- })
1223
- .s("AmazonElasticVMwareService", "DeleteEnvironmentHost", {})
1224
- .n("EvsClient", "DeleteEnvironmentHostCommand")
1225
- .sc(DeleteEnvironmentHost$)
1226
- .build() {
1150
+ class DeleteEnvironmentHostCommand extends command(_ep0, _mw0, "DeleteEnvironmentHost", DeleteEnvironmentHost$) {
1227
1151
  }
1228
1152
 
1229
- class DisassociateEipFromVlanCommand extends Command
1230
- .classBuilder()
1231
- .ep(commonParams)
1232
- .m(function (Command, cs, config, o) {
1233
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1234
- })
1235
- .s("AmazonElasticVMwareService", "DisassociateEipFromVlan", {})
1236
- .n("EvsClient", "DisassociateEipFromVlanCommand")
1237
- .sc(DisassociateEipFromVlan$)
1238
- .build() {
1153
+ class DisassociateEipFromVlanCommand extends command(_ep0, _mw0, "DisassociateEipFromVlan", DisassociateEipFromVlan$) {
1239
1154
  }
1240
1155
 
1241
- class GetDepotUrlCommand extends Command
1242
- .classBuilder()
1243
- .ep(commonParams)
1244
- .m(function (Command, cs, config, o) {
1245
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1246
- })
1247
- .s("AmazonElasticVMwareService", "GetDepotUrl", {})
1248
- .n("EvsClient", "GetDepotUrlCommand")
1249
- .sc(GetDepotUrl$)
1250
- .build() {
1156
+ class GetDepotUrlCommand extends command(_ep0, _mw0, "GetDepotUrl", GetDepotUrl$) {
1251
1157
  }
1252
1158
 
1253
- class GetEnvironmentCommand extends Command
1254
- .classBuilder()
1255
- .ep(commonParams)
1256
- .m(function (Command, cs, config, o) {
1257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1258
- })
1259
- .s("AmazonElasticVMwareService", "GetEnvironment", {})
1260
- .n("EvsClient", "GetEnvironmentCommand")
1261
- .sc(GetEnvironment$)
1262
- .build() {
1159
+ class GetEnvironmentCommand extends command(_ep0, _mw0, "GetEnvironment", GetEnvironment$) {
1263
1160
  }
1264
1161
 
1265
- class GetVersionsCommand extends Command
1266
- .classBuilder()
1267
- .ep(commonParams)
1268
- .m(function (Command, cs, config, o) {
1269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
- })
1271
- .s("AmazonElasticVMwareService", "GetVersions", {})
1272
- .n("EvsClient", "GetVersionsCommand")
1273
- .sc(GetVersions$)
1274
- .build() {
1162
+ class GetVersionsCommand extends command(_ep0, _mw0, "GetVersions", GetVersions$) {
1275
1163
  }
1276
1164
 
1277
- class ListEnvironmentConnectorsCommand extends Command
1278
- .classBuilder()
1279
- .ep(commonParams)
1280
- .m(function (Command, cs, config, o) {
1281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
- })
1283
- .s("AmazonElasticVMwareService", "ListEnvironmentConnectors", {})
1284
- .n("EvsClient", "ListEnvironmentConnectorsCommand")
1285
- .sc(ListEnvironmentConnectors$)
1286
- .build() {
1165
+ class ListEnvironmentConnectorsCommand extends command(_ep0, _mw0, "ListEnvironmentConnectors", ListEnvironmentConnectors$) {
1287
1166
  }
1288
1167
 
1289
- class ListEnvironmentHostsCommand extends Command
1290
- .classBuilder()
1291
- .ep(commonParams)
1292
- .m(function (Command, cs, config, o) {
1293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1294
- })
1295
- .s("AmazonElasticVMwareService", "ListEnvironmentHosts", {})
1296
- .n("EvsClient", "ListEnvironmentHostsCommand")
1297
- .sc(ListEnvironmentHosts$)
1298
- .build() {
1168
+ class ListEnvironmentHostsCommand extends command(_ep0, _mw0, "ListEnvironmentHosts", ListEnvironmentHosts$) {
1299
1169
  }
1300
1170
 
1301
- class ListEnvironmentsCommand extends Command
1302
- .classBuilder()
1303
- .ep(commonParams)
1304
- .m(function (Command, cs, config, o) {
1305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1306
- })
1307
- .s("AmazonElasticVMwareService", "ListEnvironments", {})
1308
- .n("EvsClient", "ListEnvironmentsCommand")
1309
- .sc(ListEnvironments$)
1310
- .build() {
1171
+ class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
1311
1172
  }
1312
1173
 
1313
- class ListEnvironmentVlansCommand extends Command
1314
- .classBuilder()
1315
- .ep(commonParams)
1316
- .m(function (Command, cs, config, o) {
1317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1318
- })
1319
- .s("AmazonElasticVMwareService", "ListEnvironmentVlans", {})
1320
- .n("EvsClient", "ListEnvironmentVlansCommand")
1321
- .sc(ListEnvironmentVlans$)
1322
- .build() {
1174
+ class ListEnvironmentVlansCommand extends command(_ep0, _mw0, "ListEnvironmentVlans", ListEnvironmentVlans$) {
1323
1175
  }
1324
1176
 
1325
- class ListTagsForResourceCommand extends Command
1326
- .classBuilder()
1327
- .ep(commonParams)
1328
- .m(function (Command, cs, config, o) {
1329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1330
- })
1331
- .s("AmazonElasticVMwareService", "ListTagsForResource", {})
1332
- .n("EvsClient", "ListTagsForResourceCommand")
1333
- .sc(ListTagsForResource$)
1334
- .build() {
1177
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1335
1178
  }
1336
1179
 
1337
- class ListVmEntitlementsCommand extends Command
1338
- .classBuilder()
1339
- .ep(commonParams)
1340
- .m(function (Command, cs, config, o) {
1341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1342
- })
1343
- .s("AmazonElasticVMwareService", "ListVmEntitlements", {})
1344
- .n("EvsClient", "ListVmEntitlementsCommand")
1345
- .sc(ListVmEntitlements$)
1346
- .build() {
1180
+ class ListVmEntitlementsCommand extends command(_ep0, _mw0, "ListVmEntitlements", ListVmEntitlements$) {
1347
1181
  }
1348
1182
 
1349
- class TagResourceCommand extends Command
1350
- .classBuilder()
1351
- .ep(commonParams)
1352
- .m(function (Command, cs, config, o) {
1353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1354
- })
1355
- .s("AmazonElasticVMwareService", "TagResource", {})
1356
- .n("EvsClient", "TagResourceCommand")
1357
- .sc(TagResource$)
1358
- .build() {
1183
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1359
1184
  }
1360
1185
 
1361
- class UntagResourceCommand extends Command
1362
- .classBuilder()
1363
- .ep(commonParams)
1364
- .m(function (Command, cs, config, o) {
1365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1366
- })
1367
- .s("AmazonElasticVMwareService", "UntagResource", {})
1368
- .n("EvsClient", "UntagResourceCommand")
1369
- .sc(UntagResource$)
1370
- .build() {
1186
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1371
1187
  }
1372
1188
 
1373
- class UpdateEnvironmentConnectorCommand extends Command
1374
- .classBuilder()
1375
- .ep(commonParams)
1376
- .m(function (Command, cs, config, o) {
1377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1378
- })
1379
- .s("AmazonElasticVMwareService", "UpdateEnvironmentConnector", {})
1380
- .n("EvsClient", "UpdateEnvironmentConnectorCommand")
1381
- .sc(UpdateEnvironmentConnector$)
1382
- .build() {
1189
+ class UpdateEnvironmentConnectorCommand extends command(_ep0, _mw0, "UpdateEnvironmentConnector", UpdateEnvironmentConnector$) {
1383
1190
  }
1384
1191
 
1385
1192
  const paginateListEnvironmentConnectors = createPaginator(EvsClient, ListEnvironmentConnectorsCommand, "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, "AmazonElasticVMwareService", "EvsClient", 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 { AssociateEipToVlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateEipToVlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "AssociateEipToVlan", {})
13
- .n("EvsClient", "AssociateEipToVlanCommand")
14
- .sc(AssociateEipToVlan$)
15
- .build() {
3
+ export class AssociateEipToVlanCommand extends command(_ep0, _mw0, "AssociateEipToVlan", AssociateEipToVlan$) {
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 { CreateEntitlement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEntitlementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "CreateEntitlement", {})
13
- .n("EvsClient", "CreateEntitlementCommand")
14
- .sc(CreateEntitlement$)
15
- .build() {
3
+ export class CreateEntitlementCommand extends command(_ep0, _mw0, "CreateEntitlement", CreateEntitlement$) {
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 { CreateEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "CreateEnvironment", {})
13
- .n("EvsClient", "CreateEnvironmentCommand")
14
- .sc(CreateEnvironment$)
15
- .build() {
3
+ export class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
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 { CreateEnvironmentConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEnvironmentConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "CreateEnvironmentConnector", {})
13
- .n("EvsClient", "CreateEnvironmentConnectorCommand")
14
- .sc(CreateEnvironmentConnector$)
15
- .build() {
3
+ export class CreateEnvironmentConnectorCommand extends command(_ep0, _mw0, "CreateEnvironmentConnector", CreateEnvironmentConnector$) {
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 { CreateEnvironmentHost$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEnvironmentHostCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "CreateEnvironmentHost", {})
13
- .n("EvsClient", "CreateEnvironmentHostCommand")
14
- .sc(CreateEnvironmentHost$)
15
- .build() {
3
+ export class CreateEnvironmentHostCommand extends command(_ep0, _mw0, "CreateEnvironmentHost", CreateEnvironmentHost$) {
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 { DeleteEntitlement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEntitlementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "DeleteEntitlement", {})
13
- .n("EvsClient", "DeleteEntitlementCommand")
14
- .sc(DeleteEntitlement$)
15
- .build() {
3
+ export class DeleteEntitlementCommand extends command(_ep0, _mw0, "DeleteEntitlement", DeleteEntitlement$) {
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 { DeleteEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "DeleteEnvironment", {})
13
- .n("EvsClient", "DeleteEnvironmentCommand")
14
- .sc(DeleteEnvironment$)
15
- .build() {
3
+ export class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
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 { DeleteEnvironmentConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEnvironmentConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "DeleteEnvironmentConnector", {})
13
- .n("EvsClient", "DeleteEnvironmentConnectorCommand")
14
- .sc(DeleteEnvironmentConnector$)
15
- .build() {
3
+ export class DeleteEnvironmentConnectorCommand extends command(_ep0, _mw0, "DeleteEnvironmentConnector", DeleteEnvironmentConnector$) {
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 { DeleteEnvironmentHost$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEnvironmentHostCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "DeleteEnvironmentHost", {})
13
- .n("EvsClient", "DeleteEnvironmentHostCommand")
14
- .sc(DeleteEnvironmentHost$)
15
- .build() {
3
+ export class DeleteEnvironmentHostCommand extends command(_ep0, _mw0, "DeleteEnvironmentHost", DeleteEnvironmentHost$) {
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 { DisassociateEipFromVlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateEipFromVlanCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "DisassociateEipFromVlan", {})
13
- .n("EvsClient", "DisassociateEipFromVlanCommand")
14
- .sc(DisassociateEipFromVlan$)
15
- .build() {
3
+ export class DisassociateEipFromVlanCommand extends command(_ep0, _mw0, "DisassociateEipFromVlan", DisassociateEipFromVlan$) {
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 { GetDepotUrl$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDepotUrlCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "GetDepotUrl", {})
13
- .n("EvsClient", "GetDepotUrlCommand")
14
- .sc(GetDepotUrl$)
15
- .build() {
3
+ export class GetDepotUrlCommand extends command(_ep0, _mw0, "GetDepotUrl", GetDepotUrl$) {
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 { GetEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "GetEnvironment", {})
13
- .n("EvsClient", "GetEnvironmentCommand")
14
- .sc(GetEnvironment$)
15
- .build() {
3
+ export class GetEnvironmentCommand extends command(_ep0, _mw0, "GetEnvironment", GetEnvironment$) {
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 { GetVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "GetVersions", {})
13
- .n("EvsClient", "GetVersionsCommand")
14
- .sc(GetVersions$)
15
- .build() {
3
+ export class GetVersionsCommand extends command(_ep0, _mw0, "GetVersions", GetVersions$) {
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 { ListEnvironmentConnectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentConnectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListEnvironmentConnectors", {})
13
- .n("EvsClient", "ListEnvironmentConnectorsCommand")
14
- .sc(ListEnvironmentConnectors$)
15
- .build() {
3
+ export class ListEnvironmentConnectorsCommand extends command(_ep0, _mw0, "ListEnvironmentConnectors", ListEnvironmentConnectors$) {
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 { ListEnvironmentHosts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentHostsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListEnvironmentHosts", {})
13
- .n("EvsClient", "ListEnvironmentHostsCommand")
14
- .sc(ListEnvironmentHosts$)
15
- .build() {
3
+ export class ListEnvironmentHostsCommand extends command(_ep0, _mw0, "ListEnvironmentHosts", ListEnvironmentHosts$) {
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 { ListEnvironmentVlans$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentVlansCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonElasticVMwareService", "ListEnvironmentVlans", {})
13
- .n("EvsClient", "ListEnvironmentVlansCommand")
14
- .sc(ListEnvironmentVlans$)
15
- .build() {
3
+ export class ListEnvironmentVlansCommand extends command(_ep0, _mw0, "ListEnvironmentVlans", ListEnvironmentVlans$) {
16
4
  }