@aws-sdk/client-route-53-domains 3.1045.0 → 3.1046.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 (137) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +84 -85
  5. package/dist-cjs/models/Route53DomainsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Route53Domains.js +1 -1
  10. package/dist-es/Route53DomainsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +2 -2
  13. package/dist-es/commands/AssociateDelegationSignerToDomainCommand.js +2 -2
  14. package/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +2 -2
  15. package/dist-es/commands/CheckDomainAvailabilityCommand.js +2 -2
  16. package/dist-es/commands/CheckDomainTransferabilityCommand.js +2 -2
  17. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  18. package/dist-es/commands/DeleteTagsForDomainCommand.js +2 -2
  19. package/dist-es/commands/DisableDomainAutoRenewCommand.js +2 -2
  20. package/dist-es/commands/DisableDomainTransferLockCommand.js +2 -2
  21. package/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js +2 -2
  22. package/dist-es/commands/EnableDomainAutoRenewCommand.js +2 -2
  23. package/dist-es/commands/EnableDomainTransferLockCommand.js +2 -2
  24. package/dist-es/commands/GetContactReachabilityStatusCommand.js +2 -2
  25. package/dist-es/commands/GetDomainDetailCommand.js +2 -2
  26. package/dist-es/commands/GetDomainSuggestionsCommand.js +2 -2
  27. package/dist-es/commands/GetOperationDetailCommand.js +2 -2
  28. package/dist-es/commands/ListDomainsCommand.js +2 -2
  29. package/dist-es/commands/ListOperationsCommand.js +2 -2
  30. package/dist-es/commands/ListPricesCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForDomainCommand.js +2 -2
  32. package/dist-es/commands/PushDomainCommand.js +2 -2
  33. package/dist-es/commands/RegisterDomainCommand.js +2 -2
  34. package/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +2 -2
  35. package/dist-es/commands/RenewDomainCommand.js +2 -2
  36. package/dist-es/commands/ResendContactReachabilityEmailCommand.js +2 -2
  37. package/dist-es/commands/ResendOperationAuthorizationCommand.js +2 -2
  38. package/dist-es/commands/RetrieveDomainAuthCodeCommand.js +2 -2
  39. package/dist-es/commands/TransferDomainCommand.js +2 -2
  40. package/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js +2 -2
  41. package/dist-es/commands/UpdateDomainContactCommand.js +2 -2
  42. package/dist-es/commands/UpdateDomainContactPrivacyCommand.js +2 -2
  43. package/dist-es/commands/UpdateDomainNameserversCommand.js +2 -2
  44. package/dist-es/commands/UpdateTagsForDomainCommand.js +2 -2
  45. package/dist-es/commands/ViewBillingCommand.js +2 -2
  46. package/dist-es/endpoint/bdd.js +1 -1
  47. package/dist-es/endpoint/endpointResolver.js +1 -1
  48. package/dist-es/models/Route53DomainsServiceException.js +1 -1
  49. package/dist-es/runtimeConfig.browser.js +4 -6
  50. package/dist-es/runtimeConfig.js +4 -8
  51. package/dist-es/runtimeConfig.shared.js +3 -4
  52. package/dist-es/runtimeExtensions.js +2 -2
  53. package/dist-types/Route53DomainsClient.d.ts +5 -5
  54. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -4
  55. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +6 -4
  56. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +6 -4
  57. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +6 -4
  58. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +6 -4
  61. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +6 -4
  62. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +6 -4
  63. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +6 -4
  64. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +6 -4
  65. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +6 -4
  66. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +6 -4
  67. package/dist-types/commands/GetDomainDetailCommand.d.ts +6 -4
  68. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +6 -4
  69. package/dist-types/commands/GetOperationDetailCommand.d.ts +6 -4
  70. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  71. package/dist-types/commands/ListOperationsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListPricesCommand.d.ts +6 -4
  73. package/dist-types/commands/ListTagsForDomainCommand.d.ts +6 -4
  74. package/dist-types/commands/PushDomainCommand.d.ts +6 -4
  75. package/dist-types/commands/RegisterDomainCommand.d.ts +6 -4
  76. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -4
  77. package/dist-types/commands/RenewDomainCommand.d.ts +6 -4
  78. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +6 -4
  79. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +6 -4
  80. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +6 -4
  81. package/dist-types/commands/TransferDomainCommand.d.ts +6 -4
  82. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateDomainContactCommand.d.ts +6 -4
  84. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +6 -4
  85. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +6 -4
  86. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +6 -4
  87. package/dist-types/commands/ViewBillingCommand.d.ts +6 -4
  88. package/dist-types/endpoint/bdd.d.ts +1 -1
  89. package/dist-types/extensionConfiguration.d.ts +1 -1
  90. package/dist-types/models/Route53DomainsServiceException.d.ts +1 -1
  91. package/dist-types/models/errors.d.ts +1 -1
  92. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/runtimeConfig.d.ts +2 -2
  94. package/dist-types/runtimeConfig.native.d.ts +2 -2
  95. package/dist-types/ts3.4/Route53DomainsClient.d.ts +8 -14
  96. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  131. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  132. package/dist-types/ts3.4/models/Route53DomainsServiceException.d.ts +1 -1
  133. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  137. package/package.json +13 -34
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput } from "./commands/AcceptDomainTransferFromAnotherAwsAccountCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AcceptDomainTransferFromAnotherAwsAccountRequest, AcceptDomainTransferFromAnotherAwsAccountResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandInput extends A
22
22
  export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends AcceptDomainTransferFromAnotherAwsAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
