@aws-sdk/client-route-53-domains 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist-cjs/index.js +45 -345
  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-es/runtimeConfig.browser.js +0 -2
  39. package/dist-es/runtimeConfig.js +1 -2
  40. package/dist-es/runtimeConfig.native.js +0 -2
  41. package/dist-es/runtimeConfig.shared.js +2 -0
  42. package/dist-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
  44. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +3 -8
  45. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +3 -8
  46. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +3 -8
  47. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +3 -8
  50. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +3 -8
  51. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +3 -8
  52. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +3 -8
  53. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +3 -8
  54. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +3 -8
  55. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +3 -8
  56. package/dist-types/commands/GetDomainDetailCommand.d.ts +3 -8
  57. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +3 -8
  58. package/dist-types/commands/GetOperationDetailCommand.d.ts +3 -8
  59. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListPricesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForDomainCommand.d.ts +3 -8
  63. package/dist-types/commands/PushDomainCommand.d.ts +3 -8
  64. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  65. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
  66. package/dist-types/commands/RenewDomainCommand.d.ts +3 -8
  67. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +3 -8
  68. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +3 -8
  69. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -8
  70. package/dist-types/commands/TransferDomainCommand.d.ts +3 -8
  71. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateDomainContactCommand.d.ts +3 -8
  73. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +3 -8
  76. package/dist-types/commands/ViewBillingCommand.d.ts +3 -8
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  79. package/dist-types/runtimeConfig.d.ts +1 -1
  80. package/dist-types/runtimeConfig.native.d.ts +1 -1
  81. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/index.d.ts +1 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  121. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  122. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultRoute53DomainsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1131,6 +1133,7 @@ const getRuntimeConfig$1 = (config) => {
1131
1133
  serviceTarget: "Route53Domains_v20140515",
1132
1134
  },
1133
1135
  serviceId: config?.serviceId ?? "Route 53 Domains",
1136
+ sha256: config?.sha256 ?? Sha256,
1134
1137
  urlParser: config?.urlParser ?? parseUrl,
1135
1138
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1136
1139
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1164,7 +1167,6 @@ const getRuntimeConfig = (config) => {
1164
1167
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1165
1168
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1166
1169
  }, config),
1167
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1168
1170
  streamCollector: config?.streamCollector ?? streamCollector,
1169
1171
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1170
1172
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1252,412 +1254,110 @@ class Route53DomainsClient extends Client {
1252
1254
  }
1253
1255
  }
1254
1256
 
1255
- class AcceptDomainTransferFromAnotherAwsAccountCommand extends Command
1256
- .classBuilder()
1257
- .ep(commonParams)
1258
- .m(function (Command, cs, config, o) {
1259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1260
- })
1261
- .s("Route53Domains_v20140515", "AcceptDomainTransferFromAnotherAwsAccount", {})
1262
- .n("Route53DomainsClient", "AcceptDomainTransferFromAnotherAwsAccountCommand")
1263
- .sc(AcceptDomainTransferFromAnotherAwsAccount$)
1264
- .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$) {
1265
1262
  }
1266
1263
 
