@aws-sdk/client-route53-recovery-readiness 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 (104) hide show
  1. package/dist-cjs/index.js +40 -323
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateCellCommand.js +2 -14
  4. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +2 -14
  5. package/dist-es/commands/CreateReadinessCheckCommand.js +2 -14
  6. package/dist-es/commands/CreateRecoveryGroupCommand.js +2 -14
  7. package/dist-es/commands/CreateResourceSetCommand.js +2 -14
  8. package/dist-es/commands/DeleteCellCommand.js +2 -14
  9. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +2 -14
  10. package/dist-es/commands/DeleteReadinessCheckCommand.js +2 -14
  11. package/dist-es/commands/DeleteRecoveryGroupCommand.js +2 -14
  12. package/dist-es/commands/DeleteResourceSetCommand.js +2 -14
  13. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +2 -14
  14. package/dist-es/commands/GetCellCommand.js +2 -14
  15. package/dist-es/commands/GetCellReadinessSummaryCommand.js +2 -14
  16. package/dist-es/commands/GetReadinessCheckCommand.js +2 -14
  17. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +2 -14
  18. package/dist-es/commands/GetReadinessCheckStatusCommand.js +2 -14
  19. package/dist-es/commands/GetRecoveryGroupCommand.js +2 -14
  20. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +2 -14
  21. package/dist-es/commands/GetResourceSetCommand.js +2 -14
  22. package/dist-es/commands/ListCellsCommand.js +2 -14
  23. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +2 -14
  24. package/dist-es/commands/ListReadinessChecksCommand.js +2 -14
  25. package/dist-es/commands/ListRecoveryGroupsCommand.js +2 -14
  26. package/dist-es/commands/ListResourceSetsCommand.js +2 -14
  27. package/dist-es/commands/ListRulesCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateCellCommand.js +2 -14
  32. package/dist-es/commands/UpdateReadinessCheckCommand.js +2 -14
  33. package/dist-es/commands/UpdateRecoveryGroupCommand.js +2 -14
  34. package/dist-es/commands/UpdateResourceSetCommand.js +2 -14
  35. package/dist-es/index.js +1 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/CreateCellCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateReadinessCheckCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateResourceSetCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteCellCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteResourceSetCommand.d.ts +3 -8
  47. package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +3 -8
  48. package/dist-types/commands/GetCellCommand.d.ts +3 -8
  49. package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +3 -8
  50. package/dist-types/commands/GetReadinessCheckCommand.d.ts +3 -8
  51. package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +3 -8
  52. package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +3 -8
  53. package/dist-types/commands/GetRecoveryGroupCommand.d.ts +3 -8
  54. package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +3 -8
  55. package/dist-types/commands/GetResourceSetCommand.d.ts +3 -8
  56. package/dist-types/commands/ListCellsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListReadinessChecksCommand.d.ts +3 -8
  59. package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListResourceSetsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListRulesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateCellCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateResourceSetCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/index.d.ts +1 -0
  104. 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
 
@@ -1146,388 +1147,104 @@ class Route53RecoveryReadinessClient extends Client {
1146
1147
  }
1147
1148
  }
1148
1149
 
1149
- class CreateCellCommand extends Command
1150
- .classBuilder()
1151
- .ep(commonParams)
1152
- .m(function (Command, cs, config, o) {
1153
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1154
- })
1155
- .s("Route53RecoveryReadiness", "CreateCell", {})
1156
- .n("Route53RecoveryReadinessClient", "CreateCellCommand")
1157
- .sc(CreateCell$)
1158
- .build() {
1150
+ const command = makeBuilder(commonParams, "Route53RecoveryReadiness", "Route53RecoveryReadinessClient", getEndpointPlugin);
1151
+ const _ep0 = {};
1152
+ const _mw0 = (Command, cs, config, o) => [];
1153
+
1154
+ class CreateCellCommand extends command(_ep0, _mw0, "CreateCell", CreateCell$) {
1159
1155
  }
1160
1156
 
1161
- class CreateCrossAccountAuthorizationCommand extends Command
1162
- .classBuilder()
1163
- .ep(commonParams)
1164
- .m(function (Command, cs, config, o) {
1165
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1166
- })
1167
- .s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {})
1168
- .n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand")
1169
- .sc(CreateCrossAccountAuthorization$)
1170
- .build() {
1157
+ class CreateCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "CreateCrossAccountAuthorization", CreateCrossAccountAuthorization$) {
1171
1158
  }
