@aws-sdk/client-route-53-domains 3.650.0 → 3.654.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 (69) hide show
  1. package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +11 -0
  3. package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +11 -0
  4. package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +11 -0
  5. package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +11 -0
  8. package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +11 -0
  9. package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +11 -0
  10. package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +11 -0
  11. package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +11 -0
  12. package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +11 -0
  13. package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +11 -0
  14. package/dist-types/commands/GetDomainDetailCommand.d.ts +11 -0
  15. package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +11 -0
  16. package/dist-types/commands/GetOperationDetailCommand.d.ts +11 -0
  17. package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListOperationsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListPricesCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForDomainCommand.d.ts +11 -0
  21. package/dist-types/commands/PushDomainCommand.d.ts +11 -0
  22. package/dist-types/commands/RegisterDomainCommand.d.ts +11 -0
  23. package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +11 -0
  24. package/dist-types/commands/RenewDomainCommand.d.ts +11 -0
  25. package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +11 -0
  26. package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +11 -0
  27. package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +11 -0
  28. package/dist-types/commands/TransferDomainCommand.d.ts +11 -0
  29. package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateDomainContactCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +11 -0
  34. package/dist-types/commands/ViewBillingCommand.d.ts +11 -0
  35. package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +12 -1
  69. package/package.json +35 -35
