@aws-sdk/client-route-53-domains 3.321.1 → 3.326.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 (35) hide show
  1. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -0
  2. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +6 -0
  4. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +6 -0
  5. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +8 -0
  6. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +4 -0
  8. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +4 -0
  9. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +6 -0
  10. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +6 -0
  11. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +4 -0
  12. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +6 -0
  13. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +7 -0
  14. package/dist-types/commands/GetDomainDetailCommand.d.ts +106 -0
  15. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +11 -0
  16. package/dist-types/commands/GetOperationDetailCommand.d.ts +13 -0
  17. package/dist-types/commands/ListDomainsCommand.d.ts +14 -0
  18. package/dist-types/commands/ListOperationsCommand.d.ts +18 -0
  19. package/dist-types/commands/ListPricesCommand.d.ts +31 -0
  20. package/dist-types/commands/ListTagsForDomainCommand.d.ts +11 -0
  21. package/dist-types/commands/PushDomainCommand.d.ts +4 -0
  22. package/dist-types/commands/RegisterDomainCommand.d.ts +6 -0
  23. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -0
  24. package/dist-types/commands/RenewDomainCommand.d.ts +6 -0
  25. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +8 -0
  26. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +4 -0
  27. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +6 -0
  28. package/dist-types/commands/TransferDomainCommand.d.ts +6 -0
  29. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +7 -0
  30. package/dist-types/commands/UpdateDomainContactCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/ViewBillingCommand.d.ts +15 -0
  35. package/package.json +16 -16
@@ -38,6 +38,10 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends
38
38
  * };
39
39
  * const command = new AcceptDomainTransferFromAnotherAwsAccountCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // AcceptDomainTransferFromAnotherAwsAccountResponse
42
+ * // OperationId: "STRING_VALUE",
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param AcceptDomainTransferFromAnotherAwsAccountCommandInput - {@link AcceptDomainTransferFromAnotherAwsAccountCommandInput}
@@ -62,6 +66,8 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends
62
66
  * @throws {@link UnsupportedTLD} (client fault)
63
67
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
64
68
  *
69
+ * @throws {@link Route53DomainsServiceException}
70
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
65
71
  *
66
72
  */
67
73
  export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -43,6 +43,10 @@ export interface AssociateDelegationSignerToDomainCommandOutput extends Associat
43
43
  * };
44
44
  * const command = new AssociateDelegationSignerToDomainCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // AssociateDelegationSignerToDomainResponse
47
+ * // OperationId: "STRING_VALUE",
48
+ * // };
49
+ *
46
50
  * ```
47
51
  *
48
52
  * @param AssociateDelegationSignerToDomainCommandInput - {@link AssociateDelegationSignerToDomainCommandInput}
@@ -75,6 +79,8 @@ export interface AssociateDelegationSignerToDomainCommandOutput extends Associat
75
79
  * @throws {@link UnsupportedTLD} (client fault)
76
80
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
77
81
  *
82
+ * @throws {@link Route53DomainsServiceException}
83
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
78
84
  *
79
85
  */
80
86
  export declare class AssociateDelegationSignerToDomainCommand extends $Command<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -38,6 +38,10 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends Ca
38
38
  * };
39
39
  * const command = new CancelDomainTransferToAnotherAwsAccountCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // CancelDomainTransferToAnotherAwsAccountResponse
42
+ * // OperationId: "STRING_VALUE",
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param CancelDomainTransferToAnotherAwsAccountCommandInput - {@link CancelDomainTransferToAnotherAwsAccountCommandInput}
@@ -59,6 +63,8 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends Ca
59
63
  * @throws {@link UnsupportedTLD} (client fault)
60
64
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
61
65
  *
66
+ * @throws {@link Route53DomainsServiceException}
67
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
62
68
  *
63
69
  */
64
70
  export declare class CancelDomainTransferToAnotherAwsAccountCommand extends $Command<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailab
34
34
  * };
35
35
  * const command = new CheckDomainAvailabilityCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CheckDomainAvailabilityResponse
38
+ * // Availability: "AVAILABLE" || "AVAILABLE_RESERVED" || "AVAILABLE_PREORDER" || "UNAVAILABLE" || "UNAVAILABLE_PREMIUM" || "UNAVAILABLE_RESTRICTED" || "RESERVED" || "DONT_KNOW",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param CheckDomainAvailabilityCommandInput - {@link CheckDomainAvailabilityCommandInput}
@@ -51,6 +55,8 @@ export interface CheckDomainAvailabilityCommandOutput extends CheckDomainAvailab
51
55
  * @throws {@link UnsupportedTLD} (client fault)
52
56
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
53
57
  *
58
+ * @throws {@link Route53DomainsServiceException}
59
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
54
60
  *
55
61
  */
56
62
  export declare class CheckDomainAvailabilityCommand extends $Command<CheckDomainAvailabilityCommandInput, CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTran
32
32
  * };
33
33
  * const command = new CheckDomainTransferabilityCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // CheckDomainTransferabilityResponse
36
+ * // Transferability: { // DomainTransferability
37
+ * // Transferable: "TRANSFERABLE" || "UNTRANSFERABLE" || "DONT_KNOW" || "DOMAIN_IN_OWN_ACCOUNT" || "DOMAIN_IN_ANOTHER_ACCOUNT" || "PREMIUM_DOMAIN",
38
+ * // },
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param CheckDomainTransferabilityCommandInput - {@link CheckDomainTransferabilityCommandInput}
@@ -49,6 +55,8 @@ export interface CheckDomainTransferabilityCommandOutput extends CheckDomainTran
49
55
  * @throws {@link UnsupportedTLD} (client fault)
50
56
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
51
57
  *
58
+ * @throws {@link Route53DomainsServiceException}
59
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
52
60
  *
53
61
  */
54
62
  export declare class CheckDomainTransferabilityCommand extends $Command<CheckDomainTransferabilityCommandInput, CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -52,6 +52,10 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
52
52
  * };
53
53
  * const command = new DeleteDomainCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // DeleteDomainResponse
56
+ * // OperationId: "STRING_VALUE",
57
+ * // };
58
+ *
55
59
  * ```
