@aws-sdk/client-ssm-sap 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 (89) hide show
  1. package/dist-cjs/index.js +35 -273
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DeleteResourcePermissionCommand.js +2 -14
  4. package/dist-es/commands/DeregisterApplicationCommand.js +2 -14
  5. package/dist-es/commands/GetApplicationCommand.js +2 -14
  6. package/dist-es/commands/GetComponentCommand.js +2 -14
  7. package/dist-es/commands/GetConfigurationCheckOperationCommand.js +2 -14
  8. package/dist-es/commands/GetDatabaseCommand.js +2 -14
  9. package/dist-es/commands/GetOperationCommand.js +2 -14
  10. package/dist-es/commands/GetResourcePermissionCommand.js +2 -14
  11. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  12. package/dist-es/commands/ListComponentsCommand.js +2 -14
  13. package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +2 -14
  14. package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +2 -14
  15. package/dist-es/commands/ListDatabasesCommand.js +2 -14
  16. package/dist-es/commands/ListOperationEventsCommand.js +2 -14
  17. package/dist-es/commands/ListOperationsCommand.js +2 -14
  18. package/dist-es/commands/ListSubCheckResultsCommand.js +2 -14
  19. package/dist-es/commands/ListSubCheckRuleResultsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/PutResourcePermissionCommand.js +2 -14
  22. package/dist-es/commands/RegisterApplicationCommand.js +2 -14
  23. package/dist-es/commands/StartApplicationCommand.js +2 -14
  24. package/dist-es/commands/StartApplicationRefreshCommand.js +2 -14
  25. package/dist-es/commands/StartConfigurationChecksCommand.js +2 -14
  26. package/dist-es/commands/StopApplicationCommand.js +2 -14
  27. package/dist-es/commands/TagResourceCommand.js +2 -14
  28. package/dist-es/commands/UntagResourceCommand.js +2 -14
  29. package/dist-es/commands/UpdateApplicationSettingsCommand.js +2 -14
  30. package/dist-es/index.js +1 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +3 -8
  33. package/dist-types/commands/DeregisterApplicationCommand.d.ts +3 -8
  34. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  35. package/dist-types/commands/GetComponentCommand.d.ts +3 -8
  36. package/dist-types/commands/GetConfigurationCheckOperationCommand.d.ts +3 -8
  37. package/dist-types/commands/GetDatabaseCommand.d.ts +3 -8
  38. package/dist-types/commands/GetOperationCommand.d.ts +3 -8
  39. package/dist-types/commands/GetResourcePermissionCommand.d.ts +3 -8
  40. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListComponentsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListConfigurationCheckDefinitionsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListConfigurationCheckOperationsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListDatabasesCommand.d.ts +3 -8
  45. package/dist-types/commands/ListOperationEventsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListSubCheckResultsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListSubCheckRuleResultsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/PutResourcePermissionCommand.d.ts +3 -8
  51. package/dist-types/commands/RegisterApplicationCommand.d.ts +3 -8
  52. package/dist-types/commands/StartApplicationCommand.d.ts +3 -8
  53. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +3 -8
  54. package/dist-types/commands/StartConfigurationChecksCommand.d.ts +3 -8
  55. package/dist-types/commands/StopApplicationCommand.d.ts +3 -8
  56. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +3 -8
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetConfigurationCheckOperationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListConfigurationCheckDefinitionsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListConfigurationCheckOperationsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListOperationEventsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListSubCheckResultsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListSubCheckRuleResultsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/StartConfigurationChecksCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/index.d.ts +1 -0
  89. 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
 
@@ -1150,328 +1151,89 @@ class SsmSapClient extends Client {
1150
1151
  }
1151
1152
  }
1152
1153
 
