@aws-sdk/client-appfabric 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 (86) hide show
  1. package/dist-cjs/index.js +34 -263
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +2 -14
  4. package/dist-es/commands/ConnectAppAuthorizationCommand.js +2 -14
  5. package/dist-es/commands/CreateAppAuthorizationCommand.js +2 -14
  6. package/dist-es/commands/CreateAppBundleCommand.js +2 -14
  7. package/dist-es/commands/CreateIngestionCommand.js +2 -14
  8. package/dist-es/commands/CreateIngestionDestinationCommand.js +2 -14
  9. package/dist-es/commands/DeleteAppAuthorizationCommand.js +2 -14
  10. package/dist-es/commands/DeleteAppBundleCommand.js +2 -14
  11. package/dist-es/commands/DeleteIngestionCommand.js +2 -14
  12. package/dist-es/commands/DeleteIngestionDestinationCommand.js +2 -14
  13. package/dist-es/commands/GetAppAuthorizationCommand.js +2 -14
  14. package/dist-es/commands/GetAppBundleCommand.js +2 -14
  15. package/dist-es/commands/GetIngestionCommand.js +2 -14
  16. package/dist-es/commands/GetIngestionDestinationCommand.js +2 -14
  17. package/dist-es/commands/ListAppAuthorizationsCommand.js +2 -14
  18. package/dist-es/commands/ListAppBundlesCommand.js +2 -14
  19. package/dist-es/commands/ListIngestionDestinationsCommand.js +2 -14
  20. package/dist-es/commands/ListIngestionsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/StartIngestionCommand.js +2 -14
  23. package/dist-es/commands/StartUserAccessTasksCommand.js +2 -14
  24. package/dist-es/commands/StopIngestionCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/UntagResourceCommand.js +2 -14
  27. package/dist-es/commands/UpdateAppAuthorizationCommand.js +2 -14
  28. package/dist-es/commands/UpdateIngestionDestinationCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +3 -8
  32. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateAppBundleCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateIngestionCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteAppBundleCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteIngestionCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +3 -8
  41. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +3 -8
  42. package/dist-types/commands/GetAppBundleCommand.d.ts +3 -8
  43. package/dist-types/commands/GetIngestionCommand.d.ts +3 -8
  44. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListAppBundlesCommand.d.ts +3 -8
  47. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListIngestionsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/StartIngestionCommand.d.ts +3 -8
  51. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +3 -8
  52. package/dist-types/commands/StopIngestionCommand.d.ts +3 -8
  53. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. 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
 
@@ -1155,316 +1156,86 @@ class AppFabricClient extends Client {
1155
1156
  }
1156
1157
  }
1157
1158
 