56
60
  *
57
61
  * @param DeleteDomainCommandInput - {@link DeleteDomainCommandInput}
@@ -75,6 +79,8 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
75
79
  * @throws {@link UnsupportedTLD} (client fault)
76
80
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
77
81
  *
82
+ * @throws {@link Route53DomainsServiceException}
83
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
78
84
  *
79
85
  */
80
86
  export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainRes
36
36
  * };
37
37
  * const command = new DeleteTagsForDomainCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteTagsForDomainCommandInput - {@link DeleteTagsForDomainCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteTagsForDomainCommandOutput extends DeleteTagsForDomainRes
57
59
  * @throws {@link UnsupportedTLD} (client fault)
58
60
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
59
61
  *
62
+ * @throws {@link Route53DomainsServiceException}
63
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DeleteTagsForDomainCommand extends $Command<DeleteTagsForDomainCommandInput, DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRe
32
32
  * };
33
33
  * const command = new DisableDomainAutoRenewCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisableDomainAutoRenewCommandInput - {@link DisableDomainAutoRenewCommandInput}
@@ -49,6 +51,8 @@ export interface DisableDomainAutoRenewCommandOutput extends DisableDomainAutoRe
49
51
  * @throws {@link UnsupportedTLD} (client fault)
50
52
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
51
53
  *
54
+ * @throws {@link Route53DomainsServiceException}
55
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
52
56
  *
53
57
  */
54
58
  export declare class DisableDomainAutoRenewCommand extends $Command<DisableDomainAutoRenewCommandInput, DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface DisableDomainTransferLockCommandOutput extends DisableDomainTra
36
36
  * };
37
37
  * const command = new DisableDomainTransferLockCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DisableDomainTransferLockResponse
40
+ * // OperationId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param DisableDomainTransferLockCommandInput - {@link DisableDomainTransferLockCommandInput}
@@ -63,6 +67,8 @@ export interface DisableDomainTransferLockCommandOutput extends DisableDomainTra
63
67
  * @throws {@link UnsupportedTLD} (client fault)
64
68
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
65
69
  *
70
+ * @throws {@link Route53DomainsServiceException}
71
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
66
72
  *
67
73
  */
68
74
  export declare class DisableDomainTransferLockCommand extends $Command<DisableDomainTransferLockCommandInput, DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface DisassociateDelegationSignerFromDomainCommandOutput extends Dis
33
33
  * };
34
34
  * const command = new DisassociateDelegationSignerFromDomainCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DisassociateDelegationSignerFromDomainResponse
37
+ * // OperationId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param DisassociateDelegationSignerFromDomainCommandInput - {@link DisassociateDelegationSignerFromDomainCommandInput}
@@ -60,6 +64,8 @@ export interface DisassociateDelegationSignerFromDomainCommandOutput extends Dis
60
64
  * @throws {@link UnsupportedTLD} (client fault)
61
65
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
62
66
  *
67
+ * @throws {@link Route53DomainsServiceException}
68
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
63
69
  *
64
70
  */