1153
- class DeleteResourcePermissionCommand extends Command
1154
- .classBuilder()
1155
- .ep(commonParams)
1156
- .m(function (Command, cs, config, o) {
1157
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1158
- })
1159
- .s("SsmSap", "DeleteResourcePermission", {})
1160
- .n("SsmSapClient", "DeleteResourcePermissionCommand")
1161
- .sc(DeleteResourcePermission$)
1162
- .build() {
1154
+ const command = makeBuilder(commonParams, "SsmSap", "SsmSapClient", getEndpointPlugin);
1155
+ const _ep0 = {};
1156
+ const _mw0 = (Command, cs, config, o) => [];
1157
+
1158
+ class DeleteResourcePermissionCommand extends command(_ep0, _mw0, "DeleteResourcePermission", DeleteResourcePermission$) {
1163
1159
  }
1164
1160
 
1165
- class DeregisterApplicationCommand extends Command
1166
- .classBuilder()
1167
- .ep(commonParams)
1168
- .m(function (Command, cs, config, o) {
1169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1170
- })
1171
- .s("SsmSap", "DeregisterApplication", {})
1172
- .n("SsmSapClient", "DeregisterApplicationCommand")
1173
- .sc(DeregisterApplication$)
1174
- .build() {
1161
+ class DeregisterApplicationCommand extends command(_ep0, _mw0, "DeregisterApplication", DeregisterApplication$) {
1175
1162
  }
1176
1163
 
1177
- class GetApplicationCommand extends Command
1178
- .classBuilder()
1179
- .ep(commonParams)
1180
- .m(function (Command, cs, config, o) {
1181
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1182
- })
1183
- .s("SsmSap", "GetApplication", {})
1184
- .n("SsmSapClient", "GetApplicationCommand")
1185
- .sc(GetApplication$)
1186
- .build() {
1164
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
1187
1165
  }
1188
1166
 
1189
- class GetComponentCommand extends Command
1190
- .classBuilder()
1191
- .ep(commonParams)
1192
- .m(function (Command, cs, config, o) {
1193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1194
- })
1195
- .s("SsmSap", "GetComponent", {})
1196
- .n("SsmSapClient", "GetComponentCommand")
1197
- .sc(GetComponent$)
1198
- .build() {
1167
+ class GetComponentCommand extends command(_ep0, _mw0, "GetComponent", GetComponent$) {
1199
1168
  }
1200
1169
 
1201
- class GetConfigurationCheckOperationCommand extends Command
1202
- .classBuilder()
1203
- .ep(commonParams)
1204
- .m(function (Command, cs, config, o) {
1205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1206
- })
1207
- .s("SsmSap", "GetConfigurationCheckOperation", {})
1208
- .n("SsmSapClient", "GetConfigurationCheckOperationCommand")
1209
- .sc(GetConfigurationCheckOperation$)
1210
- .build() {
1170
+ class GetConfigurationCheckOperationCommand extends command(_ep0, _mw0, "GetConfigurationCheckOperation", GetConfigurationCheckOperation$) {
1211
1171
  }
1212
1172
 
1213
- class GetDatabaseCommand extends Command
1214
- .classBuilder()
1215
- .ep(commonParams)
1216
- .m(function (Command, cs, config, o) {
1217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1218
- })
1219
- .s("SsmSap", "GetDatabase", {})
1220
- .n("SsmSapClient", "GetDatabaseCommand")
1221
- .sc(GetDatabase$)
1222
- .build() {
1173
+ class GetDatabaseCommand extends command(_ep0, _mw0, "GetDatabase", GetDatabase$) {
1223
1174
  }
1224
1175
 
1225
- class GetOperationCommand extends Command
1226
- .classBuilder()
1227
- .ep(commonParams)
1228
- .m(function (Command, cs, config, o) {
1229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1230
- })
1231
- .s("SsmSap", "GetOperation", {})
1232
- .n("SsmSapClient", "GetOperationCommand")
1233
- .sc(GetOperation$)
1234
- .build() {
1176
+ class GetOperationCommand extends command(_ep0, _mw0, "GetOperation", GetOperation$) {
1235
1177
  }
1236
1178
 
1237
- class GetResourcePermissionCommand extends Command
1238
- .classBuilder()
1239
- .ep(commonParams)
1240
- .m(function (Command, cs, config, o) {
1241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1242
- })
1243
- .s("SsmSap", "GetResourcePermission", {})
1244
- .n("SsmSapClient", "GetResourcePermissionCommand")
1245
- .sc(GetResourcePermission$)
1246
- .build() {
1179
+ class GetResourcePermissionCommand extends command(_ep0, _mw0, "GetResourcePermission", GetResourcePermission$) {
1247
1180
  }
1248
1181
 
1249
- class ListApplicationsCommand extends Command
1250
- .classBuilder()
1251
- .ep(commonParams)
1252
- .m(function (Command, cs, config, o) {
1253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1254
- })
1255
- .s("SsmSap", "ListApplications", {})
1256
- .n("SsmSapClient", "ListApplicationsCommand")
1257
- .sc(ListApplications$)
1258
- .build() {
1182
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
1259
1183
  }
1260
1184
 
1261
- class ListComponentsCommand extends Command
1262
- .classBuilder()
1263
- .ep(commonParams)
1264
- .m(function (Command, cs, config, o) {
1265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1266
- })
1267
- .s("SsmSap", "ListComponents", {})
1268
- .n("SsmSapClient", "ListComponentsCommand")
1269
- .sc(ListComponents$)
1270
- .build() {
1185
+ class ListComponentsCommand extends command(_ep0, _mw0, "ListComponents", ListComponents$) {
1271
1186
  }
1272
1187
 
1273
- class ListConfigurationCheckDefinitionsCommand extends Command
1274
- .classBuilder()
1275
- .ep(commonParams)
1276
- .m(function (Command, cs, config, o) {
1277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1278
- })
1279
- .s("SsmSap", "ListConfigurationCheckDefinitions", {})
1280
- .n("SsmSapClient", "ListConfigurationCheckDefinitionsCommand")
1281
- .sc(ListConfigurationCheckDefinitions$)
1282
- .build() {
1188
+ class ListConfigurationCheckDefinitionsCommand extends command(_ep0, _mw0, "ListConfigurationCheckDefinitions", ListConfigurationCheckDefinitions$) {
1283
1189
  }
1284
1190
 
1285
- class ListConfigurationCheckOperationsCommand extends Command
1286
- .classBuilder()
1287
- .ep(commonParams)
1288
- .m(function (Command, cs, config, o) {
1289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1290
- })
1291
- .s("SsmSap", "ListConfigurationCheckOperations", {})
1292
- .n("SsmSapClient", "ListConfigurationCheckOperationsCommand")
1293
- .sc(ListConfigurationCheckOperations$)
1294
- .build() {
1191
+ class ListConfigurationCheckOperationsCommand extends command(_ep0, _mw0, "ListConfigurationCheckOperations", ListConfigurationCheckOperations$) {
1295
1192
  }
1296
1193
 
1297
- class ListDatabasesCommand extends Command
1298
- .classBuilder()
1299
- .ep(commonParams)
1300
- .m(function (Command, cs, config, o) {
1301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1302
- })
1303
- .s("SsmSap", "ListDatabases", {})
1304
- .n("SsmSapClient", "ListDatabasesCommand")
1305
- .sc(ListDatabases$)
1306
- .build() {
1194
+ class ListDatabasesCommand extends command(_ep0, _mw0, "ListDatabases", ListDatabases$) {
1307
1195
  }
1308
1196
 
1309
- class ListOperationEventsCommand extends Command
1310
- .classBuilder()
1311
- .ep(commonParams)
1312
- .m(function (Command, cs, config, o) {
1313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1314
- })
1315
- .s("SsmSap", "ListOperationEvents", {})
1316
- .n("SsmSapClient", "ListOperationEventsCommand")
1317
- .sc(ListOperationEvents$)
1318
- .build() {
1197
+ class ListOperationEventsCommand extends command(_ep0, _mw0, "ListOperationEvents", ListOperationEvents$) {
1319
1198
  }
1320
1199
 
1321
- class ListOperationsCommand extends Command
1322
- .classBuilder()
1323
- .ep(commonParams)
1324
- .m(function (Command, cs, config, o) {
1325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1326
- })
1327
- .s("SsmSap", "ListOperations", {})
1328
- .n("SsmSapClient", "ListOperationsCommand")
1329
- .sc(ListOperations$)
1330
- .build() {
1200
+ class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
1331
1201
  }
1332
1202
 
1333
- class ListSubCheckResultsCommand extends Command
1334
- .classBuilder()
1335
- .ep(commonParams)
1336
- .m(function (Command, cs, config, o) {
1337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1338
- })
1339
- .s("SsmSap", "ListSubCheckResults", {})
1340
- .n("SsmSapClient", "ListSubCheckResultsCommand")
1341
- .sc(ListSubCheckResults$)
1342
- .build() {
1203
+ class ListSubCheckResultsCommand extends command(_ep0, _mw0, "ListSubCheckResults", ListSubCheckResults$) {
1343
1204
  }
1344
1205
 
1345
- class ListSubCheckRuleResultsCommand extends Command
1346
- .classBuilder()
1347
- .ep(commonParams)
1348
- .m(function (Command, cs, config, o) {
1349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1350
- })
1351
- .s("SsmSap", "ListSubCheckRuleResults", {})
1352
- .n("SsmSapClient", "ListSubCheckRuleResultsCommand")
1353
- .sc(ListSubCheckRuleResults$)
1354
- .build() {
1206
+ class ListSubCheckRuleResultsCommand extends command(_ep0, _mw0, "ListSubCheckRuleResults", ListSubCheckRuleResults$) {
1355
1207
  }
1356
1208
 
1357
- class ListTagsForResourceCommand extends Command
1358
- .classBuilder()
1359
- .ep(commonParams)
1360
- .m(function (Command, cs, config, o) {
1361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1362
- })
1363
- .s("SsmSap", "ListTagsForResource", {})
1364
- .n("SsmSapClient", "ListTagsForResourceCommand")
1365
- .sc(ListTagsForResource$)
1366
- .build() {
1209
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1367
1210
  }
1368
1211
 
1369
- class PutResourcePermissionCommand extends Command
1370
- .classBuilder()
1371
- .ep(commonParams)
1372
- .m(function (Command, cs, config, o) {
1373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1374
- })
1375
- .s("SsmSap", "PutResourcePermission", {})
1376
- .n("SsmSapClient", "PutResourcePermissionCommand")
1377
- .sc(PutResourcePermission$)
1378
- .build() {
1212
+ class PutResourcePermissionCommand extends command(_ep0, _mw0, "PutResourcePermission", PutResourcePermission$) {
1379
1213
  }
1380
1214
 
1381
- class RegisterApplicationCommand extends Command
1382
- .classBuilder()
1383
- .ep(commonParams)
1384
- .m(function (Command, cs, config, o) {
1385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1386
- })
1387
- .s("SsmSap", "RegisterApplication", {})
1388
- .n("SsmSapClient", "RegisterApplicationCommand")
1389
- .sc(RegisterApplication$)
1390
- .build() {
1215
+ class RegisterApplicationCommand extends command(_ep0, _mw0, "RegisterApplication", RegisterApplication$) {
1391
1216
  }
1392
1217
 
1393
- class StartApplicationCommand extends Command
1394
- .classBuilder()
1395
- .ep(commonParams)
1396
- .m(function (Command, cs, config, o) {
1397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1398
- })
1399
- .s("SsmSap", "StartApplication", {})
1400
- .n("SsmSapClient", "StartApplicationCommand")
1401
- .sc(StartApplication$)
1402
- .build() {
1218
+ class StartApplicationCommand extends command(_ep0, _mw0, "StartApplication", StartApplication$) {
1403
1219
  }
1404
1220
 
1405
- class StartApplicationRefreshCommand extends Command
1406
- .classBuilder()
1407
- .ep(commonParams)
1408
- .m(function (Command, cs, config, o) {
1409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1410
- })
1411
- .s("SsmSap", "StartApplicationRefresh", {})
1412
- .n("SsmSapClient", "StartApplicationRefreshCommand")
1413
- .sc(StartApplicationRefresh$)
1414
- .build() {
1221
+ class StartApplicationRefreshCommand extends command(_ep0, _mw0, "StartApplicationRefresh", StartApplicationRefresh$) {
1415
1222
  }
1416
1223
 
1417
- class StartConfigurationChecksCommand extends Command
1418
- .classBuilder()
1419
- .ep(commonParams)
1420
- .m(function (Command, cs, config, o) {
1421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1422
- })
1423
- .s("SsmSap", "StartConfigurationChecks", {})
1424
- .n("SsmSapClient", "StartConfigurationChecksCommand")
1425
- .sc(StartConfigurationChecks$)
1426
- .build() {
1224
+ class StartConfigurationChecksCommand extends command(_ep0, _mw0, "StartConfigurationChecks", StartConfigurationChecks$) {
1427
1225
  }
1428
1226
 
1429
- class StopApplicationCommand extends Command
1430
- .classBuilder()
1431
- .ep(commonParams)
1432
- .m(function (Command, cs, config, o) {
1433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1434
- })
1435
- .s("SsmSap", "StopApplication", {})
1436
- .n("SsmSapClient", "StopApplicationCommand")
1437
- .sc(StopApplication$)
1438
- .build() {
1227
+ class StopApplicationCommand extends command(_ep0, _mw0, "StopApplication", StopApplication$) {
1439
1228
  }
1440
1229
 
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("SsmSap", "TagResource", {})
1448
- .n("SsmSapClient", "TagResourceCommand")
1449
- .sc(TagResource$)
1450
- .build() {
1230
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1451
1231
  }
1452
1232
 
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("SsmSap", "UntagResource", {})
1460
- .n("SsmSapClient", "UntagResourceCommand")
1461
- .sc(UntagResource$)
1462
- .build() {
1233
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1463
1234
  }
1464
1235
 
1465
- class UpdateApplicationSettingsCommand extends Command
1466
- .classBuilder()
1467
- .ep(commonParams)
1468
- .m(function (Command, cs, config, o) {
1469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1470
- })
1471
- .s("SsmSap", "UpdateApplicationSettings", {})
1472
- .n("SsmSapClient", "UpdateApplicationSettingsCommand")
1473
- .sc(UpdateApplicationSettings$)
1474
- .build() {
1236
+ class UpdateApplicationSettingsCommand extends command(_ep0, _mw0, "UpdateApplicationSettings", UpdateApplicationSettings$) {
1475
1237
  }
1476
1238
 
1477
1239
  const paginateListApplications = createPaginator(SsmSapClient, ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "SsmSap", "SsmSapClient", 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 { DeleteResourcePermission$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResourcePermissionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "DeleteResourcePermission", {})
13
- .n("SsmSapClient", "DeleteResourcePermissionCommand")
14
- .sc(DeleteResourcePermission$)
15
- .build() {
3
+ export class DeleteResourcePermissionCommand extends command(_ep0, _mw0, "DeleteResourcePermission", DeleteResourcePermission$) {
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 { DeregisterApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeregisterApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "DeregisterApplication", {})
13
- .n("SsmSapClient", "DeregisterApplicationCommand")
14
- .sc(DeregisterApplication$)
15
- .build() {
3
+ export class DeregisterApplicationCommand extends command(_ep0, _mw0, "DeregisterApplication", DeregisterApplication$) {
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 { GetApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetApplication", {})
13
- .n("SsmSapClient", "GetApplicationCommand")
14
- .sc(GetApplication$)
15
- .build() {
3
+ export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
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 { GetComponent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetComponentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetComponent", {})
13
- .n("SsmSapClient", "GetComponentCommand")
14
- .sc(GetComponent$)
15
- .build() {
3
+ export class GetComponentCommand extends command(_ep0, _mw0, "GetComponent", GetComponent$) {
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 { GetConfigurationCheckOperation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConfigurationCheckOperationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetConfigurationCheckOperation", {})
13
- .n("SsmSapClient", "GetConfigurationCheckOperationCommand")
14
- .sc(GetConfigurationCheckOperation$)
15
- .build() {
3
+ export class GetConfigurationCheckOperationCommand extends command(_ep0, _mw0, "GetConfigurationCheckOperation", GetConfigurationCheckOperation$) {
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 { GetDatabase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDatabaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetDatabase", {})
13
- .n("SsmSapClient", "GetDatabaseCommand")
14
- .sc(GetDatabase$)
15
- .build() {
3
+ export class GetDatabaseCommand extends command(_ep0, _mw0, "GetDatabase", GetDatabase$) {
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 { GetOperation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetOperationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetOperation", {})
13
- .n("SsmSapClient", "GetOperationCommand")
14
- .sc(GetOperation$)
15
- .build() {
3
+ export class GetOperationCommand extends command(_ep0, _mw0, "GetOperation", GetOperation$) {
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 { GetResourcePermission$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetResourcePermissionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "GetResourcePermission", {})
13
- .n("SsmSapClient", "GetResourcePermissionCommand")
14
- .sc(GetResourcePermission$)
15
- .build() {
3
+ export class GetResourcePermissionCommand extends command(_ep0, _mw0, "GetResourcePermission", GetResourcePermission$) {
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 { ListApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListApplicationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "ListApplications", {})
13
- .n("SsmSapClient", "ListApplicationsCommand")
14
- .sc(ListApplications$)
15
- .build() {
3
+ export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
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 { ListComponents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListComponentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "ListComponents", {})
13
- .n("SsmSapClient", "ListComponentsCommand")
14
- .sc(ListComponents$)
15
- .build() {
3
+ export class ListComponentsCommand extends command(_ep0, _mw0, "ListComponents", ListComponents$) {
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 { ListConfigurationCheckDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfigurationCheckDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "ListConfigurationCheckDefinitions", {})
13
- .n("SsmSapClient", "ListConfigurationCheckDefinitionsCommand")
14
- .sc(ListConfigurationCheckDefinitions$)
15
- .build() {
3
+ export class ListConfigurationCheckDefinitionsCommand extends command(_ep0, _mw0, "ListConfigurationCheckDefinitions", ListConfigurationCheckDefinitions$) {
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 { ListConfigurationCheckOperations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfigurationCheckOperationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "ListConfigurationCheckOperations", {})
13
- .n("SsmSapClient", "ListConfigurationCheckOperationsCommand")
14
- .sc(ListConfigurationCheckOperations$)
15
- .build() {
3
+ export class ListConfigurationCheckOperationsCommand extends command(_ep0, _mw0, "ListConfigurationCheckOperations", ListConfigurationCheckOperations$) {
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 { ListDatabases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDatabasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SsmSap", "ListDatabases", {})
13
- .n("SsmSapClient", "ListDatabasesCommand")
14
- .sc(ListDatabases$)
15
- .build() {
3
+ export class ListDatabasesCommand extends command(_ep0, _mw0, "ListDatabases", ListDatabases$) {
16
4
  }