@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
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53DomainsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AcceptDomainTransferFromAnotherAwsAccountRequest, AcceptDomainTransferFromAnotherAwsAccountResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandInput extends A
22
19
  export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends AcceptDomainTransferFromAnotherAwsAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
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
- };
22
+ new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Accepts the transfer of a domain from another Amazon Web Services account to the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateDelegationSignerToDomainRequest, AssociateDelegationSignerToDomainResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateDelegationSignerToDomainCommandInput extends Associate
22
19
  export interface AssociateDelegationSignerToDomainCommandOutput extends AssociateDelegationSignerToDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateDelegationSignerToDomainCommand_base: {
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
- };
22
+ new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a delegation signer (DS) record in the registry zone for this domain
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CancelDomainTransferToAnotherAwsAccountRequest, CancelDomainTransferToAnotherAwsAccountResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandInput extends Can
22
19
  export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends CancelDomainTransferToAnotherAwsAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
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
- };
22
+ new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels the transfer of a domain from the current Amazon Web Services account to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CheckDomainAvailabilityCommandInput extends CheckDomainAvailabi
22
19
  export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CheckDomainAvailabilityCommand_base: {
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
- };
22
+ new (input: CheckDomainAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckDomainAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation checks the availability of one domain name. Note that if the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CheckDomainTransferabilityRequest, CheckDomainTransferabilityResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CheckDomainTransferabilityCommandInput extends CheckDomainTrans
22
19
  export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTransferabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CheckDomainTransferabilityCommand_base: {
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
- };
22
+ new (input: CheckDomainTransferabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckDomainTransferabilityCommandInput): import("@smithy/core/client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks whether a domain name can be transferred to Amazon Route 53. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
22
19
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDomainCommand_base: {
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
- };
22
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes the specified domain. This action is permanent. For more
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTagsForDomainRequest, DeleteTagsForDomainResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTagsForDomainCommandInput extends DeleteTagsForDomainRequ
22
19
  export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTagsForDomainCommand_base: {
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
- };
22
+ new (input: DeleteTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes the specified tags for a domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisableDomainAutoRenewRequest, DisableDomainAutoRenewResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableDomainAutoRenewCommandInput extends DisableDomainAutoRen
22
19
  export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRenewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableDomainAutoRenewCommand_base: {
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
- };
22
+ new (input: DisableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation disables automatic renewal of domain registration for the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisableDomainTransferLockRequest, DisableDomainTransferLockResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableDomainTransferLockCommandInput extends DisableDomainTran
22
19
  export interface DisableDomainTransferLockCommandOutput extends DisableDomainTransferLockResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableDomainTransferLockCommand_base: {
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
- };
22
+ new (input: DisableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation removes the transfer lock on the domain (specifically the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateDelegationSignerFromDomainRequest, DisassociateDelegationSignerFromDomainResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateDelegationSignerFromDomainCommandInput extends Disa
22
19
  export interface DisassociateDelegationSignerFromDomainCommandOutput extends DisassociateDelegationSignerFromDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateDelegationSignerFromDomainCommand_base: {
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
- };
22
+ new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a delegation signer (DS) record in the registry zone for this domain
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableDomainAutoRenewRequest, EnableDomainAutoRenewResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableDomainAutoRenewCommandInput extends EnableDomainAutoRenew
22
19
  export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRenewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableDomainAutoRenewCommand_base: {
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
- };
22
+ new (input: EnableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableDomainAutoRenewCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation configures Amazon Route 53 to automatically renew the specified domain
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableDomainTransferLockRequest, EnableDomainTransferLockResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableDomainTransferLockCommandInput extends EnableDomainTransf
22
19
  export interface EnableDomainTransferLockCommandOutput extends EnableDomainTransferLockResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableDomainTransferLockCommand_base: {
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
- };
22
+ new (input: EnableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableDomainTransferLockCommandInput): import("@smithy/core/client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation sets the transfer lock on the domain (specifically the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetContactReachabilityStatusRequest, GetContactReachabilityStatusResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetContactReachabilityStatusCommandInput extends GetContactReac
22
19
  export interface GetContactReachabilityStatusCommandOutput extends GetContactReachabilityStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetContactReachabilityStatusCommand_base: {
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
- };
22
+ new (input: GetContactReachabilityStatusCommandInput): import("@smithy/core/client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetContactReachabilityStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>For operations that require confirmation that the email address for the registrant
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDomainDetailRequest, GetDomainDetailResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDomainDetailCommandInput extends GetDomainDetailRequest {
22
19
  export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainDetailCommand_base: {
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
- };
22
+ new (input: GetDomainDetailCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainDetailCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns detailed information about a specified domain that is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDomainSuggestionsRequest, GetDomainSuggestionsResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDomainSuggestionsCommandInput extends GetDomainSuggestionsRe
22
19
  export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainSuggestionsCommand_base: {
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
- };
22
+ new (input: GetDomainSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The GetDomainSuggestions operation returns a list of suggested domain names.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetOperationDetailRequest, GetOperationDetailResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOperationDetailCommandInput extends GetOperationDetailReques
22
19
  export interface GetOperationDetailCommandOutput extends GetOperationDetailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetOperationDetailCommand_base: {
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
- };
22
+ new (input: GetOperationDetailCommandInput): import("@smithy/core/client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOperationDetailCommandInput): import("@smithy/core/client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns the current status of an operation that is not
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
22
19
  export interface ListDomainsCommandOutput extends ListDomainsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainsCommand_base: {
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
- };
22
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns all the domain names registered with Amazon Route 53 for the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
22
19
  export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListOperationsCommand_base: {
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
- };
22
+ new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about all of the operations that return an operation ID and that
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPricesRequest, ListPricesResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPricesCommandInput extends ListPricesRequest {
22
19
  export interface ListPricesCommandOutput extends ListPricesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPricesCommand_base: {
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
- };
22
+ new (input: ListPricesCommandInput): import("@smithy/core/client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPricesCommandInput]): import("@smithy/core/client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the following prices for either all the TLDs supported by Route 53, or
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForDomainRequest, ListTagsForDomainResponse } from "../models/models_0";
4
- import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForDomainCommandInput extends ListTagsForDomainRequest
22
19
  export interface ListTagsForDomainCommandOutput extends ListTagsForDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForDomainCommand_base: {
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
- };
22
+ new (input: ListTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns all of the tags that are associated with the specified