@aws-sdk/client-pca-connector-ad 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 (83) hide show
  1. package/dist-cjs/index.js +33 -253
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConnectorCommand.js +2 -14
  4. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +2 -14
  5. package/dist-es/commands/CreateServicePrincipalNameCommand.js +2 -14
  6. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  7. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +2 -14
  8. package/dist-es/commands/DeleteConnectorCommand.js +2 -14
  9. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +2 -14
  10. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +2 -14
  11. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  12. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +2 -14
  13. package/dist-es/commands/GetConnectorCommand.js +2 -14
  14. package/dist-es/commands/GetDirectoryRegistrationCommand.js +2 -14
  15. package/dist-es/commands/GetServicePrincipalNameCommand.js +2 -14
  16. package/dist-es/commands/GetTemplateCommand.js +2 -14
  17. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +2 -14
  18. package/dist-es/commands/ListConnectorsCommand.js +2 -14
  19. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +2 -14
  20. package/dist-es/commands/ListServicePrincipalNamesCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +2 -14
  23. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/UntagResourceCommand.js +2 -14
  26. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  27. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  40. package/dist-types/commands/GetConnectorCommand.d.ts +3 -8
  41. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -8
  42. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -8
  43. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  44. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  45. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -8
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -8
  50. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  51. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/index.d.ts +1 -0
  83. 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
 
@@ -1186,304 +1187,83 @@ class PcaConnectorAdClient extends Client {
1186
1187
  }
1187
1188
  }
1188
1189
 