1267
- class AssociateDelegationSignerToDomainCommand extends Command
1268
- .classBuilder()
1269
- .ep(commonParams)
1270
- .m(function (Command, cs, config, o) {
1271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1272
- })
1273
- .s("Route53Domains_v20140515", "AssociateDelegationSignerToDomain", {})
1274
- .n("Route53DomainsClient", "AssociateDelegationSignerToDomainCommand")
1275
- .sc(AssociateDelegationSignerToDomain$)
1276
- .build() {
1264
+ class AssociateDelegationSignerToDomainCommand extends command(_ep0, _mw0, "AssociateDelegationSignerToDomain", AssociateDelegationSignerToDomain$) {
1277
1265
  }
1278
1266
 
1279
- class CancelDomainTransferToAnotherAwsAccountCommand extends Command
1280
- .classBuilder()
1281
- .ep(commonParams)
1282
- .m(function (Command, cs, config, o) {
1283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1284
- })
1285
- .s("Route53Domains_v20140515", "CancelDomainTransferToAnotherAwsAccount", {})
1286
- .n("Route53DomainsClient", "CancelDomainTransferToAnotherAwsAccountCommand")
1287
- .sc(CancelDomainTransferToAnotherAwsAccount$)
1288
- .build() {
1267
+ class CancelDomainTransferToAnotherAwsAccountCommand extends command(_ep0, _mw0, "CancelDomainTransferToAnotherAwsAccount", CancelDomainTransferToAnotherAwsAccount$) {
1289
1268
  }
1290
1269
 
1291
- class CheckDomainAvailabilityCommand extends Command
1292
- .classBuilder()
1293
- .ep(commonParams)
1294
- .m(function (Command, cs, config, o) {
1295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1296
- })
1297
- .s("Route53Domains_v20140515", "CheckDomainAvailability", {})
1298
- .n("Route53DomainsClient", "CheckDomainAvailabilityCommand")
1299
- .sc(CheckDomainAvailability$)
1300
- .build() {
1270
+ class CheckDomainAvailabilityCommand extends command(_ep0, _mw0, "CheckDomainAvailability", CheckDomainAvailability$) {
1301
1271
  }
1302
1272
 
1303
- class CheckDomainTransferabilityCommand extends Command
1304
- .classBuilder()
1305
- .ep(commonParams)
1306
- .m(function (Command, cs, config, o) {
1307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1308
- })
1309
- .s("Route53Domains_v20140515", "CheckDomainTransferability", {})
1310
- .n("Route53DomainsClient", "CheckDomainTransferabilityCommand")
1311
- .sc(CheckDomainTransferability$)
1312
- .build() {
1273
+ class CheckDomainTransferabilityCommand extends command(_ep0, _mw0, "CheckDomainTransferability", CheckDomainTransferability$) {
1313
1274
  }
1314
1275
 
1315
- class DeleteDomainCommand extends Command
1316
- .classBuilder()
1317
- .ep(commonParams)
1318
- .m(function (Command, cs, config, o) {
1319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1320
- })
1321
- .s("Route53Domains_v20140515", "DeleteDomain", {})
1322
- .n("Route53DomainsClient", "DeleteDomainCommand")
1323
- .sc(DeleteDomain$)
1324
- .build() {
1276
+ class DeleteDomainCommand extends command(_ep0, _mw0, "DeleteDomain", DeleteDomain$) {
1325
1277
  }
1326
1278
 
1327
- class DeleteTagsForDomainCommand extends Command
1328
- .classBuilder()
1329
- .ep(commonParams)
1330
- .m(function (Command, cs, config, o) {
1331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1332
- })
1333
- .s("Route53Domains_v20140515", "DeleteTagsForDomain", {})
1334
- .n("Route53DomainsClient", "DeleteTagsForDomainCommand")
1335
- .sc(DeleteTagsForDomain$)
1336
- .build() {
1279
+ class DeleteTagsForDomainCommand extends command(_ep0, _mw0, "DeleteTagsForDomain", DeleteTagsForDomain$) {
1337
1280
  }
1338
1281
 
1339
- class DisableDomainAutoRenewCommand extends Command
1340
- .classBuilder()
1341
- .ep(commonParams)
1342
- .m(function (Command, cs, config, o) {
1343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1344
- })
1345
- .s("Route53Domains_v20140515", "DisableDomainAutoRenew", {})
1346
- .n("Route53DomainsClient", "DisableDomainAutoRenewCommand")
1347
- .sc(DisableDomainAutoRenew$)
1348
- .build() {
1282
+ class DisableDomainAutoRenewCommand extends command(_ep0, _mw0, "DisableDomainAutoRenew", DisableDomainAutoRenew$) {
1349
1283
  }
1350
1284
 
1351
- class DisableDomainTransferLockCommand extends Command
1352
- .classBuilder()
1353
- .ep(commonParams)
1354
- .m(function (Command, cs, config, o) {
1355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1356
- })
1357
- .s("Route53Domains_v20140515", "DisableDomainTransferLock", {})
1358
- .n("Route53DomainsClient", "DisableDomainTransferLockCommand")
1359
- .sc(DisableDomainTransferLock$)
1360
- .build() {
1285
+ class DisableDomainTransferLockCommand extends command(_ep0, _mw0, "DisableDomainTransferLock", DisableDomainTransferLock$) {
1361
1286
  }
1362
1287
 
1363
- class DisassociateDelegationSignerFromDomainCommand extends Command
1364
- .classBuilder()
1365
- .ep(commonParams)
1366
- .m(function (Command, cs, config, o) {
1367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1368
- })
1369
- .s("Route53Domains_v20140515", "DisassociateDelegationSignerFromDomain", {})
1370
- .n("Route53DomainsClient", "DisassociateDelegationSignerFromDomainCommand")
1371
- .sc(DisassociateDelegationSignerFromDomain$)
1372
- .build() {
1288
+ class DisassociateDelegationSignerFromDomainCommand extends command(_ep0, _mw0, "DisassociateDelegationSignerFromDomain", DisassociateDelegationSignerFromDomain$) {
1373
1289
  }
1374
1290
 
1375
- class EnableDomainAutoRenewCommand extends Command
1376
- .classBuilder()
1377
- .ep(commonParams)
1378
- .m(function (Command, cs, config, o) {
1379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1380
- })
1381
- .s("Route53Domains_v20140515", "EnableDomainAutoRenew", {})
1382
- .n("Route53DomainsClient", "EnableDomainAutoRenewCommand")
1383
- .sc(EnableDomainAutoRenew$)
1384
- .build() {
1291
+ class EnableDomainAutoRenewCommand extends command(_ep0, _mw0, "EnableDomainAutoRenew", EnableDomainAutoRenew$) {
1385
1292
  }
1386
1293
 
1387
- class EnableDomainTransferLockCommand extends Command
1388
- .classBuilder()
1389
- .ep(commonParams)
1390
- .m(function (Command, cs, config, o) {
1391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1392
- })
1393
- .s("Route53Domains_v20140515", "EnableDomainTransferLock", {})
1394
- .n("Route53DomainsClient", "EnableDomainTransferLockCommand")
1395
- .sc(EnableDomainTransferLock$)
1396
- .build() {
1294
+ class EnableDomainTransferLockCommand extends command(_ep0, _mw0, "EnableDomainTransferLock", EnableDomainTransferLock$) {
1397
1295
  }
1398
1296
 
1399
- class GetContactReachabilityStatusCommand extends Command
1400
- .classBuilder()
1401
- .ep(commonParams)
1402
- .m(function (Command, cs, config, o) {
1403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1404
- })
1405
- .s("Route53Domains_v20140515", "GetContactReachabilityStatus", {})
1406
- .n("Route53DomainsClient", "GetContactReachabilityStatusCommand")
1407
- .sc(GetContactReachabilityStatus$)
1408
- .build() {
1297
+ class GetContactReachabilityStatusCommand extends command(_ep0, _mw0, "GetContactReachabilityStatus", GetContactReachabilityStatus$) {
1409
1298
  }
1410
1299
 
1411
- class GetDomainDetailCommand extends Command
1412
- .classBuilder()
1413
- .ep(commonParams)
1414
- .m(function (Command, cs, config, o) {
1415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1416
- })
1417
- .s("Route53Domains_v20140515", "GetDomainDetail", {})
1418
- .n("Route53DomainsClient", "GetDomainDetailCommand")
1419
- .sc(GetDomainDetail$)
1420
- .build() {
1300
+ class GetDomainDetailCommand extends command(_ep0, _mw0, "GetDomainDetail", GetDomainDetail$) {
1421
1301
  }
1422
1302
 
1423
- class GetDomainSuggestionsCommand extends Command
1424
- .classBuilder()
1425
- .ep(commonParams)
1426
- .m(function (Command, cs, config, o) {
1427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1428
- })
1429
- .s("Route53Domains_v20140515", "GetDomainSuggestions", {})
1430
- .n("Route53DomainsClient", "GetDomainSuggestionsCommand")
1431
- .sc(GetDomainSuggestions$)
1432
- .build() {
1303
+ class GetDomainSuggestionsCommand extends command(_ep0, _mw0, "GetDomainSuggestions", GetDomainSuggestions$) {
1433
1304
  }
1434
1305
 
1435
- class GetOperationDetailCommand extends Command
1436
- .classBuilder()
1437
- .ep(commonParams)
1438
- .m(function (Command, cs, config, o) {
1439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1440
- })
1441
- .s("Route53Domains_v20140515", "GetOperationDetail", {})
1442
- .n("Route53DomainsClient", "GetOperationDetailCommand")
1443
- .sc(GetOperationDetail$)
1444
- .build() {
1306
+ class GetOperationDetailCommand extends command(_ep0, _mw0, "GetOperationDetail", GetOperationDetail$) {
1445
1307
  }
1446
1308
 
1447
- class ListDomainsCommand extends Command
1448
- .classBuilder()
1449
- .ep(commonParams)
1450
- .m(function (Command, cs, config, o) {
1451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1452
- })
1453
- .s("Route53Domains_v20140515", "ListDomains", {})
1454
- .n("Route53DomainsClient", "ListDomainsCommand")
1455
- .sc(ListDomains$)
1456
- .build() {
1309
+ class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
1457
1310
  }
1458
1311
 
1459
- class ListOperationsCommand extends Command
1460
- .classBuilder()
1461
- .ep(commonParams)
1462
- .m(function (Command, cs, config, o) {
1463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1464
- })
1465
- .s("Route53Domains_v20140515", "ListOperations", {})
1466
- .n("Route53DomainsClient", "ListOperationsCommand")
1467
- .sc(ListOperations$)
1468
- .build() {
1312
+ class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
1469
1313
  }
1470
1314
 
1471
- class ListPricesCommand extends Command
1472
- .classBuilder()
1473
- .ep(commonParams)
1474
- .m(function (Command, cs, config, o) {
1475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1476
- })
1477
- .s("Route53Domains_v20140515", "ListPrices", {})
1478
- .n("Route53DomainsClient", "ListPricesCommand")
1479
- .sc(ListPrices$)
1480
- .build() {
1315
+ class ListPricesCommand extends command(_ep0, _mw0, "ListPrices", ListPrices$) {
1481
1316
  }
1482
1317
 
1483
- class ListTagsForDomainCommand extends Command
1484
- .classBuilder()
1485
- .ep(commonParams)
1486
- .m(function (Command, cs, config, o) {
1487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1488
- })
1489
- .s("Route53Domains_v20140515", "ListTagsForDomain", {})
1490
- .n("Route53DomainsClient", "ListTagsForDomainCommand")
1491
- .sc(ListTagsForDomain$)
1492
- .build() {
1318
+ class ListTagsForDomainCommand extends command(_ep0, _mw0, "ListTagsForDomain", ListTagsForDomain$) {
1493
1319
  }
1494
1320
 
1495
- class PushDomainCommand extends Command
1496
- .classBuilder()
1497
- .ep(commonParams)
1498
- .m(function (Command, cs, config, o) {
1499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1500
- })
1501
- .s("Route53Domains_v20140515", "PushDomain", {})
1502
- .n("Route53DomainsClient", "PushDomainCommand")
1503
- .sc(PushDomain$)
1504
- .build() {
1321
+ class PushDomainCommand extends command(_ep0, _mw0, "PushDomain", PushDomain$) {
1505
1322
  }
1506
1323
 
1507
- class RegisterDomainCommand extends Command
1508
- .classBuilder()
1509
- .ep(commonParams)
1510
- .m(function (Command, cs, config, o) {
1511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1512
- })
1513
- .s("Route53Domains_v20140515", "RegisterDomain", {})
1514
- .n("Route53DomainsClient", "RegisterDomainCommand")
1515
- .sc(RegisterDomain$)
1516
- .build() {
1324
+ class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
1517
1325
  }
1518
1326
 
1519
- class RejectDomainTransferFromAnotherAwsAccountCommand extends Command
1520
- .classBuilder()
1521
- .ep(commonParams)
1522
- .m(function (Command, cs, config, o) {
1523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1524
- })
1525
- .s("Route53Domains_v20140515", "RejectDomainTransferFromAnotherAwsAccount", {})
1526
- .n("Route53DomainsClient", "RejectDomainTransferFromAnotherAwsAccountCommand")
1527
- .sc(RejectDomainTransferFromAnotherAwsAccount$)
1528
- .build() {
1327
+ class RejectDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "RejectDomainTransferFromAnotherAwsAccount", RejectDomainTransferFromAnotherAwsAccount$) {
1529
1328
  }
1530
1329
 
1531
- class RenewDomainCommand extends Command
1532
- .classBuilder()
1533
- .ep(commonParams)
1534
- .m(function (Command, cs, config, o) {
1535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1536
- })
1537
- .s("Route53Domains_v20140515", "RenewDomain", {})
1538
- .n("Route53DomainsClient", "RenewDomainCommand")
1539
- .sc(RenewDomain$)
1540
- .build() {
1330
+ class RenewDomainCommand extends command(_ep0, _mw0, "RenewDomain", RenewDomain$) {
1541
1331
  }
1542
1332
 
1543
- class ResendContactReachabilityEmailCommand extends Command
1544
- .classBuilder()
1545
- .ep(commonParams)
1546
- .m(function (Command, cs, config, o) {
1547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1548
- })
1549
- .s("Route53Domains_v20140515", "ResendContactReachabilityEmail", {})
1550
- .n("Route53DomainsClient", "ResendContactReachabilityEmailCommand")
1551
- .sc(ResendContactReachabilityEmail$)
1552
- .build() {
1333
+ class ResendContactReachabilityEmailCommand extends command(_ep0, _mw0, "ResendContactReachabilityEmail", ResendContactReachabilityEmail$) {
1553
1334
  }
1554
1335
 
1555
- class ResendOperationAuthorizationCommand extends Command
1556
- .classBuilder()
1557
- .ep(commonParams)
1558
- .m(function (Command, cs, config, o) {
1559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1560
- })
1561
- .s("Route53Domains_v20140515", "ResendOperationAuthorization", {})
1562
- .n("Route53DomainsClient", "ResendOperationAuthorizationCommand")
1563
- .sc(ResendOperationAuthorization$)
1564
- .build() {
1336
+ class ResendOperationAuthorizationCommand extends command(_ep0, _mw0, "ResendOperationAuthorization", ResendOperationAuthorization$) {
1565
1337
  }
1566
1338
 
1567
- class RetrieveDomainAuthCodeCommand extends Command
1568
- .classBuilder()
1569
- .ep(commonParams)
1570
- .m(function (Command, cs, config, o) {
1571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1572
- })
1573
- .s("Route53Domains_v20140515", "RetrieveDomainAuthCode", {})
1574
- .n("Route53DomainsClient", "RetrieveDomainAuthCodeCommand")
1575
- .sc(RetrieveDomainAuthCode$)
1576
- .build() {
1339
+ class RetrieveDomainAuthCodeCommand extends command(_ep0, _mw0, "RetrieveDomainAuthCode", RetrieveDomainAuthCode$) {
1577
1340
  }
1578
1341
 
1579
- class TransferDomainCommand extends Command
1580
- .classBuilder()
1581
- .ep(commonParams)
1582
- .m(function (Command, cs, config, o) {
1583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1584
- })
1585
- .s("Route53Domains_v20140515", "TransferDomain", {})
1586
- .n("Route53DomainsClient", "TransferDomainCommand")
1587
- .sc(TransferDomain$)
1588
- .build() {
1342
+ class TransferDomainCommand extends command(_ep0, _mw0, "TransferDomain", TransferDomain$) {
1589
1343
  }
1590
1344
 
1591
- class TransferDomainToAnotherAwsAccountCommand extends Command
1592
- .classBuilder()
1593
- .ep(commonParams)
1594
- .m(function (Command, cs, config, o) {
1595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1596
- })
1597
- .s("Route53Domains_v20140515", "TransferDomainToAnotherAwsAccount", {})
1598
- .n("Route53DomainsClient", "TransferDomainToAnotherAwsAccountCommand")
1599
- .sc(TransferDomainToAnotherAwsAccount$)
1600
- .build() {
1345
+ class TransferDomainToAnotherAwsAccountCommand extends command(_ep0, _mw0, "TransferDomainToAnotherAwsAccount", TransferDomainToAnotherAwsAccount$) {
1601
1346
  }
1602
1347
 
1603
- class UpdateDomainContactCommand extends Command
1604
- .classBuilder()
1605
- .ep(commonParams)
1606
- .m(function (Command, cs, config, o) {
1607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1608
- })
1609
- .s("Route53Domains_v20140515", "UpdateDomainContact", {})
1610
- .n("Route53DomainsClient", "UpdateDomainContactCommand")
1611
- .sc(UpdateDomainContact$)
1612
- .build() {
1348
+ class UpdateDomainContactCommand extends command(_ep0, _mw0, "UpdateDomainContact", UpdateDomainContact$) {
1613
1349
  }
1614
1350
 
1615
- class UpdateDomainContactPrivacyCommand extends Command
1616
- .classBuilder()
1617
- .ep(commonParams)
1618
- .m(function (Command, cs, config, o) {
1619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1620
- })
1621
- .s("Route53Domains_v20140515", "UpdateDomainContactPrivacy", {})
1622
- .n("Route53DomainsClient", "UpdateDomainContactPrivacyCommand")
1623
- .sc(UpdateDomainContactPrivacy$)
1624
- .build() {
1351
+ class UpdateDomainContactPrivacyCommand extends command(_ep0, _mw0, "UpdateDomainContactPrivacy", UpdateDomainContactPrivacy$) {
1625
1352
  }
1626
1353
 
1627
- class UpdateDomainNameserversCommand extends Command
1628
- .classBuilder()
1629
- .ep(commonParams)
1630
- .m(function (Command, cs, config, o) {
1631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1632
- })
1633
- .s("Route53Domains_v20140515", "UpdateDomainNameservers", {})
1634
- .n("Route53DomainsClient", "UpdateDomainNameserversCommand")
1635
- .sc(UpdateDomainNameservers$)
1636
- .build() {
1354
+ class UpdateDomainNameserversCommand extends command(_ep0, _mw0, "UpdateDomainNameservers", UpdateDomainNameservers$) {
1637
1355
  }
1638
1356
 
1639
- class UpdateTagsForDomainCommand extends Command
1640
- .classBuilder()
1641
- .ep(commonParams)
1642
- .m(function (Command, cs, config, o) {
1643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1644
- })
1645
- .s("Route53Domains_v20140515", "UpdateTagsForDomain", {})
1646
- .n("Route53DomainsClient", "UpdateTagsForDomainCommand")
1647
- .sc(UpdateTagsForDomain$)
1648
- .build() {
1357
+ class UpdateTagsForDomainCommand extends command(_ep0, _mw0, "UpdateTagsForDomain", UpdateTagsForDomain$) {
1649
1358
  }
1650
1359
 
1651
- class ViewBillingCommand extends Command
1652
- .classBuilder()
1653
- .ep(commonParams)
1654
- .m(function (Command, cs, config, o) {
1655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1656
- })
1657
- .s("Route53Domains_v20140515", "ViewBilling", {})
1658
- .n("Route53DomainsClient", "ViewBillingCommand")
1659
- .sc(ViewBilling$)
1660
- .build() {
1360
+ class ViewBillingCommand extends command(_ep0, _mw0, "ViewBilling", ViewBilling$) {
1661
1361
  }
1662
1362
 
1663
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
  }