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