1189
- class CreateConnectorCommand extends Command
1190
- .classBuilder()
1191
- .ep(commonParams)
1192
- .m(function (Command, cs, config, o) {
1193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1194
- })
1195
- .s("PcaConnectorAd", "CreateConnector", {})
1196
- .n("PcaConnectorAdClient", "CreateConnectorCommand")
1197
- .sc(CreateConnector$)
1198
- .build() {
1190
+ const command = makeBuilder(commonParams, "PcaConnectorAd", "PcaConnectorAdClient", getEndpointPlugin);
1191
+ const _ep0 = {};
1192
+ const _mw0 = (Command, cs, config, o) => [];
1193
+
1194
+ class CreateConnectorCommand extends command(_ep0, _mw0, "CreateConnector", CreateConnector$) {
1199
1195
  }
1200
1196
 
1201
- class CreateDirectoryRegistrationCommand extends Command
1202
- .classBuilder()
1203
- .ep(commonParams)
1204
- .m(function (Command, cs, config, o) {
1205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1206
- })
1207
- .s("PcaConnectorAd", "CreateDirectoryRegistration", {})
1208
- .n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
1209
- .sc(CreateDirectoryRegistration$)
1210
- .build() {
1197
+ class CreateDirectoryRegistrationCommand extends command(_ep0, _mw0, "CreateDirectoryRegistration", CreateDirectoryRegistration$) {
1211
1198
  }
1212
1199
 
1213
- class CreateServicePrincipalNameCommand extends Command
1214
- .classBuilder()
1215
- .ep(commonParams)
1216
- .m(function (Command, cs, config, o) {
1217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1218
- })
1219
- .s("PcaConnectorAd", "CreateServicePrincipalName", {})
1220
- .n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
1221
- .sc(CreateServicePrincipalName$)
1222
- .build() {
1200
+ class CreateServicePrincipalNameCommand extends command(_ep0, _mw0, "CreateServicePrincipalName", CreateServicePrincipalName$) {
1223
1201
  }
1224
1202
 
1225
- class CreateTemplateCommand extends Command
1226
- .classBuilder()
1227
- .ep(commonParams)
1228
- .m(function (Command, cs, config, o) {
1229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1230
- })
1231
- .s("PcaConnectorAd", "CreateTemplate", {})
1232
- .n("PcaConnectorAdClient", "CreateTemplateCommand")
1233
- .sc(CreateTemplate$)
1234
- .build() {
1203
+ class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
1235
1204
  }
1236
1205
 
1237
- class CreateTemplateGroupAccessControlEntryCommand extends Command
1238
- .classBuilder()
1239
- .ep(commonParams)
1240
- .m(function (Command, cs, config, o) {
1241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1242
- })
1243
- .s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
1244
- .n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
1245
- .sc(CreateTemplateGroupAccessControlEntry$)
1246
- .build() {
1206
+ class CreateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "CreateTemplateGroupAccessControlEntry", CreateTemplateGroupAccessControlEntry$) {
1247
1207
  }
1248
1208
 
1249
- class DeleteConnectorCommand extends Command
1250
- .classBuilder()
1251
- .ep(commonParams)
1252
- .m(function (Command, cs, config, o) {
1253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1254
- })
1255
- .s("PcaConnectorAd", "DeleteConnector", {})
1256
- .n("PcaConnectorAdClient", "DeleteConnectorCommand")
1257
- .sc(DeleteConnector$)
1258
- .build() {
1209
+ class DeleteConnectorCommand extends command(_ep0, _mw0, "DeleteConnector", DeleteConnector$) {
1259
1210
  }
1260
1211
 
1261
- class DeleteDirectoryRegistrationCommand extends Command
1262
- .classBuilder()
1263
- .ep(commonParams)
1264
- .m(function (Command, cs, config, o) {
1265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1266
- })
1267
- .s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
1268
- .n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
1269
- .sc(DeleteDirectoryRegistration$)
1270
- .build() {
1212
+ class DeleteDirectoryRegistrationCommand extends command(_ep0, _mw0, "DeleteDirectoryRegistration", DeleteDirectoryRegistration$) {
1271
1213
  }
1272
1214
 
1273
- class DeleteServicePrincipalNameCommand extends Command
1274
- .classBuilder()
1275
- .ep(commonParams)
1276
- .m(function (Command, cs, config, o) {
1277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1278
- })
1279
- .s("PcaConnectorAd", "DeleteServicePrincipalName", {})
1280
- .n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
1281
- .sc(DeleteServicePrincipalName$)
1282
- .build() {
1215
+ class DeleteServicePrincipalNameCommand extends command(_ep0, _mw0, "DeleteServicePrincipalName", DeleteServicePrincipalName$) {
1283
1216
  }
1284
1217
 
1285
- class DeleteTemplateCommand extends Command
1286
- .classBuilder()
1287
- .ep(commonParams)
1288
- .m(function (Command, cs, config, o) {
1289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1290
- })
1291
- .s("PcaConnectorAd", "DeleteTemplate", {})
1292
- .n("PcaConnectorAdClient", "DeleteTemplateCommand")
1293
- .sc(DeleteTemplate$)
1294
- .build() {
1218
+ class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
1295
1219
  }
1296
1220
 
1297
- class DeleteTemplateGroupAccessControlEntryCommand extends Command
1298
- .classBuilder()
1299
- .ep(commonParams)
1300
- .m(function (Command, cs, config, o) {
1301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1302
- })
1303
- .s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
1304
- .n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
1305
- .sc(DeleteTemplateGroupAccessControlEntry$)
1306
- .build() {
1221
+ class DeleteTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "DeleteTemplateGroupAccessControlEntry", DeleteTemplateGroupAccessControlEntry$) {
1307
1222
  }
1308
1223
 
1309
- class GetConnectorCommand extends Command
1310
- .classBuilder()
1311
- .ep(commonParams)
1312
- .m(function (Command, cs, config, o) {
1313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1314
- })
1315
- .s("PcaConnectorAd", "GetConnector", {})
1316
- .n("PcaConnectorAdClient", "GetConnectorCommand")
1317
- .sc(GetConnector$)
1318
- .build() {
1224
+ class GetConnectorCommand extends command(_ep0, _mw0, "GetConnector", GetConnector$) {
1319
1225
  }
1320
1226
 
1321
- class GetDirectoryRegistrationCommand extends Command
1322
- .classBuilder()
1323
- .ep(commonParams)
1324
- .m(function (Command, cs, config, o) {
1325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1326
- })
1327
- .s("PcaConnectorAd", "GetDirectoryRegistration", {})
1328
- .n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
1329
- .sc(GetDirectoryRegistration$)
1330
- .build() {
1227
+ class GetDirectoryRegistrationCommand extends command(_ep0, _mw0, "GetDirectoryRegistration", GetDirectoryRegistration$) {
1331
1228
  }
1332
1229
 
1333
- class GetServicePrincipalNameCommand extends Command
1334
- .classBuilder()
1335
- .ep(commonParams)
1336
- .m(function (Command, cs, config, o) {
1337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1338
- })
1339
- .s("PcaConnectorAd", "GetServicePrincipalName", {})
1340
- .n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
1341
- .sc(GetServicePrincipalName$)
1342
- .build() {
1230
+ class GetServicePrincipalNameCommand extends command(_ep0, _mw0, "GetServicePrincipalName", GetServicePrincipalName$) {
1343
1231
  }
1344
1232
 
1345
- class GetTemplateCommand extends Command
1346
- .classBuilder()
1347
- .ep(commonParams)
1348
- .m(function (Command, cs, config, o) {
1349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1350
- })
1351
- .s("PcaConnectorAd", "GetTemplate", {})
1352
- .n("PcaConnectorAdClient", "GetTemplateCommand")
1353
- .sc(GetTemplate$)
1354
- .build() {
1233
+ class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
1355
1234
  }
1356
1235
 
1357
- class GetTemplateGroupAccessControlEntryCommand extends Command
1358
- .classBuilder()
1359
- .ep(commonParams)
1360
- .m(function (Command, cs, config, o) {
1361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1362
- })
1363
- .s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {})
1364
- .n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand")
1365
- .sc(GetTemplateGroupAccessControlEntry$)
1366
- .build() {
1236
+ class GetTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "GetTemplateGroupAccessControlEntry", GetTemplateGroupAccessControlEntry$) {
1367
1237
  }
1368
1238
 
1369
- class ListConnectorsCommand extends Command
1370
- .classBuilder()
1371
- .ep(commonParams)
1372
- .m(function (Command, cs, config, o) {
1373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1374
- })
1375
- .s("PcaConnectorAd", "ListConnectors", {})
1376
- .n("PcaConnectorAdClient", "ListConnectorsCommand")
1377
- .sc(ListConnectors$)
1378
- .build() {
1239
+ class ListConnectorsCommand extends command(_ep0, _mw0, "ListConnectors", ListConnectors$) {
1379
1240
  }
1380
1241
 
1381
- class ListDirectoryRegistrationsCommand extends Command
1382
- .classBuilder()
1383
- .ep(commonParams)
1384
- .m(function (Command, cs, config, o) {
1385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1386
- })
1387
- .s("PcaConnectorAd", "ListDirectoryRegistrations", {})
1388
- .n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand")
1389
- .sc(ListDirectoryRegistrations$)
1390
- .build() {
1242
+ class ListDirectoryRegistrationsCommand extends command(_ep0, _mw0, "ListDirectoryRegistrations", ListDirectoryRegistrations$) {
1391
1243
  }
1392
1244
 
1393
- class ListServicePrincipalNamesCommand extends Command
1394
- .classBuilder()
1395
- .ep(commonParams)
1396
- .m(function (Command, cs, config, o) {
1397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1398
- })
1399
- .s("PcaConnectorAd", "ListServicePrincipalNames", {})
1400
- .n("PcaConnectorAdClient", "ListServicePrincipalNamesCommand")
1401
- .sc(ListServicePrincipalNames$)
1402
- .build() {
1245
+ class ListServicePrincipalNamesCommand extends command(_ep0, _mw0, "ListServicePrincipalNames", ListServicePrincipalNames$) {
1403
1246
  }
1404
1247
 
1405
- class ListTagsForResourceCommand extends Command
1406
- .classBuilder()
1407
- .ep(commonParams)
1408
- .m(function (Command, cs, config, o) {
1409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1410
- })
1411
- .s("PcaConnectorAd", "ListTagsForResource", {})
1412
- .n("PcaConnectorAdClient", "ListTagsForResourceCommand")
1413
- .sc(ListTagsForResource$)
1414
- .build() {
1248
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1415
1249
  }
1416
1250
 
1417
- class ListTemplateGroupAccessControlEntriesCommand extends Command
1418
- .classBuilder()
1419
- .ep(commonParams)
1420
- .m(function (Command, cs, config, o) {
1421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1422
- })
1423
- .s("PcaConnectorAd", "ListTemplateGroupAccessControlEntries", {})
1424
- .n("PcaConnectorAdClient", "ListTemplateGroupAccessControlEntriesCommand")
1425
- .sc(ListTemplateGroupAccessControlEntries$)
1426
- .build() {
1251
+ class ListTemplateGroupAccessControlEntriesCommand extends command(_ep0, _mw0, "ListTemplateGroupAccessControlEntries", ListTemplateGroupAccessControlEntries$) {
1427
1252
  }
1428
1253
 
1429
- class ListTemplatesCommand extends Command
1430
- .classBuilder()
1431
- .ep(commonParams)
1432
- .m(function (Command, cs, config, o) {
1433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1434
- })
1435
- .s("PcaConnectorAd", "ListTemplates", {})
1436
- .n("PcaConnectorAdClient", "ListTemplatesCommand")
1437
- .sc(ListTemplates$)
1438
- .build() {
1254
+ class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
1439
1255
  }
1440
1256
 
1441
- class TagResourceCommand extends Command
1442
- .classBuilder()
1443
- .ep(commonParams)
1444
- .m(function (Command, cs, config, o) {
1445
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1446
- })
1447
- .s("PcaConnectorAd", "TagResource", {})
1448
- .n("PcaConnectorAdClient", "TagResourceCommand")
1449
- .sc(TagResource$)
1450
- .build() {
1257
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1451
1258
  }
1452
1259
 
1453
- class UntagResourceCommand extends Command
1454
- .classBuilder()
1455
- .ep(commonParams)
1456
- .m(function (Command, cs, config, o) {
1457
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1458
- })
1459
- .s("PcaConnectorAd", "UntagResource", {})
1460
- .n("PcaConnectorAdClient", "UntagResourceCommand")
1461
- .sc(UntagResource$)
1462
- .build() {
1260
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1463
1261
  }
1464
1262
 
1465
- class UpdateTemplateCommand extends Command
1466
- .classBuilder()
1467
- .ep(commonParams)
1468
- .m(function (Command, cs, config, o) {
1469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1470
- })
1471
- .s("PcaConnectorAd", "UpdateTemplate", {})
1472
- .n("PcaConnectorAdClient", "UpdateTemplateCommand")
1473
- .sc(UpdateTemplate$)
1474
- .build() {
1263
+ class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
1475
1264
  }
1476
1265
 
1477
- class UpdateTemplateGroupAccessControlEntryCommand extends Command
1478
- .classBuilder()
1479
- .ep(commonParams)
1480
- .m(function (Command, cs, config, o) {
1481
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1482
- })
1483
- .s("PcaConnectorAd", "UpdateTemplateGroupAccessControlEntry", {})
1484
- .n("PcaConnectorAdClient", "UpdateTemplateGroupAccessControlEntryCommand")
1485
- .sc(UpdateTemplateGroupAccessControlEntry$)
1486
- .build() {
1266
+ class UpdateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "UpdateTemplateGroupAccessControlEntry", UpdateTemplateGroupAccessControlEntry$) {
1487
1267
  }
1488
1268
 
1489
1269
  const paginateListConnectors = createPaginator(PcaConnectorAdClient, ListConnectorsCommand, "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, "PcaConnectorAd", "PcaConnectorAdClient", 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 { CreateConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "CreateConnector", {})
13
- .n("PcaConnectorAdClient", "CreateConnectorCommand")
14
- .sc(CreateConnector$)
15
- .build() {
3
+ export class CreateConnectorCommand extends command(_ep0, _mw0, "CreateConnector", CreateConnector$) {
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 { CreateDirectoryRegistration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDirectoryRegistrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "CreateDirectoryRegistration", {})
13
- .n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
14
- .sc(CreateDirectoryRegistration$)
15
- .build() {
3
+ export class CreateDirectoryRegistrationCommand extends command(_ep0, _mw0, "CreateDirectoryRegistration", CreateDirectoryRegistration$) {
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 { CreateServicePrincipalName$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateServicePrincipalNameCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "CreateServicePrincipalName", {})
13
- .n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
14
- .sc(CreateServicePrincipalName$)
15
- .build() {
3
+ export class CreateServicePrincipalNameCommand extends command(_ep0, _mw0, "CreateServicePrincipalName", CreateServicePrincipalName$) {
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 { CreateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "CreateTemplate", {})
13
- .n("PcaConnectorAdClient", "CreateTemplateCommand")
14
- .sc(CreateTemplate$)
15
- .build() {
3
+ export class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
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 { CreateTemplateGroupAccessControlEntry$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTemplateGroupAccessControlEntryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
13
- .n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
14
- .sc(CreateTemplateGroupAccessControlEntry$)
15
- .build() {
3
+ export class CreateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "CreateTemplateGroupAccessControlEntry", CreateTemplateGroupAccessControlEntry$) {
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 { DeleteConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "DeleteConnector", {})
13
- .n("PcaConnectorAdClient", "DeleteConnectorCommand")
14
- .sc(DeleteConnector$)
15
- .build() {
3
+ export class DeleteConnectorCommand extends command(_ep0, _mw0, "DeleteConnector", DeleteConnector$) {
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 { DeleteDirectoryRegistration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDirectoryRegistrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
13
- .n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
14
- .sc(DeleteDirectoryRegistration$)
15
- .build() {
3
+ export class DeleteDirectoryRegistrationCommand extends command(_ep0, _mw0, "DeleteDirectoryRegistration", DeleteDirectoryRegistration$) {
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 { DeleteServicePrincipalName$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServicePrincipalNameCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "DeleteServicePrincipalName", {})
13
- .n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
14
- .sc(DeleteServicePrincipalName$)
15
- .build() {
3
+ export class DeleteServicePrincipalNameCommand extends command(_ep0, _mw0, "DeleteServicePrincipalName", DeleteServicePrincipalName$) {
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 { DeleteTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "DeleteTemplate", {})
13
- .n("PcaConnectorAdClient", "DeleteTemplateCommand")
14
- .sc(DeleteTemplate$)
15
- .build() {
3
+ export class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
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 { DeleteTemplateGroupAccessControlEntry$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTemplateGroupAccessControlEntryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
13
- .n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
14
- .sc(DeleteTemplateGroupAccessControlEntry$)
15
- .build() {
3
+ export class DeleteTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "DeleteTemplateGroupAccessControlEntry", DeleteTemplateGroupAccessControlEntry$) {
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 { GetConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "GetConnector", {})
13
- .n("PcaConnectorAdClient", "GetConnectorCommand")
14
- .sc(GetConnector$)
15
- .build() {
3
+ export class GetConnectorCommand extends command(_ep0, _mw0, "GetConnector", GetConnector$) {
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 { GetDirectoryRegistration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDirectoryRegistrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "GetDirectoryRegistration", {})
13
- .n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
14
- .sc(GetDirectoryRegistration$)
15
- .build() {
3
+ export class GetDirectoryRegistrationCommand extends command(_ep0, _mw0, "GetDirectoryRegistration", GetDirectoryRegistration$) {
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 { GetServicePrincipalName$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetServicePrincipalNameCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "GetServicePrincipalName", {})
13
- .n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
14
- .sc(GetServicePrincipalName$)
15
- .build() {
3
+ export class GetServicePrincipalNameCommand extends command(_ep0, _mw0, "GetServicePrincipalName", GetServicePrincipalName$) {
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 { GetTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("PcaConnectorAd", "GetTemplate", {})
13
- .n("PcaConnectorAdClient", "GetTemplateCommand")
14
- .sc(GetTemplate$)
15
- .build() {
3
+ export class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
16
4
  }