@aws-sdk/client-route-53-domains 3.533.0 → 3.540.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 (79) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Route53Domains.d.ts +7 -1
  6. package/dist-types/Route53DomainsClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +2 -1
  11. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +2 -1
  15. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +2 -1
  16. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +2 -1
  17. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +2 -1
  18. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +2 -1
  19. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainDetailCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetOperationDetailCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPricesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForDomainCommand.d.ts +2 -1
  27. package/dist-types/commands/PushDomainCommand.d.ts +2 -1
  28. package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
  29. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +2 -1
  30. package/dist-types/commands/RenewDomainCommand.d.ts +2 -1
  31. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +2 -1
  32. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +2 -1
  33. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +2 -1
  34. package/dist-types/commands/TransferDomainCommand.d.ts +2 -1
  35. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateDomainContactCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +2 -1
  40. package/dist-types/commands/ViewBillingCommand.d.ts +2 -1
  41. package/dist-types/index.d.ts +0 -1
  42. package/dist-types/models/models_0.d.ts +295 -295
  43. package/dist-types/ts3.4/Route53Domains.d.ts +6 -0
  44. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/index.d.ts +0 -1
  79. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2411,9 +2411,6 @@ var paginateListPrices = (0, import_core.createPaginator)(Route53DomainsClient,
2411
2411
  // src/pagination/ViewBillingPaginator.ts
2412
2412
 
2413
2413
  var paginateViewBilling = (0, import_core.createPaginator)(Route53DomainsClient, ViewBillingCommand, "Marker", "NextPageMarker", "MaxItems");
2414
-
2415
- // src/index.ts
2416
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2417
2414
  // Annotate the CommonJS export names for ESM import in node:
2418
2415
 
2419
2416
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Route53Domains";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { Route53DomainsServiceException } from "./models/Route53DomainsServiceException";
@@ -110,6 +110,7 @@ export interface Route53Domains {
110
110
  /**
111
111
  * @see {@link GetContactReachabilityStatusCommand}
112
112
  */
113
+ getContactReachabilityStatus(): Promise<GetContactReachabilityStatusCommandOutput>;
113
114
  getContactReachabilityStatus(args: GetContactReachabilityStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetContactReachabilityStatusCommandOutput>;
114
115
  getContactReachabilityStatus(args: GetContactReachabilityStatusCommandInput, cb: (err: any, data?: GetContactReachabilityStatusCommandOutput) => void): void;
115
116
  getContactReachabilityStatus(args: GetContactReachabilityStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactReachabilityStatusCommandOutput) => void): void;
@@ -134,18 +135,21 @@ export interface Route53Domains {
134
135
  /**
135
136
  * @see {@link ListDomainsCommand}
136
137
  */
138
+ listDomains(): Promise<ListDomainsCommandOutput>;
137
139
  listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
138
140
  listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
139
141
  listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
140
142
  /**
141
143
  * @see {@link ListOperationsCommand}
142
144
  */
145
+ listOperations(): Promise<ListOperationsCommandOutput>;
143
146
  listOperations(args: ListOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOperationsCommandOutput>;
144
147
  listOperations(args: ListOperationsCommandInput, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
145
148
  listOperations(args: ListOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOperationsCommandOutput) => void): void;
146
149
  /**
147
150
  * @see {@link ListPricesCommand}
148
151
  */
152
+ listPrices(): Promise<ListPricesCommandOutput>;
149
153
  listPrices(args: ListPricesCommandInput, options?: __HttpHandlerOptions): Promise<ListPricesCommandOutput>;
150
154
  listPrices(args: ListPricesCommandInput, cb: (err: any, data?: ListPricesCommandOutput) => void): void;
151
155
  listPrices(args: ListPricesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPricesCommandOutput) => void): void;
@@ -182,6 +186,7 @@ export interface Route53Domains {
182
186
  /**
183
187
  * @see {@link ResendContactReachabilityEmailCommand}
184
188
  */
189
+ resendContactReachabilityEmail(): Promise<ResendContactReachabilityEmailCommandOutput>;
185
190
  resendContactReachabilityEmail(args: ResendContactReachabilityEmailCommandInput, options?: __HttpHandlerOptions): Promise<ResendContactReachabilityEmailCommandOutput>;
186
191
  resendContactReachabilityEmail(args: ResendContactReachabilityEmailCommandInput, cb: (err: any, data?: ResendContactReachabilityEmailCommandOutput) => void): void;
187
192
  resendContactReachabilityEmail(args: ResendContactReachabilityEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResendContactReachabilityEmailCommandOutput) => void): void;
@@ -236,14 +241,15 @@ export interface Route53Domains {
236
241
  /**
237
242
  * @see {@link ViewBillingCommand}
238
243
  */
244
+ viewBilling(): Promise<ViewBillingCommandOutput>;
239
245
  viewBilling(args: ViewBillingCommandInput, options?: __HttpHandlerOptions): Promise<ViewBillingCommandOutput>;
240
246
  viewBilling(args: ViewBillingCommandInput, cb: (err: any, data?: ViewBillingCommandOutput) => void): void;
241
247
  viewBilling(args: ViewBillingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ViewBillingCommandOutput) => void): void;
242
248
  }
243
249
  /**
244
- * @public
245
250
  * <p>Amazon Route 53 API actions let you register domain names and perform related
246
251
  * operations.</p>
252
+ * @public
247
253
  */
248
254
  export declare class Route53Domains extends Route53DomainsClient implements Route53Domains {
249
255
  }
@@ -185,9 +185,9 @@ export type Route53DomainsClientResolvedConfigType = __SmithyResolvedConfigurati
185
185
  export interface Route53DomainsClientResolvedConfig extends Route53DomainsClientResolvedConfigType {
186
186
  }
187
187
  /**
188
- * @public
189
188
  * <p>Amazon Route 53 API actions let you register domain names and perform related
190
189
  * operations.</p>
190
+ * @public
191
191
  */
192
192
  export declare class Route53DomainsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53DomainsClientResolvedConfig> {
193
193
  /**
@@ -22,10 +22,10 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends
22
22
  }
23
23
  declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
24
24
  new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Accepts the transfer of a domain from another Amazon Web Services account to the
30
30
  * currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html">TransferDomainToAnotherAwsAccount</a>.</p>
31
31
  * <p>If you use the CLI command at <a href="https://docs.aws.amazon.com/cli/latest/reference/route53domains/accept-domain-transfer-from-another-aws-account.html">accept-domain-transfer-from-another-aws-account</a>, use JSON format as input
@@ -76,6 +76,7 @@ declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
76
76
  * @throws {@link Route53DomainsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends AcceptDomainTransferFromAnotherAwsAccountCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface AssociateDelegationSignerToDomainCommandOutput extends Associat
22
22
  }
23
23
  declare const AssociateDelegationSignerToDomainCommand_base: {
24
24
  new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateDelegationSignerToDomainCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a delegation signer (DS) record in the registry zone for this domain
30
30
  * name.</p>
31
31
  * <p>Note that creating DS record at the registry impacts DNSSEC validation of your DNS
@@ -89,6 +89,7 @@ declare const AssociateDelegationSignerToDomainCommand_base: {
89
89
  * @throws {@link Route53DomainsServiceException}
90
90
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class AssociateDelegationSignerToDomainCommand extends AssociateDelegationSignerToDomainCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends Ca
22
22
  }
23
23
  declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
24
24
  new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the transfer of a domain from the current Amazon Web Services account to
30
30
  * another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html">TransferDomainToAnotherAwsAccount</a>. </p>
31
31
  * <important>
@@ -73,6 +73,7 @@ declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
73
73
  * @throws {@link Route53DomainsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class CancelDomainTransferToAnotherAwsAccountCommand extends CancelDomainTransferToAnotherAwsAccountCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailab
22
22
  }
23
23
  declare const CheckDomainAvailabilityCommand_base: {
24
24
  new (input: CheckDomainAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckDomainAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation checks the availability of one domain name. Note that if the
30
30
  * availability status of a domain is pending, you must submit another request to determine
31
31
  * the availability of the domain name.</p>
@@ -65,6 +65,7 @@ declare const CheckDomainAvailabilityCommand_base: {
65
65
  * @throws {@link Route53DomainsServiceException}
66
66
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class CheckDomainAvailabilityCommand extends CheckDomainAvailabilityCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTran
22
22
  }
23
23
  declare const CheckDomainTransferabilityCommand_base: {
24
24
  new (input: CheckDomainTransferabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckDomainTransferabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks whether a domain name can be transferred to Amazon Route 53. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const CheckDomainTransferabilityCommand_base: {
66
66
  * @throws {@link Route53DomainsServiceException}
67
67
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class CheckDomainTransferabilityCommand extends CheckDomainTransferabilityCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
22
22
  }
23
23
  declare const DeleteDomainCommand_base: {
24
24
  new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation deletes the specified domain. This action is permanent. For more
30
30
  * information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-delete.html">Deleting a domain name
31
31
  * registration</a>.</p>
@@ -89,6 +89,7 @@ declare const DeleteDomainCommand_base: {
89
89
  * @throws {@link Route53DomainsServiceException}
90
90
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainRes
22
22
  }
23
23
  declare const DeleteTagsForDomainCommand_base: {
24
24
  new (input: DeleteTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation deletes the specified tags for a domain.</p>
30
30
  * <p>All tag operations are eventually consistent; subsequent operations might not
31
31
  * immediately represent all issued operations.</p>
@@ -69,6 +69,7 @@ declare const DeleteTagsForDomainCommand_base: {
69
69
  * @throws {@link Route53DomainsServiceException}
70
70
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteTagsForDomainCommand extends DeleteTagsForDomainCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRe
22
22
  }
23
23
  declare const DisableDomainAutoRenewCommand_base: {
24
24
  new (input: DisableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation disables automatic renewal of domain registration for the specified
30
30
  * domain.</p>
31
31
  * @example
@@ -61,6 +61,7 @@ declare const DisableDomainAutoRenewCommand_base: {
61
61
  * @throws {@link Route53DomainsServiceException}
62
62
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DisableDomainAutoRenewCommand extends DisableDomainAutoRenewCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DisableDomainTransferLockCommandOutput extends DisableDomainTra
22
22
  }
23
23
  declare const DisableDomainTransferLockCommand_base: {
24
24
  new (input: DisableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation removes the transfer lock on the domain (specifically the
30
30
  * <code>clientTransferProhibited</code> status) to allow domain transfers. We
31
31
  * recommend you refrain from performing this action unless you intend to transfer the
@@ -77,6 +77,7 @@ declare const DisableDomainTransferLockCommand_base: {
77
77
  * @throws {@link Route53DomainsServiceException}
78
78
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DisableDomainTransferLockCommand extends DisableDomainTransferLockCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DisassociateDelegationSignerFromDomainCommandOutput extends Dis
22
22
  }
23
23
  declare const DisassociateDelegationSignerFromDomainCommand_base: {
24
24
  new (input: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateDelegationSignerFromDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a delegation signer (DS) record in the registry zone for this domain
30
30
  * name.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DisassociateDelegationSignerFromDomainCommand_base: {
74
74
  * @throws {@link Route53DomainsServiceException}
75
75
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DisassociateDelegationSignerFromDomainCommand extends DisassociateDelegationSignerFromDomainCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRene
22
22
  }
23
23
  declare const EnableDomainAutoRenewCommand_base: {
24
24
  new (input: EnableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableDomainAutoRenewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation configures Amazon Route 53 to automatically renew the specified domain
30
30
  * before the domain registration expires. The cost of renewing your domain registration is
31
31
  * billed to your Amazon Web Services account.</p>
@@ -70,6 +70,7 @@ declare const EnableDomainAutoRenewCommand_base: {
70
70
  * @throws {@link Route53DomainsServiceException}
71
71
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class EnableDomainAutoRenewCommand extends EnableDomainAutoRenewCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface EnableDomainTransferLockCommandOutput extends EnableDomainTrans
22
22
  }
23
23
  declare const EnableDomainTransferLockCommand_base: {
24
24
  new (input: EnableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableDomainTransferLockCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation sets the transfer lock on the domain (specifically the
30
30
  * <code>clientTransferProhibited</code> status) to prevent domain transfers.
31
31
  * Successful submission returns an operation ID that you can use to track the progress and
@@ -76,6 +76,7 @@ declare const EnableDomainTransferLockCommand_base: {
76
76
  * @throws {@link Route53DomainsServiceException}
77
77
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class EnableDomainTransferLockCommand extends EnableDomainTransferLockCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetContactReachabilityStatusCommandOutput extends GetContactRea
22
22
  }
23
23
  declare const GetContactReachabilityStatusCommand_base: {
24
24
  new (input: GetContactReachabilityStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetContactReachabilityStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>For operations that require confirmation that the email address for the registrant
30
30
  * contact is valid, such as registering a new domain, this operation returns information
31
31
  * about whether the registrant contact has responded.</p>
@@ -71,6 +71,7 @@ declare const GetContactReachabilityStatusCommand_base: {
71
71
  * @throws {@link Route53DomainsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetContactReachabilityStatusCommand extends GetContactReachabilityStatusCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, _
22
22
  }
23
23
  declare const GetDomainDetailCommand_base: {
24
24
  new (input: GetDomainDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation returns detailed information about a specified domain that is
30
30
  * associated with the current Amazon Web Services account. Contact information for the
31
31
  * domain is also returned as part of the output.</p>
@@ -186,6 +186,7 @@ declare const GetDomainDetailCommand_base: {
186
186
  * @throws {@link Route53DomainsServiceException}
187
187
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
188
188
  *
189
+ * @public
189
190
  */
190
191
  export declare class GetDomainDetailCommand extends GetDomainDetailCommand_base {
191
192
  }
@@ -22,10 +22,10 @@ export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsR
22
22
  }
23
23
  declare const GetDomainSuggestionsCommand_base: {
24
24
  new (input: GetDomainSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The GetDomainSuggestions operation returns a list of suggested domain names.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetDomainSuggestionsCommand_base: {
69
69
  * @throws {@link Route53DomainsServiceException}
70
70
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetDomainSuggestionsCommand extends GetDomainSuggestionsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetOperationDetailCommandOutput extends GetOperationDetailRespo
22
22
  }
23
23
  declare const GetOperationDetailCommand_base: {
24
24
  new (input: GetOperationDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOperationDetailCommandInput): import("@smithy/smithy-client").CommandImpl<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation returns the current status of an operation that is not
30
30
  * completed.</p>
31
31
  * @example
@@ -67,6 +67,7 @@ declare const GetOperationDetailCommand_base: {
67
67
  * @throws {@link Route53DomainsServiceException}
68
68
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetOperationDetailCommand extends GetOperationDetailCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
22
22
  }
23
23
  declare const ListDomainsCommand_base: {
24
24
  new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation returns all the domain names registered with Amazon Route 53 for the
30
30
  * current Amazon Web Services account if no filtering conditions are used.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const ListDomainsCommand_base: {
82
82
  * @throws {@link Route53DomainsServiceException}
83
83
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
22
22
  }
23
23
  declare const ListOperationsCommand_base: {
24
24
  new (input: ListOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOperationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about all of the operations that return an operation ID and that
30
30
  * have ever been performed on domains that were registered by the current account. </p>
31
31
  * <p>This command runs only in the us-east-1 Region.</p>
@@ -83,6 +83,7 @@ declare const ListOperationsCommand_base: {
83
83
  * @throws {@link Route53DomainsServiceException}
84
84
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListOperationsCommand extends ListOperationsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListPricesCommandOutput extends ListPricesResponse, __MetadataB
22
22
  }
23
23
  declare const ListPricesCommand_base: {
24
24
  new (input: ListPricesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPricesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the following prices for either all the TLDs supported by Route 53, or
30
30
  * the specified TLD:</p>
31
31
  * <ul>
@@ -107,6 +107,7 @@ declare const ListPricesCommand_base: {
107
107
  * @throws {@link Route53DomainsServiceException}
108
108
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListPricesCommand extends ListPricesCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListTagsForDomainCommandOutput extends ListTagsForDomainRespons
22
22
  }
23
23
  declare const ListTagsForDomainCommand_base: {
24
24
  new (input: ListTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForDomainCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation returns all of the tags that are associated with the specified
30
30
  * domain.</p>
31
31
  * <p>All tag operations are eventually consistent; subsequent operations might not
@@ -74,6 +74,7 @@ declare const ListTagsForDomainCommand_base: {
74
74
  * @throws {@link Route53DomainsServiceException}
75
75
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListTagsForDomainCommand extends ListTagsForDomainCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface PushDomainCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PushDomainCommand_base: {
24
24
  new (input: PushDomainCommandInput): import("@smithy/smithy-client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PushDomainCommandInput): import("@smithy/smithy-client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Moves a domain from Amazon Web Services to another registrar. </p>
30
30
  * <p>Supported actions:</p>
31
31
  * <ul>
@@ -72,6 +72,7 @@ declare const PushDomainCommand_base: {
72
72
  * @throws {@link Route53DomainsServiceException}
73
73
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class PushDomainCommand extends PushDomainCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
22
22
  }
23
23
  declare const RegisterDomainCommand_base: {
24
24
  new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation registers a domain. For some top-level domains (TLDs), this operation
30
30
  * requires extra parameters.</p>
31
31
  * <p>When you register a domain, Amazon Route 53 does the following:</p>
@@ -200,6 +200,7 @@ declare const RegisterDomainCommand_base: {
200
200
  * @throws {@link Route53DomainsServiceException}
201
201
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
202
202
  *
203
+ * @public
203
204
  */
204
205
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
205
206
  }
@@ -22,10 +22,10 @@ export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput extends
22
22
  }
23
23
  declare const RejectDomainTransferFromAnotherAwsAccountCommand_base: {
24
24
  new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/smithy-client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Rejects the transfer of a domain from another Amazon Web Services account to the
30
30
  * current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html">TransferDomainToAnotherAwsAccount</a>. </p>
31
31
  * <p>Use either <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html">ListOperations</a> or <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html">GetOperationDetail</a> to determine whether the operation succeeded. <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html">GetOperationDetail</a> provides additional information, for example,
@@ -69,6 +69,7 @@ declare const RejectDomainTransferFromAnotherAwsAccountCommand_base: {
69
69
  * @throws {@link Route53DomainsServiceException}
70
70
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class RejectDomainTransferFromAnotherAwsAccountCommand extends RejectDomainTransferFromAnotherAwsAccountCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface RenewDomainCommandOutput extends RenewDomainResponse, __Metadat
22
22
  }
23
23
  declare const RenewDomainCommand_base: {
24
24
  new (input: RenewDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RenewDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation renews a domain for the specified number of years. The cost of renewing
30
30
  * your domain is billed to your Amazon Web Services account.</p>
31
31
  * <p>We recommend that you renew your domain several weeks before the expiration date. Some
@@ -80,6 +80,7 @@ declare const RenewDomainCommand_base: {
80
80
  * @throws {@link Route53DomainsServiceException}
81
81
  * <p>Base exception class for all service exceptions from Route53Domains service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class RenewDomainCommand extends RenewDomainCommand_base {
85
86
  }