65
71
  export declare class DisassociateDelegationSignerFromDomainCommand extends $Command<DisassociateDelegationSignerFromDomainCommandInput, DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRene
38
38
  * };
39
39
  * const command = new EnableDomainAutoRenewCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param EnableDomainAutoRenewCommandInput - {@link EnableDomainAutoRenewCommandInput}
@@ -58,6 +60,8 @@ export interface EnableDomainAutoRenewCommandOutput extends EnableDomainAutoRene
58
60
  * @throws {@link UnsupportedTLD} (client fault)
59
61
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
60
62
  *
63
+ * @throws {@link Route53DomainsServiceException}
64
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
61
65
  *
62
66
  */
63
67
  export declare class EnableDomainAutoRenewCommand extends $Command<EnableDomainAutoRenewCommandInput, EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface EnableDomainTransferLockCommandOutput extends EnableDomainTrans
35
35
  * };
36
36
  * const command = new EnableDomainTransferLockCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // EnableDomainTransferLockResponse
39
+ * // OperationId: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param EnableDomainTransferLockCommandInput - {@link EnableDomainTransferLockCommandInput}
@@ -62,6 +66,8 @@ export interface EnableDomainTransferLockCommandOutput extends EnableDomainTrans
62
66
  * @throws {@link UnsupportedTLD} (client fault)
63
67
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
64
68
  *
69
+ * @throws {@link Route53DomainsServiceException}
70
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
65
71
  *
66
72
  */
67
73
  export declare class EnableDomainTransferLockCommand extends $Command<EnableDomainTransferLockCommandInput, EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -35,6 +35,11 @@ export interface GetContactReachabilityStatusCommandOutput extends GetContactRea
35
35
  * };
36
36
  * const command = new GetContactReachabilityStatusCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetContactReachabilityStatusResponse
39
+ * // domainName: "STRING_VALUE",
40
+ * // status: "PENDING" || "DONE" || "EXPIRED",
41
+ * // };
42
+ *
38
43
  * ```
39
44
  *
40
45
  * @param GetContactReachabilityStatusCommandInput - {@link GetContactReachabilityStatusCommandInput}
@@ -56,6 +61,8 @@ export interface GetContactReachabilityStatusCommandOutput extends GetContactRea
56
61
  * @throws {@link UnsupportedTLD} (client fault)
57
62
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
58
63
  *
64
+ * @throws {@link Route53DomainsServiceException}
65
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
59
66
  *
60
67
  */
61
68
  export declare class GetContactReachabilityStatusCommand extends $Command<GetContactReachabilityStatusCommandInput, GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -33,6 +33,110 @@ export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, _
33
33
  * };
34
34
  * const command = new GetDomainDetailCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetDomainDetailResponse
37
+ * // DomainName: "STRING_VALUE",
38
+ * // Nameservers: [ // NameserverList
39
+ * // { // Nameserver
40
+ * // Name: "STRING_VALUE", // required
41
+ * // GlueIps: [ // GlueIpList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // AutoRenew: true || false,
47
+ * // AdminContact: { // ContactDetail
48
+ * // FirstName: "STRING_VALUE",
49
+ * // LastName: "STRING_VALUE",
50
+ * // ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
51
+ * // OrganizationName: "STRING_VALUE",
52
+ * // AddressLine1: "STRING_VALUE",
53
+ * // AddressLine2: "STRING_VALUE",
54
+ * // City: "STRING_VALUE",
55
+ * // State: "STRING_VALUE",
56
+ * // 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",
57
+ * // ZipCode: "STRING_VALUE",
58
+ * // PhoneNumber: "STRING_VALUE",
59
+ * // Email: "STRING_VALUE",
60
+ * // Fax: "STRING_VALUE",
61
+ * // ExtraParams: [ // ExtraParamList
62
+ * // { // ExtraParam
63
+ * // 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
64
+ * // Value: "STRING_VALUE", // required
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // RegistrantContact: {
69
+ * // FirstName: "STRING_VALUE",
70
+ * // LastName: "STRING_VALUE",
71
+ * // ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
72
+ * // OrganizationName: "STRING_VALUE",
73
+ * // AddressLine1: "STRING_VALUE",
74
+ * // AddressLine2: "STRING_VALUE",
75
+ * // City: "STRING_VALUE",
76
+ * // State: "STRING_VALUE",
77
+ * // 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",
78
+ * // ZipCode: "STRING_VALUE",
79
+ * // PhoneNumber: "STRING_VALUE",
80
+ * // Email: "STRING_VALUE",
81
+ * // Fax: "STRING_VALUE",
82
+ * // ExtraParams: [
83
+ * // {
84
+ * // 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
85
+ * // Value: "STRING_VALUE", // required
86
+ * // },
87
+ * // ],
88
+ * // },
89
+ * // TechContact: {
90
+ * // FirstName: "STRING_VALUE",
91
+ * // LastName: "STRING_VALUE",
92
+ * // ContactType: "PERSON" || "COMPANY" || "ASSOCIATION" || "PUBLIC_BODY" || "RESELLER",
93
+ * // OrganizationName: "STRING_VALUE",
94
+ * // AddressLine1: "STRING_VALUE",
95
+ * // AddressLine2: "STRING_VALUE",
96
+ * // City: "STRING_VALUE",
97
+ * // State: "STRING_VALUE",
98
+ * // 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",
99
+ * // ZipCode: "STRING_VALUE",
100
+ * // PhoneNumber: "STRING_VALUE",
101
+ * // Email: "STRING_VALUE",
102
+ * // Fax: "STRING_VALUE",
103
+ * // ExtraParams: [
104
+ * // {
105
+ * // 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
106
+ * // Value: "STRING_VALUE", // required
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // AdminPrivacy: true || false,
111
+ * // RegistrantPrivacy: true || false,
112
+ * // TechPrivacy: true || false,
113
+ * // RegistrarName: "STRING_VALUE",
114
+ * // WhoIsServer: "STRING_VALUE",
115
+ * // RegistrarUrl: "STRING_VALUE",
116
+ * // AbuseContactEmail: "STRING_VALUE",
117
+ * // AbuseContactPhone: "STRING_VALUE",
118
+ * // RegistryDomainId: "STRING_VALUE",
119
+ * // CreationDate: new Date("TIMESTAMP"),
120
+ * // UpdatedDate: new Date("TIMESTAMP"),
121
+ * // ExpirationDate: new Date("TIMESTAMP"),
122
+ * // Reseller: "STRING_VALUE",
123
+ * // DnsSec: "STRING_VALUE",
124
+ * // StatusList: [ // DomainStatusList
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // DnssecKeys: [ // DnssecKeyList
128
+ * // { // DnssecKey
129
+ * // Algorithm: Number("int"),
130
+ * // Flags: Number("int"),
131
+ * // PublicKey: "STRING_VALUE",
132
+ * // DigestType: Number("int"),
133
+ * // Digest: "STRING_VALUE",
134
+ * // KeyTag: Number("int"),
135
+ * // Id: "STRING_VALUE",
136
+ * // },
137
+ * // ],
138
+ * // };
139
+ *
36
140
  * ```
