@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
@@ -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
  }
@@ -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 { DisassociateDelegationSignerFromDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateDelegationSignerFromDomainCommand 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", "DisassociateDelegationSignerFromDomain", {})
13
- .n("Route53DomainsClient", "DisassociateDelegationSignerFromDomainCommand")
14
- .sc(DisassociateDelegationSignerFromDomain$)
15
- .build() {
3
+ export class DisassociateDelegationSignerFromDomainCommand extends command(_ep0, _mw0, "DisassociateDelegationSignerFromDomain", DisassociateDelegationSignerFromDomain$) {
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 { EnableDomainAutoRenew$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableDomainAutoRenewCommand 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", "EnableDomainAutoRenew", {})
13
- .n("Route53DomainsClient", "EnableDomainAutoRenewCommand")
14
- .sc(EnableDomainAutoRenew$)
15
- .build() {
3
+ export class EnableDomainAutoRenewCommand extends command(_ep0, _mw0, "EnableDomainAutoRenew", EnableDomainAutoRenew$) {
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 { EnableDomainTransferLock$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableDomainTransferLockCommand 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", "EnableDomainTransferLock", {})
13
- .n("Route53DomainsClient", "EnableDomainTransferLockCommand")
14
- .sc(EnableDomainTransferLock$)
15
- .build() {
3
+ export class EnableDomainTransferLockCommand extends command(_ep0, _mw0, "EnableDomainTransferLock", EnableDomainTransferLock$) {
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 { GetContactReachabilityStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContactReachabilityStatusCommand 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", "GetContactReachabilityStatus", {})
13
- .n("Route53DomainsClient", "GetContactReachabilityStatusCommand")
14
- .sc(GetContactReachabilityStatus$)
15
- .build() {
3
+ export class GetContactReachabilityStatusCommand extends command(_ep0, _mw0, "GetContactReachabilityStatus", GetContactReachabilityStatus$) {
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 { GetDomainDetail$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDomainDetailCommand 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", "GetDomainDetail", {})
13
- .n("Route53DomainsClient", "GetDomainDetailCommand")
14
- .sc(GetDomainDetail$)
15
- .build() {
3
+ export class GetDomainDetailCommand extends command(_ep0, _mw0, "GetDomainDetail", GetDomainDetail$) {
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 { GetDomainSuggestions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDomainSuggestionsCommand 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", "GetDomainSuggestions", {})
13
- .n("Route53DomainsClient", "GetDomainSuggestionsCommand")
14
- .sc(GetDomainSuggestions$)
15
- .build() {
3
+ export class GetDomainSuggestionsCommand extends command(_ep0, _mw0, "GetDomainSuggestions", GetDomainSuggestions$) {
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 { GetOperationDetail$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetOperationDetailCommand 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", "GetOperationDetail", {})
13
- .n("Route53DomainsClient", "GetOperationDetailCommand")
14
- .sc(GetOperationDetail$)
15
- .build() {
3
+ export class GetOperationDetailCommand extends command(_ep0, _mw0, "GetOperationDetail", GetOperationDetail$) {
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 { ListDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDomainsCommand 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", "ListDomains", {})
13
- .n("Route53DomainsClient", "ListDomainsCommand")
14
- .sc(ListDomains$)
15
- .build() {
3
+ export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
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 { ListOperations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListOperationsCommand 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", "ListOperations", {})
13
- .n("Route53DomainsClient", "ListOperationsCommand")
14
- .sc(ListOperations$)
15
- .build() {
3
+ export class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
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 { ListPrices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPricesCommand 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", "ListPrices", {})
13
- .n("Route53DomainsClient", "ListPricesCommand")
14
- .sc(ListPrices$)
15
- .build() {
3
+ export class ListPricesCommand extends command(_ep0, _mw0, "ListPrices", ListPrices$) {
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 { ListTagsForDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForDomainCommand 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", "ListTagsForDomain", {})
13
- .n("Route53DomainsClient", "ListTagsForDomainCommand")
14
- .sc(ListTagsForDomain$)
15
- .build() {
3
+ export class ListTagsForDomainCommand extends command(_ep0, _mw0, "ListTagsForDomain", ListTagsForDomain$) {
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 { PushDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PushDomainCommand 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", "PushDomain", {})
13
- .n("Route53DomainsClient", "PushDomainCommand")
14
- .sc(PushDomain$)
15
- .build() {
3
+ export class PushDomainCommand extends command(_ep0, _mw0, "PushDomain", PushDomain$) {
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 { RegisterDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterDomainCommand 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", "RegisterDomain", {})
13
- .n("Route53DomainsClient", "RegisterDomainCommand")
14
- .sc(RegisterDomain$)
15
- .build() {
3
+ export class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
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 { RejectDomainTransferFromAnotherAwsAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RejectDomainTransferFromAnotherAwsAccountCommand 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", "RejectDomainTransferFromAnotherAwsAccount", {})
13
- .n("Route53DomainsClient", "RejectDomainTransferFromAnotherAwsAccountCommand")
14
- .sc(RejectDomainTransferFromAnotherAwsAccount$)
15
- .build() {
3
+ export class RejectDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "RejectDomainTransferFromAnotherAwsAccount", RejectDomainTransferFromAnotherAwsAccount$) {
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 { RenewDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RenewDomainCommand 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", "RenewDomain", {})
13
- .n("Route53DomainsClient", "RenewDomainCommand")
14
- .sc(RenewDomain$)
15
- .build() {
3
+ export class RenewDomainCommand extends command(_ep0, _mw0, "RenewDomain", RenewDomain$) {
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 { ResendContactReachabilityEmail$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ResendContactReachabilityEmailCommand 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", "ResendContactReachabilityEmail", {})
13
- .n("Route53DomainsClient", "ResendContactReachabilityEmailCommand")
14
- .sc(ResendContactReachabilityEmail$)
15
- .build() {
3
+ export class ResendContactReachabilityEmailCommand extends command(_ep0, _mw0, "ResendContactReachabilityEmail", ResendContactReachabilityEmail$) {
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 { ResendOperationAuthorization$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ResendOperationAuthorizationCommand 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", "ResendOperationAuthorization", {})
13
- .n("Route53DomainsClient", "ResendOperationAuthorizationCommand")
14
- .sc(ResendOperationAuthorization$)
15
- .build() {
3
+ export class ResendOperationAuthorizationCommand extends command(_ep0, _mw0, "ResendOperationAuthorization", ResendOperationAuthorization$) {
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 { RetrieveDomainAuthCode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RetrieveDomainAuthCodeCommand 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", "RetrieveDomainAuthCode", {})
13
- .n("Route53DomainsClient", "RetrieveDomainAuthCodeCommand")
14
- .sc(RetrieveDomainAuthCode$)
15
- .build() {
3
+ export class RetrieveDomainAuthCodeCommand extends command(_ep0, _mw0, "RetrieveDomainAuthCode", RetrieveDomainAuthCode$) {
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 { TransferDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TransferDomainCommand 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", "TransferDomain", {})
13
- .n("Route53DomainsClient", "TransferDomainCommand")
14
- .sc(TransferDomain$)
15
- .build() {
3
+ export class TransferDomainCommand extends command(_ep0, _mw0, "TransferDomain", TransferDomain$) {
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 { TransferDomainToAnotherAwsAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TransferDomainToAnotherAwsAccountCommand 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", "TransferDomainToAnotherAwsAccount", {})
13
- .n("Route53DomainsClient", "TransferDomainToAnotherAwsAccountCommand")
14
- .sc(TransferDomainToAnotherAwsAccount$)
15
- .build() {
3
+ export class TransferDomainToAnotherAwsAccountCommand extends command(_ep0, _mw0, "TransferDomainToAnotherAwsAccount", TransferDomainToAnotherAwsAccount$) {
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 { UpdateDomainContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDomainContactCommand 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", "UpdateDomainContact", {})
13
- .n("Route53DomainsClient", "UpdateDomainContactCommand")
14
- .sc(UpdateDomainContact$)
15
- .build() {
3
+ export class UpdateDomainContactCommand extends command(_ep0, _mw0, "UpdateDomainContact", UpdateDomainContact$) {
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 { UpdateDomainContactPrivacy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDomainContactPrivacyCommand 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", "UpdateDomainContactPrivacy", {})
13
- .n("Route53DomainsClient", "UpdateDomainContactPrivacyCommand")
14
- .sc(UpdateDomainContactPrivacy$)
15
- .build() {
3
+ export class UpdateDomainContactPrivacyCommand extends command(_ep0, _mw0, "UpdateDomainContactPrivacy", UpdateDomainContactPrivacy$) {
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 { UpdateDomainNameservers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDomainNameserversCommand 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", "UpdateDomainNameservers", {})
13
- .n("Route53DomainsClient", "UpdateDomainNameserversCommand")
14
- .sc(UpdateDomainNameservers$)
15
- .build() {
3
+ export class UpdateDomainNameserversCommand extends command(_ep0, _mw0, "UpdateDomainNameservers", UpdateDomainNameservers$) {
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 { UpdateTagsForDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTagsForDomainCommand 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", "UpdateTagsForDomain", {})
13
- .n("Route53DomainsClient", "UpdateTagsForDomainCommand")
14
- .sc(UpdateTagsForDomain$)
15
- .build() {
3
+ export class UpdateTagsForDomainCommand extends command(_ep0, _mw0, "UpdateTagsForDomain", UpdateTagsForDomain$) {
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 { ViewBilling$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ViewBillingCommand 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", "ViewBilling", {})
13
- .n("Route53DomainsClient", "ViewBillingCommand")
14
- .sc(ViewBilling$)
15
- .build() {
3
+ export class ViewBillingCommand extends command(_ep0, _mw0, "ViewBilling", ViewBilling$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./Route53DomainsClient";
2
2
  export * from "./Route53Domains";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "Route53Domains_v20140515",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "Route 53 Domains",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,