@aws-sdk/client-route-53-domains 3.511.0 → 3.512.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/index.js +15 -4
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainDetailCommand.d.ts +22 -0
- package/dist-types/commands/GetOperationDetailCommand.d.ts +1 -1
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -2
- package/dist-types/commands/RegisterDomainCommand.d.ts +22 -0
- package/dist-types/commands/TransferDomainCommand.d.ts +29 -0
- package/dist-types/commands/UpdateDomainContactCommand.d.ts +21 -0
- package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +1 -0
- package/dist-types/commands/ViewBillingCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +115 -37
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -343,9 +343,11 @@ var OperationType = {
|
|
|
343
343
|
INTERNAL_TRANSFER_OUT_DOMAIN: "INTERNAL_TRANSFER_OUT_DOMAIN",
|
|
344
344
|
PUSH_DOMAIN: "PUSH_DOMAIN",
|
|
345
345
|
REGISTER_DOMAIN: "REGISTER_DOMAIN",
|
|
346
|
+
RELEASE_TO_GANDI: "RELEASE_TO_GANDI",
|
|
346
347
|
REMOVE_DNSSEC: "REMOVE_DNSSEC",
|
|
347
348
|
RENEW_DOMAIN: "RENEW_DOMAIN",
|
|
348
349
|
TRANSFER_IN_DOMAIN: "TRANSFER_IN_DOMAIN",
|
|
350
|
+
TRANSFER_ON_RENEW: "TRANSFER_ON_RENEW",
|
|
349
351
|
TRANSFER_OUT_DOMAIN: "TRANSFER_OUT_DOMAIN",
|
|
350
352
|
UPDATE_DOMAIN_CONTACT: "UPDATE_DOMAIN_CONTACT",
|
|
351
353
|
UPDATE_NAMESERVER: "UPDATE_NAMESERVER"
|
|
@@ -355,6 +357,8 @@ var DomainAvailability = {
|
|
|
355
357
|
AVAILABLE_PREORDER: "AVAILABLE_PREORDER",
|
|
356
358
|
AVAILABLE_RESERVED: "AVAILABLE_RESERVED",
|
|
357
359
|
DONT_KNOW: "DONT_KNOW",
|
|
360
|
+
INVALID_NAME_FOR_TLD: "INVALID_NAME_FOR_TLD",
|
|
361
|
+
PENDING: "PENDING",
|
|
358
362
|
RESERVED: "RESERVED",
|
|
359
363
|
UNAVAILABLE: "UNAVAILABLE",
|
|
360
364
|
UNAVAILABLE_PREMIUM: "UNAVAILABLE_PREMIUM",
|
|
@@ -730,13 +734,15 @@ var GetDomainDetailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
730
734
|
...obj.RegistrantContact && { RegistrantContact: import_smithy_client.SENSITIVE_STRING },
|
|
731
735
|
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING },
|
|
732
736
|
...obj.AbuseContactEmail && { AbuseContactEmail: import_smithy_client.SENSITIVE_STRING },
|
|
733
|
-
...obj.AbuseContactPhone && { AbuseContactPhone: import_smithy_client.SENSITIVE_STRING }
|
|
737
|
+
...obj.AbuseContactPhone && { AbuseContactPhone: import_smithy_client.SENSITIVE_STRING },
|
|
738
|
+
...obj.BillingContact && { BillingContact: import_smithy_client.SENSITIVE_STRING }
|
|
734
739
|
}), "GetDomainDetailResponseFilterSensitiveLog");
|
|
735
740
|
var RegisterDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
736
741
|
...obj,
|
|
737
742
|
...obj.AdminContact && { AdminContact: import_smithy_client.SENSITIVE_STRING },
|
|
738
743
|
...obj.RegistrantContact && { RegistrantContact: import_smithy_client.SENSITIVE_STRING },
|
|
739
|
-
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING }
|
|
744
|
+
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING },
|
|
745
|
+
...obj.BillingContact && { BillingContact: import_smithy_client.SENSITIVE_STRING }
|
|
740
746
|
}), "RegisterDomainRequestFilterSensitiveLog");
|
|
741
747
|
var ResendContactReachabilityEmailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
742
748
|
...obj,
|
|
@@ -751,7 +757,8 @@ var TransferDomainRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
751
757
|
...obj.AuthCode && { AuthCode: import_smithy_client.SENSITIVE_STRING },
|
|
752
758
|
...obj.AdminContact && { AdminContact: import_smithy_client.SENSITIVE_STRING },
|
|
753
759
|
...obj.RegistrantContact && { RegistrantContact: import_smithy_client.SENSITIVE_STRING },
|
|
754
|
-
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING }
|
|
760
|
+
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING },
|
|
761
|
+
...obj.BillingContact && { BillingContact: import_smithy_client.SENSITIVE_STRING }
|
|
755
762
|
}), "TransferDomainRequestFilterSensitiveLog");
|
|
756
763
|
var TransferDomainToAnotherAwsAccountResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
757
764
|
...obj,
|
|
@@ -761,7 +768,8 @@ var UpdateDomainContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
761
768
|
...obj,
|
|
762
769
|
...obj.AdminContact && { AdminContact: import_smithy_client.SENSITIVE_STRING },
|
|
763
770
|
...obj.RegistrantContact && { RegistrantContact: import_smithy_client.SENSITIVE_STRING },
|
|
764
|
-
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING }
|
|
771
|
+
...obj.TechContact && { TechContact: import_smithy_client.SENSITIVE_STRING },
|
|
772
|
+
...obj.BillingContact && { BillingContact: import_smithy_client.SENSITIVE_STRING }
|
|
765
773
|
}), "UpdateDomainContactRequestFilterSensitiveLog");
|
|
766
774
|
var UpdateDomainNameserversRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
767
775
|
...obj,
|
|
@@ -1531,6 +1539,7 @@ var se_ListOperationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1531
1539
|
var se_UpdateDomainContactRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1532
1540
|
return (0, import_smithy_client.take)(input, {
|
|
1533
1541
|
AdminContact: import_smithy_client._json,
|
|
1542
|
+
BillingContact: import_smithy_client._json,
|
|
1534
1543
|
Consent: (_) => se_Consent(_, context),
|
|
1535
1544
|
DomainName: [],
|
|
1536
1545
|
RegistrantContact: import_smithy_client._json,
|
|
@@ -1597,6 +1606,8 @@ var de_GetDomainDetailResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1597
1606
|
AdminContact: import_smithy_client._json,
|
|
1598
1607
|
AdminPrivacy: import_smithy_client.expectBoolean,
|
|
1599
1608
|
AutoRenew: import_smithy_client.expectBoolean,
|
|
1609
|
+
BillingContact: import_smithy_client._json,
|
|
1610
|
+
BillingPrivacy: import_smithy_client.expectBoolean,
|
|
1600
1611
|
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1601
1612
|
DnsSec: import_smithy_client.expectString,
|
|
1602
1613
|
DnssecKeys: import_smithy_client._json,
|
|
@@ -98,9 +98,11 @@ export const OperationType = {
|
|
|
98
98
|
INTERNAL_TRANSFER_OUT_DOMAIN: "INTERNAL_TRANSFER_OUT_DOMAIN",
|
|
99
99
|
PUSH_DOMAIN: "PUSH_DOMAIN",
|
|
100
100
|
REGISTER_DOMAIN: "REGISTER_DOMAIN",
|
|
101
|
+
RELEASE_TO_GANDI: "RELEASE_TO_GANDI",
|
|
101
102
|
REMOVE_DNSSEC: "REMOVE_DNSSEC",
|
|
102
103
|
RENEW_DOMAIN: "RENEW_DOMAIN",
|
|
103
104
|
TRANSFER_IN_DOMAIN: "TRANSFER_IN_DOMAIN",
|
|
105
|
+
TRANSFER_ON_RENEW: "TRANSFER_ON_RENEW",
|
|
104
106
|
TRANSFER_OUT_DOMAIN: "TRANSFER_OUT_DOMAIN",
|
|
105
107
|
UPDATE_DOMAIN_CONTACT: "UPDATE_DOMAIN_CONTACT",
|
|
106
108
|
UPDATE_NAMESERVER: "UPDATE_NAMESERVER",
|
|
@@ -110,6 +112,8 @@ export const DomainAvailability = {
|
|
|
110
112
|
AVAILABLE_PREORDER: "AVAILABLE_PREORDER",
|
|
111
113
|
AVAILABLE_RESERVED: "AVAILABLE_RESERVED",
|
|
112
114
|
DONT_KNOW: "DONT_KNOW",
|
|
115
|
+
INVALID_NAME_FOR_TLD: "INVALID_NAME_FOR_TLD",
|
|
116
|
+
PENDING: "PENDING",
|
|
113
117
|
RESERVED: "RESERVED",
|
|
114
118
|
UNAVAILABLE: "UNAVAILABLE",
|
|
115
119
|
UNAVAILABLE_PREMIUM: "UNAVAILABLE_PREMIUM",
|
|
@@ -486,12 +490,14 @@ export const GetDomainDetailResponseFilterSensitiveLog = (obj) => ({
|
|
|
486
490
|
...(obj.TechContact && { TechContact: SENSITIVE_STRING }),
|
|
487
491
|
...(obj.AbuseContactEmail && { AbuseContactEmail: SENSITIVE_STRING }),
|
|
488
492
|
...(obj.AbuseContactPhone && { AbuseContactPhone: SENSITIVE_STRING }),
|
|
493
|
+
...(obj.BillingContact && { BillingContact: SENSITIVE_STRING }),
|
|
489
494
|
});
|
|
490
495
|
export const RegisterDomainRequestFilterSensitiveLog = (obj) => ({
|
|
491
496
|
...obj,
|
|
492
497
|
...(obj.AdminContact && { AdminContact: SENSITIVE_STRING }),
|
|
493
498
|
...(obj.RegistrantContact && { RegistrantContact: SENSITIVE_STRING }),
|
|
494
499
|
...(obj.TechContact && { TechContact: SENSITIVE_STRING }),
|
|
500
|
+
...(obj.BillingContact && { BillingContact: SENSITIVE_STRING }),
|
|
495
501
|
});
|
|
496
502
|
export const ResendContactReachabilityEmailResponseFilterSensitiveLog = (obj) => ({
|
|
497
503
|
...obj,
|
|
@@ -507,6 +513,7 @@ export const TransferDomainRequestFilterSensitiveLog = (obj) => ({
|
|
|
507
513
|
...(obj.AdminContact && { AdminContact: SENSITIVE_STRING }),
|
|
508
514
|
...(obj.RegistrantContact && { RegistrantContact: SENSITIVE_STRING }),
|
|
509
515
|
...(obj.TechContact && { TechContact: SENSITIVE_STRING }),
|
|
516
|
+
...(obj.BillingContact && { BillingContact: SENSITIVE_STRING }),
|
|
510
517
|
});
|
|
511
518
|
export const TransferDomainToAnotherAwsAccountResponseFilterSensitiveLog = (obj) => ({
|
|
512
519
|
...obj,
|
|
@@ -517,6 +524,7 @@ export const UpdateDomainContactRequestFilterSensitiveLog = (obj) => ({
|
|
|
517
524
|
...(obj.AdminContact && { AdminContact: SENSITIVE_STRING }),
|
|
518
525
|
...(obj.RegistrantContact && { RegistrantContact: SENSITIVE_STRING }),
|
|
519
526
|
...(obj.TechContact && { TechContact: SENSITIVE_STRING }),
|
|
527
|
+
...(obj.BillingContact && { BillingContact: SENSITIVE_STRING }),
|
|
520
528
|
});
|
|
521
529
|
export const UpdateDomainNameserversRequestFilterSensitiveLog = (obj) => ({
|
|
522
530
|
...obj,
|
|
@@ -762,6 +762,7 @@ const se_ListOperationsRequest = (input, context) => {
|
|
|
762
762
|
const se_UpdateDomainContactRequest = (input, context) => {
|
|
763
763
|
return take(input, {
|
|
764
764
|
AdminContact: _json,
|
|
765
|
+
BillingContact: _json,
|
|
765
766
|
Consent: (_) => se_Consent(_, context),
|
|
766
767
|
DomainName: [],
|
|
767
768
|
RegistrantContact: _json,
|
|
@@ -834,6 +835,8 @@ const de_GetDomainDetailResponse = (output, context) => {
|
|
|
834
835
|
AdminContact: _json,
|
|
835
836
|
AdminPrivacy: __expectBoolean,
|
|
836
837
|
AutoRenew: __expectBoolean,
|
|
838
|
+
BillingContact: _json,
|
|
839
|
+
BillingPrivacy: __expectBoolean,
|
|
837
840
|
CreationDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
838
841
|
DnsSec: __expectString,
|
|
839
842
|
DnssecKeys: _json,
|
|
@@ -42,7 +42,7 @@ declare const CheckDomainAvailabilityCommand_base: {
|
|
|
42
42
|
* const command = new CheckDomainAvailabilityCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
44
|
* // { // CheckDomainAvailabilityResponse
|
|
45
|
-
* // Availability: "AVAILABLE" || "AVAILABLE_RESERVED" || "AVAILABLE_PREORDER" || "UNAVAILABLE" || "UNAVAILABLE_PREMIUM" || "UNAVAILABLE_RESTRICTED" || "RESERVED" || "DONT_KNOW",
|
|
45
|
+
* // Availability: "AVAILABLE" || "AVAILABLE_RESERVED" || "AVAILABLE_PREORDER" || "UNAVAILABLE" || "UNAVAILABLE_PREMIUM" || "UNAVAILABLE_RESTRICTED" || "RESERVED" || "DONT_KNOW" || "INVALID_NAME_FOR_TLD" || "PENDING",
|
|
46
46
|
* // };
|
|
47
47
|
*
|
|
48
48
|
* ```
|
|
@@ -142,6 +142,28 @@ declare const GetDomainDetailCommand_base: {
|
|
|
142
142
|
* // Id: "STRING_VALUE",
|
|
143
143
|
* // },
|
|
144
144
|
* // ],
|
|
145
|
+
* // BillingContact: {
|
|
146
|
+
* // FirstName: "STRING_VALUE",
|
|
147
|
+
* // LastName: "STRING_VALUE",
|
|
148
|
+
* // ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
|
|
149
|
+
* // OrganizationName: "STRING_VALUE",
|
|
150
|
+
* // AddressLine1: "STRING_VALUE",
|
|
151
|
+
* // AddressLine2: "STRING_VALUE",
|
|
152
|
+
* // City: "STRING_VALUE",
|
|
153
|
+
* // State: "STRING_VALUE",
|
|
154
|
+
* // CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW",
|
|
155
|
+
* // ZipCode: "STRING_VALUE",
|
|
156
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
157
|
+
* // Email: "STRING_VALUE",
|
|
158
|
+
* // Fax: "STRING_VALUE",
|
|
159
|
+
* // ExtraParams: [
|
|
160
|
+
* // {
|
|
161
|
+
* // Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required
|
|
162
|
+
* // Value: "STRING_VALUE", // required
|
|
163
|
+
* // },
|
|
164
|
+
* // ],
|
|
165
|
+
* // },
|
|
166
|
+
* // BillingPrivacy: true || false,
|
|
145
167
|
* // };
|
|
146
168
|
*
|
|
147
169
|
* ```
|
|
@@ -44,7 +44,7 @@ declare const GetOperationDetailCommand_base: {
|
|
|
44
44
|
* // Status: "SUBMITTED" || "IN_PROGRESS" || "ERROR" || "SUCCESSFUL" || "FAILED",
|
|
45
45
|
* // Message: "STRING_VALUE",
|
|
46
46
|
* // DomainName: "STRING_VALUE",
|
|
47
|
-
* // Type: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN",
|
|
47
|
+
* // Type: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN" || "RELEASE_TO_GANDI" || "TRANSFER_ON_RENEW",
|
|
48
48
|
* // SubmittedDate: new Date("TIMESTAMP"),
|
|
49
49
|
* // LastUpdatedDate: new Date("TIMESTAMP"),
|
|
50
50
|
* // StatusFlag: "PENDING_ACCEPTANCE" || "PENDING_CUSTOMER_ACTION" || "PENDING_AUTHORIZATION" || "PENDING_PAYMENT_VERIFICATION" || "PENDING_SUPPORT_CASE",
|
|
@@ -43,7 +43,7 @@ declare const ListOperationsCommand_base: {
|
|
|
43
43
|
* "SUBMITTED" || "IN_PROGRESS" || "ERROR" || "SUCCESSFUL" || "FAILED",
|
|
44
44
|
* ],
|
|
45
45
|
* Type: [ // OperationTypeList
|
|
46
|
-
* "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN",
|
|
46
|
+
* "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN" || "RELEASE_TO_GANDI" || "TRANSFER_ON_RENEW",
|
|
47
47
|
* ],
|
|
48
48
|
* SortBy: "SubmittedDate",
|
|
49
49
|
* SortOrder: "ASC" || "DESC",
|
|
@@ -55,7 +55,7 @@ declare const ListOperationsCommand_base: {
|
|
|
55
55
|
* // { // OperationSummary
|
|
56
56
|
* // OperationId: "STRING_VALUE",
|
|
57
57
|
* // Status: "SUBMITTED" || "IN_PROGRESS" || "ERROR" || "SUCCESSFUL" || "FAILED",
|
|
58
|
-
* // Type: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN",
|
|
58
|
+
* // Type: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN" || "RELEASE_TO_GANDI" || "TRANSFER_ON_RENEW",
|
|
59
59
|
* // SubmittedDate: new Date("TIMESTAMP"),
|
|
60
60
|
* // DomainName: "STRING_VALUE",
|
|
61
61
|
* // Message: "STRING_VALUE",
|
|
@@ -138,6 +138,28 @@ declare const RegisterDomainCommand_base: {
|
|
|
138
138
|
* PrivacyProtectAdminContact: true || false,
|
|
139
139
|
* PrivacyProtectRegistrantContact: true || false,
|
|
140
140
|
* PrivacyProtectTechContact: true || false,
|
|
141
|
+
* BillingContact: {
|
|
142
|
+
* FirstName: "STRING_VALUE",
|
|
143
|
+
* LastName: "STRING_VALUE",
|
|
144
|
+
* ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
|
|
145
|
+
* OrganizationName: "STRING_VALUE",
|
|
146
|
+
* AddressLine1: "STRING_VALUE",
|
|
147
|
+
* AddressLine2: "STRING_VALUE",
|
|
148
|
+
* City: "STRING_VALUE",
|
|
149
|
+
* State: "STRING_VALUE",
|
|
150
|
+
* CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW",
|
|
151
|
+
* ZipCode: "STRING_VALUE",
|
|
152
|
+
* PhoneNumber: "STRING_VALUE",
|
|
153
|
+
* Email: "STRING_VALUE",
|
|
154
|
+
* Fax: "STRING_VALUE",
|
|
155
|
+
* ExtraParams: [
|
|
156
|
+
* {
|
|
157
|
+
* Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required
|
|
158
|
+
* Value: "STRING_VALUE", // required
|
|
159
|
+
* },
|
|
160
|
+
* ],
|
|
161
|
+
* },
|
|
162
|
+
* PrivacyProtectBillingContact: true || false,
|
|
141
163
|
* };
|
|
142
164
|
* const command = new RegisterDomainCommand(input);
|
|
143
165
|
* const response = await client.send(command);
|
|
@@ -43,6 +43,13 @@ declare const TransferDomainCommand_base: {
|
|
|
43
43
|
* the <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
44
44
|
* </li>
|
|
45
45
|
* </ul>
|
|
46
|
+
* <important>
|
|
47
|
+
* <p>During the transfer of any country code top-level domains (ccTLDs) to Route 53, except for .cc and .tv,
|
|
48
|
+
* updates to the owner contact are ignored and the owner contact data from the registry is used.
|
|
49
|
+
* You can
|
|
50
|
+
* update the owner contact after the transfer is complete. For more information, see
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html">UpdateDomainContact</a>.</p>
|
|
52
|
+
* </important>
|
|
46
53
|
* <p>If the registrar for your domain is also the DNS service provider for the domain, we
|
|
47
54
|
* highly recommend that you transfer your DNS service to Route 53 or to another DNS
|
|
48
55
|
* service provider before you transfer your registration. Some registrars provide free DNS
|
|
@@ -143,6 +150,28 @@ declare const TransferDomainCommand_base: {
|
|
|
143
150
|
* PrivacyProtectAdminContact: true || false,
|
|
144
151
|
* PrivacyProtectRegistrantContact: true || false,
|
|
145
152
|
* PrivacyProtectTechContact: true || false,
|
|
153
|
+
* BillingContact: {
|
|
154
|
+
* FirstName: "STRING_VALUE",
|
|
155
|
+
* LastName: "STRING_VALUE",
|
|
156
|
+
* ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
|
|
157
|
+
* OrganizationName: "STRING_VALUE",
|
|
158
|
+
* AddressLine1: "STRING_VALUE",
|
|
159
|
+
* AddressLine2: "STRING_VALUE",
|
|
160
|
+
* City: "STRING_VALUE",
|
|
161
|
+
* State: "STRING_VALUE",
|
|
162
|
+
* CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW",
|
|
163
|
+
* ZipCode: "STRING_VALUE",
|
|
164
|
+
* PhoneNumber: "STRING_VALUE",
|
|
165
|
+
* Email: "STRING_VALUE",
|
|
166
|
+
* Fax: "STRING_VALUE",
|
|
167
|
+
* ExtraParams: [
|
|
168
|
+
* {
|
|
169
|
+
* Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required
|
|
170
|
+
* Value: "STRING_VALUE", // required
|
|
171
|
+
* },
|
|
172
|
+
* ],
|
|
173
|
+
* },
|
|
174
|
+
* PrivacyProtectBillingContact: true || false,
|
|
146
175
|
* };
|
|
147
176
|
* const command = new TransferDomainCommand(input);
|
|
148
177
|
* const response = await client.send(command);
|
|
@@ -107,6 +107,27 @@ declare const UpdateDomainContactCommand_base: {
|
|
|
107
107
|
* MaxPrice: Number("double"), // required
|
|
108
108
|
* Currency: "STRING_VALUE", // required
|
|
109
109
|
* },
|
|
110
|
+
* BillingContact: {
|
|
111
|
+
* FirstName: "STRING_VALUE",
|
|
112
|
+
* LastName: "STRING_VALUE",
|
|
113
|
+
* ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
|
|
114
|
+
* OrganizationName: "STRING_VALUE",
|
|
115
|
+
* AddressLine1: "STRING_VALUE",
|
|
116
|
+
* AddressLine2: "STRING_VALUE",
|
|
117
|
+
* City: "STRING_VALUE",
|
|
118
|
+
* State: "STRING_VALUE",
|
|
119
|
+
* CountryCode: "AC" || "AD" || "AE" || "AF" || "AG" || "AI" || "AL" || "AM" || "AN" || "AO" || "AQ" || "AR" || "AS" || "AT" || "AU" || "AW" || "AX" || "AZ" || "BA" || "BB" || "BD" || "BE" || "BF" || "BG" || "BH" || "BI" || "BJ" || "BL" || "BM" || "BN" || "BO" || "BQ" || "BR" || "BS" || "BT" || "BV" || "BW" || "BY" || "BZ" || "CA" || "CC" || "CD" || "CF" || "CG" || "CH" || "CI" || "CK" || "CL" || "CM" || "CN" || "CO" || "CR" || "CU" || "CV" || "CW" || "CX" || "CY" || "CZ" || "DE" || "DJ" || "DK" || "DM" || "DO" || "DZ" || "EC" || "EE" || "EG" || "EH" || "ER" || "ES" || "ET" || "FI" || "FJ" || "FK" || "FM" || "FO" || "FR" || "GA" || "GB" || "GD" || "GE" || "GF" || "GG" || "GH" || "GI" || "GL" || "GM" || "GN" || "GP" || "GQ" || "GR" || "GS" || "GT" || "GU" || "GW" || "GY" || "HK" || "HM" || "HN" || "HR" || "HT" || "HU" || "ID" || "IE" || "IL" || "IM" || "IN" || "IO" || "IQ" || "IR" || "IS" || "IT" || "JE" || "JM" || "JO" || "JP" || "KE" || "KG" || "KH" || "KI" || "KM" || "KN" || "KP" || "KR" || "KW" || "KY" || "KZ" || "LA" || "LB" || "LC" || "LI" || "LK" || "LR" || "LS" || "LT" || "LU" || "LV" || "LY" || "MA" || "MC" || "MD" || "ME" || "MF" || "MG" || "MH" || "MK" || "ML" || "MM" || "MN" || "MO" || "MP" || "MQ" || "MR" || "MS" || "MT" || "MU" || "MV" || "MW" || "MX" || "MY" || "MZ" || "NA" || "NC" || "NE" || "NF" || "NG" || "NI" || "NL" || "NO" || "NP" || "NR" || "NU" || "NZ" || "OM" || "PA" || "PE" || "PF" || "PG" || "PH" || "PK" || "PL" || "PM" || "PN" || "PR" || "PS" || "PT" || "PW" || "PY" || "QA" || "RE" || "RO" || "RS" || "RU" || "RW" || "SA" || "SB" || "SC" || "SD" || "SE" || "SG" || "SH" || "SI" || "SJ" || "SK" || "SL" || "SM" || "SN" || "SO" || "SR" || "SS" || "ST" || "SV" || "SX" || "SY" || "SZ" || "TC" || "TD" || "TF" || "TG" || "TH" || "TJ" || "TK" || "TL" || "TM" || "TN" || "TO" || "TP" || "TR" || "TT" || "TV" || "TW" || "TZ" || "UA" || "UG" || "US" || "UY" || "UZ" || "VA" || "VC" || "VE" || "VG" || "VI" || "VN" || "VU" || "WF" || "WS" || "YE" || "YT" || "ZA" || "ZM" || "ZW",
|
|
120
|
+
* ZipCode: "STRING_VALUE",
|
|
121
|
+
* PhoneNumber: "STRING_VALUE",
|
|
122
|
+
* Email: "STRING_VALUE",
|
|
123
|
+
* Fax: "STRING_VALUE",
|
|
124
|
+
* ExtraParams: [
|
|
125
|
+
* {
|
|
126
|
+
* Name: "DUNS_NUMBER" || "BRAND_NUMBER" || "BIRTH_DEPARTMENT" || "BIRTH_DATE_IN_YYYY_MM_DD" || "BIRTH_COUNTRY" || "BIRTH_CITY" || "DOCUMENT_NUMBER" || "AU_ID_NUMBER" || "AU_ID_TYPE" || "CA_LEGAL_TYPE" || "CA_BUSINESS_ENTITY_TYPE" || "CA_LEGAL_REPRESENTATIVE" || "CA_LEGAL_REPRESENTATIVE_CAPACITY" || "ES_IDENTIFICATION" || "ES_IDENTIFICATION_TYPE" || "ES_LEGAL_FORM" || "FI_BUSINESS_NUMBER" || "FI_ID_NUMBER" || "FI_NATIONALITY" || "FI_ORGANIZATION_TYPE" || "IT_NATIONALITY" || "IT_PIN" || "IT_REGISTRANT_ENTITY_TYPE" || "RU_PASSPORT_DATA" || "SE_ID_NUMBER" || "SG_ID_NUMBER" || "VAT_NUMBER" || "UK_CONTACT_TYPE" || "UK_COMPANY_NUMBER" || "EU_COUNTRY_OF_CITIZENSHIP" || "AU_PRIORITY_TOKEN", // required
|
|
127
|
+
* Value: "STRING_VALUE", // required
|
|
128
|
+
* },
|
|
129
|
+
* ],
|
|
130
|
+
* },
|
|
110
131
|
* };
|
|
111
132
|
* const command = new UpdateDomainContactCommand(input);
|
|
112
133
|
* const response = await client.send(command);
|
|
@@ -60,6 +60,7 @@ declare const UpdateDomainContactPrivacyCommand_base: {
|
|
|
60
60
|
* AdminPrivacy: true || false,
|
|
61
61
|
* RegistrantPrivacy: true || false,
|
|
62
62
|
* TechPrivacy: true || false,
|
|
63
|
+
* BillingPrivacy: true || false,
|
|
63
64
|
* };
|
|
64
65
|
* const command = new UpdateDomainContactPrivacyCommand(input);
|
|
65
66
|
* const response = await client.send(command);
|
|
@@ -46,7 +46,7 @@ declare const ViewBillingCommand_base: {
|
|
|
46
46
|
* // BillingRecords: [ // BillingRecords
|
|
47
47
|
* // { // BillingRecord
|
|
48
48
|
* // DomainName: "STRING_VALUE",
|
|
49
|
-
* // Operation: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN",
|
|
49
|
+
* // Operation: "REGISTER_DOMAIN" || "DELETE_DOMAIN" || "TRANSFER_IN_DOMAIN" || "UPDATE_DOMAIN_CONTACT" || "UPDATE_NAMESERVER" || "CHANGE_PRIVACY_PROTECTION" || "DOMAIN_LOCK" || "ENABLE_AUTORENEW" || "DISABLE_AUTORENEW" || "ADD_DNSSEC" || "REMOVE_DNSSEC" || "EXPIRE_DOMAIN" || "TRANSFER_OUT_DOMAIN" || "CHANGE_DOMAIN_OWNER" || "RENEW_DOMAIN" || "PUSH_DOMAIN" || "INTERNAL_TRANSFER_OUT_DOMAIN" || "INTERNAL_TRANSFER_IN_DOMAIN" || "RELEASE_TO_GANDI" || "TRANSFER_ON_RENEW",
|
|
50
50
|
* // InvoiceId: "STRING_VALUE",
|
|
51
51
|
* // BillDate: new Date("TIMESTAMP"),
|
|
52
52
|
* // Price: Number("double"),
|
|
@@ -197,9 +197,11 @@ export declare const OperationType: {
|
|
|
197
197
|
readonly INTERNAL_TRANSFER_OUT_DOMAIN: "INTERNAL_TRANSFER_OUT_DOMAIN";
|
|
198
198
|
readonly PUSH_DOMAIN: "PUSH_DOMAIN";
|
|
199
199
|
readonly REGISTER_DOMAIN: "REGISTER_DOMAIN";
|
|
200
|
+
readonly RELEASE_TO_GANDI: "RELEASE_TO_GANDI";
|
|
200
201
|
readonly REMOVE_DNSSEC: "REMOVE_DNSSEC";
|
|
201
202
|
readonly RENEW_DOMAIN: "RENEW_DOMAIN";
|
|
202
203
|
readonly TRANSFER_IN_DOMAIN: "TRANSFER_IN_DOMAIN";
|
|
204
|
+
readonly TRANSFER_ON_RENEW: "TRANSFER_ON_RENEW";
|
|
203
205
|
readonly TRANSFER_OUT_DOMAIN: "TRANSFER_OUT_DOMAIN";
|
|
204
206
|
readonly UPDATE_DOMAIN_CONTACT: "UPDATE_DOMAIN_CONTACT";
|
|
205
207
|
readonly UPDATE_NAMESERVER: "UPDATE_NAMESERVER";
|
|
@@ -321,6 +323,8 @@ export declare const DomainAvailability: {
|
|
|
321
323
|
readonly AVAILABLE_PREORDER: "AVAILABLE_PREORDER";
|
|
322
324
|
readonly AVAILABLE_RESERVED: "AVAILABLE_RESERVED";
|
|
323
325
|
readonly DONT_KNOW: "DONT_KNOW";
|
|
326
|
+
readonly INVALID_NAME_FOR_TLD: "INVALID_NAME_FOR_TLD";
|
|
327
|
+
readonly PENDING: "PENDING";
|
|
324
328
|
readonly RESERVED: "RESERVED";
|
|
325
329
|
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
326
330
|
readonly UNAVAILABLE_PREMIUM: "UNAVAILABLE_PREMIUM";
|
|
@@ -362,6 +366,10 @@ export interface CheckDomainAvailabilityResponse {
|
|
|
362
366
|
* reasons, for example, the registry is performing maintenance. Try again
|
|
363
367
|
* later.</p>
|
|
364
368
|
* </dd>
|
|
369
|
+
* <dt>INVALID_NAME_FOR_TLD</dt>
|
|
370
|
+
* <dd>
|
|
371
|
+
* <p>The TLD isn't valid. For example, it can contain characters that aren't allowed.</p>
|
|
372
|
+
* </dd>
|
|
365
373
|
* <dt>PENDING</dt>
|
|
366
374
|
* <dd>
|
|
367
375
|
* <p>The TLD registry didn't return a response in the expected amount of time.
|
|
@@ -477,7 +485,7 @@ export interface DomainTransferability {
|
|
|
477
485
|
* </dd>
|
|
478
486
|
* <dt>DOMAIN_IN_ANOTHER_ACCOUNT</dt>
|
|
479
487
|
* <dd>
|
|
480
|
-
* <p>
|
|
488
|
+
* <p> The domain exists in another Amazon Web Services account.</p>
|
|
481
489
|
* </dd>
|
|
482
490
|
* <dt>PREMIUM_DOMAIN</dt>
|
|
483
491
|
* <dd>
|
|
@@ -2302,8 +2310,8 @@ export interface GetDomainDetailResponse {
|
|
|
2302
2310
|
* @public
|
|
2303
2311
|
* <p>Specifies whether contact information is concealed from WHOIS queries. If the value is
|
|
2304
2312
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
2305
|
-
* Amazon Registrar
|
|
2306
|
-
* Gandi
|
|
2313
|
+
* Amazon Registrar or for our registrar associate,
|
|
2314
|
+
* Gandi. If the value is <code>false</code>, WHOIS queries return the
|
|
2307
2315
|
* information that you entered for the admin contact.</p>
|
|
2308
2316
|
*/
|
|
2309
2317
|
AdminPrivacy?: boolean;
|
|
@@ -2311,8 +2319,8 @@ export interface GetDomainDetailResponse {
|
|
|
2311
2319
|
* @public
|
|
2312
2320
|
* <p>Specifies whether contact information is concealed from WHOIS queries. If the value is
|
|
2313
2321
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
2314
|
-
* Amazon Registrar
|
|
2315
|
-
* Gandi
|
|
2322
|
+
* Amazon Registrar or for our registrar associate,
|
|
2323
|
+
* Gandi. If the value is <code>false</code>, WHOIS queries return the
|
|
2316
2324
|
* information that you entered for the registrant contact (domain owner).</p>
|
|
2317
2325
|
*/
|
|
2318
2326
|
RegistrantPrivacy?: boolean;
|
|
@@ -2320,17 +2328,14 @@ export interface GetDomainDetailResponse {
|
|
|
2320
2328
|
* @public
|
|
2321
2329
|
* <p>Specifies whether contact information is concealed from WHOIS queries. If the value is
|
|
2322
2330
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
2323
|
-
* Amazon Registrar
|
|
2324
|
-
* Gandi
|
|
2331
|
+
* Amazon Registrar or for our registrar associate,
|
|
2332
|
+
* Gandi. If the value is <code>false</code>, WHOIS queries return the
|
|
2325
2333
|
* information that you entered for the technical contact.</p>
|
|
2326
2334
|
*/
|
|
2327
2335
|
TechPrivacy?: boolean;
|
|
2328
2336
|
/**
|
|
2329
2337
|
* @public
|
|
2330
|
-
* <p>Name of the registrar of the domain as identified in the registry.
|
|
2331
|
-
* .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are
|
|
2332
|
-
* registered by our registrar associate, Gandi. The value for domains that are registered
|
|
2333
|
-
* by Gandi is <code>"GANDI SAS"</code>. </p>
|
|
2338
|
+
* <p>Name of the registrar of the domain as identified in the registry. </p>
|
|
2334
2339
|
*/
|
|
2335
2340
|
RegistrarName?: string;
|
|
2336
2341
|
/**
|
|
@@ -2410,6 +2415,20 @@ export interface GetDomainDetailResponse {
|
|
|
2410
2415
|
* <p>A complex type that contains information about the DNSSEC configuration.</p>
|
|
2411
2416
|
*/
|
|
2412
2417
|
DnssecKeys?: DnssecKey[];
|
|
2418
|
+
/**
|
|
2419
|
+
* @public
|
|
2420
|
+
* <p>Provides details about the domain billing contact.</p>
|
|
2421
|
+
*/
|
|
2422
|
+
BillingContact?: ContactDetail;
|
|
2423
|
+
/**
|
|
2424
|
+
* @public
|
|
2425
|
+
* <p>Specifies whether contact information is concealed from WHOIS queries. If the value is
|
|
2426
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
2427
|
+
* Amazon Registrar or for our registrar associate,
|
|
2428
|
+
* Gandi. If the value is <code>false</code>, WHOIS queries return the
|
|
2429
|
+
* information that you entered for the billing contact.</p>
|
|
2430
|
+
*/
|
|
2431
|
+
BillingPrivacy?: boolean;
|
|
2413
2432
|
}
|
|
2414
2433
|
/**
|
|
2415
2434
|
* @public
|
|
@@ -3018,11 +3037,11 @@ export interface RegisterDomainRequest {
|
|
|
3018
3037
|
* @public
|
|
3019
3038
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3020
3039
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3021
|
-
* Amazon Registrar
|
|
3022
|
-
* Gandi
|
|
3040
|
+
* Amazon Registrar or for our registrar associate,
|
|
3041
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3023
3042
|
* information that you entered for the admin contact.</p>
|
|
3024
3043
|
* <note>
|
|
3025
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3044
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3026
3045
|
* technical contacts.</p>
|
|
3027
3046
|
* </note>
|
|
3028
3047
|
* <p>Default: <code>true</code>
|
|
@@ -3033,11 +3052,11 @@ export interface RegisterDomainRequest {
|
|
|
3033
3052
|
* @public
|
|
3034
3053
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3035
3054
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3036
|
-
* Amazon Registrar
|
|
3037
|
-
* Gandi
|
|
3055
|
+
* Amazon Registrar or for our registrar associate,
|
|
3056
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3038
3057
|
* information that you entered for the registrant contact (the domain owner).</p>
|
|
3039
3058
|
* <note>
|
|
3040
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3059
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3041
3060
|
* technical contacts.</p>
|
|
3042
3061
|
* </note>
|
|
3043
3062
|
* <p>Default: <code>true</code>
|
|
@@ -3048,17 +3067,36 @@ export interface RegisterDomainRequest {
|
|
|
3048
3067
|
* @public
|
|
3049
3068
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3050
3069
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3051
|
-
* Amazon Registrar
|
|
3052
|
-
* Gandi
|
|
3070
|
+
* Amazon Registrar or for our registrar associate,
|
|
3071
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3053
3072
|
* information that you entered for the technical contact.</p>
|
|
3054
3073
|
* <note>
|
|
3055
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3074
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3056
3075
|
* technical contacts.</p>
|
|
3057
3076
|
* </note>
|
|
3058
3077
|
* <p>Default: <code>true</code>
|
|
3059
3078
|
* </p>
|
|
3060
3079
|
*/
|
|
3061
3080
|
PrivacyProtectTechContact?: boolean;
|
|
3081
|
+
/**
|
|
3082
|
+
* @public
|
|
3083
|
+
* <p>Provides detailed contact information. For information about the values that you
|
|
3084
|
+
* specify for each element, see <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html">ContactDetail</a>.</p>
|
|
3085
|
+
*/
|
|
3086
|
+
BillingContact?: ContactDetail;
|
|
3087
|
+
/**
|
|
3088
|
+
* @public
|
|
3089
|
+
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3090
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3091
|
+
* Amazon Registrar or for our registrar associate,
|
|
3092
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3093
|
+
* information that you entered for the billing contact.</p>
|
|
3094
|
+
* <note>
|
|
3095
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3096
|
+
* technical contacts.</p>
|
|
3097
|
+
* </note>
|
|
3098
|
+
*/
|
|
3099
|
+
PrivacyProtectBillingContact?: boolean;
|
|
3062
3100
|
}
|
|
3063
3101
|
/**
|
|
3064
3102
|
* @public
|
|
@@ -3301,11 +3339,11 @@ export interface TransferDomainRequest {
|
|
|
3301
3339
|
* @public
|
|
3302
3340
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3303
3341
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3304
|
-
* Amazon Registrar
|
|
3305
|
-
* Gandi
|
|
3342
|
+
* Amazon Registrar or for our registrar associate,
|
|
3343
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3306
3344
|
* information that you entered for the registrant contact (domain owner).</p>
|
|
3307
3345
|
* <note>
|
|
3308
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3346
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3309
3347
|
* technical contacts.</p>
|
|
3310
3348
|
* </note>
|
|
3311
3349
|
* <p>Default: <code>true</code>
|
|
@@ -3316,17 +3354,37 @@ export interface TransferDomainRequest {
|
|
|
3316
3354
|
* @public
|
|
3317
3355
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3318
3356
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3319
|
-
* Amazon Registrar
|
|
3320
|
-
* Gandi
|
|
3357
|
+
* Amazon Registrar or for our registrar associate,
|
|
3358
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3321
3359
|
* information that you entered for the technical contact.</p>
|
|
3322
3360
|
* <note>
|
|
3323
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3361
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3324
3362
|
* technical contacts.</p>
|
|
3325
3363
|
* </note>
|
|
3326
3364
|
* <p>Default: <code>true</code>
|
|
3327
3365
|
* </p>
|
|
3328
3366
|
*/
|
|
3329
3367
|
PrivacyProtectTechContact?: boolean;
|
|
3368
|
+
/**
|
|
3369
|
+
* @public
|
|
3370
|
+
* <p>Provides detailed contact information.</p>
|
|
3371
|
+
*/
|
|
3372
|
+
BillingContact?: ContactDetail;
|
|
3373
|
+
/**
|
|
3374
|
+
* @public
|
|
3375
|
+
* <p>
|
|
3376
|
+
* Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3377
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3378
|
+
* Amazon Registrar or for our registrar associate,
|
|
3379
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3380
|
+
* information that you entered for the billing contact.
|
|
3381
|
+
* </p>
|
|
3382
|
+
* <note>
|
|
3383
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3384
|
+
* technical contacts.</p>
|
|
3385
|
+
* </note>
|
|
3386
|
+
*/
|
|
3387
|
+
PrivacyProtectBillingContact?: boolean;
|
|
3330
3388
|
}
|
|
3331
3389
|
/**
|
|
3332
3390
|
* @public
|
|
@@ -3408,6 +3466,11 @@ export interface UpdateDomainContactRequest {
|
|
|
3408
3466
|
* <p> Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).</p>
|
|
3409
3467
|
*/
|
|
3410
3468
|
Consent?: Consent;
|
|
3469
|
+
/**
|
|
3470
|
+
* @public
|
|
3471
|
+
* <p>Provides detailed contact information.</p>
|
|
3472
|
+
*/
|
|
3473
|
+
BillingContact?: ContactDetail;
|
|
3411
3474
|
}
|
|
3412
3475
|
/**
|
|
3413
3476
|
* @public
|
|
@@ -3434,12 +3497,12 @@ export interface UpdateDomainContactPrivacyRequest {
|
|
|
3434
3497
|
/**
|
|
3435
3498
|
* @public
|
|
3436
3499
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3437
|
-
*
|
|
3438
|
-
* Amazon Registrar
|
|
3439
|
-
* Gandi
|
|
3500
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3501
|
+
* Amazon Registrar or for our registrar associate,
|
|
3502
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3440
3503
|
* information that you entered for the admin contact.</p>
|
|
3441
3504
|
* <note>
|
|
3442
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3505
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3443
3506
|
* technical contacts.</p>
|
|
3444
3507
|
* </note>
|
|
3445
3508
|
*/
|
|
@@ -3447,12 +3510,12 @@ export interface UpdateDomainContactPrivacyRequest {
|
|
|
3447
3510
|
/**
|
|
3448
3511
|
* @public
|
|
3449
3512
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3450
|
-
*
|
|
3451
|
-
* Amazon Registrar
|
|
3452
|
-
* Gandi
|
|
3513
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3514
|
+
* Amazon Registrar or for our registrar associate,
|
|
3515
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3453
3516
|
* information that you entered for the registrant contact (domain owner).</p>
|
|
3454
3517
|
* <note>
|
|
3455
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3518
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3456
3519
|
* technical contacts.</p>
|
|
3457
3520
|
* </note>
|
|
3458
3521
|
*/
|
|
@@ -3461,15 +3524,30 @@ export interface UpdateDomainContactPrivacyRequest {
|
|
|
3461
3524
|
* @public
|
|
3462
3525
|
* <p>Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3463
3526
|
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3464
|
-
* Amazon Registrar
|
|
3465
|
-
* Gandi
|
|
3527
|
+
* Amazon Registrar or for our registrar associate,
|
|
3528
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3466
3529
|
* information that you entered for the technical contact.</p>
|
|
3467
3530
|
* <note>
|
|
3468
|
-
* <p>You must specify the same privacy setting for the administrative, registrant, and
|
|
3531
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3469
3532
|
* technical contacts.</p>
|
|
3470
3533
|
* </note>
|
|
3471
3534
|
*/
|
|
3472
3535
|
TechPrivacy?: boolean;
|
|
3536
|
+
/**
|
|
3537
|
+
* @public
|
|
3538
|
+
* <p>
|
|
3539
|
+
* Whether you want to conceal contact information from WHOIS queries. If you specify
|
|
3540
|
+
* <code>true</code>, WHOIS ("who is") queries return contact information either for
|
|
3541
|
+
* Amazon Registrar or for our registrar associate,
|
|
3542
|
+
* Gandi. If you specify <code>false</code>, WHOIS queries return the
|
|
3543
|
+
* information that you entered for the billing contact.
|
|
3544
|
+
* </p>
|
|
3545
|
+
* <note>
|
|
3546
|
+
* <p>You must specify the same privacy setting for the administrative, billing, registrant, and
|
|
3547
|
+
* technical contacts.</p>
|
|
3548
|
+
* </note>
|
|
3549
|
+
*/
|
|
3550
|
+
BillingPrivacy?: boolean;
|
|
3473
3551
|
}
|
|
3474
3552
|
/**
|
|
3475
3553
|
* @public
|
|
@@ -74,9 +74,11 @@ export declare const OperationType: {
|
|
|
74
74
|
readonly INTERNAL_TRANSFER_OUT_DOMAIN: "INTERNAL_TRANSFER_OUT_DOMAIN";
|
|
75
75
|
readonly PUSH_DOMAIN: "PUSH_DOMAIN";
|
|
76
76
|
readonly REGISTER_DOMAIN: "REGISTER_DOMAIN";
|
|
77
|
+
readonly RELEASE_TO_GANDI: "RELEASE_TO_GANDI";
|
|
77
78
|
readonly REMOVE_DNSSEC: "REMOVE_DNSSEC";
|
|
78
79
|
readonly RENEW_DOMAIN: "RENEW_DOMAIN";
|
|
79
80
|
readonly TRANSFER_IN_DOMAIN: "TRANSFER_IN_DOMAIN";
|
|
81
|
+
readonly TRANSFER_ON_RENEW: "TRANSFER_ON_RENEW";
|
|
80
82
|
readonly TRANSFER_OUT_DOMAIN: "TRANSFER_OUT_DOMAIN";
|
|
81
83
|
readonly UPDATE_DOMAIN_CONTACT: "UPDATE_DOMAIN_CONTACT";
|
|
82
84
|
readonly UPDATE_NAMESERVER: "UPDATE_NAMESERVER";
|
|
@@ -104,6 +106,8 @@ export declare const DomainAvailability: {
|
|
|
104
106
|
readonly AVAILABLE_PREORDER: "AVAILABLE_PREORDER";
|
|
105
107
|
readonly AVAILABLE_RESERVED: "AVAILABLE_RESERVED";
|
|
106
108
|
readonly DONT_KNOW: "DONT_KNOW";
|
|
109
|
+
readonly INVALID_NAME_FOR_TLD: "INVALID_NAME_FOR_TLD";
|
|
110
|
+
readonly PENDING: "PENDING";
|
|
107
111
|
readonly RESERVED: "RESERVED";
|
|
108
112
|
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
109
113
|
readonly UNAVAILABLE_PREMIUM: "UNAVAILABLE_PREMIUM";
|
|
@@ -585,6 +589,8 @@ export interface GetDomainDetailResponse {
|
|
|
585
589
|
DnsSec?: string;
|
|
586
590
|
StatusList?: string[];
|
|
587
591
|
DnssecKeys?: DnssecKey[];
|
|
592
|
+
BillingContact?: ContactDetail;
|
|
593
|
+
BillingPrivacy?: boolean;
|
|
588
594
|
}
|
|
589
595
|
export interface GetDomainSuggestionsRequest {
|
|
590
596
|
DomainName: string | undefined;
|
|
@@ -705,6 +711,8 @@ export interface RegisterDomainRequest {
|
|
|
705
711
|
PrivacyProtectAdminContact?: boolean;
|
|
706
712
|
PrivacyProtectRegistrantContact?: boolean;
|
|
707
713
|
PrivacyProtectTechContact?: boolean;
|
|
714
|
+
BillingContact?: ContactDetail;
|
|
715
|
+
PrivacyProtectBillingContact?: boolean;
|
|
708
716
|
}
|
|
709
717
|
export interface RegisterDomainResponse {
|
|
710
718
|
OperationId?: string;
|
|
@@ -753,6 +761,8 @@ export interface TransferDomainRequest {
|
|
|
753
761
|
PrivacyProtectAdminContact?: boolean;
|
|
754
762
|
PrivacyProtectRegistrantContact?: boolean;
|
|
755
763
|
PrivacyProtectTechContact?: boolean;
|
|
764
|
+
BillingContact?: ContactDetail;
|
|
765
|
+
PrivacyProtectBillingContact?: boolean;
|
|
756
766
|
}
|
|
757
767
|
export interface TransferDomainResponse {
|
|
758
768
|
OperationId?: string;
|
|
@@ -771,6 +781,7 @@ export interface UpdateDomainContactRequest {
|
|
|
771
781
|
RegistrantContact?: ContactDetail;
|
|
772
782
|
TechContact?: ContactDetail;
|
|
773
783
|
Consent?: Consent;
|
|
784
|
+
BillingContact?: ContactDetail;
|
|
774
785
|
}
|
|
775
786
|
export interface UpdateDomainContactResponse {
|
|
776
787
|
OperationId?: string;
|
|
@@ -780,6 +791,7 @@ export interface UpdateDomainContactPrivacyRequest {
|
|
|
780
791
|
AdminPrivacy?: boolean;
|
|
781
792
|
RegistrantPrivacy?: boolean;
|
|
782
793
|
TechPrivacy?: boolean;
|
|
794
|
+
BillingPrivacy?: boolean;
|
|
783
795
|
}
|
|
784
796
|
export interface UpdateDomainContactPrivacyResponse {
|
|
785
797
|
OperationId?: string;
|
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.512.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53-domains",
|