37
141
  *
38
142
  * @param GetDomainDetailCommandInput - {@link GetDomainDetailCommandInput}
@@ -50,6 +154,8 @@ export interface GetDomainDetailCommandOutput extends GetDomainDetailResponse, _
50
154
  * @throws {@link UnsupportedTLD} (client fault)
51
155
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
52
156
  *
157
+ * @throws {@link Route53DomainsServiceException}
158
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
53
159
  *
54
160
  */
55
161
  export declare class GetDomainDetailCommand extends $Command<GetDomainDetailCommandInput, GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -33,6 +33,15 @@ export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsR
33
33
  * };
34
34
  * const command = new GetDomainSuggestionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetDomainSuggestionsResponse
37
+ * // SuggestionsList: [ // DomainSuggestionsList
38
+ * // { // DomainSuggestion
39
+ * // DomainName: "STRING_VALUE",
40
+ * // Availability: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param GetDomainSuggestionsCommandInput - {@link GetDomainSuggestionsCommandInput}
@@ -50,6 +59,8 @@ export interface GetDomainSuggestionsCommandOutput extends GetDomainSuggestionsR
50
59
  * @throws {@link UnsupportedTLD} (client fault)
51
60
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
52
61
  *
62
+ * @throws {@link Route53DomainsServiceException}
63
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
53
64
  *
54
65
  */
55
66
  export declare class GetDomainSuggestionsCommand extends $Command<GetDomainSuggestionsCommandInput, GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface GetOperationDetailCommandOutput extends GetOperationDetailRespo
32
32
  * };
33
33
  * const command = new GetOperationDetailCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetOperationDetailResponse
36
+ * // OperationId: "STRING_VALUE",
37
+ * // Status: "SUBMITTED" || "IN_PROGRESS" || "ERROR" || "SUCCESSFUL" || "FAILED",
38
+ * // Message: "STRING_VALUE",
39
+ * // DomainName: "STRING_VALUE",
40
+ * // 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",
41
+ * // SubmittedDate: new Date("TIMESTAMP"),
42
+ * // LastUpdatedDate: new Date("TIMESTAMP"),
43
+ * // StatusFlag: "PENDING_ACCEPTANCE" || "PENDING_CUSTOMER_ACTION" || "PENDING_AUTHORIZATION" || "PENDING_PAYMENT_VERIFICATION" || "PENDING_SUPPORT_CASE",
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param GetOperationDetailCommandInput - {@link GetOperationDetailCommandInput}
@@ -46,6 +57,8 @@ export interface GetOperationDetailCommandOutput extends GetOperationDetailRespo
46
57
  * submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
