@aws-sdk/client-application-insights 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 (107) hide show
  1. package/dist-cjs/index.js +41 -333
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddWorkloadCommand.js +2 -14
  4. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  5. package/dist-es/commands/CreateComponentCommand.js +2 -14
  6. package/dist-es/commands/CreateLogPatternCommand.js +2 -14
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  8. package/dist-es/commands/DeleteComponentCommand.js +2 -14
  9. package/dist-es/commands/DeleteLogPatternCommand.js +2 -14
  10. package/dist-es/commands/DescribeApplicationCommand.js +2 -14
  11. package/dist-es/commands/DescribeComponentCommand.js +2 -14
  12. package/dist-es/commands/DescribeComponentConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -14
  14. package/dist-es/commands/DescribeLogPatternCommand.js +2 -14
  15. package/dist-es/commands/DescribeObservationCommand.js +2 -14
  16. package/dist-es/commands/DescribeProblemCommand.js +2 -14
  17. package/dist-es/commands/DescribeProblemObservationsCommand.js +2 -14
  18. package/dist-es/commands/DescribeWorkloadCommand.js +2 -14
  19. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  20. package/dist-es/commands/ListComponentsCommand.js +2 -14
  21. package/dist-es/commands/ListConfigurationHistoryCommand.js +2 -14
  22. package/dist-es/commands/ListLogPatternSetsCommand.js +2 -14
  23. package/dist-es/commands/ListLogPatternsCommand.js +2 -14
  24. package/dist-es/commands/ListProblemsCommand.js +2 -14
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  26. package/dist-es/commands/ListWorkloadsCommand.js +2 -14
  27. package/dist-es/commands/RemoveWorkloadCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  31. package/dist-es/commands/UpdateComponentCommand.js +2 -14
  32. package/dist-es/commands/UpdateComponentConfigurationCommand.js +2 -14
  33. package/dist-es/commands/UpdateLogPatternCommand.js +2 -14
  34. package/dist-es/commands/UpdateProblemCommand.js +2 -14
  35. package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AddWorkloadCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateComponentCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateLogPatternCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteComponentCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteLogPatternCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeComponentCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeLogPatternCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeObservationCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeProblemCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeWorkloadCommand.d.ts +3 -8
  54. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +3 -8
  57. package/dist-types/commands/ListLogPatternSetsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListLogPatternsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListProblemsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
  62. package/dist-types/commands/RemoveWorkloadCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateComponentCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateLogPatternCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateProblemCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. 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
 
@@ -1200,400 +1201,107 @@ class ApplicationInsightsClient extends Client {
1200
1201
  }
1201
1202
  }
1202
1203
 