1172
1159
 
1173
- class CreateReadinessCheckCommand extends Command
1174
- .classBuilder()
1175
- .ep(commonParams)
1176
- .m(function (Command, cs, config, o) {
1177
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1178
- })
1179
- .s("Route53RecoveryReadiness", "CreateReadinessCheck", {})
1180
- .n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand")
1181
- .sc(CreateReadinessCheck$)
1182
- .build() {
1160
+ class CreateReadinessCheckCommand extends command(_ep0, _mw0, "CreateReadinessCheck", CreateReadinessCheck$) {
1183
1161
  }
1184
1162
 
1185
- class CreateRecoveryGroupCommand extends Command
1186
- .classBuilder()
1187
- .ep(commonParams)
1188
- .m(function (Command, cs, config, o) {
1189
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1190
- })
1191
- .s("Route53RecoveryReadiness", "CreateRecoveryGroup", {})
1192
- .n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand")
1193
- .sc(CreateRecoveryGroup$)
1194
- .build() {
1163
+ class CreateRecoveryGroupCommand extends command(_ep0, _mw0, "CreateRecoveryGroup", CreateRecoveryGroup$) {
1195
1164
  }
1196
1165
 
1197
- class CreateResourceSetCommand extends Command
1198
- .classBuilder()
1199
- .ep(commonParams)
1200
- .m(function (Command, cs, config, o) {
1201
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1202
- })
1203
- .s("Route53RecoveryReadiness", "CreateResourceSet", {})
1204
- .n("Route53RecoveryReadinessClient", "CreateResourceSetCommand")
1205
- .sc(CreateResourceSet$)
1206
- .build() {
1166
+ class CreateResourceSetCommand extends command(_ep0, _mw0, "CreateResourceSet", CreateResourceSet$) {
1207
1167
  }
1208
1168
 
1209
- class DeleteCellCommand extends Command
1210
- .classBuilder()
1211
- .ep(commonParams)
1212
- .m(function (Command, cs, config, o) {
1213
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1214
- })
1215
- .s("Route53RecoveryReadiness", "DeleteCell", {})
1216
- .n("Route53RecoveryReadinessClient", "DeleteCellCommand")
1217
- .sc(DeleteCell$)
1218
- .build() {
1169
+ class DeleteCellCommand extends command(_ep0, _mw0, "DeleteCell", DeleteCell$) {
1219
1170
  }
1220
1171
 
1221
- class DeleteCrossAccountAuthorizationCommand extends Command
1222
- .classBuilder()
1223
- .ep(commonParams)
1224
- .m(function (Command, cs, config, o) {
1225
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1226
- })
1227
- .s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {})
1228
- .n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand")
1229
- .sc(DeleteCrossAccountAuthorization$)
1230
- .build() {
1172
+ class DeleteCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "DeleteCrossAccountAuthorization", DeleteCrossAccountAuthorization$) {
1231
1173
  }
1232
1174
 
1233
- class DeleteReadinessCheckCommand extends Command
1234
- .classBuilder()
1235
- .ep(commonParams)
1236
- .m(function (Command, cs, config, o) {
1237
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1238
- })
1239
- .s("Route53RecoveryReadiness", "DeleteReadinessCheck", {})
1240
- .n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand")
1241
- .sc(DeleteReadinessCheck$)
1242
- .build() {
1175
+ class DeleteReadinessCheckCommand extends command(_ep0, _mw0, "DeleteReadinessCheck", DeleteReadinessCheck$) {
1243
1176
  }
1244
1177
 
1245
- class DeleteRecoveryGroupCommand extends Command
1246
- .classBuilder()
1247
- .ep(commonParams)
1248
- .m(function (Command, cs, config, o) {
1249
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1250
- })
1251
- .s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {})
1252
- .n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand")
1253
- .sc(DeleteRecoveryGroup$)
1254
- .build() {
1178
+ class DeleteRecoveryGroupCommand extends command(_ep0, _mw0, "DeleteRecoveryGroup", DeleteRecoveryGroup$) {
1255
1179
  }
1256
1180
 
1257
- class DeleteResourceSetCommand extends Command
1258
- .classBuilder()
1259
- .ep(commonParams)
1260
- .m(function (Command, cs, config, o) {
1261
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1262
- })
1263
- .s("Route53RecoveryReadiness", "DeleteResourceSet", {})
1264
- .n("Route53RecoveryReadinessClient", "DeleteResourceSetCommand")
1265
- .sc(DeleteResourceSet$)
1266
- .build() {
1181
+ class DeleteResourceSetCommand extends command(_ep0, _mw0, "DeleteResourceSet", DeleteResourceSet$) {
1267
1182
  }
1268
1183
 
1269
- class GetArchitectureRecommendationsCommand extends Command
1270
- .classBuilder()
1271
- .ep(commonParams)
1272
- .m(function (Command, cs, config, o) {
1273
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1274
- })
1275
- .s("Route53RecoveryReadiness", "GetArchitectureRecommendations", {})
1276
- .n("Route53RecoveryReadinessClient", "GetArchitectureRecommendationsCommand")
1277
- .sc(GetArchitectureRecommendations$)
1278
- .build() {
1184
+ class GetArchitectureRecommendationsCommand extends command(_ep0, _mw0, "GetArchitectureRecommendations", GetArchitectureRecommendations$) {
1279
1185
  }
1280
1186
 
1281
- class GetCellCommand extends Command
1282
- .classBuilder()
1283
- .ep(commonParams)
1284
- .m(function (Command, cs, config, o) {
1285
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1286
- })
1287
- .s("Route53RecoveryReadiness", "GetCell", {})
1288
- .n("Route53RecoveryReadinessClient", "GetCellCommand")
1289
- .sc(GetCell$)
1290
- .build() {
1187
+ class GetCellCommand extends command(_ep0, _mw0, "GetCell", GetCell$) {
1291
1188
  }
1292
1189
 
1293
- class GetCellReadinessSummaryCommand extends Command
1294
- .classBuilder()
1295
- .ep(commonParams)
1296
- .m(function (Command, cs, config, o) {
1297
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1298
- })
1299
- .s("Route53RecoveryReadiness", "GetCellReadinessSummary", {})
1300
- .n("Route53RecoveryReadinessClient", "GetCellReadinessSummaryCommand")
1301
- .sc(GetCellReadinessSummary$)
1302
- .build() {
1190
+ class GetCellReadinessSummaryCommand extends command(_ep0, _mw0, "GetCellReadinessSummary", GetCellReadinessSummary$) {
1303
1191
  }
1304
1192
 
1305
- class GetReadinessCheckCommand extends Command
1306
- .classBuilder()
1307
- .ep(commonParams)
1308
- .m(function (Command, cs, config, o) {
1309
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1310
- })
1311
- .s("Route53RecoveryReadiness", "GetReadinessCheck", {})
1312
- .n("Route53RecoveryReadinessClient", "GetReadinessCheckCommand")
1313
- .sc(GetReadinessCheck$)
1314
- .build() {
1193
+ class GetReadinessCheckCommand extends command(_ep0, _mw0, "GetReadinessCheck", GetReadinessCheck$) {
1315
1194
  }
1316
1195
 
1317
- class GetReadinessCheckResourceStatusCommand extends Command
1318
- .classBuilder()
1319
- .ep(commonParams)
1320
- .m(function (Command, cs, config, o) {
1321
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1322
- })
1323
- .s("Route53RecoveryReadiness", "GetReadinessCheckResourceStatus", {})
1324
- .n("Route53RecoveryReadinessClient", "GetReadinessCheckResourceStatusCommand")
1325
- .sc(GetReadinessCheckResourceStatus$)
1326
- .build() {
1196
+ class GetReadinessCheckResourceStatusCommand extends command(_ep0, _mw0, "GetReadinessCheckResourceStatus", GetReadinessCheckResourceStatus$) {
1327
1197
  }
1328
1198
 
1329
- class GetReadinessCheckStatusCommand extends Command
1330
- .classBuilder()
1331
- .ep(commonParams)
1332
- .m(function (Command, cs, config, o) {
1333
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1334
- })
1335
- .s("Route53RecoveryReadiness", "GetReadinessCheckStatus", {})
1336
- .n("Route53RecoveryReadinessClient", "GetReadinessCheckStatusCommand")
1337
- .sc(GetReadinessCheckStatus$)
1338
- .build() {
1199
+ class GetReadinessCheckStatusCommand extends command(_ep0, _mw0, "GetReadinessCheckStatus", GetReadinessCheckStatus$) {
1339
1200
  }
1340
1201
 
1341
- class GetRecoveryGroupCommand extends Command
1342
- .classBuilder()
1343
- .ep(commonParams)
1344
- .m(function (Command, cs, config, o) {
1345
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1346
- })
1347
- .s("Route53RecoveryReadiness", "GetRecoveryGroup", {})
1348
- .n("Route53RecoveryReadinessClient", "GetRecoveryGroupCommand")
1349
- .sc(GetRecoveryGroup$)
1350
- .build() {
1202
+ class GetRecoveryGroupCommand extends command(_ep0, _mw0, "GetRecoveryGroup", GetRecoveryGroup$) {
1351
1203
  }
1352
1204
 
1353
- class GetRecoveryGroupReadinessSummaryCommand extends Command
1354
- .classBuilder()
1355
- .ep(commonParams)
1356
- .m(function (Command, cs, config, o) {
1357
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1358
- })
1359
- .s("Route53RecoveryReadiness", "GetRecoveryGroupReadinessSummary", {})
1360
- .n("Route53RecoveryReadinessClient", "GetRecoveryGroupReadinessSummaryCommand")
1361
- .sc(GetRecoveryGroupReadinessSummary$)
1362
- .build() {
1205
+ class GetRecoveryGroupReadinessSummaryCommand extends command(_ep0, _mw0, "GetRecoveryGroupReadinessSummary", GetRecoveryGroupReadinessSummary$) {
1363
1206
  }
1364
1207
 
1365
- class GetResourceSetCommand extends Command
1366
- .classBuilder()
1367
- .ep(commonParams)
1368
- .m(function (Command, cs, config, o) {
1369
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1370
- })
1371
- .s("Route53RecoveryReadiness", "GetResourceSet", {})
1372
- .n("Route53RecoveryReadinessClient", "GetResourceSetCommand")
1373
- .sc(GetResourceSet$)
1374
- .build() {
1208
+ class GetResourceSetCommand extends command(_ep0, _mw0, "GetResourceSet", GetResourceSet$) {
1375
1209
  }
1376
1210
 
1377
- class ListCellsCommand extends Command
1378
- .classBuilder()
1379
- .ep(commonParams)
1380
- .m(function (Command, cs, config, o) {
1381
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1382
- })
1383
- .s("Route53RecoveryReadiness", "ListCells", {})
1384
- .n("Route53RecoveryReadinessClient", "ListCellsCommand")
1385
- .sc(ListCells$)
1386
- .build() {
1211
+ class ListCellsCommand extends command(_ep0, _mw0, "ListCells", ListCells$) {
1387
1212
  }
1388
1213
 
1389
- class ListCrossAccountAuthorizationsCommand extends Command
1390
- .classBuilder()
1391
- .ep(commonParams)
1392
- .m(function (Command, cs, config, o) {
1393
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1394
- })
1395
- .s("Route53RecoveryReadiness", "ListCrossAccountAuthorizations", {})
1396
- .n("Route53RecoveryReadinessClient", "ListCrossAccountAuthorizationsCommand")
1397
- .sc(ListCrossAccountAuthorizations$)
1398
- .build() {
1214
+ class ListCrossAccountAuthorizationsCommand extends command(_ep0, _mw0, "ListCrossAccountAuthorizations", ListCrossAccountAuthorizations$) {
1399
1215
  }
1400
1216
 
1401
- class ListReadinessChecksCommand extends Command
1402
- .classBuilder()
1403
- .ep(commonParams)
1404
- .m(function (Command, cs, config, o) {
1405
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1406
- })
1407
- .s("Route53RecoveryReadiness", "ListReadinessChecks", {})
1408
- .n("Route53RecoveryReadinessClient", "ListReadinessChecksCommand")
1409
- .sc(ListReadinessChecks$)
1410
- .build() {
1217
+ class ListReadinessChecksCommand extends command(_ep0, _mw0, "ListReadinessChecks", ListReadinessChecks$) {
1411
1218
  }
1412
1219
 
1413
- class ListRecoveryGroupsCommand extends Command
1414
- .classBuilder()
1415
- .ep(commonParams)
1416
- .m(function (Command, cs, config, o) {
1417
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1418
- })
1419
- .s("Route53RecoveryReadiness", "ListRecoveryGroups", {})
1420
- .n("Route53RecoveryReadinessClient", "ListRecoveryGroupsCommand")
1421
- .sc(ListRecoveryGroups$)
1422
- .build() {
1220
+ class ListRecoveryGroupsCommand extends command(_ep0, _mw0, "ListRecoveryGroups", ListRecoveryGroups$) {
1423
1221
  }
1424
1222
 
1425
- class ListResourceSetsCommand extends Command
1426
- .classBuilder()
1427
- .ep(commonParams)
1428
- .m(function (Command, cs, config, o) {
1429
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1430
- })
1431
- .s("Route53RecoveryReadiness", "ListResourceSets", {})
1432
- .n("Route53RecoveryReadinessClient", "ListResourceSetsCommand")
1433
- .sc(ListResourceSets$)
1434
- .build() {
1223
+ class ListResourceSetsCommand extends command(_ep0, _mw0, "ListResourceSets", ListResourceSets$) {
1435
1224
  }
1436
1225
 
1437
- class ListRulesCommand extends Command
1438
- .classBuilder()
1439
- .ep(commonParams)
1440
- .m(function (Command, cs, config, o) {
1441
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1442
- })
1443
- .s("Route53RecoveryReadiness", "ListRules", {})
1444
- .n("Route53RecoveryReadinessClient", "ListRulesCommand")
1445
- .sc(ListRules$)
1446
- .build() {
1226
+ class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
1447
1227
  }
1448
1228
 
1449
- class ListTagsForResourcesCommand extends Command
1450
- .classBuilder()
1451
- .ep(commonParams)
1452
- .m(function (Command, cs, config, o) {
1453
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1454
- })
1455
- .s("Route53RecoveryReadiness", "ListTagsForResources", {})
1456
- .n("Route53RecoveryReadinessClient", "ListTagsForResourcesCommand")
1457
- .sc(ListTagsForResources$)
1458
- .build() {
1229
+ class ListTagsForResourcesCommand extends command(_ep0, _mw0, "ListTagsForResources", ListTagsForResources$) {
1459
1230
  }
1460
1231
 
1461
- class TagResourceCommand extends Command
1462
- .classBuilder()
1463
- .ep(commonParams)
1464
- .m(function (Command, cs, config, o) {
1465
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1466
- })
1467
- .s("Route53RecoveryReadiness", "TagResource", {})
1468
- .n("Route53RecoveryReadinessClient", "TagResourceCommand")
1469
- .sc(TagResource$)
1470
- .build() {
1232
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1471
1233
  }
1472
1234
 
1473
- class UntagResourceCommand extends Command
1474
- .classBuilder()
1475
- .ep(commonParams)
1476
- .m(function (Command, cs, config, o) {
1477
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1478
- })
1479
- .s("Route53RecoveryReadiness", "UntagResource", {})
1480
- .n("Route53RecoveryReadinessClient", "UntagResourceCommand")
1481
- .sc(UntagResource$)
1482
- .build() {
1235
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1483
1236
  }
1484
1237
 
1485
- class UpdateCellCommand extends Command
1486
- .classBuilder()
1487
- .ep(commonParams)
1488
- .m(function (Command, cs, config, o) {
1489
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1490
- })
1491
- .s("Route53RecoveryReadiness", "UpdateCell", {})
1492
- .n("Route53RecoveryReadinessClient", "UpdateCellCommand")
1493
- .sc(UpdateCell$)
1494
- .build() {
1238
+ class UpdateCellCommand extends command(_ep0, _mw0, "UpdateCell", UpdateCell$) {
1495
1239
  }
1496
1240
 
1497
- class UpdateReadinessCheckCommand extends Command
1498
- .classBuilder()
1499
- .ep(commonParams)
1500
- .m(function (Command, cs, config, o) {
1501
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1502
- })
1503
- .s("Route53RecoveryReadiness", "UpdateReadinessCheck", {})
1504
- .n("Route53RecoveryReadinessClient", "UpdateReadinessCheckCommand")
1505
- .sc(UpdateReadinessCheck$)
1506
- .build() {
1241
+ class UpdateReadinessCheckCommand extends command(_ep0, _mw0, "UpdateReadinessCheck", UpdateReadinessCheck$) {
1507
1242
  }
1508
1243
 
1509
- class UpdateRecoveryGroupCommand extends Command
1510
- .classBuilder()
1511
- .ep(commonParams)
1512
- .m(function (Command, cs, config, o) {
1513
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1514
- })
1515
- .s("Route53RecoveryReadiness", "UpdateRecoveryGroup", {})
1516
- .n("Route53RecoveryReadinessClient", "UpdateRecoveryGroupCommand")
1517
- .sc(UpdateRecoveryGroup$)
1518
- .build() {
1244
+ class UpdateRecoveryGroupCommand extends command(_ep0, _mw0, "UpdateRecoveryGroup", UpdateRecoveryGroup$) {
1519
1245
  }
1520
1246
 
1521
- class UpdateResourceSetCommand extends Command
1522
- .classBuilder()
1523
- .ep(commonParams)
1524
- .m(function (Command, cs, config, o) {
1525
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1526
- })
1527
- .s("Route53RecoveryReadiness", "UpdateResourceSet", {})
1528
- .n("Route53RecoveryReadinessClient", "UpdateResourceSetCommand")
1529
- .sc(UpdateResourceSet$)
1530
- .build() {
1247
+ class UpdateResourceSetCommand extends command(_ep0, _mw0, "UpdateResourceSet", UpdateResourceSet$) {
1531
1248
  }
1532
1249
 
1533
1250
  const paginateGetCellReadinessSummary = createPaginator(Route53RecoveryReadinessClient, GetCellReadinessSummaryCommand, "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, "Route53RecoveryReadiness", "Route53RecoveryReadinessClient", 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 { CreateCell$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCellCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "CreateCell", {})
13
- .n("Route53RecoveryReadinessClient", "CreateCellCommand")
14
- .sc(CreateCell$)
15
- .build() {
3
+ export class CreateCellCommand extends command(_ep0, _mw0, "CreateCell", CreateCell$) {
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 { CreateCrossAccountAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCrossAccountAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {})
13
- .n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand")
14
- .sc(CreateCrossAccountAuthorization$)
15
- .build() {
3
+ export class CreateCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "CreateCrossAccountAuthorization", CreateCrossAccountAuthorization$) {
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 { CreateReadinessCheck$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateReadinessCheckCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "CreateReadinessCheck", {})
13
- .n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand")
14
- .sc(CreateReadinessCheck$)
15
- .build() {
3
+ export class CreateReadinessCheckCommand extends command(_ep0, _mw0, "CreateReadinessCheck", CreateReadinessCheck$) {
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 { CreateRecoveryGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRecoveryGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "CreateRecoveryGroup", {})
13
- .n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand")
14
- .sc(CreateRecoveryGroup$)
15
- .build() {
3
+ export class CreateRecoveryGroupCommand extends command(_ep0, _mw0, "CreateRecoveryGroup", CreateRecoveryGroup$) {
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 { CreateResourceSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateResourceSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "CreateResourceSet", {})
13
- .n("Route53RecoveryReadinessClient", "CreateResourceSetCommand")
14
- .sc(CreateResourceSet$)
15
- .build() {
3
+ export class CreateResourceSetCommand extends command(_ep0, _mw0, "CreateResourceSet", CreateResourceSet$) {
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 { DeleteCell$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCellCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "DeleteCell", {})
13
- .n("Route53RecoveryReadinessClient", "DeleteCellCommand")
14
- .sc(DeleteCell$)
15
- .build() {
3
+ export class DeleteCellCommand extends command(_ep0, _mw0, "DeleteCell", DeleteCell$) {
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 { DeleteCrossAccountAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCrossAccountAuthorizationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {})
13
- .n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand")
14
- .sc(DeleteCrossAccountAuthorization$)
15
- .build() {
3
+ export class DeleteCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "DeleteCrossAccountAuthorization", DeleteCrossAccountAuthorization$) {
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 { DeleteReadinessCheck$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteReadinessCheckCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "DeleteReadinessCheck", {})
13
- .n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand")
14
- .sc(DeleteReadinessCheck$)
15
- .build() {
3
+ export class DeleteReadinessCheckCommand extends command(_ep0, _mw0, "DeleteReadinessCheck", DeleteReadinessCheck$) {
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 { DeleteRecoveryGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRecoveryGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {})
13
- .n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand")
14
- .sc(DeleteRecoveryGroup$)
15
- .build() {
3
+ export class DeleteRecoveryGroupCommand extends command(_ep0, _mw0, "DeleteRecoveryGroup", DeleteRecoveryGroup$) {
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 { DeleteResourceSet$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResourceSetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53RecoveryReadiness", "DeleteResourceSet", {})
13
- .n("Route53RecoveryReadinessClient", "DeleteResourceSetCommand")
14
- .sc(DeleteResourceSet$)
15
- .build() {
3
+ export class DeleteResourceSetCommand extends command(_ep0, _mw0, "DeleteResourceSet", DeleteResourceSet$) {
16
4
  }