47
58
  * password might be invalid.</p>
48
59
  *
60
+ * @throws {@link Route53DomainsServiceException}
61
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
49
62
  *
50
63
  */
51
64
  export declare class GetOperationDetailCommand extends $Command<GetOperationDetailCommandInput, GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -46,6 +46,18 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
46
46
  * };
47
47
  * const command = new ListDomainsCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // ListDomainsResponse
50
+ * // Domains: [ // DomainSummaryList
51
+ * // { // DomainSummary
52
+ * // DomainName: "STRING_VALUE",
53
+ * // AutoRenew: true || false,
54
+ * // TransferLock: true || false,
55
+ * // Expiry: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // ],
58
+ * // NextPageMarker: "STRING_VALUE",
59
+ * // };
60
+ *
49
61
  * ```
50
62
  *
51
63
  * @param ListDomainsCommandInput - {@link ListDomainsCommandInput}
@@ -60,6 +72,8 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
60
72
  * submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
61
73
  * password might be invalid.</p>
62
74
  *
75
+ * @throws {@link Route53DomainsServiceException}
76
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
63
77
  *
64
78
  */
65
79
  export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -43,6 +43,22 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
43
43
  * };
44
44
  * const command = new ListOperationsCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // ListOperationsResponse
47
+ * // Operations: [ // OperationSummaryList
48
+ * // { // OperationSummary
49
+ * // OperationId: "STRING_VALUE",
50
+ * // Status: "SUBMITTED" || "IN_PROGRESS" || "ERROR" || "SUCCESSFUL" || "FAILED",
51
+ * // 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",
52
+ * // SubmittedDate: new Date("TIMESTAMP"),
53
+ * // DomainName: "STRING_VALUE",
54
+ * // Message: "STRING_VALUE",
55
+ * // StatusFlag: "PENDING_ACCEPTANCE" || "PENDING_CUSTOMER_ACTION" || "PENDING_AUTHORIZATION" || "PENDING_PAYMENT_VERIFICATION" || "PENDING_SUPPORT_CASE",
56
+ * // LastUpdatedDate: new Date("TIMESTAMP"),
57
+ * // },
58
+ * // ],
59
+ * // NextPageMarker: "STRING_VALUE",
60
+ * // };
61
+ *
46
62
  * ```
47
63
  *
48
64
  * @param ListOperationsCommandInput - {@link ListOperationsCommandInput}
@@ -57,6 +73,8 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
57
73
  * submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
58
74
  * password might be invalid.</p>
59
75
  *
76
+ * @throws {@link Route53DomainsServiceException}
77
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
60
78
  *
61
79
  */
62
80
  export declare class ListOperationsCommand extends $Command<ListOperationsCommandInput, ListOperationsCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -51,6 +51,35 @@ export interface ListPricesCommandOutput extends ListPricesResponse, __MetadataB
51
51
  * };
52
52
  * const command = new ListPricesCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // ListPricesResponse
55
+ * // Prices: [ // DomainPriceList
56
+ * // { // DomainPrice
57
+ * // Name: "STRING_VALUE",
58
+ * // RegistrationPrice: { // PriceWithCurrency
59
+ * // Price: Number("double"), // required
60
+ * // Currency: "STRING_VALUE", // required
61
+ * // },
62
+ * // TransferPrice: {
63
+ * // Price: Number("double"), // required
64
+ * // Currency: "STRING_VALUE", // required
65
+ * // },
66
+ * // RenewalPrice: {
67
+ * // Price: Number("double"), // required
68
+ * // Currency: "STRING_VALUE", // required
69
+ * // },
70
+ * // ChangeOwnershipPrice: {
71
+ * // Price: Number("double"), // required
72
+ * // Currency: "STRING_VALUE", // required
73
+ * // },
74
+ * // RestorationPrice: {
75
+ * // Price: Number("double"), // required
76
+ * // Currency: "STRING_VALUE", // required
77
+ * // },
78
+ * // },
79
+ * // ],
80
+ * // NextPageMarker: "STRING_VALUE",
81
+ * // };
82
+ *
54
83
  * ```
55
84
  *
56
85
  * @param ListPricesCommandInput - {@link ListPricesCommandInput}
@@ -68,6 +97,8 @@ export interface ListPricesCommandOutput extends ListPricesResponse, __MetadataB
68
97
  * @throws {@link UnsupportedTLD} (client fault)
69
98
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
70
99
  *
100
+ * @throws {@link Route53DomainsServiceException}
101
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
71
102
  *
72
103
  */
73
104
  export declare class ListPricesCommand extends $Command<ListPricesCommandInput, ListPricesCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -34,6 +34,15 @@ export interface ListTagsForDomainCommandOutput extends ListTagsForDomainRespons
34
34
  * };
35
35
  * const command = new ListTagsForDomainCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTagsForDomainResponse
38
+ * // TagList: [ // TagList
39
+ * // { // Tag
40
+ * // Key: "STRING_VALUE",
41
+ * // Value: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // };
45
+ *
37
46
  * ```
