@aws-sdk/client-route-53-domains 3.1041.0 → 3.1043.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.
- package/dist-cjs/models/errors.js +16 -1
- package/dist-cjs/schemas/schemas_0.js +13 -5
- package/dist-es/models/errors.js +14 -0
- package/dist-es/schemas/schemas_0.js +11 -3
- package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +3 -0
- package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +3 -0
- package/dist-types/commands/PushDomainCommand.d.ts +3 -0
- package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +3 -0
- package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +3 -0
- package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -0
- package/dist-types/commands/TransferDomainCommand.d.ts +1 -1
- package/dist-types/models/errors.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +165 -8
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/errors.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TLDRulesViolation = exports.DuplicateRequest = exports.DnssecLimitExceeded = exports.UnsupportedTLD = exports.OperationLimitExceeded = exports.InvalidInput = exports.DomainLimitExceeded = void 0;
|
|
3
|
+
exports.TLDInMaintenance = exports.TLDRulesViolation = exports.DuplicateRequest = exports.DnssecLimitExceeded = exports.UnsupportedTLD = exports.OperationLimitExceeded = exports.InvalidInput = exports.DomainLimitExceeded = void 0;
|
|
4
4
|
const Route53DomainsServiceException_1 = require("./Route53DomainsServiceException");
|
|
5
5
|
class DomainLimitExceeded extends Route53DomainsServiceException_1.Route53DomainsServiceException {
|
|
6
6
|
name = "DomainLimitExceeded";
|
|
@@ -95,3 +95,18 @@ class TLDRulesViolation extends Route53DomainsServiceException_1.Route53DomainsS
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
exports.TLDRulesViolation = TLDRulesViolation;
|
|
98
|
+
class TLDInMaintenance extends Route53DomainsServiceException_1.Route53DomainsServiceException {
|
|
99
|
+
name = "TLDInMaintenance";
|
|
100
|
+
$fault = "client";
|
|
101
|
+
tld;
|
|
102
|
+
constructor(opts) {
|
|
103
|
+
super({
|
|
104
|
+
name: "TLDInMaintenance",
|
|
105
|
+
$fault: "client",
|
|
106
|
+
...opts,
|
|
107
|
+
});
|
|
108
|
+
Object.setPrototypeOf(this, TLDInMaintenance.prototype);
|
|
109
|
+
this.tld = opts.tld;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.TLDInMaintenance = TLDInMaintenance;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.ViewBilling$ = exports.UpdateTagsForDomain$ = exports.UpdateDomainNameservers$ = exports.UpdateDomainContactPrivacy$ = exports.UpdateDomainContact$ = exports.TransferDomainToAnotherAwsAccount$ = exports.TransferDomain$ = exports.RetrieveDomainAuthCode$ = exports.ResendOperationAuthorization$ = exports.ResendContactReachabilityEmail$ = exports.RenewDomain$ = exports.RejectDomainTransferFromAnotherAwsAccount$ = exports.RegisterDomain$ = exports.PushDomain$ = exports.ListTagsForDomain$ = exports.ListPrices$ = exports.ListOperations$ = exports.ListDomains$ = exports.GetOperationDetail$ = exports.GetDomainSuggestions$ = exports.GetDomainDetail$ = exports.GetContactReachabilityStatus$ = exports.EnableDomainTransferLock$ = exports.EnableDomainAutoRenew$ = exports.DisassociateDelegationSignerFromDomain$ = void 0;
|
|
3
|
+
exports.GetDomainSuggestionsRequest$ = exports.GetDomainDetailResponse$ = exports.GetDomainDetailRequest$ = exports.GetContactReachabilityStatusResponse$ = exports.GetContactReachabilityStatusRequest$ = exports.FilterCondition$ = exports.ExtraParam$ = exports.EnableDomainTransferLockResponse$ = exports.EnableDomainTransferLockRequest$ = exports.EnableDomainAutoRenewResponse$ = exports.EnableDomainAutoRenewRequest$ = exports.DomainTransferability$ = exports.DomainSummary$ = exports.DomainSuggestion$ = exports.DomainPrice$ = exports.DnssecSigningAttributes$ = exports.DnssecKey$ = exports.DisassociateDelegationSignerFromDomainResponse$ = exports.DisassociateDelegationSignerFromDomainRequest$ = exports.DisableDomainTransferLockResponse$ = exports.DisableDomainTransferLockRequest$ = exports.DisableDomainAutoRenewResponse$ = exports.DisableDomainAutoRenewRequest$ = exports.DeleteTagsForDomainResponse$ = exports.DeleteTagsForDomainRequest$ = exports.DeleteDomainResponse$ = exports.DeleteDomainRequest$ = exports.ContactDetail$ = exports.Consent$ = exports.CheckDomainTransferabilityResponse$ = exports.CheckDomainTransferabilityRequest$ = exports.CheckDomainAvailabilityResponse$ = exports.CheckDomainAvailabilityRequest$ = exports.CancelDomainTransferToAnotherAwsAccountResponse$ = exports.CancelDomainTransferToAnotherAwsAccountRequest$ = exports.BillingRecord$ = exports.AssociateDelegationSignerToDomainResponse$ = exports.AssociateDelegationSignerToDomainRequest$ = exports.AcceptDomainTransferFromAnotherAwsAccountResponse$ = exports.AcceptDomainTransferFromAnotherAwsAccountRequest$ = exports.errorTypeRegistries = exports.UnsupportedTLD$ = exports.TLDRulesViolation$ = exports.TLDInMaintenance$ = exports.OperationLimitExceeded$ = exports.InvalidInput$ = exports.DuplicateRequest$ = exports.DomainLimitExceeded$ = exports.DnssecLimitExceeded$ = exports.Route53DomainsServiceException$ = void 0;
|
|
4
|
+
exports.DisableDomainAutoRenew$ = exports.DeleteTagsForDomain$ = exports.DeleteDomain$ = exports.CheckDomainTransferability$ = exports.CheckDomainAvailability$ = exports.CancelDomainTransferToAnotherAwsAccount$ = exports.AssociateDelegationSignerToDomain$ = exports.AcceptDomainTransferFromAnotherAwsAccount$ = exports.ViewBillingResponse$ = exports.ViewBillingRequest$ = exports.UpdateTagsForDomainResponse$ = exports.UpdateTagsForDomainRequest$ = exports.UpdateDomainNameserversResponse$ = exports.UpdateDomainNameserversRequest$ = exports.UpdateDomainContactResponse$ = exports.UpdateDomainContactRequest$ = exports.UpdateDomainContactPrivacyResponse$ = exports.UpdateDomainContactPrivacyRequest$ = exports.TransferDomainToAnotherAwsAccountResponse$ = exports.TransferDomainToAnotherAwsAccountRequest$ = exports.TransferDomainResponse$ = exports.TransferDomainRequest$ = exports.Tag$ = exports.SortCondition$ = exports.RetrieveDomainAuthCodeResponse$ = exports.RetrieveDomainAuthCodeRequest$ = exports.ResendOperationAuthorizationRequest$ = exports.ResendContactReachabilityEmailResponse$ = exports.ResendContactReachabilityEmailRequest$ = exports.RenewDomainResponse$ = exports.RenewDomainRequest$ = exports.RejectDomainTransferFromAnotherAwsAccountResponse$ = exports.RejectDomainTransferFromAnotherAwsAccountRequest$ = exports.RegisterDomainResponse$ = exports.RegisterDomainRequest$ = exports.PushDomainRequest$ = exports.PriceWithCurrency$ = exports.OperationSummary$ = exports.Nameserver$ = exports.ListTagsForDomainResponse$ = exports.ListTagsForDomainRequest$ = exports.ListPricesResponse$ = exports.ListPricesRequest$ = exports.ListOperationsResponse$ = exports.ListOperationsRequest$ = exports.ListDomainsResponse$ = exports.ListDomainsRequest$ = exports.GetOperationDetailResponse$ = exports.GetOperationDetailRequest$ = exports.GetDomainSuggestionsResponse$ = void 0;
|
|
5
|
+
exports.ViewBilling$ = exports.UpdateTagsForDomain$ = exports.UpdateDomainNameservers$ = exports.UpdateDomainContactPrivacy$ = exports.UpdateDomainContact$ = exports.TransferDomainToAnotherAwsAccount$ = exports.TransferDomain$ = exports.RetrieveDomainAuthCode$ = exports.ResendOperationAuthorization$ = exports.ResendContactReachabilityEmail$ = exports.RenewDomain$ = exports.RejectDomainTransferFromAnotherAwsAccount$ = exports.RegisterDomain$ = exports.PushDomain$ = exports.ListTagsForDomain$ = exports.ListPrices$ = exports.ListOperations$ = exports.ListDomains$ = exports.GetOperationDetail$ = exports.GetDomainSuggestions$ = exports.GetDomainDetail$ = exports.GetContactReachabilityStatus$ = exports.EnableDomainTransferLock$ = exports.EnableDomainAutoRenew$ = exports.DisassociateDelegationSignerFromDomain$ = exports.DisableDomainTransferLock$ = void 0;
|
|
6
6
|
const _A = "Availability";
|
|
7
7
|
const _AC = "AuthCode";
|
|
8
8
|
const _ACE = "AbuseContactEmail";
|
|
@@ -213,6 +213,7 @@ const _TDTAAA = "TransferDomainToAnotherAwsAccount";
|
|
|
213
213
|
const _TDTAAAR = "TransferDomainToAnotherAwsAccountRequest";
|
|
214
214
|
const _TDTAAARr = "TransferDomainToAnotherAwsAccountResponse";
|
|
215
215
|
const _TL = "TransferLock";
|
|
216
|
+
const _TLDIM = "TLDInMaintenance";
|
|
216
217
|
const _TLDRV = "TLDRulesViolation";
|
|
217
218
|
const _TLa = "TagList";
|
|
218
219
|
const _TP = "TransferPrice";
|
|
@@ -255,6 +256,7 @@ const _m = "message";
|
|
|
255
256
|
const _rI = "requestId";
|
|
256
257
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53domains";
|
|
257
258
|
const _st = "status";
|
|
259
|
+
const _t = "tld";
|
|
258
260
|
const n0 = "com.amazonaws.route53domains";
|
|
259
261
|
const schema_1 = require("@smithy/core/schema");
|
|
260
262
|
const errors_1 = require("../models/errors");
|
|
@@ -293,6 +295,12 @@ exports.OperationLimitExceeded$ = [-3, n0, _OLE,
|
|
|
293
295
|
[0]
|
|
294
296
|
];
|
|
295
297
|
n0_registry.registerError(exports.OperationLimitExceeded$, errors_1.OperationLimitExceeded);
|
|
298
|
+
exports.TLDInMaintenance$ = [-3, n0, _TLDIM,
|
|
299
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
300
|
+
[_m, _t],
|
|
301
|
+
[0, 0]
|
|
302
|
+
];
|
|
303
|
+
n0_registry.registerError(exports.TLDInMaintenance$, errors_1.TLDInMaintenance);
|
|
296
304
|
exports.TLDRulesViolation$ = [-3, n0, _TLDRV,
|
|
297
305
|
{ [_e]: _c, [_hE]: 400 },
|
|
298
306
|
[_m],
|
|
@@ -663,8 +671,8 @@ exports.Tag$ = [3, n0, _Tag,
|
|
|
663
671
|
];
|
|
664
672
|
exports.TransferDomainRequest$ = [3, n0, _TDR,
|
|
665
673
|
0,
|
|
666
|
-
[_DN,
|
|
667
|
-
[0,
|
|
674
|
+
[_DN, _ACd, _RC, _TC, _ILC, _DIY, _Na, _AC, _AR, _PPAC, _PPRC, _PPTC, _BC, _PPBC],
|
|
675
|
+
[0, [() => exports.ContactDetail$, 0], [() => exports.ContactDetail$, 0], [() => exports.ContactDetail$, 0], 0, 1, () => NameserverList, [() => DomainAuthCode, 0], 2, 2, 2, 2, [() => exports.ContactDetail$, 0], 2], 4
|
|
668
676
|
];
|
|
669
677
|
exports.TransferDomainResponse$ = [3, n0, _TDRr,
|
|
670
678
|
0,
|
package/dist-es/models/errors.js
CHANGED
|
@@ -85,3 +85,17 @@ export class TLDRulesViolation extends __BaseException {
|
|
|
85
85
|
Object.setPrototypeOf(this, TLDRulesViolation.prototype);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
+
export class TLDInMaintenance extends __BaseException {
|
|
89
|
+
name = "TLDInMaintenance";
|
|
90
|
+
$fault = "client";
|
|
91
|
+
tld;
|
|
92
|
+
constructor(opts) {
|
|
93
|
+
super({
|
|
94
|
+
name: "TLDInMaintenance",
|
|
95
|
+
$fault: "client",
|
|
96
|
+
...opts,
|
|
97
|
+
});
|
|
98
|
+
Object.setPrototypeOf(this, TLDInMaintenance.prototype);
|
|
99
|
+
this.tld = opts.tld;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -208,6 +208,7 @@ const _TDTAAA = "TransferDomainToAnotherAwsAccount";
|
|
|
208
208
|
const _TDTAAAR = "TransferDomainToAnotherAwsAccountRequest";
|
|
209
209
|
const _TDTAAARr = "TransferDomainToAnotherAwsAccountResponse";
|
|
210
210
|
const _TL = "TransferLock";
|
|
211
|
+
const _TLDIM = "TLDInMaintenance";
|
|
211
212
|
const _TLDRV = "TLDRulesViolation";
|
|
212
213
|
const _TLa = "TagList";
|
|
213
214
|
const _TP = "TransferPrice";
|
|
@@ -250,9 +251,10 @@ const _m = "message";
|
|
|
250
251
|
const _rI = "requestId";
|
|
251
252
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53domains";
|
|
252
253
|
const _st = "status";
|
|
254
|
+
const _t = "tld";
|
|
253
255
|
const n0 = "com.amazonaws.route53domains";
|
|
254
256
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
255
|
-
import { DnssecLimitExceeded, DomainLimitExceeded, DuplicateRequest, InvalidInput, OperationLimitExceeded, TLDRulesViolation, UnsupportedTLD, } from "../models/errors";
|
|
257
|
+
import { DnssecLimitExceeded, DomainLimitExceeded, DuplicateRequest, InvalidInput, OperationLimitExceeded, TLDInMaintenance, TLDRulesViolation, UnsupportedTLD, } from "../models/errors";
|
|
256
258
|
import { Route53DomainsServiceException } from "../models/Route53DomainsServiceException";
|
|
257
259
|
const _s_registry = TypeRegistry.for(_s);
|
|
258
260
|
export var Route53DomainsServiceException$ = [-3, _s, "Route53DomainsServiceException", 0, [], []];
|
|
@@ -288,6 +290,12 @@ export var OperationLimitExceeded$ = [-3, n0, _OLE,
|
|
|
288
290
|
[0]
|
|
289
291
|
];
|
|
290
292
|
n0_registry.registerError(OperationLimitExceeded$, OperationLimitExceeded);
|
|
293
|
+
export var TLDInMaintenance$ = [-3, n0, _TLDIM,
|
|
294
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
295
|
+
[_m, _t],
|
|
296
|
+
[0, 0]
|
|
297
|
+
];
|
|
298
|
+
n0_registry.registerError(TLDInMaintenance$, TLDInMaintenance);
|
|
291
299
|
export var TLDRulesViolation$ = [-3, n0, _TLDRV,
|
|
292
300
|
{ [_e]: _c, [_hE]: 400 },
|
|
293
301
|
[_m],
|
|
@@ -658,8 +666,8 @@ export var Tag$ = [3, n0, _Tag,
|
|
|
658
666
|
];
|
|
659
667
|
export var TransferDomainRequest$ = [3, n0, _TDR,
|
|
660
668
|
0,
|
|
661
|
-
[_DN,
|
|
662
|
-
[0,
|
|
669
|
+
[_DN, _ACd, _RC, _TC, _ILC, _DIY, _Na, _AC, _AR, _PPAC, _PPRC, _PPTC, _BC, _PPBC],
|
|
670
|
+
[0, [() => ContactDetail$, 0], [() => ContactDetail$, 0], [() => ContactDetail$, 0], 0, 1, () => NameserverList, [() => DomainAuthCode, 0], 2, 2, 2, 2, [() => ContactDetail$, 0], 2], 4
|
|
663
671
|
];
|
|
664
672
|
export var TransferDomainResponse$ = [3, n0, _TDRr,
|
|
665
673
|
0,
|
|
@@ -62,6 +62,9 @@ declare const CheckDomainAvailabilityCommand_base: {
|
|
|
62
62
|
* submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
|
|
63
63
|
* password might be invalid.</p>
|
|
64
64
|
*
|
|
65
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
66
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
67
|
+
*
|
|
65
68
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
66
69
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
67
70
|
*
|
|
@@ -63,6 +63,9 @@ declare const CheckDomainTransferabilityCommand_base: {
|
|
|
63
63
|
* submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
|
|
64
64
|
* password might be invalid.</p>
|
|
65
65
|
*
|
|
66
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
67
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
68
|
+
*
|
|
66
69
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
67
70
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
68
71
|
*
|
|
@@ -46,7 +46,8 @@ declare const DeleteDomainCommand_base: {
|
|
|
46
46
|
* <p>When the registration has been deleted, we'll send you a confirmation to the
|
|
47
47
|
* registrant contact. The email will come from
|
|
48
48
|
* <code>noreply@domainnameverification.net</code> or
|
|
49
|
-
* <code>noreply@
|
|
49
|
+
* <code>noreply@emailverification.info</code> or
|
|
50
|
+
* <code>noreply@registrar.amazon</code>.</p>
|
|
50
51
|
* </li>
|
|
51
52
|
* </ol>
|
|
52
53
|
* @example
|
|
@@ -66,6 +66,9 @@ declare const GetDomainSuggestionsCommand_base: {
|
|
|
66
66
|
* submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
|
|
67
67
|
* password might be invalid.</p>
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
70
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
71
|
+
*
|
|
69
72
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
70
73
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
71
74
|
*
|
|
@@ -69,6 +69,9 @@ declare const PushDomainCommand_base: {
|
|
|
69
69
|
* <p>The number of operations or jobs running exceeded the allowed threshold for the
|
|
70
70
|
* account.</p>
|
|
71
71
|
*
|
|
72
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
73
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
74
|
+
*
|
|
72
75
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
73
76
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
74
77
|
*
|
|
@@ -67,6 +67,9 @@ declare const ResendContactReachabilityEmailCommand_base: {
|
|
|
67
67
|
* <p>The number of operations or jobs running exceeded the allowed threshold for the
|
|
68
68
|
* account.</p>
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
71
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
72
|
+
*
|
|
70
73
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
71
74
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
72
75
|
*
|
|
@@ -57,6 +57,9 @@ declare const ResendOperationAuthorizationCommand_base: {
|
|
|
57
57
|
* submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
|
|
58
58
|
* password might be invalid.</p>
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
61
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
62
|
+
*
|
|
60
63
|
* @throws {@link Route53DomainsServiceException}
|
|
61
64
|
* <p>Base exception class for all service exceptions from Route53Domains service.</p>
|
|
62
65
|
*
|
|
@@ -60,6 +60,9 @@ declare const RetrieveDomainAuthCodeCommand_base: {
|
|
|
60
60
|
* submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
|
|
61
61
|
* password might be invalid.</p>
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link TLDInMaintenance} (client fault)
|
|
64
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
65
|
+
*
|
|
63
66
|
* @throws {@link UnsupportedTLD} (client fault)
|
|
64
67
|
* <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
|
|
65
68
|
*
|
|
@@ -76,7 +76,7 @@ declare const TransferDomainCommand_base: {
|
|
|
76
76
|
* const input = { // TransferDomainRequest
|
|
77
77
|
* DomainName: "STRING_VALUE", // required
|
|
78
78
|
* IdnLangCode: "STRING_VALUE",
|
|
79
|
-
* DurationInYears: Number("int"),
|
|
79
|
+
* DurationInYears: Number("int"),
|
|
80
80
|
* Nameservers: [ // NameserverList
|
|
81
81
|
* { // Nameserver
|
|
82
82
|
* Name: "STRING_VALUE", // required
|
|
@@ -95,3 +95,20 @@ export declare class TLDRulesViolation extends __BaseException {
|
|
|
95
95
|
*/
|
|
96
96
|
constructor(opts: __ExceptionOptionType<TLDRulesViolation, __BaseException>);
|
|
97
97
|
}
|
|
98
|
+
/**
|
|
99
|
+
* <p>The top-level domain is currently undergoing maintenance and the request cannot be processed. Try again later.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export declare class TLDInMaintenance extends __BaseException {
|
|
103
|
+
readonly name: "TLDInMaintenance";
|
|
104
|
+
readonly $fault: "client";
|
|
105
|
+
/**
|
|
106
|
+
* <p>The top-level domain that is currently undergoing maintenance.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
tld?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
constructor(opts: __ExceptionOptionType<TLDInMaintenance, __BaseException>);
|
|
114
|
+
}
|
|
@@ -314,7 +314,7 @@ export interface DomainTransferability {
|
|
|
314
314
|
* </dd>
|
|
315
315
|
* <dt>DONT_KNOW</dt>
|
|
316
316
|
* <dd>
|
|
317
|
-
* <p>
|
|
317
|
+
* <p>The TLD registry didn't respond in time or didn't provide a definitive answer about domain transferability, which can occur due to registry maintenance or temporary delays.</p>
|
|
318
318
|
* </dd>
|
|
319
319
|
* <dt>DOMAIN_IN_OWN_ACCOUNT</dt>
|
|
320
320
|
* <dd>
|
|
@@ -376,11 +376,16 @@ export interface ExtraParam {
|
|
|
376
376
|
* the top-level domains that require additional parameters and the names of the parameters
|
|
377
377
|
* that they require:</p>
|
|
378
378
|
* <dl>
|
|
379
|
-
* <dt>.com.au and .net.au</dt>
|
|
379
|
+
* <dt>.au, .com.au, and .net.au</dt>
|
|
380
380
|
* <dd>
|
|
381
381
|
* <ul>
|
|
382
382
|
* <li>
|
|
383
383
|
* <p>
|
|
384
|
+
* <code>AU_REGISTRANT_NAME</code>
|
|
385
|
+
* </p>
|
|
386
|
+
* </li>
|
|
387
|
+
* <li>
|
|
388
|
+
* <p>
|
|
384
389
|
* <code>AU_ID_NUMBER</code>
|
|
385
390
|
* </p>
|
|
386
391
|
* </li>
|
|
@@ -404,6 +409,159 @@ export interface ExtraParam {
|
|
|
404
409
|
* </li>
|
|
405
410
|
* </ul>
|
|
406
411
|
* </li>
|
|
412
|
+
* <li>
|
|
413
|
+
* <p>
|
|
414
|
+
* <code>AU_ELIGIBILITY_TYPE</code>
|
|
415
|
+
* </p>
|
|
416
|
+
* <p>Valid values include the following:</p>
|
|
417
|
+
* <ul>
|
|
418
|
+
* <li>
|
|
419
|
+
* <p>CHARITABLE_TRUST (Charitable trust)</p>
|
|
420
|
+
* </li>
|
|
421
|
+
* <li>
|
|
422
|
+
* <p>CHARITY (Charity)</p>
|
|
423
|
+
* </li>
|
|
424
|
+
* <li>
|
|
425
|
+
* <p>CHILD_CARE_CENTRE (Child care centre)</p>
|
|
426
|
+
* </li>
|
|
427
|
+
* <li>
|
|
428
|
+
* <p>CLUB (Club)</p>
|
|
429
|
+
* </li>
|
|
430
|
+
* <li>
|
|
431
|
+
* <p>COMMERCIAL_STATUTORY_BODY (Commercial statutory body)</p>
|
|
432
|
+
* </li>
|
|
433
|
+
* <li>
|
|
434
|
+
* <p>COMMONWEALTH_ENTITY (Commonwealth entity)</p>
|
|
435
|
+
* </li>
|
|
436
|
+
* <li>
|
|
437
|
+
* <p>COMPANY (Company)</p>
|
|
438
|
+
* </li>
|
|
439
|
+
* <li>
|
|
440
|
+
* <p>COMPANY_LIMITED_BY_GUARANTEE (Company limited by guarantee)</p>
|
|
441
|
+
* </li>
|
|
442
|
+
* <li>
|
|
443
|
+
* <p>EDUCATIONAL_INSTITUTION (Educational institution)</p>
|
|
444
|
+
* </li>
|
|
445
|
+
* <li>
|
|
446
|
+
* <p>GOVERNMENT_SCHOOL (Government school)</p>
|
|
447
|
+
* </li>
|
|
448
|
+
* <li>
|
|
449
|
+
* <p>HIGHER_EDUCATION_INSTITUTION (Higher education institution)</p>
|
|
450
|
+
* </li>
|
|
451
|
+
* <li>
|
|
452
|
+
* <p>INCORPORATED_ASSOCIATION (Incorporated association)</p>
|
|
453
|
+
* </li>
|
|
454
|
+
* <li>
|
|
455
|
+
* <p>INDIGENOUS_CORPORATION (Indigenous corporation)</p>
|
|
456
|
+
* </li>
|
|
457
|
+
* <li>
|
|
458
|
+
* <p>INDUSTRY_BODY (Industry body)</p>
|
|
459
|
+
* </li>
|
|
460
|
+
* <li>
|
|
461
|
+
* <p>INDUSTRY_ORGANISATION (Industry association)</p>
|
|
462
|
+
* </li>
|
|
463
|
+
* <li>
|
|
464
|
+
* <p>NATIONAL_BODY (National body)</p>
|
|
465
|
+
* </li>
|
|
466
|
+
* <li>
|
|
467
|
+
* <p>NON_DISTRIBUTING_COOPERATIVE (Non-distributing cooperative)</p>
|
|
468
|
+
* </li>
|
|
469
|
+
* <li>
|
|
470
|
+
* <p>NON_GOVERNMENT_SCHOOL (Non-government school)</p>
|
|
471
|
+
* </li>
|
|
472
|
+
* <li>
|
|
473
|
+
* <p>NON_PROFIT_ORGANISATION (Non-profit organisation)</p>
|
|
474
|
+
* </li>
|
|
475
|
+
* <li>
|
|
476
|
+
* <p>NON_TRADING_COOPERATIVE (Non-trading cooperative)</p>
|
|
477
|
+
* </li>
|
|
478
|
+
* <li>
|
|
479
|
+
* <p>NOT_FOR_PROFIT_COMMUNITY_GROUP (Not-for-profit community group)</p>
|
|
480
|
+
* </li>
|
|
481
|
+
* <li>
|
|
482
|
+
* <p>PARTNERSHIP (Partnership)</p>
|
|
483
|
+
* </li>
|
|
484
|
+
* <li>
|
|
485
|
+
* <p>PEAK_STATE_TERRITORY_BODY (Peak state/territory body)</p>
|
|
486
|
+
* </li>
|
|
487
|
+
* <li>
|
|
488
|
+
* <p>PENDING_TM_OWNER (Pending TM owner)</p>
|
|
489
|
+
* </li>
|
|
490
|
+
* <li>
|
|
491
|
+
* <p>POLITICAL_PARTY (Political party)</p>
|
|
492
|
+
* </li>
|
|
493
|
+
* <li>
|
|
494
|
+
* <p>PRESCHOOL (Pre-school)</p>
|
|
495
|
+
* </li>
|
|
496
|
+
* <li>
|
|
497
|
+
* <p>PUBLIC_PRIVATE_ANCILLARY_FUND (Public/private ancillary fund)</p>
|
|
498
|
+
* </li>
|
|
499
|
+
* <li>
|
|
500
|
+
* <p>REGISTERED_BUSINESS (Registered business)</p>
|
|
501
|
+
* </li>
|
|
502
|
+
* <li>
|
|
503
|
+
* <p>REGISTERED_ORGANISATION (Registered organisation)</p>
|
|
504
|
+
* </li>
|
|
505
|
+
* <li>
|
|
506
|
+
* <p>REGISTRABLE_BODY (Registrable body)</p>
|
|
507
|
+
* </li>
|
|
508
|
+
* <li>
|
|
509
|
+
* <p>RESEARCH_ORGANISATION (Research organisation)</p>
|
|
510
|
+
* </li>
|
|
511
|
+
* <li>
|
|
512
|
+
* <p>STATUTORY_BODY (Statutory body)</p>
|
|
513
|
+
* </li>
|
|
514
|
+
* <li>
|
|
515
|
+
* <p>TRADE_UNION (Trade union)</p>
|
|
516
|
+
* </li>
|
|
517
|
+
* <li>
|
|
518
|
+
* <p>TRADEMARK_OWNER (Trademark owner)</p>
|
|
519
|
+
* </li>
|
|
520
|
+
* <li>
|
|
521
|
+
* <p>TRADING_COOPERATIVE (Trading cooperative)</p>
|
|
522
|
+
* </li>
|
|
523
|
+
* <li>
|
|
524
|
+
* <p>TRAINING_ORGANISATION (Training organisation)</p>
|
|
525
|
+
* </li>
|
|
526
|
+
* <li>
|
|
527
|
+
* <p>TRUST (Trust)</p>
|
|
528
|
+
* </li>
|
|
529
|
+
* <li>
|
|
530
|
+
* <p>UNINCORPORATED_ASSOCIATION (Unincorporated association)</p>
|
|
531
|
+
* </li>
|
|
532
|
+
* <li>
|
|
533
|
+
* <p>EDUCATION_AND_CARE_SERVICES_CHILDCARE (Education and care services (child care))</p>
|
|
534
|
+
* </li>
|
|
535
|
+
* <li>
|
|
536
|
+
* <p>GOVERNMENT_BODY (Government body)</p>
|
|
537
|
+
* </li>
|
|
538
|
+
* <li>
|
|
539
|
+
* <p>PROVIDER_OF_NON_ACCREDITED_TRAINING (Provider of non-accredited training)</p>
|
|
540
|
+
* </li>
|
|
541
|
+
* <li>
|
|
542
|
+
* <p>RELIGIOUS_CHURCH_GROUP (Religious/church group)</p>
|
|
543
|
+
* </li>
|
|
544
|
+
* <li>
|
|
545
|
+
* <p>SOLE_TRADER (Sole trader)</p>
|
|
546
|
+
* </li>
|
|
547
|
+
* </ul>
|
|
548
|
+
* </li>
|
|
549
|
+
* <li>
|
|
550
|
+
* <p>
|
|
551
|
+
* <code>AU_POLICY_REASON</code>
|
|
552
|
+
* </p>
|
|
553
|
+
* <p>Valid values include the following:</p>
|
|
554
|
+
* <ul>
|
|
555
|
+
* <li>
|
|
556
|
+
* <p>
|
|
557
|
+
* <code>POLICY_REASON_1</code>
|
|
558
|
+
* </p>
|
|
559
|
+
* <p>
|
|
560
|
+
* <code>POLICY_REASON_2</code>
|
|
561
|
+
* </p>
|
|
562
|
+
* </li>
|
|
563
|
+
* </ul>
|
|
564
|
+
* </li>
|
|
407
565
|
* </ul>
|
|
408
566
|
* </dd>
|
|
409
567
|
* <dt>.ca</dt>
|
|
@@ -1868,8 +2026,7 @@ export interface GetDomainDetailResponse {
|
|
|
1868
2026
|
*/
|
|
1869
2027
|
ExpirationDate?: Date | undefined;
|
|
1870
2028
|
/**
|
|
1871
|
-
* <p>
|
|
1872
|
-
* have <code>"Amazon"</code> as the reseller. </p>
|
|
2029
|
+
* <p>Reserved for future use.</p>
|
|
1873
2030
|
* @public
|
|
1874
2031
|
*/
|
|
1875
2032
|
Reseller?: string | undefined;
|
|
@@ -1949,7 +2106,7 @@ export interface GetDomainSuggestionsRequest {
|
|
|
1949
2106
|
DomainName: string | undefined;
|
|
1950
2107
|
/**
|
|
1951
2108
|
* <p>The number of suggested domain names that you want Route 53 to return. Specify a value
|
|
1952
|
-
* between 1 and 50.</p>
|
|
2109
|
+
* between 1 and 50. Note that fewer than the requested number might be returned.</p>
|
|
1953
2110
|
* @public
|
|
1954
2111
|
*/
|
|
1955
2112
|
SuggestionCount: number | undefined;
|
|
@@ -2712,12 +2869,12 @@ export interface TransferDomainRequest {
|
|
|
2712
2869
|
*/
|
|
2713
2870
|
IdnLangCode?: string | undefined;
|
|
2714
2871
|
/**
|
|
2715
|
-
* <p>
|
|
2716
|
-
*
|
|
2872
|
+
* <p>Reserved for future use.</p>
|
|
2873
|
+
* <p>Currently, the effect of a domain transfer on the registration period varies by TLD. For information about how transferring a domain affects the expiration date, see the Transfer Term column in the pricing information at <a href="http://aws.amazon.com/route53/pricing/">Amazon Route 53 Pricing</a>.</p>
|
|
2717
2874
|
* <p>Default: 1</p>
|
|
2718
2875
|
* @public
|
|
2719
2876
|
*/
|
|
2720
|
-
DurationInYears
|
|
2877
|
+
DurationInYears?: number | undefined;
|
|
2721
2878
|
/**
|
|
2722
2879
|
* <p>Contains details for the host and glue IP addresses.</p>
|
|
2723
2880
|
* @public
|
|
@@ -6,6 +6,7 @@ export declare var DomainLimitExceeded$: StaticErrorSchema;
|
|
|
6
6
|
export declare var DuplicateRequest$: StaticErrorSchema;
|
|
7
7
|
export declare var InvalidInput$: StaticErrorSchema;
|
|
8
8
|
export declare var OperationLimitExceeded$: StaticErrorSchema;
|
|
9
|
+
export declare var TLDInMaintenance$: StaticErrorSchema;
|
|
9
10
|
export declare var TLDRulesViolation$: StaticErrorSchema;
|
|
10
11
|
export declare var UnsupportedTLD$: StaticErrorSchema;
|
|
11
12
|
/**
|
|
@@ -42,3 +42,9 @@ export declare class TLDRulesViolation extends __BaseException {
|
|
|
42
42
|
readonly $fault: "client";
|
|
43
43
|
constructor(opts: __ExceptionOptionType<TLDRulesViolation, __BaseException>);
|
|
44
44
|
}
|
|
45
|
+
export declare class TLDInMaintenance extends __BaseException {
|
|
46
|
+
readonly name: "TLDInMaintenance";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
tld?: string | undefined;
|
|
49
|
+
constructor(opts: __ExceptionOptionType<TLDInMaintenance, __BaseException>);
|
|
50
|
+
}
|
|
@@ -333,7 +333,7 @@ export interface RetrieveDomainAuthCodeResponse {
|
|
|
333
333
|
export interface TransferDomainRequest {
|
|
334
334
|
DomainName: string | undefined;
|
|
335
335
|
IdnLangCode?: string | undefined;
|
|
336
|
-
DurationInYears
|
|
336
|
+
DurationInYears?: number | undefined;
|
|
337
337
|
Nameservers?: Nameserver[] | undefined;
|
|
338
338
|
AuthCode?: string | undefined;
|
|
339
339
|
AutoRenew?: boolean | undefined;
|
|
@@ -10,6 +10,7 @@ export declare var DomainLimitExceeded$: StaticErrorSchema;
|
|
|
10
10
|
export declare var DuplicateRequest$: StaticErrorSchema;
|
|
11
11
|
export declare var InvalidInput$: StaticErrorSchema;
|
|
12
12
|
export declare var OperationLimitExceeded$: StaticErrorSchema;
|
|
13
|
+
export declare var TLDInMaintenance$: StaticErrorSchema;
|
|
13
14
|
export declare var TLDRulesViolation$: StaticErrorSchema;
|
|
14
15
|
export declare var UnsupportedTLD$: StaticErrorSchema;
|
|
15
16
|
export declare const errorTypeRegistries: TypeRegistry[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53-domains",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Domains Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1043.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",
|