@@ -80,4 +80,15 @@ declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends AcceptDomainTransferFromAnotherAwsAccountCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: AcceptDomainTransferFromAnotherAwsAccountRequest;
87
+ output: AcceptDomainTransferFromAnotherAwsAccountResponse;
88
+ };
89
+ sdk: {
90
+ input: AcceptDomainTransferFromAnotherAwsAccountCommandInput;
91
+ output: AcceptDomainTransferFromAnotherAwsAccountCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -93,4 +93,15 @@ declare const AssociateDelegationSignerToDomainCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class AssociateDelegationSignerToDomainCommand extends AssociateDelegationSignerToDomainCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: AssociateDelegationSignerToDomainRequest;
100
+ output: AssociateDelegationSignerToDomainResponse;
101
+ };
102
+ sdk: {
103
+ input: AssociateDelegationSignerToDomainCommandInput;
104
+ output: AssociateDelegationSignerToDomainCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -77,4 +77,15 @@ declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class CancelDomainTransferToAnotherAwsAccountCommand extends CancelDomainTransferToAnotherAwsAccountCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: CancelDomainTransferToAnotherAwsAccountRequest;
84
+ output: CancelDomainTransferToAnotherAwsAccountResponse;
85
+ };
86
+ sdk: {
87
+ input: CancelDomainTransferToAnotherAwsAccountCommandInput;
88
+ output: CancelDomainTransferToAnotherAwsAccountCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -69,4 +69,15 @@ declare const CheckDomainAvailabilityCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class CheckDomainAvailabilityCommand extends CheckDomainAvailabilityCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: CheckDomainAvailabilityRequest;
76
+ output: CheckDomainAvailabilityResponse;
77
+ };
78
+ sdk: {
79
+ input: CheckDomainAvailabilityCommandInput;
80
+ output: CheckDomainAvailabilityCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -70,4 +70,15 @@ declare const CheckDomainTransferabilityCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class CheckDomainTransferabilityCommand extends CheckDomainTransferabilityCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: CheckDomainTransferabilityRequest;
77
+ output: CheckDomainTransferabilityResponse;
78
+ };
79
+ sdk: {
80
+ input: CheckDomainTransferabilityCommandInput;
81
+ output: CheckDomainTransferabilityCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -93,4 +93,15 @@ declare const DeleteDomainCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DeleteDomainRequest;
100
+ output: DeleteDomainResponse;
101
+ };
102
+ sdk: {
103
+ input: DeleteDomainCommandInput;
104
+ output: DeleteDomainCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -73,4 +73,15 @@ declare const DeleteTagsForDomainCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteTagsForDomainCommand extends DeleteTagsForDomainCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteTagsForDomainRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteTagsForDomainCommandInput;
84
+ output: DeleteTagsForDomainCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -65,4 +65,15 @@ declare const DisableDomainAutoRenewCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DisableDomainAutoRenewCommand extends DisableDomainAutoRenewCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DisableDomainAutoRenewRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DisableDomainAutoRenewCommandInput;
76
+ output: DisableDomainAutoRenewCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -81,4 +81,15 @@ declare const DisableDomainTransferLockCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DisableDomainTransferLockCommand extends DisableDomainTransferLockCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DisableDomainTransferLockRequest;
88
+ output: DisableDomainTransferLockResponse;
89
+ };
90
+ sdk: {
91
+ input: DisableDomainTransferLockCommandInput;
92
+ output: DisableDomainTransferLockCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -78,4 +78,15 @@ declare const DisassociateDelegationSignerFromDomainCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DisassociateDelegationSignerFromDomainCommand extends DisassociateDelegationSignerFromDomainCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DisassociateDelegationSignerFromDomainRequest;
85
+ output: DisassociateDelegationSignerFromDomainResponse;
86
+ };
87
+ sdk: {
88
+ input: DisassociateDelegationSignerFromDomainCommandInput;
89
+ output: DisassociateDelegationSignerFromDomainCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -74,4 +74,15 @@ declare const EnableDomainAutoRenewCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class EnableDomainAutoRenewCommand extends EnableDomainAutoRenewCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: EnableDomainAutoRenewRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: EnableDomainAutoRenewCommandInput;
85
+ output: EnableDomainAutoRenewCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -80,4 +80,15 @@ declare const EnableDomainTransferLockCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class EnableDomainTransferLockCommand extends EnableDomainTransferLockCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: EnableDomainTransferLockRequest;
87
+ output: EnableDomainTransferLockResponse;
88
+ };
89
+ sdk: {
90
+ input: EnableDomainTransferLockCommandInput;
91
+ output: EnableDomainTransferLockCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -75,4 +75,15 @@ declare const GetContactReachabilityStatusCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetContactReachabilityStatusCommand extends GetContactReachabilityStatusCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetContactReachabilityStatusRequest;
82
+ output: GetContactReachabilityStatusResponse;
83
+ };
84
+ sdk: {
85
+ input: GetContactReachabilityStatusCommandInput;
86
+ output: GetContactReachabilityStatusCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -190,4 +190,15 @@ declare const GetDomainDetailCommand_base: {
190
190
  * @public
191
191
  */
192
192
  export declare class GetDomainDetailCommand extends GetDomainDetailCommand_base {
193
+ /** @internal type navigation helper, not in runtime. */
194
+ protected static __types: {
195
+ api: {
196
+ input: GetDomainDetailRequest;
197
+ output: GetDomainDetailResponse;
198
+ };
199
+ sdk: {
200
+ input: GetDomainDetailCommandInput;
201
+ output: GetDomainDetailCommandOutput;
202
+ };
203
+ };
193
204
  }
@@ -73,4 +73,15 @@ declare const GetDomainSuggestionsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetDomainSuggestionsCommand extends GetDomainSuggestionsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetDomainSuggestionsRequest;
80
+ output: GetDomainSuggestionsResponse;
81
+ };
82
+ sdk: {
83
+ input: GetDomainSuggestionsCommandInput;
84
+ output: GetDomainSuggestionsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -71,4 +71,15 @@ declare const GetOperationDetailCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetOperationDetailCommand extends GetOperationDetailCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: GetOperationDetailRequest;
78
+ output: GetOperationDetailResponse;
79
+ };
80
+ sdk: {
81
+ input: GetOperationDetailCommandInput;
82
+ output: GetOperationDetailCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -86,4 +86,15 @@ declare const ListDomainsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListDomainsRequest;
93
+ output: ListDomainsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListDomainsCommandInput;
97
+ output: ListDomainsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -87,4 +87,15 @@ declare const ListOperationsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListOperationsCommand extends ListOperationsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListOperationsRequest;
94
+ output: ListOperationsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListOperationsCommandInput;
98
+ output: ListOperationsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -111,4 +111,15 @@ declare const ListPricesCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ListPricesCommand extends ListPricesCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ListPricesRequest;
118
+ output: ListPricesResponse;
119
+ };
120
+ sdk: {
121
+ input: ListPricesCommandInput;
122
+ output: ListPricesCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -78,4 +78,15 @@ declare const ListTagsForDomainCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForDomainCommand extends ListTagsForDomainCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForDomainRequest;
85
+ output: ListTagsForDomainResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForDomainCommandInput;
89
+ output: ListTagsForDomainCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -76,4 +76,15 @@ declare const PushDomainCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class PushDomainCommand extends PushDomainCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: PushDomainRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: PushDomainCommandInput;
87
+ output: PushDomainCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -204,4 +204,15 @@ declare const RegisterDomainCommand_base: {
204
204
  * @public
205
205
  */
206
206
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
207
+ /** @internal type navigation helper, not in runtime. */
208
+ protected static __types: {
209
+ api: {
210
+ input: RegisterDomainRequest;
211
+ output: RegisterDomainResponse;
212
+ };
213
+ sdk: {
214
+ input: RegisterDomainCommandInput;
215
+ output: RegisterDomainCommandOutput;
216
+ };
217
+ };
207
218
  }
@@ -73,4 +73,15 @@ declare const RejectDomainTransferFromAnotherAwsAccountCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class RejectDomainTransferFromAnotherAwsAccountCommand extends RejectDomainTransferFromAnotherAwsAccountCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: RejectDomainTransferFromAnotherAwsAccountRequest;
80
+ output: RejectDomainTransferFromAnotherAwsAccountResponse;
81
+ };
82
+ sdk: {
83
+ input: RejectDomainTransferFromAnotherAwsAccountCommandInput;
84
+ output: RejectDomainTransferFromAnotherAwsAccountCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -84,4 +84,15 @@ declare const RenewDomainCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class RenewDomainCommand extends RenewDomainCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: RenewDomainRequest;
91
+ output: RenewDomainResponse;
92
+ };
93
+ sdk: {
94
+ input: RenewDomainCommandInput;
95
+ output: RenewDomainCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -74,4 +74,15 @@ declare const ResendContactReachabilityEmailCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ResendContactReachabilityEmailCommand extends ResendContactReachabilityEmailCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ResendContactReachabilityEmailRequest;
81
+ output: ResendContactReachabilityEmailResponse;
82
+ };
83
+ sdk: {
84
+ input: ResendContactReachabilityEmailCommandInput;
85
+ output: ResendContactReachabilityEmailCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -61,4 +61,15 @@ declare const ResendOperationAuthorizationCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class ResendOperationAuthorizationCommand extends ResendOperationAuthorizationCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: ResendOperationAuthorizationRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: ResendOperationAuthorizationCommandInput;
72
+ output: ResendOperationAuthorizationCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -67,4 +67,15 @@ declare const RetrieveDomainAuthCodeCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class RetrieveDomainAuthCodeCommand extends RetrieveDomainAuthCodeCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: RetrieveDomainAuthCodeRequest;
74
+ output: RetrieveDomainAuthCodeResponse;
75
+ };
76
+ sdk: {
77
+ input: RetrieveDomainAuthCodeCommandInput;
78
+ output: RetrieveDomainAuthCodeCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -216,4 +216,15 @@ declare const TransferDomainCommand_base: {
216
216
  * @public
217
217
  */
218
218
  export declare class TransferDomainCommand extends TransferDomainCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: TransferDomainRequest;
223
+ output: TransferDomainResponse;
224
+ };
225
+ sdk: {
226
+ input: TransferDomainCommandInput;
227
+ output: TransferDomainCommandOutput;
228
+ };
229
+ };
219
230
  }