38
47
  *
39
48
  * @param ListTagsForDomainCommandInput - {@link ListTagsForDomainCommandInput}
@@ -55,6 +64,8 @@ export interface ListTagsForDomainCommandOutput extends ListTagsForDomainRespons
55
64
  * @throws {@link UnsupportedTLD} (client fault)
56
65
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
57
66
  *
67
+ * @throws {@link Route53DomainsServiceException}
68
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
58
69
  *
59
70
  */
60
71
  export declare class ListTagsForDomainCommand extends $Command<ListTagsForDomainCommandInput, ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface PushDomainCommandOutput extends __MetadataBearer {
39
39
  * };
40
40
  * const command = new PushDomainCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param PushDomainCommandInput - {@link PushDomainCommandInput}
@@ -60,6 +62,8 @@ export interface PushDomainCommandOutput extends __MetadataBearer {
60
62
  * @throws {@link UnsupportedTLD} (client fault)
61
63
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
62
64
  *
65
+ * @throws {@link Route53DomainsServiceException}
66
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
63
67
  *
64
68
  */
65
69
  export declare class PushDomainCommand extends $Command<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -136,6 +136,10 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
136
136
  * };
137
137
  * const command = new RegisterDomainCommand(input);
138
138
  * const response = await client.send(command);
139
+ * // { // RegisterDomainResponse
140
+ * // OperationId: "STRING_VALUE",
141
+ * // };
142
+ *
139
143
  * ```
140
144
  *
141
145
  * @param RegisterDomainCommandInput - {@link RegisterDomainCommandInput}
@@ -166,6 +170,8 @@ export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __M
166
170
  * @throws {@link UnsupportedTLD} (client fault)
167
171
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
168
172
  *
173
+ * @throws {@link Route53DomainsServiceException}
174
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
169
175
  *
170
176
  */
171
177
  export declare class RegisterDomainCommand extends $Command<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput extends
34
34
  * };
35
35
  * const command = new RejectDomainTransferFromAnotherAwsAccountCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // RejectDomainTransferFromAnotherAwsAccountResponse
38
+ * // OperationId: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param RejectDomainTransferFromAnotherAwsAccountCommandInput - {@link RejectDomainTransferFromAnotherAwsAccountCommandInput}
@@ -55,6 +59,8 @@ export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput extends
55
59
  * @throws {@link UnsupportedTLD} (client fault)
56
60
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
57
61
  *
62
+ * @throws {@link Route53DomainsServiceException}
63
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
58
64
  *
59
65
  */
60
66
  export declare class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -39,6 +39,10 @@ export interface RenewDomainCommandOutput extends RenewDomainResponse, __Metadat
39
39
  * };
40
40
  * const command = new RenewDomainCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // RenewDomainResponse
43
+ * // OperationId: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param RenewDomainCommandInput - {@link RenewDomainCommandInput}
@@ -66,6 +70,8 @@ export interface RenewDomainCommandOutput extends RenewDomainResponse, __Metadat
66
70
  * @throws {@link UnsupportedTLD} (client fault)
67
71
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
68
72
  *
73
+ * @throws {@link Route53DomainsServiceException}
74
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
69
75
  *
70
76
  */
71
77
  export declare class RenewDomainCommand extends $Command<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -33,6 +33,12 @@ export interface ResendContactReachabilityEmailCommandOutput extends ResendConta
33
33
  * };
34
34
  * const command = new ResendContactReachabilityEmailCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ResendContactReachabilityEmailResponse
37
+ * // domainName: "STRING_VALUE",
38
+ * // emailAddress: "STRING_VALUE",
39
+ * // isAlreadyVerified: true || false,
40
+ * // };
41
+ *
36
42
  * ```
37
43
  *