1203
- class AddWorkloadCommand extends Command
1204
- .classBuilder()
1205
- .ep(commonParams)
1206
- .m(function (Command, cs, config, o) {
1207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1208
- })
1209
- .s("EC2WindowsBarleyService", "AddWorkload", {})
1210
- .n("ApplicationInsightsClient", "AddWorkloadCommand")
1211
- .sc(AddWorkload$)
1212
- .build() {
1204
+ const command = makeBuilder(commonParams, "EC2WindowsBarleyService", "ApplicationInsightsClient", getEndpointPlugin);
1205
+ const _ep0 = {};
1206
+ const _mw0 = (Command, cs, config, o) => [];
1207
+
1208
+ class AddWorkloadCommand extends command(_ep0, _mw0, "AddWorkload", AddWorkload$) {
1213
1209
  }
1214
1210
 
1215
- class CreateApplicationCommand extends Command
1216
- .classBuilder()
1217
- .ep(commonParams)
1218
- .m(function (Command, cs, config, o) {
1219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1220
- })
1221
- .s("EC2WindowsBarleyService", "CreateApplication", {})
1222
- .n("ApplicationInsightsClient", "CreateApplicationCommand")
1223
- .sc(CreateApplication$)
1224
- .build() {
1211
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
1225
1212
  }
1226
1213
 
1227
- class CreateComponentCommand extends Command
1228
- .classBuilder()
1229
- .ep(commonParams)
1230
- .m(function (Command, cs, config, o) {
1231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1232
- })
1233
- .s("EC2WindowsBarleyService", "CreateComponent", {})
1234
- .n("ApplicationInsightsClient", "CreateComponentCommand")
1235
- .sc(CreateComponent$)
1236
- .build() {
1214
+ class CreateComponentCommand extends command(_ep0, _mw0, "CreateComponent", CreateComponent$) {
1237
1215
  }
1238
1216
 
1239
- class CreateLogPatternCommand extends Command
1240
- .classBuilder()
1241
- .ep(commonParams)
1242
- .m(function (Command, cs, config, o) {
1243
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1244
- })
1245
- .s("EC2WindowsBarleyService", "CreateLogPattern", {})
1246
- .n("ApplicationInsightsClient", "CreateLogPatternCommand")
1247
- .sc(CreateLogPattern$)
1248
- .build() {
1217
+ class CreateLogPatternCommand extends command(_ep0, _mw0, "CreateLogPattern", CreateLogPattern$) {
1249
1218
  }
1250
1219
 
1251
- class DeleteApplicationCommand extends Command
1252
- .classBuilder()
1253
- .ep(commonParams)
1254
- .m(function (Command, cs, config, o) {
1255
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1256
- })
1257
- .s("EC2WindowsBarleyService", "DeleteApplication", {})
1258
- .n("ApplicationInsightsClient", "DeleteApplicationCommand")
1259
- .sc(DeleteApplication$)
1260
- .build() {
1220
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
1261
1221
  }
1262
1222
 
1263
- class DeleteComponentCommand extends Command
1264
- .classBuilder()
1265
- .ep(commonParams)
1266
- .m(function (Command, cs, config, o) {
1267
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1268
- })
1269
- .s("EC2WindowsBarleyService", "DeleteComponent", {})
1270
- .n("ApplicationInsightsClient", "DeleteComponentCommand")
1271
- .sc(DeleteComponent$)
1272
- .build() {
1223
+ class DeleteComponentCommand extends command(_ep0, _mw0, "DeleteComponent", DeleteComponent$) {
1273
1224
  }
1274
1225
 
1275
- class DeleteLogPatternCommand extends Command
1276
- .classBuilder()
1277
- .ep(commonParams)
1278
- .m(function (Command, cs, config, o) {
1279
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1280
- })
1281
- .s("EC2WindowsBarleyService", "DeleteLogPattern", {})
1282
- .n("ApplicationInsightsClient", "DeleteLogPatternCommand")
1283
- .sc(DeleteLogPattern$)
1284
- .build() {
1226
+ class DeleteLogPatternCommand extends command(_ep0, _mw0, "DeleteLogPattern", DeleteLogPattern$) {
1285
1227
  }
1286
1228
 
1287
- class DescribeApplicationCommand extends Command
1288
- .classBuilder()
1289
- .ep(commonParams)
1290
- .m(function (Command, cs, config, o) {
1291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1292
- })
1293
- .s("EC2WindowsBarleyService", "DescribeApplication", {})
1294
- .n("ApplicationInsightsClient", "DescribeApplicationCommand")
1295
- .sc(DescribeApplication$)
1296
- .build() {
1229
+ class DescribeApplicationCommand extends command(_ep0, _mw0, "DescribeApplication", DescribeApplication$) {
1297
1230
  }
1298
1231
 
1299
- class DescribeComponentCommand extends Command
1300
- .classBuilder()
1301
- .ep(commonParams)
1302
- .m(function (Command, cs, config, o) {
1303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1304
- })
1305
- .s("EC2WindowsBarleyService", "DescribeComponent", {})
1306
- .n("ApplicationInsightsClient", "DescribeComponentCommand")
1307
- .sc(DescribeComponent$)
1308
- .build() {
1232
+ class DescribeComponentCommand extends command(_ep0, _mw0, "DescribeComponent", DescribeComponent$) {
1309
1233
  }
1310
1234
 
1311
- class DescribeComponentConfigurationCommand extends Command
1312
- .classBuilder()
1313
- .ep(commonParams)
1314
- .m(function (Command, cs, config, o) {
1315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1316
- })
1317
- .s("EC2WindowsBarleyService", "DescribeComponentConfiguration", {})
1318
- .n("ApplicationInsightsClient", "DescribeComponentConfigurationCommand")
1319
- .sc(DescribeComponentConfiguration$)
1320
- .build() {
1235
+ class DescribeComponentConfigurationCommand extends command(_ep0, _mw0, "DescribeComponentConfiguration", DescribeComponentConfiguration$) {
1321
1236
  }
1322
1237
 
1323
- class DescribeComponentConfigurationRecommendationCommand extends Command
1324
- .classBuilder()
1325
- .ep(commonParams)
1326
- .m(function (Command, cs, config, o) {
1327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1328
- })
1329
- .s("EC2WindowsBarleyService", "DescribeComponentConfigurationRecommendation", {})
1330
- .n("ApplicationInsightsClient", "DescribeComponentConfigurationRecommendationCommand")
1331
- .sc(DescribeComponentConfigurationRecommendation$)
1332
- .build() {
1238
+ class DescribeComponentConfigurationRecommendationCommand extends command(_ep0, _mw0, "DescribeComponentConfigurationRecommendation", DescribeComponentConfigurationRecommendation$) {
1333
1239
  }
1334
1240
 
1335
- class DescribeLogPatternCommand extends Command
1336
- .classBuilder()
1337
- .ep(commonParams)
1338
- .m(function (Command, cs, config, o) {
1339
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1340
- })
1341
- .s("EC2WindowsBarleyService", "DescribeLogPattern", {})
1342
- .n("ApplicationInsightsClient", "DescribeLogPatternCommand")
1343
- .sc(DescribeLogPattern$)
1344
- .build() {
1241
+ class DescribeLogPatternCommand extends command(_ep0, _mw0, "DescribeLogPattern", DescribeLogPattern$) {
1345
1242
  }
1346
1243
 
1347
- class DescribeObservationCommand extends Command
1348
- .classBuilder()
1349
- .ep(commonParams)
1350
- .m(function (Command, cs, config, o) {
1351
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1352
- })
1353
- .s("EC2WindowsBarleyService", "DescribeObservation", {})
1354
- .n("ApplicationInsightsClient", "DescribeObservationCommand")
1355
- .sc(DescribeObservation$)
1356
- .build() {
1244
+ class DescribeObservationCommand extends command(_ep0, _mw0, "DescribeObservation", DescribeObservation$) {
1357
1245
  }
1358
1246
 
1359
- class DescribeProblemCommand extends Command
1360
- .classBuilder()
1361
- .ep(commonParams)
1362
- .m(function (Command, cs, config, o) {
1363
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1364
- })
1365
- .s("EC2WindowsBarleyService", "DescribeProblem", {})
1366
- .n("ApplicationInsightsClient", "DescribeProblemCommand")
1367
- .sc(DescribeProblem$)
1368
- .build() {
1247
+ class DescribeProblemCommand extends command(_ep0, _mw0, "DescribeProblem", DescribeProblem$) {
1369
1248
  }
1370
1249
 
1371
- class DescribeProblemObservationsCommand extends Command
1372
- .classBuilder()
1373
- .ep(commonParams)
1374
- .m(function (Command, cs, config, o) {
1375
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1376
- })
1377
- .s("EC2WindowsBarleyService", "DescribeProblemObservations", {})
1378
- .n("ApplicationInsightsClient", "DescribeProblemObservationsCommand")
1379
- .sc(DescribeProblemObservations$)
1380
- .build() {
1250
+ class DescribeProblemObservationsCommand extends command(_ep0, _mw0, "DescribeProblemObservations", DescribeProblemObservations$) {
1381
1251
  }
1382
1252
 
1383
- class DescribeWorkloadCommand extends Command
1384
- .classBuilder()
1385
- .ep(commonParams)
1386
- .m(function (Command, cs, config, o) {
1387
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1388
- })
1389
- .s("EC2WindowsBarleyService", "DescribeWorkload", {})
1390
- .n("ApplicationInsightsClient", "DescribeWorkloadCommand")
1391
- .sc(DescribeWorkload$)
1392
- .build() {
1253
+ class DescribeWorkloadCommand extends command(_ep0, _mw0, "DescribeWorkload", DescribeWorkload$) {
1393
1254
  }
1394
1255
 
1395
- class ListApplicationsCommand extends Command
1396
- .classBuilder()
1397
- .ep(commonParams)
1398
- .m(function (Command, cs, config, o) {
1399
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1400
- })
1401
- .s("EC2WindowsBarleyService", "ListApplications", {})
1402
- .n("ApplicationInsightsClient", "ListApplicationsCommand")
1403
- .sc(ListApplications$)
1404
- .build() {
1256
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
1405
1257
  }
1406
1258
 
1407
- class ListComponentsCommand extends Command
1408
- .classBuilder()
1409
- .ep(commonParams)
1410
- .m(function (Command, cs, config, o) {
1411
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1412
- })
1413
- .s("EC2WindowsBarleyService", "ListComponents", {})
1414
- .n("ApplicationInsightsClient", "ListComponentsCommand")
1415
- .sc(ListComponents$)
1416
- .build() {
1259
+ class ListComponentsCommand extends command(_ep0, _mw0, "ListComponents", ListComponents$) {
1417
1260
  }
1418
1261
 
1419
- class ListConfigurationHistoryCommand extends Command
1420
- .classBuilder()
1421
- .ep(commonParams)
1422
- .m(function (Command, cs, config, o) {
1423
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1424
- })
1425
- .s("EC2WindowsBarleyService", "ListConfigurationHistory", {})
1426
- .n("ApplicationInsightsClient", "ListConfigurationHistoryCommand")
1427
- .sc(ListConfigurationHistory$)
1428
- .build() {
1262
+ class ListConfigurationHistoryCommand extends command(_ep0, _mw0, "ListConfigurationHistory", ListConfigurationHistory$) {
1429
1263
  }
1430
1264
 
1431
- class ListLogPatternsCommand extends Command
1432
- .classBuilder()
1433
- .ep(commonParams)
1434
- .m(function (Command, cs, config, o) {
1435
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1436
- })
1437
- .s("EC2WindowsBarleyService", "ListLogPatterns", {})
1438
- .n("ApplicationInsightsClient", "ListLogPatternsCommand")
1439
- .sc(ListLogPatterns$)
1440
- .build() {
1265
+ class ListLogPatternsCommand extends command(_ep0, _mw0, "ListLogPatterns", ListLogPatterns$) {
1441
1266
  }
1442
1267
 
1443
- class ListLogPatternSetsCommand extends Command
1444
- .classBuilder()
1445
- .ep(commonParams)
1446
- .m(function (Command, cs, config, o) {
1447
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1448
- })
1449
- .s("EC2WindowsBarleyService", "ListLogPatternSets", {})
1450
- .n("ApplicationInsightsClient", "ListLogPatternSetsCommand")
1451
- .sc(ListLogPatternSets$)
1452
- .build() {
1268
+ class ListLogPatternSetsCommand extends command(_ep0, _mw0, "ListLogPatternSets", ListLogPatternSets$) {
1453
1269
  }
1454
1270
 
1455
- class ListProblemsCommand extends Command
1456
- .classBuilder()
1457
- .ep(commonParams)
1458
- .m(function (Command, cs, config, o) {
1459
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1460
- })
1461
- .s("EC2WindowsBarleyService", "ListProblems", {})
1462
- .n("ApplicationInsightsClient", "ListProblemsCommand")
1463
- .sc(ListProblems$)
1464
- .build() {
1271
+ class ListProblemsCommand extends command(_ep0, _mw0, "ListProblems", ListProblems$) {
1465
1272
  }
1466
1273
 
1467
- class ListTagsForResourceCommand extends Command
1468
- .classBuilder()
1469
- .ep(commonParams)
1470
- .m(function (Command, cs, config, o) {
1471
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1472
- })
1473
- .s("EC2WindowsBarleyService", "ListTagsForResource", {})
1474
- .n("ApplicationInsightsClient", "ListTagsForResourceCommand")
1475
- .sc(ListTagsForResource$)
1476
- .build() {
1274
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1477
1275
  }
1478
1276
 
1479
- class ListWorkloadsCommand extends Command
1480
- .classBuilder()
1481
- .ep(commonParams)
1482
- .m(function (Command, cs, config, o) {
1483
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1484
- })
1485
- .s("EC2WindowsBarleyService", "ListWorkloads", {})
1486
- .n("ApplicationInsightsClient", "ListWorkloadsCommand")
1487
- .sc(ListWorkloads$)
1488
- .build() {
1277
+ class ListWorkloadsCommand extends command(_ep0, _mw0, "ListWorkloads", ListWorkloads$) {
1489
1278
  }
1490
1279
 
1491
- class RemoveWorkloadCommand extends Command
1492
- .classBuilder()
1493
- .ep(commonParams)
1494
- .m(function (Command, cs, config, o) {
1495
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1496
- })
1497
- .s("EC2WindowsBarleyService", "RemoveWorkload", {})
1498
- .n("ApplicationInsightsClient", "RemoveWorkloadCommand")
1499
- .sc(RemoveWorkload$)
1500
- .build() {
1280
+ class RemoveWorkloadCommand extends command(_ep0, _mw0, "RemoveWorkload", RemoveWorkload$) {
1501
1281
  }
1502
1282
 
1503
- class TagResourceCommand extends Command
1504
- .classBuilder()
1505
- .ep(commonParams)
1506
- .m(function (Command, cs, config, o) {
1507
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1508
- })
1509
- .s("EC2WindowsBarleyService", "TagResource", {})
1510
- .n("ApplicationInsightsClient", "TagResourceCommand")
1511
- .sc(TagResource$)
1512
- .build() {
1283
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1513
1284
  }
1514
1285
 
1515
- class UntagResourceCommand extends Command
1516
- .classBuilder()
1517
- .ep(commonParams)
1518
- .m(function (Command, cs, config, o) {
1519
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1520
- })
1521
- .s("EC2WindowsBarleyService", "UntagResource", {})
1522
- .n("ApplicationInsightsClient", "UntagResourceCommand")
1523
- .sc(UntagResource$)
1524
- .build() {
1286
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1525
1287
  }
1526
1288
 
1527
- class UpdateApplicationCommand extends Command
1528
- .classBuilder()
1529
- .ep(commonParams)
1530
- .m(function (Command, cs, config, o) {
1531
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1532
- })
1533
- .s("EC2WindowsBarleyService", "UpdateApplication", {})
1534
- .n("ApplicationInsightsClient", "UpdateApplicationCommand")
1535
- .sc(UpdateApplication$)
1536
- .build() {
1289
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
1537
1290
  }
1538
1291
 
1539
- class UpdateComponentCommand extends Command
1540
- .classBuilder()
1541
- .ep(commonParams)
1542
- .m(function (Command, cs, config, o) {
1543
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1544
- })
1545
- .s("EC2WindowsBarleyService", "UpdateComponent", {})
1546
- .n("ApplicationInsightsClient", "UpdateComponentCommand")
1547
- .sc(UpdateComponent$)
1548
- .build() {
1292
+ class UpdateComponentCommand extends command(_ep0, _mw0, "UpdateComponent", UpdateComponent$) {
1549
1293
  }
1550
1294
 
1551
- class UpdateComponentConfigurationCommand extends Command
1552
- .classBuilder()
1553
- .ep(commonParams)
1554
- .m(function (Command, cs, config, o) {
1555
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1556
- })
1557
- .s("EC2WindowsBarleyService", "UpdateComponentConfiguration", {})
1558
- .n("ApplicationInsightsClient", "UpdateComponentConfigurationCommand")
1559
- .sc(UpdateComponentConfiguration$)
1560
- .build() {
1295
+ class UpdateComponentConfigurationCommand extends command(_ep0, _mw0, "UpdateComponentConfiguration", UpdateComponentConfiguration$) {
1561
1296
  }
1562
1297
 
1563
- class UpdateLogPatternCommand extends Command
1564
- .classBuilder()
1565
- .ep(commonParams)
1566
- .m(function (Command, cs, config, o) {
1567
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1568
- })
1569
- .s("EC2WindowsBarleyService", "UpdateLogPattern", {})
1570
- .n("ApplicationInsightsClient", "UpdateLogPatternCommand")
1571
- .sc(UpdateLogPattern$)
1572
- .build() {
1298
+ class UpdateLogPatternCommand extends command(_ep0, _mw0, "UpdateLogPattern", UpdateLogPattern$) {
1573
1299
  }
1574
1300
 
1575
- class UpdateProblemCommand extends Command
1576
- .classBuilder()
1577
- .ep(commonParams)
1578
- .m(function (Command, cs, config, o) {
1579
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1580
- })
1581
- .s("EC2WindowsBarleyService", "UpdateProblem", {})
1582
- .n("ApplicationInsightsClient", "UpdateProblemCommand")
1583
- .sc(UpdateProblem$)
1584
- .build() {
1301
+ class UpdateProblemCommand extends command(_ep0, _mw0, "UpdateProblem", UpdateProblem$) {
1585
1302
  }
1586
1303
 
1587
- class UpdateWorkloadCommand extends Command
1588
- .classBuilder()
1589
- .ep(commonParams)
1590
- .m(function (Command, cs, config, o) {
1591
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1592
- })
1593
- .s("EC2WindowsBarleyService", "UpdateWorkload", {})
1594
- .n("ApplicationInsightsClient", "UpdateWorkloadCommand")
1595
- .sc(UpdateWorkload$)
1596
- .build() {
1304
+ class UpdateWorkloadCommand extends command(_ep0, _mw0, "UpdateWorkload", UpdateWorkload$) {
1597
1305
  }
1598
1306
 
1599
1307
  const paginateListApplications = createPaginator(ApplicationInsightsClient, ListApplicationsCommand, "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, "EC2WindowsBarleyService", "ApplicationInsightsClient", 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 { AddWorkload$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddWorkloadCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "AddWorkload", {})
13
- .n("ApplicationInsightsClient", "AddWorkloadCommand")
14
- .sc(AddWorkload$)
15
- .build() {
3
+ export class AddWorkloadCommand extends command(_ep0, _mw0, "AddWorkload", AddWorkload$) {
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 { CreateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "CreateApplication", {})
13
- .n("ApplicationInsightsClient", "CreateApplicationCommand")
14
- .sc(CreateApplication$)
15
- .build() {
3
+ export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
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 { CreateComponent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateComponentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "CreateComponent", {})
13
- .n("ApplicationInsightsClient", "CreateComponentCommand")
14
- .sc(CreateComponent$)
15
- .build() {
3
+ export class CreateComponentCommand extends command(_ep0, _mw0, "CreateComponent", CreateComponent$) {
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 { CreateLogPattern$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLogPatternCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "CreateLogPattern", {})
13
- .n("ApplicationInsightsClient", "CreateLogPatternCommand")
14
- .sc(CreateLogPattern$)
15
- .build() {
3
+ export class CreateLogPatternCommand extends command(_ep0, _mw0, "CreateLogPattern", CreateLogPattern$) {
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 { DeleteApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DeleteApplication", {})
13
- .n("ApplicationInsightsClient", "DeleteApplicationCommand")
14
- .sc(DeleteApplication$)
15
- .build() {
3
+ export class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
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 { DeleteComponent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteComponentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DeleteComponent", {})
13
- .n("ApplicationInsightsClient", "DeleteComponentCommand")
14
- .sc(DeleteComponent$)
15
- .build() {
3
+ export class DeleteComponentCommand extends command(_ep0, _mw0, "DeleteComponent", DeleteComponent$) {
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 { DeleteLogPattern$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLogPatternCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DeleteLogPattern", {})
13
- .n("ApplicationInsightsClient", "DeleteLogPatternCommand")
14
- .sc(DeleteLogPattern$)
15
- .build() {
3
+ export class DeleteLogPatternCommand extends command(_ep0, _mw0, "DeleteLogPattern", DeleteLogPattern$) {
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 { DescribeApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DescribeApplication", {})
13
- .n("ApplicationInsightsClient", "DescribeApplicationCommand")
14
- .sc(DescribeApplication$)
15
- .build() {
3
+ export class DescribeApplicationCommand extends command(_ep0, _mw0, "DescribeApplication", DescribeApplication$) {
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 { DescribeComponent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeComponentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DescribeComponent", {})
13
- .n("ApplicationInsightsClient", "DescribeComponentCommand")
14
- .sc(DescribeComponent$)
15
- .build() {
3
+ export class DescribeComponentCommand extends command(_ep0, _mw0, "DescribeComponent", DescribeComponent$) {
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 { DescribeComponentConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeComponentConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2WindowsBarleyService", "DescribeComponentConfiguration", {})
13
- .n("ApplicationInsightsClient", "DescribeComponentConfigurationCommand")
14
- .sc(DescribeComponentConfiguration$)
15
- .build() {
3
+ export class DescribeComponentConfigurationCommand extends command(_ep0, _mw0, "DescribeComponentConfiguration", DescribeComponentConfiguration$) {
16
4
  }