@@ -99,4 +99,15 @@ declare const TransferDomainToAnotherAwsAccountCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class TransferDomainToAnotherAwsAccountCommand extends TransferDomainToAnotherAwsAccountCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: TransferDomainToAnotherAwsAccountRequest;
106
+ output: TransferDomainToAnotherAwsAccountResponse;
107
+ };
108
+ sdk: {
109
+ input: TransferDomainToAnotherAwsAccountCommandInput;
110
+ output: TransferDomainToAnotherAwsAccountCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -169,4 +169,15 @@ declare const UpdateDomainContactCommand_base: {
169
169
  * @public
170
170
  */
171
171
  export declare class UpdateDomainContactCommand extends UpdateDomainContactCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: UpdateDomainContactRequest;
176
+ output: UpdateDomainContactResponse;
177
+ };
178
+ sdk: {
179
+ input: UpdateDomainContactCommandInput;
180
+ output: UpdateDomainContactCommandOutput;
181
+ };
182
+ };
172
183
  }
@@ -102,4 +102,15 @@ declare const UpdateDomainContactPrivacyCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class UpdateDomainContactPrivacyCommand extends UpdateDomainContactPrivacyCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: UpdateDomainContactPrivacyRequest;
109
+ output: UpdateDomainContactPrivacyResponse;
110
+ };
111
+ sdk: {
112
+ input: UpdateDomainContactPrivacyCommandInput;
113
+ output: UpdateDomainContactPrivacyCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -90,4 +90,15 @@ declare const UpdateDomainNameserversCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateDomainNameserversCommand extends UpdateDomainNameserversCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateDomainNameserversRequest;
97
+ output: UpdateDomainNameserversResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateDomainNameserversCommandInput;
101
+ output: UpdateDomainNameserversCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -76,4 +76,15 @@ declare const UpdateTagsForDomainCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateTagsForDomainCommand extends UpdateTagsForDomainCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateTagsForDomainRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateTagsForDomainCommandInput;
87
+ output: UpdateTagsForDomainCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -75,4 +75,15 @@ declare const ViewBillingCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ViewBillingCommand extends ViewBillingCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ViewBillingRequest;
82
+ output: ViewBillingResponse;
83
+ };
84
+ sdk: {
85
+ input: ViewBillingCommandInput;
86
+ output: ViewBillingCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -37,4 +37,15 @@ declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends AcceptDomainTransferFromAnotherAwsAccountCommand_base {}
40
+ export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends AcceptDomainTransferFromAnotherAwsAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AcceptDomainTransferFromAnotherAwsAccountRequest;
44
+ output: AcceptDomainTransferFromAnotherAwsAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: AcceptDomainTransferFromAnotherAwsAccountCommandInput;
48
+ output: AcceptDomainTransferFromAnotherAwsAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateDelegationSignerToDomainCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateDelegationSignerToDomainCommand extends AssociateDelegationSignerToDomainCommand_base {}
40
+ export declare class AssociateDelegationSignerToDomainCommand extends AssociateDelegationSignerToDomainCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateDelegationSignerToDomainRequest;
44
+ output: AssociateDelegationSignerToDomainResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateDelegationSignerToDomainCommandInput;
48
+ output: AssociateDelegationSignerToDomainCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelDomainTransferToAnotherAwsAccountCommand extends CancelDomainTransferToAnotherAwsAccountCommand_base {}
40
+ export declare class CancelDomainTransferToAnotherAwsAccountCommand extends CancelDomainTransferToAnotherAwsAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelDomainTransferToAnotherAwsAccountRequest;
44
+ output: CancelDomainTransferToAnotherAwsAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: CancelDomainTransferToAnotherAwsAccountCommandInput;
48
+ output: CancelDomainTransferToAnotherAwsAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CheckDomainAvailabilityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CheckDomainAvailabilityCommand extends CheckDomainAvailabilityCommand_base {}
40
+ export declare class CheckDomainAvailabilityCommand extends CheckDomainAvailabilityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CheckDomainAvailabilityRequest;
44
+ output: CheckDomainAvailabilityResponse;
45
+ };
46
+ sdk: {
47
+ input: CheckDomainAvailabilityCommandInput;
48
+ output: CheckDomainAvailabilityCommandOutput;
49
+ };
50
+ };
51
+ }