38
44
  * @param ResendContactReachabilityEmailCommandInput - {@link ResendContactReachabilityEmailCommandInput}
@@ -54,6 +60,8 @@ export interface ResendContactReachabilityEmailCommandOutput extends ResendConta
54
60
  * @throws {@link UnsupportedTLD} (client fault)
55
61
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
56
62
  *
63
+ * @throws {@link Route53DomainsServiceException}
64
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
57
65
  *
58
66
  */
59
67
  export declare class ResendContactReachabilityEmailCommand extends $Command<ResendContactReachabilityEmailCommandInput, ResendContactReachabilityEmailCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface ResendOperationAuthorizationCommandOutput extends __MetadataBea
31
31
  * };
32
32
  * const command = new ResendOperationAuthorizationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param ResendOperationAuthorizationCommandInput - {@link ResendOperationAuthorizationCommandInput}
@@ -45,6 +47,8 @@ export interface ResendOperationAuthorizationCommandOutput extends __MetadataBea
45
47
  * submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
46
48
  * password might be invalid.</p>
47
49
  *
50
+ * @throws {@link Route53DomainsServiceException}
51
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
48
52
  *
49
53
  */
50
54
  export declare class ResendOperationAuthorizationCommand extends $Command<ResendOperationAuthorizationCommandInput, ResendOperationAuthorizationCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -32,6 +32,10 @@ export interface RetrieveDomainAuthCodeCommandOutput extends RetrieveDomainAuthC
32
32
  * };
33
33
  * const command = new RetrieveDomainAuthCodeCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // RetrieveDomainAuthCodeResponse
36
+ * // AuthCode: "STRING_VALUE",
37
+ * // };
38
+ *
35
39
  * ```
36
40
  *
37
41
  * @param RetrieveDomainAuthCodeCommandInput - {@link RetrieveDomainAuthCodeCommandInput}
@@ -49,6 +53,8 @@ export interface RetrieveDomainAuthCodeCommandOutput extends RetrieveDomainAuthC
49
53
  * @throws {@link UnsupportedTLD} (client fault)
50
54
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
51
55
  *
56
+ * @throws {@link Route53DomainsServiceException}
57
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
52
58
  *
53
59
  */
54
60
  export declare class RetrieveDomainAuthCodeCommand extends $Command<RetrieveDomainAuthCodeCommandInput, RetrieveDomainAuthCodeCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -141,6 +141,10 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M
141
141
  * };
142
142
  * const command = new TransferDomainCommand(input);
143
143
  * const response = await client.send(command);
144
+ * // { // TransferDomainResponse
145
+ * // OperationId: "STRING_VALUE",
146
+ * // };
147
+ *
144
148
  * ```
145
149
  *
146
150
  * @param TransferDomainCommandInput - {@link TransferDomainCommandInput}
@@ -171,6 +175,8 @@ export interface TransferDomainCommandOutput extends TransferDomainResponse, __M
171
175
  * @throws {@link UnsupportedTLD} (client fault)
172
176
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
173
177
  *
178
+ * @throws {@link Route53DomainsServiceException}
179
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
174
180
  *
175
181
  */
176
182
  export declare class TransferDomainCommand extends $Command<TransferDomainCommandInput, TransferDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -56,6 +56,11 @@ export interface TransferDomainToAnotherAwsAccountCommandOutput extends Transfer
56
56
  * };
57
57
  * const command = new TransferDomainToAnotherAwsAccountCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // TransferDomainToAnotherAwsAccountResponse
60
+ * // OperationId: "STRING_VALUE",
61
+ * // Password: "STRING_VALUE",
62
+ * // };
63
+ *
59
64
  * ```
60
65
  *
61
66
  * @param TransferDomainToAnotherAwsAccountCommandInput - {@link TransferDomainToAnotherAwsAccountCommandInput}
@@ -80,6 +85,8 @@ export interface TransferDomainToAnotherAwsAccountCommandOutput extends Transfer
80
85
  * @throws {@link UnsupportedTLD} (client fault)
81
86
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
82
87
  *
88
+ * @throws {@link Route53DomainsServiceException}
89
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
83
90
  *
84
91
  */
85
92
  export declare class TransferDomainToAnotherAwsAccountCommand extends $Command<TransferDomainToAnotherAwsAccountCommandInput, TransferDomainToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -103,6 +103,10 @@ export interface UpdateDomainContactCommandOutput extends UpdateDomainContactRes
103
103
  * };
104
104
  * const command = new UpdateDomainContactCommand(input);
105
105
  * const response = await client.send(command);
106
+ * // { // UpdateDomainContactResponse
107
+ * // OperationId: "STRING_VALUE",
108
+ * // };
109
+ *
106
110
  * ```