25
- new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Accepts the transfer of a domain from another Amazon Web Services account to the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AssociateDelegationSignerToDomainRequest, AssociateDelegationSignerToDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface AssociateDelegationSignerToDomainCommandInput extends Associate
22
22
  export interface AssociateDelegationSignerToDomainCommandOutput extends AssociateDelegationSignerToDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AssociateDelegationSignerToDomainCommand_base: {
25
- new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Creates a delegation signer (DS) record in the registry zone for this domain
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CancelDomainTransferToAnotherAwsAccountRequest, CancelDomainTransferToAnotherAwsAccountResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandInput extends Can
22
22
  export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends CancelDomainTransferToAnotherAwsAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
25
- new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Cancels the transfer of a domain from the current Amazon Web Services account to
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface CheckDomainAvailabilityCommandInput extends CheckDomainAvailabi
22
22
  export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailabilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CheckDomainAvailabilityCommand_base: {
25
- new (input: CheckDomainAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckDomainAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CheckDomainAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CheckDomainAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation checks the availability of one domain name. Note that if the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CheckDomainTransferabilityRequest, CheckDomainTransferabilityResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface CheckDomainTransferabilityCommandInput extends CheckDomainTrans
22
22
  export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTransferabilityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CheckDomainTransferabilityCommand_base: {
25
- new (input: CheckDomainTransferabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckDomainTransferabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CheckDomainTransferabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CheckDomainTransferabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Checks whether a domain name can be transferred to Amazon Route 53. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
22
22
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation deletes the specified domain. This action is permanent. For more
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteTagsForDomainRequest, DeleteTagsForDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface DeleteTagsForDomainCommandInput extends DeleteTagsForDomainRequ
22
22
  export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTagsForDomainCommand_base: {
25
- new (input: DeleteTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation deletes the specified tags for a domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisableDomainAutoRenewRequest, DisableDomainAutoRenewResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface DisableDomainAutoRenewCommandInput extends DisableDomainAutoRen
22
22
  export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRenewResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisableDomainAutoRenewCommand_base: {
25
- new (input: DisableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation disables automatic renewal of domain registration for the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisableDomainTransferLockRequest, DisableDomainTransferLockResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface DisableDomainTransferLockCommandInput extends DisableDomainTran
22
22
  export interface DisableDomainTransferLockCommandOutput extends DisableDomainTransferLockResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisableDomainTransferLockCommand_base: {
25
- new (input: DisableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation removes the transfer lock on the domain (specifically the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateDelegationSignerFromDomainRequest, DisassociateDelegationSignerFromDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface DisassociateDelegationSignerFromDomainCommandInput extends Disa
22
22
  export interface DisassociateDelegationSignerFromDomainCommandOutput extends DisassociateDelegationSignerFromDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateDelegationSignerFromDomainCommand_base: {
25
- new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a delegation signer (DS) record in the registry zone for this domain
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EnableDomainAutoRenewRequest, EnableDomainAutoRenewResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface EnableDomainAutoRenewCommandInput extends EnableDomainAutoRenew
22
22
  export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRenewResponse, __MetadataBearer {
23
23
  }
24
24
  declare const EnableDomainAutoRenewCommand_base: {
25
- new (input: EnableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation configures Amazon Route 53 to automatically renew the specified domain
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EnableDomainTransferLockRequest, EnableDomainTransferLockResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface EnableDomainTransferLockCommandInput extends EnableDomainTransf
22
22
  export interface EnableDomainTransferLockCommandOutput extends EnableDomainTransferLockResponse, __MetadataBearer {
23
23
  }
24
24
  declare const EnableDomainTransferLockCommand_base: {
25
- new (input: EnableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation sets the transfer lock on the domain (specifically the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetContactReachabilityStatusRequest, GetContactReachabilityStatusResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface GetContactReachabilityStatusCommandInput extends GetContactReac
22
22
  export interface GetContactReachabilityStatusCommandOutput extends GetContactReachabilityStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetContactReachabilityStatusCommand_base: {
25
- new (input: GetContactReachabilityStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetContactReachabilityStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetContactReachabilityStatusCommandInput): import("@smithy/core/client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetContactReachabilityStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>For operations that require confirmation that the email address for the registrant
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDomainDetailRequest, GetDomainDetailResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface GetDomainDetailCommandInput extends GetDomainDetailRequest {
22
22
  export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainDetailCommand_base: {
25
- new (input: GetDomainDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDomainDetailCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainDetailCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation returns detailed information about a specified domain that is
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDomainSuggestionsRequest, GetDomainSuggestionsResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface GetDomainSuggestionsCommandInput extends GetDomainSuggestionsRe
22
22
  export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainSuggestionsCommand_base: {
25
- new (input: GetDomainSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDomainSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The GetDomainSuggestions operation returns a list of suggested domain names.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetOperationDetailRequest, GetOperationDetailResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface GetOperationDetailCommandInput extends GetOperationDetailReques
22
22
  export interface GetOperationDetailCommandOutput extends GetOperationDetailResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetOperationDetailCommand_base: {
25
- new (input: GetOperationDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOperationDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOperationDetailCommandInput): import("@smithy/core/client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOperationDetailCommandInput): import("@smithy/core/client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation returns the current status of an operation that is not
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
22
22
  export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation returns all the domain names registered with Amazon Route 53 for the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
22
22
  export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListOperationsCommand_base: {
25
- new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about all of the operations that return an operation ID and that
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPricesRequest, ListPricesResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface ListPricesCommandInput extends ListPricesRequest {
22
22
  export interface ListPricesCommandOutput extends ListPricesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPricesCommand_base: {
25
- new (input: ListPricesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPricesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPricesCommandInput): import("@smithy/core/client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPricesCommandInput]): import("@smithy/core/client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the following prices for either all the TLDs supported by Route 53, or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForDomainRequest, ListTagsForDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface ListTagsForDomainCommandInput extends ListTagsForDomainRequest
22
22
  export interface ListTagsForDomainCommandOutput extends ListTagsForDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForDomainCommand_base: {
25
- new (input: ListTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation returns all of the tags that are associated with the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PushDomainRequest } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface PushDomainCommandInput extends PushDomainRequest {
22
22
  export interface PushDomainCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PushDomainCommand_base: {
25
- new (input: PushDomainCommandInput): import("@smithy/smithy-client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PushDomainCommandInput): import("@smithy/smithy-client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Moves a domain from Amazon Web Services to another registrar. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RegisterDomainRequest, RegisterDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface RegisterDomainCommandInput extends RegisterDomainRequest {
22
22
  export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterDomainCommand_base: {
25
- new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation registers a domain. For some top-level domains (TLDs), this operation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RejectDomainTransferFromAnotherAwsAccountRequest, RejectDomainTransferFromAnotherAwsAccountResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface RejectDomainTransferFromAnotherAwsAccountCommandInput extends R
22
22
  export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput extends RejectDomainTransferFromAnotherAwsAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RejectDomainTransferFromAnotherAwsAccountCommand_base: {
25
- new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Rejects the transfer of a domain from another Amazon Web Services account to the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RenewDomainRequest, RenewDomainResponse } from "../models/models_0";
4
4
  import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
@@ -22,9 +22,11 @@ export interface RenewDomainCommandInput extends RenewDomainRequest {
22
22
  export interface RenewDomainCommandOutput extends RenewDomainResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RenewDomainCommand_base: {
25
- new (input: RenewDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RenewDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation renews a domain for the specified number of years. The cost of renewing