@aws-sdk/client-route-53-domains 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 (110) hide show
  1. package/dist-cjs/index.js +42 -343
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +2 -14
  4. package/dist-es/commands/AssociateDelegationSignerToDomainCommand.js +2 -14
  5. package/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +2 -14
  6. package/dist-es/commands/CheckDomainAvailabilityCommand.js +2 -14
  7. package/dist-es/commands/CheckDomainTransferabilityCommand.js +2 -14
  8. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  9. package/dist-es/commands/DeleteTagsForDomainCommand.js +2 -14
  10. package/dist-es/commands/DisableDomainAutoRenewCommand.js +2 -14
  11. package/dist-es/commands/DisableDomainTransferLockCommand.js +2 -14
  12. package/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js +2 -14
  13. package/dist-es/commands/EnableDomainAutoRenewCommand.js +2 -14
  14. package/dist-es/commands/EnableDomainTransferLockCommand.js +2 -14
  15. package/dist-es/commands/GetContactReachabilityStatusCommand.js +2 -14
  16. package/dist-es/commands/GetDomainDetailCommand.js +2 -14
  17. package/dist-es/commands/GetDomainSuggestionsCommand.js +2 -14
  18. package/dist-es/commands/GetOperationDetailCommand.js +2 -14
  19. package/dist-es/commands/ListDomainsCommand.js +2 -14
  20. package/dist-es/commands/ListOperationsCommand.js +2 -14
  21. package/dist-es/commands/ListPricesCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForDomainCommand.js +2 -14
  23. package/dist-es/commands/PushDomainCommand.js +2 -14
  24. package/dist-es/commands/RegisterDomainCommand.js +2 -14
  25. package/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +2 -14
  26. package/dist-es/commands/RenewDomainCommand.js +2 -14
  27. package/dist-es/commands/ResendContactReachabilityEmailCommand.js +2 -14
  28. package/dist-es/commands/ResendOperationAuthorizationCommand.js +2 -14
  29. package/dist-es/commands/RetrieveDomainAuthCodeCommand.js +2 -14
  30. package/dist-es/commands/TransferDomainCommand.js +2 -14
  31. package/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js +2 -14
  32. package/dist-es/commands/UpdateDomainContactCommand.js +2 -14
  33. package/dist-es/commands/UpdateDomainContactPrivacyCommand.js +2 -14
  34. package/dist-es/commands/UpdateDomainNameserversCommand.js +2 -14
  35. package/dist-es/commands/UpdateTagsForDomainCommand.js +2 -14
  36. package/dist-es/commands/ViewBillingCommand.js +2 -14
  37. package/dist-es/index.js +1 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
  40. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +3 -8
  41. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +3 -8
  42. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +3 -8
  43. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +3 -8
  46. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +3 -8
  47. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +3 -8
  48. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +3 -8
  49. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +3 -8
  50. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +3 -8
  51. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +3 -8
  52. package/dist-types/commands/GetDomainDetailCommand.d.ts +3 -8
  53. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +3 -8
  54. package/dist-types/commands/GetOperationDetailCommand.d.ts +3 -8
  55. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListPricesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListTagsForDomainCommand.d.ts +3 -8
  59. package/dist-types/commands/PushDomainCommand.d.ts +3 -8
  60. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  61. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
  62. package/dist-types/commands/RenewDomainCommand.d.ts +3 -8
  63. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +3 -8
  64. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +3 -8
  65. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -8
  66. package/dist-types/commands/TransferDomainCommand.d.ts +3 -8
  67. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateDomainContactCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +3 -8
  71. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +3 -8
  72. package/dist-types/commands/ViewBillingCommand.d.ts +3 -8
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/index.d.ts +1 -0
  110. 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
 
@@ -1253,412 +1254,110 @@ class Route53DomainsClient extends Client {
1253
1254
  }
1254
1255
  }
1255
1256
 