107
111
  *
108
112
  * @param UpdateDomainContactCommandInput - {@link UpdateDomainContactCommandInput}
@@ -130,6 +134,8 @@ export interface UpdateDomainContactCommandOutput extends UpdateDomainContactRes
130
134
  * @throws {@link UnsupportedTLD} (client fault)
131
135
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
132
136
  *
137
+ * @throws {@link Route53DomainsServiceException}
138
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
133
139
  *
134
140
  */
135
141
  export declare class UpdateDomainContactCommand extends $Command<UpdateDomainContactCommandInput, UpdateDomainContactCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -56,6 +56,10 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon
56
56
  * };
57
57
  * const command = new UpdateDomainContactPrivacyCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // UpdateDomainContactPrivacyResponse
60
+ * // OperationId: "STRING_VALUE",
61
+ * // };
62
+ *
59
63
  * ```
60
64
  *
61
65
  * @param UpdateDomainContactPrivacyCommandInput - {@link UpdateDomainContactPrivacyCommandInput}
@@ -83,6 +87,8 @@ export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainCon
83
87
  * @throws {@link UnsupportedTLD} (client fault)
84
88
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
85
89
  *
90
+ * @throws {@link Route53DomainsServiceException}
91
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
86
92
  *
87
93
  */
88
94
  export declare class UpdateDomainContactPrivacyCommand extends $Command<UpdateDomainContactPrivacyCommandInput, UpdateDomainContactPrivacyCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -45,6 +45,10 @@ export interface UpdateDomainNameserversCommandOutput extends UpdateDomainNamese
45
45
  * };
46
46
  * const command = new UpdateDomainNameserversCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // UpdateDomainNameserversResponse
49
+ * // OperationId: "STRING_VALUE",
50
+ * // };
51
+ *
48
52
  * ```
49
53
  *
50
54
  * @param UpdateDomainNameserversCommandInput - {@link UpdateDomainNameserversCommandInput}
@@ -72,6 +76,8 @@ export interface UpdateDomainNameserversCommandOutput extends UpdateDomainNamese
72
76
  * @throws {@link UnsupportedTLD} (client fault)
73
77
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
74
78
  *
79
+ * @throws {@link Route53DomainsServiceException}
80
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
75
81
  *
76
82
  */
77
83
  export declare class UpdateDomainNameserversCommand extends $Command<UpdateDomainNameserversCommandInput, UpdateDomainNameserversCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface UpdateTagsForDomainCommandOutput extends UpdateTagsForDomainRes
39
39
  * };
40
40
  * const command = new UpdateTagsForDomainCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param UpdateTagsForDomainCommandInput - {@link UpdateTagsForDomainCommandInput}
@@ -60,6 +62,8 @@ export interface UpdateTagsForDomainCommandOutput extends UpdateTagsForDomainRes
60
62
  * @throws {@link UnsupportedTLD} (client fault)
61
63
  * <p>Amazon Route 53 does not support this top-level domain (TLD).</p>
62
64
  *
65
+ * @throws {@link Route53DomainsServiceException}
66
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
63
67
  *
64
68
  */
65
69
  export declare class UpdateTagsForDomainCommand extends $Command<UpdateTagsForDomainCommandInput, UpdateTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface ViewBillingCommandOutput extends ViewBillingResponse, __Metadat
34
34
  * };
35
35
  * const command = new ViewBillingCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ViewBillingResponse
38
+ * // NextPageMarker: "STRING_VALUE",
39
+ * // BillingRecords: [ // BillingRecords
40
+ * // { // BillingRecord
41
+ * // DomainName: "STRING_VALUE",
42
+ * // 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",
43
+ * // InvoiceId: "STRING_VALUE",
44
+ * // BillDate: new Date("TIMESTAMP"),
45
+ * // Price: Number("double"),
46
+ * // },
47
+ * // ],
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param ViewBillingCommandInput - {@link ViewBillingCommandInput}
@@ -48,6 +61,8 @@ export interface ViewBillingCommandOutput extends ViewBillingResponse, __Metadat
48
61
  * submitted the request. For <code>AcceptDomainTransferFromAnotherAwsAccount</code>, the
49
62
  * password might be invalid.</p>
50
63
  *
64
+ * @throws {@link Route53DomainsServiceException}
65
+ * <p>Base exception class for all service exceptions from Route53Domains service.</p>
51
66
  *
52
67
  */
53
68
  export declare class ViewBillingCommand extends $Command<ViewBillingCommandInput, ViewBillingCommandOutput, Route53DomainsClientResolvedConfig> {
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.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",