1158
- class BatchGetUserAccessTasksCommand extends Command
1159
- .classBuilder()
1160
- .ep(commonParams)
1161
- .m(function (Command, cs, config, o) {
1162
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
- })
1164
- .s("FabricFrontEndService", "BatchGetUserAccessTasks", {})
1165
- .n("AppFabricClient", "BatchGetUserAccessTasksCommand")
1166
- .sc(BatchGetUserAccessTasks$)
1167
- .build() {
1159
+ const command = makeBuilder(commonParams, "FabricFrontEndService", "AppFabricClient", getEndpointPlugin);
1160
+ const _ep0 = {};
1161
+ const _mw0 = (Command, cs, config, o) => [];
1162
+
1163
+ class BatchGetUserAccessTasksCommand extends command(_ep0, _mw0, "BatchGetUserAccessTasks", BatchGetUserAccessTasks$) {
1168
1164
  }
1169
1165
 
1170
- class ConnectAppAuthorizationCommand extends Command
1171
- .classBuilder()
1172
- .ep(commonParams)
1173
- .m(function (Command, cs, config, o) {
1174
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
- })
1176
- .s("FabricFrontEndService", "ConnectAppAuthorization", {})
1177
- .n("AppFabricClient", "ConnectAppAuthorizationCommand")
1178
- .sc(ConnectAppAuthorization$)
1179
- .build() {
1166
+ class ConnectAppAuthorizationCommand extends command(_ep0, _mw0, "ConnectAppAuthorization", ConnectAppAuthorization$) {
1180
1167
  }
1181
1168
 
1182
- class CreateAppAuthorizationCommand extends Command
1183
- .classBuilder()
1184
- .ep(commonParams)
1185
- .m(function (Command, cs, config, o) {
1186
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
- })
1188
- .s("FabricFrontEndService", "CreateAppAuthorization", {})
1189
- .n("AppFabricClient", "CreateAppAuthorizationCommand")
1190
- .sc(CreateAppAuthorization$)
1191
- .build() {
1169
+ class CreateAppAuthorizationCommand extends command(_ep0, _mw0, "CreateAppAuthorization", CreateAppAuthorization$) {
1192
1170
  }
1193
1171
 
1194
- class CreateAppBundleCommand extends Command
1195
- .classBuilder()
1196
- .ep(commonParams)
1197
- .m(function (Command, cs, config, o) {
1198
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
- })
1200
- .s("FabricFrontEndService", "CreateAppBundle", {})
1201
- .n("AppFabricClient", "CreateAppBundleCommand")
1202
- .sc(CreateAppBundle$)
1203
- .build() {
1172
+ class CreateAppBundleCommand extends command(_ep0, _mw0, "CreateAppBundle", CreateAppBundle$) {
1204
1173
  }
1205
1174
 
1206
- class CreateIngestionCommand extends Command
1207
- .classBuilder()
1208
- .ep(commonParams)
1209
- .m(function (Command, cs, config, o) {
1210
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
- })
1212
- .s("FabricFrontEndService", "CreateIngestion", {})
1213
- .n("AppFabricClient", "CreateIngestionCommand")
1214
- .sc(CreateIngestion$)
1215
- .build() {
1175
+ class CreateIngestionCommand extends command(_ep0, _mw0, "CreateIngestion", CreateIngestion$) {
1216
1176
  }
1217
1177
 
1218
- class CreateIngestionDestinationCommand extends Command
1219
- .classBuilder()
1220
- .ep(commonParams)
1221
- .m(function (Command, cs, config, o) {
1222
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
- })
1224
- .s("FabricFrontEndService", "CreateIngestionDestination", {})
1225
- .n("AppFabricClient", "CreateIngestionDestinationCommand")
1226
- .sc(CreateIngestionDestination$)
1227
- .build() {
1178
+ class CreateIngestionDestinationCommand extends command(_ep0, _mw0, "CreateIngestionDestination", CreateIngestionDestination$) {
1228
1179
  }
1229
1180
 
1230
- class DeleteAppAuthorizationCommand extends Command
1231
- .classBuilder()
1232
- .ep(commonParams)
1233
- .m(function (Command, cs, config, o) {
1234
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
- })
1236
- .s("FabricFrontEndService", "DeleteAppAuthorization", {})
1237
- .n("AppFabricClient", "DeleteAppAuthorizationCommand")
1238
- .sc(DeleteAppAuthorization$)
1239
- .build() {
1181
+ class DeleteAppAuthorizationCommand extends command(_ep0, _mw0, "DeleteAppAuthorization", DeleteAppAuthorization$) {
1240
1182
  }
1241
1183
 
1242
- class DeleteAppBundleCommand extends Command
1243
- .classBuilder()
1244
- .ep(commonParams)
1245
- .m(function (Command, cs, config, o) {
1246
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
- })
1248
- .s("FabricFrontEndService", "DeleteAppBundle", {})
1249
- .n("AppFabricClient", "DeleteAppBundleCommand")
1250
- .sc(DeleteAppBundle$)
1251
- .build() {
1184
+ class DeleteAppBundleCommand extends command(_ep0, _mw0, "DeleteAppBundle", DeleteAppBundle$) {
1252
1185
  }
1253
1186
 
1254
- class DeleteIngestionCommand extends Command
1255
- .classBuilder()
1256
- .ep(commonParams)
1257
- .m(function (Command, cs, config, o) {
1258
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
- })
1260
- .s("FabricFrontEndService", "DeleteIngestion", {})
1261
- .n("AppFabricClient", "DeleteIngestionCommand")
1262
- .sc(DeleteIngestion$)
1263
- .build() {
1187
+ class DeleteIngestionCommand extends command(_ep0, _mw0, "DeleteIngestion", DeleteIngestion$) {
1264
1188
  }
1265
1189
 
1266
- class DeleteIngestionDestinationCommand extends Command
1267
- .classBuilder()
1268
- .ep(commonParams)
1269
- .m(function (Command, cs, config, o) {
1270
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
- })
1272
- .s("FabricFrontEndService", "DeleteIngestionDestination", {})
1273
- .n("AppFabricClient", "DeleteIngestionDestinationCommand")
1274
- .sc(DeleteIngestionDestination$)
1275
- .build() {
1190
+ class DeleteIngestionDestinationCommand extends command(_ep0, _mw0, "DeleteIngestionDestination", DeleteIngestionDestination$) {
1276
1191
  }
1277
1192
 
1278
- class GetAppAuthorizationCommand extends Command
1279
- .classBuilder()
1280
- .ep(commonParams)
1281
- .m(function (Command, cs, config, o) {
1282
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
- })
1284
- .s("FabricFrontEndService", "GetAppAuthorization", {})
1285
- .n("AppFabricClient", "GetAppAuthorizationCommand")
1286
- .sc(GetAppAuthorization$)
1287
- .build() {
1193
+ class GetAppAuthorizationCommand extends command(_ep0, _mw0, "GetAppAuthorization", GetAppAuthorization$) {
1288
1194
  }
1289
1195
 
1290
- class GetAppBundleCommand extends Command
1291
- .classBuilder()
1292
- .ep(commonParams)
1293
- .m(function (Command, cs, config, o) {
1294
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
- })
1296
- .s("FabricFrontEndService", "GetAppBundle", {})
1297
- .n("AppFabricClient", "GetAppBundleCommand")
1298
- .sc(GetAppBundle$)
1299
- .build() {
1196
+ class GetAppBundleCommand extends command(_ep0, _mw0, "GetAppBundle", GetAppBundle$) {
1300
1197
  }
1301
1198
 
1302
- class GetIngestionCommand extends Command
1303
- .classBuilder()
1304
- .ep(commonParams)
1305
- .m(function (Command, cs, config, o) {
1306
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
- })
1308
- .s("FabricFrontEndService", "GetIngestion", {})
1309
- .n("AppFabricClient", "GetIngestionCommand")
1310
- .sc(GetIngestion$)
1311
- .build() {
1199
+ class GetIngestionCommand extends command(_ep0, _mw0, "GetIngestion", GetIngestion$) {
1312
1200
  }
1313
1201
 
1314
- class GetIngestionDestinationCommand extends Command
1315
- .classBuilder()
1316
- .ep(commonParams)
1317
- .m(function (Command, cs, config, o) {
1318
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
- })
1320
- .s("FabricFrontEndService", "GetIngestionDestination", {})
1321
- .n("AppFabricClient", "GetIngestionDestinationCommand")
1322
- .sc(GetIngestionDestination$)
1323
- .build() {
1202
+ class GetIngestionDestinationCommand extends command(_ep0, _mw0, "GetIngestionDestination", GetIngestionDestination$) {
1324
1203
  }
1325
1204
 
1326
- class ListAppAuthorizationsCommand extends Command
1327
- .classBuilder()
1328
- .ep(commonParams)
1329
- .m(function (Command, cs, config, o) {
1330
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
- })
1332
- .s("FabricFrontEndService", "ListAppAuthorizations", {})
1333
- .n("AppFabricClient", "ListAppAuthorizationsCommand")
1334
- .sc(ListAppAuthorizations$)
1335
- .build() {
1205
+ class ListAppAuthorizationsCommand extends command(_ep0, _mw0, "ListAppAuthorizations", ListAppAuthorizations$) {
1336
1206
  }
1337
1207
 
1338
- class ListAppBundlesCommand extends Command
1339
- .classBuilder()
1340
- .ep(commonParams)
1341
- .m(function (Command, cs, config, o) {
1342
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
- })
1344
- .s("FabricFrontEndService", "ListAppBundles", {})
1345
- .n("AppFabricClient", "ListAppBundlesCommand")
1346
- .sc(ListAppBundles$)
1347
- .build() {
1208
+ class ListAppBundlesCommand extends command(_ep0, _mw0, "ListAppBundles", ListAppBundles$) {
1348
1209
  }
1349
1210
 
1350
- class ListIngestionDestinationsCommand extends Command
1351
- .classBuilder()
1352
- .ep(commonParams)
1353
- .m(function (Command, cs, config, o) {
1354
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
- })
1356
- .s("FabricFrontEndService", "ListIngestionDestinations", {})
1357
- .n("AppFabricClient", "ListIngestionDestinationsCommand")
1358
- .sc(ListIngestionDestinations$)
1359
- .build() {
1211
+ class ListIngestionDestinationsCommand extends command(_ep0, _mw0, "ListIngestionDestinations", ListIngestionDestinations$) {
1360
1212
  }
1361
1213
 
1362
- class ListIngestionsCommand extends Command
1363
- .classBuilder()
1364
- .ep(commonParams)
1365
- .m(function (Command, cs, config, o) {
1366
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1367
- })
1368
- .s("FabricFrontEndService", "ListIngestions", {})
1369
- .n("AppFabricClient", "ListIngestionsCommand")
1370
- .sc(ListIngestions$)
1371
- .build() {
1214
+ class ListIngestionsCommand extends command(_ep0, _mw0, "ListIngestions", ListIngestions$) {
1372
1215
  }
1373
1216
 
1374
- class ListTagsForResourceCommand extends Command
1375
- .classBuilder()
1376
- .ep(commonParams)
1377
- .m(function (Command, cs, config, o) {
1378
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
- })
1380
- .s("FabricFrontEndService", "ListTagsForResource", {})
1381
- .n("AppFabricClient", "ListTagsForResourceCommand")
1382
- .sc(ListTagsForResource$)
1383
- .build() {
1217
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1384
1218
  }
1385
1219
 
1386
- class StartIngestionCommand extends Command
1387
- .classBuilder()
1388
- .ep(commonParams)
1389
- .m(function (Command, cs, config, o) {
1390
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
- })
1392
- .s("FabricFrontEndService", "StartIngestion", {})
1393
- .n("AppFabricClient", "StartIngestionCommand")
1394
- .sc(StartIngestion$)
1395
- .build() {
1220
+ class StartIngestionCommand extends command(_ep0, _mw0, "StartIngestion", StartIngestion$) {
1396
1221
  }
1397
1222
 
1398
- class StartUserAccessTasksCommand extends Command
1399
- .classBuilder()
1400
- .ep(commonParams)
1401
- .m(function (Command, cs, config, o) {
1402
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
- })
1404
- .s("FabricFrontEndService", "StartUserAccessTasks", {})
1405
- .n("AppFabricClient", "StartUserAccessTasksCommand")
1406
- .sc(StartUserAccessTasks$)
1407
- .build() {
1223
+ class StartUserAccessTasksCommand extends command(_ep0, _mw0, "StartUserAccessTasks", StartUserAccessTasks$) {
1408
1224
  }
1409
1225
 
1410
- class StopIngestionCommand extends Command
1411
- .classBuilder()
1412
- .ep(commonParams)
1413
- .m(function (Command, cs, config, o) {
1414
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
- })
1416
- .s("FabricFrontEndService", "StopIngestion", {})
1417
- .n("AppFabricClient", "StopIngestionCommand")
1418
- .sc(StopIngestion$)
1419
- .build() {
1226
+ class StopIngestionCommand extends command(_ep0, _mw0, "StopIngestion", StopIngestion$) {
1420
1227
  }
1421
1228
 
1422
- class TagResourceCommand extends Command
1423
- .classBuilder()
1424
- .ep(commonParams)
1425
- .m(function (Command, cs, config, o) {
1426
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
- })
1428
- .s("FabricFrontEndService", "TagResource", {})
1429
- .n("AppFabricClient", "TagResourceCommand")
1430
- .sc(TagResource$)
1431
- .build() {
1229
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1432
1230
  }
1433
1231
 
1434
- class UntagResourceCommand extends Command
1435
- .classBuilder()
1436
- .ep(commonParams)
1437
- .m(function (Command, cs, config, o) {
1438
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
- })
1440
- .s("FabricFrontEndService", "UntagResource", {})
1441
- .n("AppFabricClient", "UntagResourceCommand")
1442
- .sc(UntagResource$)
1443
- .build() {
1232
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1444
1233
  }
1445
1234
 
1446
- class UpdateAppAuthorizationCommand extends Command
1447
- .classBuilder()
1448
- .ep(commonParams)
1449
- .m(function (Command, cs, config, o) {
1450
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
- })
1452
- .s("FabricFrontEndService", "UpdateAppAuthorization", {})
1453
- .n("AppFabricClient", "UpdateAppAuthorizationCommand")
1454
- .sc(UpdateAppAuthorization$)
1455
- .build() {
1235
+ class UpdateAppAuthorizationCommand extends command(_ep0, _mw0, "UpdateAppAuthorization", UpdateAppAuthorization$) {
1456
1236
  }
1457
1237
 
1458
- class UpdateIngestionDestinationCommand extends Command
1459
- .classBuilder()
1460
- .ep(commonParams)
1461
- .m(function (Command, cs, config, o) {
1462
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
- })
1464
- .s("FabricFrontEndService", "UpdateIngestionDestination", {})
1465
- .n("AppFabricClient", "UpdateIngestionDestinationCommand")
1466
- .sc(UpdateIngestionDestination$)
1467
- .build() {
1238
+ class UpdateIngestionDestinationCommand extends command(_ep0, _mw0, "UpdateIngestionDestination", UpdateIngestionDestination$) {
1468
1239
  }
1469
1240
 
1470
1241
  const paginateListAppAuthorizations = createPaginator(AppFabricClient, ListAppAuthorizationsCommand, "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, "FabricFrontEndService", "AppFabricClient", 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 { BatchGetUserAccessTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchGetUserAccessTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "BatchGetUserAccessTasks", {})
13
- .n("AppFabricClient", "BatchGetUserAccessTasksCommand")
14
- .sc(BatchGetUserAccessTasks$)
15
- .build() {
3
+ export class BatchGetUserAccessTasksCommand extends command(_ep0, _mw0, "BatchGetUserAccessTasks", BatchGetUserAccessTasks$) {
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 { ConnectAppAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ConnectAppAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "ConnectAppAuthorization", {})
13
- .n("AppFabricClient", "ConnectAppAuthorizationCommand")
14
- .sc(ConnectAppAuthorization$)
15
- .build() {
3
+ export class ConnectAppAuthorizationCommand extends command(_ep0, _mw0, "ConnectAppAuthorization", ConnectAppAuthorization$) {
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 { CreateAppAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAppAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "CreateAppAuthorization", {})
13
- .n("AppFabricClient", "CreateAppAuthorizationCommand")
14
- .sc(CreateAppAuthorization$)
15
- .build() {
3
+ export class CreateAppAuthorizationCommand extends command(_ep0, _mw0, "CreateAppAuthorization", CreateAppAuthorization$) {
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 { CreateAppBundle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAppBundleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "CreateAppBundle", {})
13
- .n("AppFabricClient", "CreateAppBundleCommand")
14
- .sc(CreateAppBundle$)
15
- .build() {
3
+ export class CreateAppBundleCommand extends command(_ep0, _mw0, "CreateAppBundle", CreateAppBundle$) {
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 { CreateIngestion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateIngestionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "CreateIngestion", {})
13
- .n("AppFabricClient", "CreateIngestionCommand")
14
- .sc(CreateIngestion$)
15
- .build() {
3
+ export class CreateIngestionCommand extends command(_ep0, _mw0, "CreateIngestion", CreateIngestion$) {
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 { CreateIngestionDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateIngestionDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "CreateIngestionDestination", {})
13
- .n("AppFabricClient", "CreateIngestionDestinationCommand")
14
- .sc(CreateIngestionDestination$)
15
- .build() {
3
+ export class CreateIngestionDestinationCommand extends command(_ep0, _mw0, "CreateIngestionDestination", CreateIngestionDestination$) {
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 { DeleteAppAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAppAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "DeleteAppAuthorization", {})
13
- .n("AppFabricClient", "DeleteAppAuthorizationCommand")
14
- .sc(DeleteAppAuthorization$)
15
- .build() {
3
+ export class DeleteAppAuthorizationCommand extends command(_ep0, _mw0, "DeleteAppAuthorization", DeleteAppAuthorization$) {
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 { DeleteAppBundle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAppBundleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "DeleteAppBundle", {})
13
- .n("AppFabricClient", "DeleteAppBundleCommand")
14
- .sc(DeleteAppBundle$)
15
- .build() {
3
+ export class DeleteAppBundleCommand extends command(_ep0, _mw0, "DeleteAppBundle", DeleteAppBundle$) {
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 { DeleteIngestion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteIngestionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "DeleteIngestion", {})
13
- .n("AppFabricClient", "DeleteIngestionCommand")
14
- .sc(DeleteIngestion$)
15
- .build() {
3
+ export class DeleteIngestionCommand extends command(_ep0, _mw0, "DeleteIngestion", DeleteIngestion$) {
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 { DeleteIngestionDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteIngestionDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "DeleteIngestionDestination", {})
13
- .n("AppFabricClient", "DeleteIngestionDestinationCommand")
14
- .sc(DeleteIngestionDestination$)
15
- .build() {
3
+ export class DeleteIngestionDestinationCommand extends command(_ep0, _mw0, "DeleteIngestionDestination", DeleteIngestionDestination$) {
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 { GetAppAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAppAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "GetAppAuthorization", {})
13
- .n("AppFabricClient", "GetAppAuthorizationCommand")
14
- .sc(GetAppAuthorization$)
15
- .build() {
3
+ export class GetAppAuthorizationCommand extends command(_ep0, _mw0, "GetAppAuthorization", GetAppAuthorization$) {
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 { GetAppBundle$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAppBundleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "GetAppBundle", {})
13
- .n("AppFabricClient", "GetAppBundleCommand")
14
- .sc(GetAppBundle$)
15
- .build() {
3
+ export class GetAppBundleCommand extends command(_ep0, _mw0, "GetAppBundle", GetAppBundle$) {
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 { GetIngestion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetIngestionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "GetIngestion", {})
13
- .n("AppFabricClient", "GetIngestionCommand")
14
- .sc(GetIngestion$)
15
- .build() {
3
+ export class GetIngestionCommand extends command(_ep0, _mw0, "GetIngestion", GetIngestion$) {
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 { GetIngestionDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetIngestionDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("FabricFrontEndService", "GetIngestionDestination", {})
13
- .n("AppFabricClient", "GetIngestionDestinationCommand")
14
- .sc(GetIngestionDestination$)
15
- .build() {
3
+ export class GetIngestionDestinationCommand extends command(_ep0, _mw0, "GetIngestionDestination", GetIngestionDestination$) {
16
4
  }