1256
- class AcceptDomainTransferFromAnotherAwsAccountCommand extends Command
1257
- .classBuilder()
1258
- .ep(commonParams)
1259
- .m(function (Command, cs, config, o) {
1260
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1261
- })
1262
- .s("Route53Domains_v20140515", "AcceptDomainTransferFromAnotherAwsAccount", {})
1263
- .n("Route53DomainsClient", "AcceptDomainTransferFromAnotherAwsAccountCommand")
1264
- .sc(AcceptDomainTransferFromAnotherAwsAccount$)
1265
- .build() {
1257
+ const command = makeBuilder(commonParams, "Route53Domains_v20140515", "Route53DomainsClient", getEndpointPlugin);
1258
+ const _ep0 = {};
1259
+ const _mw0 = (Command, cs, config, o) => [];
1260
+
1261
+ class AcceptDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "AcceptDomainTransferFromAnotherAwsAccount", AcceptDomainTransferFromAnotherAwsAccount$) {
1266
1262
  }
1267
1263
 
1268
- class AssociateDelegationSignerToDomainCommand extends Command
1269
- .classBuilder()
1270
- .ep(commonParams)
1271
- .m(function (Command, cs, config, o) {
1272
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1273
- })
1274
- .s("Route53Domains_v20140515", "AssociateDelegationSignerToDomain", {})
1275
- .n("Route53DomainsClient", "AssociateDelegationSignerToDomainCommand")
1276
- .sc(AssociateDelegationSignerToDomain$)
1277
- .build() {
1264
+ class AssociateDelegationSignerToDomainCommand extends command(_ep0, _mw0, "AssociateDelegationSignerToDomain", AssociateDelegationSignerToDomain$) {
1278
1265
  }
1279
1266
 
1280
- class CancelDomainTransferToAnotherAwsAccountCommand extends Command
1281
- .classBuilder()
1282
- .ep(commonParams)
1283
- .m(function (Command, cs, config, o) {
1284
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1285
- })
1286
- .s("Route53Domains_v20140515", "CancelDomainTransferToAnotherAwsAccount", {})
1287
- .n("Route53DomainsClient", "CancelDomainTransferToAnotherAwsAccountCommand")
1288
- .sc(CancelDomainTransferToAnotherAwsAccount$)
1289
- .build() {
1267
+ class CancelDomainTransferToAnotherAwsAccountCommand extends command(_ep0, _mw0, "CancelDomainTransferToAnotherAwsAccount", CancelDomainTransferToAnotherAwsAccount$) {
1290
1268
  }
1291
1269
 
1292
- class CheckDomainAvailabilityCommand extends Command
1293
- .classBuilder()
1294
- .ep(commonParams)
1295
- .m(function (Command, cs, config, o) {
1296
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1297
- })
1298
- .s("Route53Domains_v20140515", "CheckDomainAvailability", {})
1299
- .n("Route53DomainsClient", "CheckDomainAvailabilityCommand")
1300
- .sc(CheckDomainAvailability$)
1301
- .build() {
1270
+ class CheckDomainAvailabilityCommand extends command(_ep0, _mw0, "CheckDomainAvailability", CheckDomainAvailability$) {
1302
1271
  }
1303
1272
 
1304
- class CheckDomainTransferabilityCommand extends Command
1305
- .classBuilder()
1306
- .ep(commonParams)
1307
- .m(function (Command, cs, config, o) {
1308
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1309
- })
1310
- .s("Route53Domains_v20140515", "CheckDomainTransferability", {})
1311
- .n("Route53DomainsClient", "CheckDomainTransferabilityCommand")
1312
- .sc(CheckDomainTransferability$)
1313
- .build() {
1273
+ class CheckDomainTransferabilityCommand extends command(_ep0, _mw0, "CheckDomainTransferability", CheckDomainTransferability$) {
1314
1274
  }
1315
1275
 
1316
- class DeleteDomainCommand extends Command
1317
- .classBuilder()
1318
- .ep(commonParams)
1319
- .m(function (Command, cs, config, o) {
1320
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1321
- })
1322
- .s("Route53Domains_v20140515", "DeleteDomain", {})
1323
- .n("Route53DomainsClient", "DeleteDomainCommand")
1324
- .sc(DeleteDomain$)
1325
- .build() {
1276
+ class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
1326
1277
  }
1327
1278
 
1328
- class DeleteTagsForDomainCommand extends Command
1329
- .classBuilder()
1330
- .ep(commonParams)
1331
- .m(function (Command, cs, config, o) {
1332
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1333
- })
1334
- .s("Route53Domains_v20140515", "DeleteTagsForDomain", {})
1335
- .n("Route53DomainsClient", "DeleteTagsForDomainCommand")
1336
- .sc(DeleteTagsForDomain$)
1337
- .build() {
1279
+ class DeleteTagsForDomainCommand extends command(_ep0, _mw0, "DeleteTagsForDomain", DeleteTagsForDomain$) {
1338
1280
  }
1339
1281
 
1340
- class DisableDomainAutoRenewCommand extends Command
1341
- .classBuilder()
1342
- .ep(commonParams)
1343
- .m(function (Command, cs, config, o) {
1344
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1345
- })
1346
- .s("Route53Domains_v20140515", "DisableDomainAutoRenew", {})
1347
- .n("Route53DomainsClient", "DisableDomainAutoRenewCommand")
1348
- .sc(DisableDomainAutoRenew$)
1349
- .build() {
1282
+ class DisableDomainAutoRenewCommand extends command(_ep0, _mw0, "DisableDomainAutoRenew", DisableDomainAutoRenew$) {
1350
1283
  }
1351
1284
 
1352
- class DisableDomainTransferLockCommand extends Command
1353
- .classBuilder()
1354
- .ep(commonParams)
1355
- .m(function (Command, cs, config, o) {
1356
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1357
- })
1358
- .s("Route53Domains_v20140515", "DisableDomainTransferLock", {})
1359
- .n("Route53DomainsClient", "DisableDomainTransferLockCommand")
1360
- .sc(DisableDomainTransferLock$)
1361
- .build() {
1285
+ class DisableDomainTransferLockCommand extends command(_ep0, _mw0, "DisableDomainTransferLock", DisableDomainTransferLock$) {
1362
1286
  }
1363
1287
 
1364
- class DisassociateDelegationSignerFromDomainCommand extends Command
1365
- .classBuilder()
1366
- .ep(commonParams)
1367
- .m(function (Command, cs, config, o) {
1368
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
- })
1370
- .s("Route53Domains_v20140515", "DisassociateDelegationSignerFromDomain", {})
1371
- .n("Route53DomainsClient", "DisassociateDelegationSignerFromDomainCommand")
1372
- .sc(DisassociateDelegationSignerFromDomain$)
1373
- .build() {
1288
+ class DisassociateDelegationSignerFromDomainCommand extends command(_ep0, _mw0, "DisassociateDelegationSignerFromDomain", DisassociateDelegationSignerFromDomain$) {
1374
1289
  }
1375
1290
 
1376
- class EnableDomainAutoRenewCommand extends Command
1377
- .classBuilder()
1378
- .ep(commonParams)
1379
- .m(function (Command, cs, config, o) {
1380
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
- })
1382
- .s("Route53Domains_v20140515", "EnableDomainAutoRenew", {})
1383
- .n("Route53DomainsClient", "EnableDomainAutoRenewCommand")
1384
- .sc(EnableDomainAutoRenew$)
1385
- .build() {
1291
+ class EnableDomainAutoRenewCommand extends command(_ep0, _mw0, "EnableDomainAutoRenew", EnableDomainAutoRenew$) {
1386
1292
  }
1387
1293
 
1388
- class EnableDomainTransferLockCommand extends Command
1389
- .classBuilder()
1390
- .ep(commonParams)
1391
- .m(function (Command, cs, config, o) {
1392
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
- })
1394
- .s("Route53Domains_v20140515", "EnableDomainTransferLock", {})
1395
- .n("Route53DomainsClient", "EnableDomainTransferLockCommand")
1396
- .sc(EnableDomainTransferLock$)
1397
- .build() {
1294
+ class EnableDomainTransferLockCommand extends command(_ep0, _mw0, "EnableDomainTransferLock", EnableDomainTransferLock$) {
1398
1295
  }
1399
1296
 
1400
- class GetContactReachabilityStatusCommand extends Command
1401
- .classBuilder()
1402
- .ep(commonParams)
1403
- .m(function (Command, cs, config, o) {
1404
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
- })
1406
- .s("Route53Domains_v20140515", "GetContactReachabilityStatus", {})
1407
- .n("Route53DomainsClient", "GetContactReachabilityStatusCommand")
1408
- .sc(GetContactReachabilityStatus$)
1409
- .build() {
1297
+ class GetContactReachabilityStatusCommand extends command(_ep0, _mw0, "GetContactReachabilityStatus", GetContactReachabilityStatus$) {
1410
1298
  }
1411
1299
 
1412
- class GetDomainDetailCommand extends Command
1413
- .classBuilder()
1414
- .ep(commonParams)
1415
- .m(function (Command, cs, config, o) {
1416
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
- })
1418
- .s("Route53Domains_v20140515", "GetDomainDetail", {})
1419
- .n("Route53DomainsClient", "GetDomainDetailCommand")
1420
- .sc(GetDomainDetail$)
1421
- .build() {
1300
+ class GetDomainDetailCommand extends command(_ep0, _mw0, "GetDomainDetail", GetDomainDetail$) {
1422
1301
  }
1423
1302
 
1424
- class GetDomainSuggestionsCommand extends Command
1425
- .classBuilder()
1426
- .ep(commonParams)
1427
- .m(function (Command, cs, config, o) {
1428
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
- })
1430
- .s("Route53Domains_v20140515", "GetDomainSuggestions", {})
1431
- .n("Route53DomainsClient", "GetDomainSuggestionsCommand")
1432
- .sc(GetDomainSuggestions$)
1433
- .build() {
1303
+ class GetDomainSuggestionsCommand extends command(_ep0, _mw0, "GetDomainSuggestions", GetDomainSuggestions$) {
1434
1304
  }
1435
1305
 
1436
- class GetOperationDetailCommand extends Command
1437
- .classBuilder()
1438
- .ep(commonParams)
1439
- .m(function (Command, cs, config, o) {
1440
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
- })
1442
- .s("Route53Domains_v20140515", "GetOperationDetail", {})
1443
- .n("Route53DomainsClient", "GetOperationDetailCommand")
1444
- .sc(GetOperationDetail$)
1445
- .build() {
1306
+ class GetOperationDetailCommand extends command(_ep0, _mw0, "GetOperationDetail", GetOperationDetail$) {
1446
1307
  }
1447
1308
 
1448
- class ListDomainsCommand extends Command
1449
- .classBuilder()
1450
- .ep(commonParams)
1451
- .m(function (Command, cs, config, o) {
1452
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
- })
1454
- .s("Route53Domains_v20140515", "ListDomains", {})
1455
- .n("Route53DomainsClient", "ListDomainsCommand")
1456
- .sc(ListDomains$)
1457
- .build() {
1309
+ class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
1458
1310
  }
1459
1311
 
1460
- class ListOperationsCommand extends Command
1461
- .classBuilder()
1462
- .ep(commonParams)
1463
- .m(function (Command, cs, config, o) {
1464
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
- })
1466
- .s("Route53Domains_v20140515", "ListOperations", {})
1467
- .n("Route53DomainsClient", "ListOperationsCommand")
1468
- .sc(ListOperations$)
1469
- .build() {
1312
+ class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
1470
1313
  }
1471
1314
 
1472
- class ListPricesCommand extends Command
1473
- .classBuilder()
1474
- .ep(commonParams)
1475
- .m(function (Command, cs, config, o) {
1476
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
- })
1478
- .s("Route53Domains_v20140515", "ListPrices", {})
1479
- .n("Route53DomainsClient", "ListPricesCommand")
1480
- .sc(ListPrices$)
1481
- .build() {
1315
+ class ListPricesCommand extends command(_ep0, _mw0, "ListPrices", ListPrices$) {
1482
1316
  }
1483
1317
 
1484
- class ListTagsForDomainCommand extends Command
1485
- .classBuilder()
1486
- .ep(commonParams)
1487
- .m(function (Command, cs, config, o) {
1488
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
- })
1490
- .s("Route53Domains_v20140515", "ListTagsForDomain", {})
1491
- .n("Route53DomainsClient", "ListTagsForDomainCommand")
1492
- .sc(ListTagsForDomain$)
1493
- .build() {
1318
+ class ListTagsForDomainCommand extends command(_ep0, _mw0, "ListTagsForDomain", ListTagsForDomain$) {
1494
1319
  }
1495
1320
 
1496
- class PushDomainCommand extends Command
1497
- .classBuilder()
1498
- .ep(commonParams)
1499
- .m(function (Command, cs, config, o) {
1500
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
- })
1502
- .s("Route53Domains_v20140515", "PushDomain", {})
1503
- .n("Route53DomainsClient", "PushDomainCommand")
1504
- .sc(PushDomain$)
1505
- .build() {
1321
+ class PushDomainCommand extends command(_ep0, _mw0, "PushDomain", PushDomain$) {
1506
1322
  }
1507
1323
 
1508
- class RegisterDomainCommand extends Command
1509
- .classBuilder()
1510
- .ep(commonParams)
1511
- .m(function (Command, cs, config, o) {
1512
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
- })
1514
- .s("Route53Domains_v20140515", "RegisterDomain", {})
1515
- .n("Route53DomainsClient", "RegisterDomainCommand")
1516
- .sc(RegisterDomain$)
1517
- .build() {
1324
+ class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
1518
1325
  }
1519
1326
 
1520
- class RejectDomainTransferFromAnotherAwsAccountCommand extends Command
1521
- .classBuilder()
1522
- .ep(commonParams)
1523
- .m(function (Command, cs, config, o) {
1524
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
- })
1526
- .s("Route53Domains_v20140515", "RejectDomainTransferFromAnotherAwsAccount", {})
1527
- .n("Route53DomainsClient", "RejectDomainTransferFromAnotherAwsAccountCommand")
1528
- .sc(RejectDomainTransferFromAnotherAwsAccount$)
1529
- .build() {
1327
+ class RejectDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "RejectDomainTransferFromAnotherAwsAccount", RejectDomainTransferFromAnotherAwsAccount$) {
1530
1328
  }
1531
1329
 
1532
- class RenewDomainCommand extends Command
1533
- .classBuilder()
1534
- .ep(commonParams)
1535
- .m(function (Command, cs, config, o) {
1536
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
- })
1538
- .s("Route53Domains_v20140515", "RenewDomain", {})
1539
- .n("Route53DomainsClient", "RenewDomainCommand")
1540
- .sc(RenewDomain$)
1541
- .build() {
1330
+ class RenewDomainCommand extends command(_ep0, _mw0, "RenewDomain", RenewDomain$) {
1542
1331
  }
1543
1332
 
1544
- class ResendContactReachabilityEmailCommand extends Command
1545
- .classBuilder()
1546
- .ep(commonParams)
1547
- .m(function (Command, cs, config, o) {
1548
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
- })
1550
- .s("Route53Domains_v20140515", "ResendContactReachabilityEmail", {})
1551
- .n("Route53DomainsClient", "ResendContactReachabilityEmailCommand")
1552
- .sc(ResendContactReachabilityEmail$)
1553
- .build() {
1333
+ class ResendContactReachabilityEmailCommand extends command(_ep0, _mw0, "ResendContactReachabilityEmail", ResendContactReachabilityEmail$) {
1554
1334
  }
1555
1335
 
1556
- class ResendOperationAuthorizationCommand extends Command
1557
- .classBuilder()
1558
- .ep(commonParams)
1559
- .m(function (Command, cs, config, o) {
1560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
- })
1562
- .s("Route53Domains_v20140515", "ResendOperationAuthorization", {})
1563
- .n("Route53DomainsClient", "ResendOperationAuthorizationCommand")
1564
- .sc(ResendOperationAuthorization$)
1565
- .build() {
1336
+ class ResendOperationAuthorizationCommand extends command(_ep0, _mw0, "ResendOperationAuthorization", ResendOperationAuthorization$) {
1566
1337
  }
1567
1338
 
1568
- class RetrieveDomainAuthCodeCommand extends Command
1569
- .classBuilder()
1570
- .ep(commonParams)
1571
- .m(function (Command, cs, config, o) {
1572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
- })
1574
- .s("Route53Domains_v20140515", "RetrieveDomainAuthCode", {})
1575
- .n("Route53DomainsClient", "RetrieveDomainAuthCodeCommand")
1576
- .sc(RetrieveDomainAuthCode$)
1577
- .build() {
1339
+ class RetrieveDomainAuthCodeCommand extends command(_ep0, _mw0, "RetrieveDomainAuthCode", RetrieveDomainAuthCode$) {
1578
1340
  }
1579
1341
 
1580
- class TransferDomainCommand extends Command
1581
- .classBuilder()
1582
- .ep(commonParams)
1583
- .m(function (Command, cs, config, o) {
1584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
- })
1586
- .s("Route53Domains_v20140515", "TransferDomain", {})
1587
- .n("Route53DomainsClient", "TransferDomainCommand")
1588
- .sc(TransferDomain$)
1589
- .build() {
1342
+ class TransferDomainCommand extends command(_ep0, _mw0, "TransferDomain", TransferDomain$) {
1590
1343
  }
1591
1344
 
1592
- class TransferDomainToAnotherAwsAccountCommand extends Command
1593
- .classBuilder()
1594
- .ep(commonParams)
1595
- .m(function (Command, cs, config, o) {
1596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
- })
1598
- .s("Route53Domains_v20140515", "TransferDomainToAnotherAwsAccount", {})
1599
- .n("Route53DomainsClient", "TransferDomainToAnotherAwsAccountCommand")
1600
- .sc(TransferDomainToAnotherAwsAccount$)
1601
- .build() {
1345
+ class TransferDomainToAnotherAwsAccountCommand extends command(_ep0, _mw0, "TransferDomainToAnotherAwsAccount", TransferDomainToAnotherAwsAccount$) {
1602
1346
  }
1603
1347
 
1604
- class UpdateDomainContactCommand extends Command
1605
- .classBuilder()
1606
- .ep(commonParams)
1607
- .m(function (Command, cs, config, o) {
1608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
- })
1610
- .s("Route53Domains_v20140515", "UpdateDomainContact", {})
1611
- .n("Route53DomainsClient", "UpdateDomainContactCommand")
1612
- .sc(UpdateDomainContact$)
1613
- .build() {
1348
+ class UpdateDomainContactCommand extends command(_ep0, _mw0, "UpdateDomainContact", UpdateDomainContact$) {
1614
1349
  }
1615
1350
 
1616
- class UpdateDomainContactPrivacyCommand extends Command
1617
- .classBuilder()
1618
- .ep(commonParams)
1619
- .m(function (Command, cs, config, o) {
1620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
- })
1622
- .s("Route53Domains_v20140515", "UpdateDomainContactPrivacy", {})
1623
- .n("Route53DomainsClient", "UpdateDomainContactPrivacyCommand")
1624
- .sc(UpdateDomainContactPrivacy$)
1625
- .build() {
1351
+ class UpdateDomainContactPrivacyCommand extends command(_ep0, _mw0, "UpdateDomainContactPrivacy", UpdateDomainContactPrivacy$) {
1626
1352
  }
1627
1353
 
1628
- class UpdateDomainNameserversCommand extends Command
1629
- .classBuilder()
1630
- .ep(commonParams)
1631
- .m(function (Command, cs, config, o) {
1632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
- })
1634
- .s("Route53Domains_v20140515", "UpdateDomainNameservers", {})
1635
- .n("Route53DomainsClient", "UpdateDomainNameserversCommand")
1636
- .sc(UpdateDomainNameservers$)
1637
- .build() {
1354
+ class UpdateDomainNameserversCommand extends command(_ep0, _mw0, "UpdateDomainNameservers", UpdateDomainNameservers$) {
1638
1355
  }
1639
1356
 
1640
- class UpdateTagsForDomainCommand extends Command
1641
- .classBuilder()
1642
- .ep(commonParams)
1643
- .m(function (Command, cs, config, o) {
1644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
- })
1646
- .s("Route53Domains_v20140515", "UpdateTagsForDomain", {})
1647
- .n("Route53DomainsClient", "UpdateTagsForDomainCommand")
1648
- .sc(UpdateTagsForDomain$)
1649
- .build() {
1357
+ class UpdateTagsForDomainCommand extends command(_ep0, _mw0, "UpdateTagsForDomain", UpdateTagsForDomain$) {
1650
1358
  }
1651
1359
 
1652
- class ViewBillingCommand extends Command
1653
- .classBuilder()
1654
- .ep(commonParams)
1655
- .m(function (Command, cs, config, o) {
1656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
- })
1658
- .s("Route53Domains_v20140515", "ViewBilling", {})
1659
- .n("Route53DomainsClient", "ViewBillingCommand")
1660
- .sc(ViewBilling$)
1661
- .build() {
1360
+ class ViewBillingCommand extends command(_ep0, _mw0, "ViewBilling", ViewBilling$) {
1662
1361
  }
1663
1362
 
1664
1363
  const paginateListDomains = createPaginator(Route53DomainsClient, ListDomainsCommand, "Marker", "NextPageMarker", "MaxItems");
@@ -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, "Route53Domains_v20140515", "Route53DomainsClient", 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 { AcceptDomainTransferFromAnotherAwsAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "AcceptDomainTransferFromAnotherAwsAccount", {})
13
- .n("Route53DomainsClient", "AcceptDomainTransferFromAnotherAwsAccountCommand")
14
- .sc(AcceptDomainTransferFromAnotherAwsAccount$)
15
- .build() {
3
+ export class AcceptDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "AcceptDomainTransferFromAnotherAwsAccount", AcceptDomainTransferFromAnotherAwsAccount$) {
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 { AssociateDelegationSignerToDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateDelegationSignerToDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "AssociateDelegationSignerToDomain", {})
13
- .n("Route53DomainsClient", "AssociateDelegationSignerToDomainCommand")
14
- .sc(AssociateDelegationSignerToDomain$)
15
- .build() {
3
+ export class AssociateDelegationSignerToDomainCommand extends command(_ep0, _mw0, "AssociateDelegationSignerToDomain", AssociateDelegationSignerToDomain$) {
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 { CancelDomainTransferToAnotherAwsAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "CancelDomainTransferToAnotherAwsAccount", {})
13
- .n("Route53DomainsClient", "CancelDomainTransferToAnotherAwsAccountCommand")
14
- .sc(CancelDomainTransferToAnotherAwsAccount$)
15
- .build() {
3
+ export class CancelDomainTransferToAnotherAwsAccountCommand extends command(_ep0, _mw0, "CancelDomainTransferToAnotherAwsAccount", CancelDomainTransferToAnotherAwsAccount$) {
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 { CheckDomainAvailability$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CheckDomainAvailabilityCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "CheckDomainAvailability", {})
13
- .n("Route53DomainsClient", "CheckDomainAvailabilityCommand")
14
- .sc(CheckDomainAvailability$)
15
- .build() {
3
+ export class CheckDomainAvailabilityCommand extends command(_ep0, _mw0, "CheckDomainAvailability", CheckDomainAvailability$) {
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 { CheckDomainTransferability$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CheckDomainTransferabilityCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "CheckDomainTransferability", {})
13
- .n("Route53DomainsClient", "CheckDomainTransferabilityCommand")
14
- .sc(CheckDomainTransferability$)
15
- .build() {
3
+ export class CheckDomainTransferabilityCommand extends command(_ep0, _mw0, "CheckDomainTransferability", CheckDomainTransferability$) {
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 { DeleteDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "DeleteDomain", {})
13
- .n("Route53DomainsClient", "DeleteDomainCommand")
14
- .sc(DeleteDomain$)
15
- .build() {
3
+ export class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
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 { DeleteTagsForDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTagsForDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "DeleteTagsForDomain", {})
13
- .n("Route53DomainsClient", "DeleteTagsForDomainCommand")
14
- .sc(DeleteTagsForDomain$)
15
- .build() {
3
+ export class DeleteTagsForDomainCommand extends command(_ep0, _mw0, "DeleteTagsForDomain", DeleteTagsForDomain$) {
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 { DisableDomainAutoRenew$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableDomainAutoRenewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "DisableDomainAutoRenew", {})
13
- .n("Route53DomainsClient", "DisableDomainAutoRenewCommand")
14
- .sc(DisableDomainAutoRenew$)
15
- .build() {
3
+ export class DisableDomainAutoRenewCommand extends command(_ep0, _mw0, "DisableDomainAutoRenew", DisableDomainAutoRenew$) {
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 { DisableDomainTransferLock$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableDomainTransferLockCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Route53Domains_v20140515", "DisableDomainTransferLock", {})
13
- .n("Route53DomainsClient", "DisableDomainTransferLockCommand")
14
- .sc(DisableDomainTransferLock$)
15
- .build() {
3
+ export class DisableDomainTransferLockCommand extends command(_ep0, _mw0, "DisableDomainTransferLock", DisableDomainTransferLock$) {
16
4
  }