@aws-sdk/client-route-53-domains 3.312.0 → 3.316.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/Route53Domains.js +38 -476
- package/dist-cjs/protocols/Aws_json1_1.js +238 -916
- package/dist-es/Route53Domains.js +38 -476
- package/dist-es/protocols/Aws_json1_1.js +239 -917
- package/dist-types/Route53Domains.d.ts +42 -313
- package/dist-types/ts3.4/Route53Domains.d.ts +4 -1
- package/package.json +6 -6
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Route53Domains = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const AcceptDomainTransferFromAnotherAwsAccountCommand_1 = require("./commands/AcceptDomainTransferFromAnotherAwsAccountCommand");
|
|
5
6
|
const AssociateDelegationSignerToDomainCommand_1 = require("./commands/AssociateDelegationSignerToDomainCommand");
|
|
6
7
|
const CancelDomainTransferToAnotherAwsAccountCommand_1 = require("./commands/CancelDomainTransferToAnotherAwsAccountCommand");
|
|
@@ -36,482 +37,43 @@ const UpdateDomainNameserversCommand_1 = require("./commands/UpdateDomainNameser
|
|
|
36
37
|
const UpdateTagsForDomainCommand_1 = require("./commands/UpdateTagsForDomainCommand");
|
|
37
38
|
const ViewBillingCommand_1 = require("./commands/ViewBillingCommand");
|
|
38
39
|
const Route53DomainsClient_1 = require("./Route53DomainsClient");
|
|
40
|
+
const commands = {
|
|
41
|
+
AcceptDomainTransferFromAnotherAwsAccountCommand: AcceptDomainTransferFromAnotherAwsAccountCommand_1.AcceptDomainTransferFromAnotherAwsAccountCommand,
|
|
42
|
+
AssociateDelegationSignerToDomainCommand: AssociateDelegationSignerToDomainCommand_1.AssociateDelegationSignerToDomainCommand,
|
|
43
|
+
CancelDomainTransferToAnotherAwsAccountCommand: CancelDomainTransferToAnotherAwsAccountCommand_1.CancelDomainTransferToAnotherAwsAccountCommand,
|
|
44
|
+
CheckDomainAvailabilityCommand: CheckDomainAvailabilityCommand_1.CheckDomainAvailabilityCommand,
|
|
45
|
+
CheckDomainTransferabilityCommand: CheckDomainTransferabilityCommand_1.CheckDomainTransferabilityCommand,
|
|
46
|
+
DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
|
|
47
|
+
DeleteTagsForDomainCommand: DeleteTagsForDomainCommand_1.DeleteTagsForDomainCommand,
|
|
48
|
+
DisableDomainAutoRenewCommand: DisableDomainAutoRenewCommand_1.DisableDomainAutoRenewCommand,
|
|
49
|
+
DisableDomainTransferLockCommand: DisableDomainTransferLockCommand_1.DisableDomainTransferLockCommand,
|
|
50
|
+
DisassociateDelegationSignerFromDomainCommand: DisassociateDelegationSignerFromDomainCommand_1.DisassociateDelegationSignerFromDomainCommand,
|
|
51
|
+
EnableDomainAutoRenewCommand: EnableDomainAutoRenewCommand_1.EnableDomainAutoRenewCommand,
|
|
52
|
+
EnableDomainTransferLockCommand: EnableDomainTransferLockCommand_1.EnableDomainTransferLockCommand,
|
|
53
|
+
GetContactReachabilityStatusCommand: GetContactReachabilityStatusCommand_1.GetContactReachabilityStatusCommand,
|
|
54
|
+
GetDomainDetailCommand: GetDomainDetailCommand_1.GetDomainDetailCommand,
|
|
55
|
+
GetDomainSuggestionsCommand: GetDomainSuggestionsCommand_1.GetDomainSuggestionsCommand,
|
|
56
|
+
GetOperationDetailCommand: GetOperationDetailCommand_1.GetOperationDetailCommand,
|
|
57
|
+
ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
|
|
58
|
+
ListOperationsCommand: ListOperationsCommand_1.ListOperationsCommand,
|
|
59
|
+
ListPricesCommand: ListPricesCommand_1.ListPricesCommand,
|
|
60
|
+
ListTagsForDomainCommand: ListTagsForDomainCommand_1.ListTagsForDomainCommand,
|
|
61
|
+
PushDomainCommand: PushDomainCommand_1.PushDomainCommand,
|
|
62
|
+
RegisterDomainCommand: RegisterDomainCommand_1.RegisterDomainCommand,
|
|
63
|
+
RejectDomainTransferFromAnotherAwsAccountCommand: RejectDomainTransferFromAnotherAwsAccountCommand_1.RejectDomainTransferFromAnotherAwsAccountCommand,
|
|
64
|
+
RenewDomainCommand: RenewDomainCommand_1.RenewDomainCommand,
|
|
65
|
+
ResendContactReachabilityEmailCommand: ResendContactReachabilityEmailCommand_1.ResendContactReachabilityEmailCommand,
|
|
66
|
+
ResendOperationAuthorizationCommand: ResendOperationAuthorizationCommand_1.ResendOperationAuthorizationCommand,
|
|
67
|
+
RetrieveDomainAuthCodeCommand: RetrieveDomainAuthCodeCommand_1.RetrieveDomainAuthCodeCommand,
|
|
68
|
+
TransferDomainCommand: TransferDomainCommand_1.TransferDomainCommand,
|
|
69
|
+
TransferDomainToAnotherAwsAccountCommand: TransferDomainToAnotherAwsAccountCommand_1.TransferDomainToAnotherAwsAccountCommand,
|
|
70
|
+
UpdateDomainContactCommand: UpdateDomainContactCommand_1.UpdateDomainContactCommand,
|
|
71
|
+
UpdateDomainContactPrivacyCommand: UpdateDomainContactPrivacyCommand_1.UpdateDomainContactPrivacyCommand,
|
|
72
|
+
UpdateDomainNameserversCommand: UpdateDomainNameserversCommand_1.UpdateDomainNameserversCommand,
|
|
73
|
+
UpdateTagsForDomainCommand: UpdateTagsForDomainCommand_1.UpdateTagsForDomainCommand,
|
|
74
|
+
ViewBillingCommand: ViewBillingCommand_1.ViewBillingCommand,
|
|
75
|
+
};
|
|
39
76
|
class Route53Domains extends Route53DomainsClient_1.Route53DomainsClient {
|
|
40
|
-
acceptDomainTransferFromAnotherAwsAccount(args, optionsOrCb, cb) {
|
|
41
|
-
const command = new AcceptDomainTransferFromAnotherAwsAccountCommand_1.AcceptDomainTransferFromAnotherAwsAccountCommand(args);
|
|
42
|
-
if (typeof optionsOrCb === "function") {
|
|
43
|
-
this.send(command, optionsOrCb);
|
|
44
|
-
}
|
|
45
|
-
else if (typeof cb === "function") {
|
|
46
|
-
if (typeof optionsOrCb !== "object")
|
|
47
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
48
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
49
|
-
}
|
|
50
|
-
else {
|
|
51
|
-
return this.send(command, optionsOrCb);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
associateDelegationSignerToDomain(args, optionsOrCb, cb) {
|
|
55
|
-
const command = new AssociateDelegationSignerToDomainCommand_1.AssociateDelegationSignerToDomainCommand(args);
|
|
56
|
-
if (typeof optionsOrCb === "function") {
|
|
57
|
-
this.send(command, optionsOrCb);
|
|
58
|
-
}
|
|
59
|
-
else if (typeof cb === "function") {
|
|
60
|
-
if (typeof optionsOrCb !== "object")
|
|
61
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
62
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
63
|
-
}
|
|
64
|
-
else {
|
|
65
|
-
return this.send(command, optionsOrCb);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
cancelDomainTransferToAnotherAwsAccount(args, optionsOrCb, cb) {
|
|
69
|
-
const command = new CancelDomainTransferToAnotherAwsAccountCommand_1.CancelDomainTransferToAnotherAwsAccountCommand(args);
|
|
70
|
-
if (typeof optionsOrCb === "function") {
|
|
71
|
-
this.send(command, optionsOrCb);
|
|
72
|
-
}
|
|
73
|
-
else if (typeof cb === "function") {
|
|
74
|
-
if (typeof optionsOrCb !== "object")
|
|
75
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
76
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
77
|
-
}
|
|
78
|
-
else {
|
|
79
|
-
return this.send(command, optionsOrCb);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
checkDomainAvailability(args, optionsOrCb, cb) {
|
|
83
|
-
const command = new CheckDomainAvailabilityCommand_1.CheckDomainAvailabilityCommand(args);
|
|
84
|
-
if (typeof optionsOrCb === "function") {
|
|
85
|
-
this.send(command, optionsOrCb);
|
|
86
|
-
}
|
|
87
|
-
else if (typeof cb === "function") {
|
|
88
|
-
if (typeof optionsOrCb !== "object")
|
|
89
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
90
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
91
|
-
}
|
|
92
|
-
else {
|
|
93
|
-
return this.send(command, optionsOrCb);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
checkDomainTransferability(args, optionsOrCb, cb) {
|
|
97
|
-
const command = new CheckDomainTransferabilityCommand_1.CheckDomainTransferabilityCommand(args);
|
|
98
|
-
if (typeof optionsOrCb === "function") {
|
|
99
|
-
this.send(command, optionsOrCb);
|
|
100
|
-
}
|
|
101
|
-
else if (typeof cb === "function") {
|
|
102
|
-
if (typeof optionsOrCb !== "object")
|
|
103
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
104
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
105
|
-
}
|
|
106
|
-
else {
|
|
107
|
-
return this.send(command, optionsOrCb);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
deleteDomain(args, optionsOrCb, cb) {
|
|
111
|
-
const command = new DeleteDomainCommand_1.DeleteDomainCommand(args);
|
|
112
|
-
if (typeof optionsOrCb === "function") {
|
|
113
|
-
this.send(command, optionsOrCb);
|
|
114
|
-
}
|
|
115
|
-
else if (typeof cb === "function") {
|
|
116
|
-
if (typeof optionsOrCb !== "object")
|
|
117
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
118
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
119
|
-
}
|
|
120
|
-
else {
|
|
121
|
-
return this.send(command, optionsOrCb);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
deleteTagsForDomain(args, optionsOrCb, cb) {
|
|
125
|
-
const command = new DeleteTagsForDomainCommand_1.DeleteTagsForDomainCommand(args);
|
|
126
|
-
if (typeof optionsOrCb === "function") {
|
|
127
|
-
this.send(command, optionsOrCb);
|
|
128
|
-
}
|
|
129
|
-
else if (typeof cb === "function") {
|
|
130
|
-
if (typeof optionsOrCb !== "object")
|
|
131
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
132
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
133
|
-
}
|
|
134
|
-
else {
|
|
135
|
-
return this.send(command, optionsOrCb);
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
disableDomainAutoRenew(args, optionsOrCb, cb) {
|
|
139
|
-
const command = new DisableDomainAutoRenewCommand_1.DisableDomainAutoRenewCommand(args);
|
|
140
|
-
if (typeof optionsOrCb === "function") {
|
|
141
|
-
this.send(command, optionsOrCb);
|
|
142
|
-
}
|
|
143
|
-
else if (typeof cb === "function") {
|
|
144
|
-
if (typeof optionsOrCb !== "object")
|
|
145
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
146
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
147
|
-
}
|
|
148
|
-
else {
|
|
149
|
-
return this.send(command, optionsOrCb);
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
disableDomainTransferLock(args, optionsOrCb, cb) {
|
|
153
|
-
const command = new DisableDomainTransferLockCommand_1.DisableDomainTransferLockCommand(args);
|
|
154
|
-
if (typeof optionsOrCb === "function") {
|
|
155
|
-
this.send(command, optionsOrCb);
|
|
156
|
-
}
|
|
157
|
-
else if (typeof cb === "function") {
|
|
158
|
-
if (typeof optionsOrCb !== "object")
|
|
159
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
160
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
161
|
-
}
|
|
162
|
-
else {
|
|
163
|
-
return this.send(command, optionsOrCb);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
disassociateDelegationSignerFromDomain(args, optionsOrCb, cb) {
|
|
167
|
-
const command = new DisassociateDelegationSignerFromDomainCommand_1.DisassociateDelegationSignerFromDomainCommand(args);
|
|
168
|
-
if (typeof optionsOrCb === "function") {
|
|
169
|
-
this.send(command, optionsOrCb);
|
|
170
|
-
}
|
|
171
|
-
else if (typeof cb === "function") {
|
|
172
|
-
if (typeof optionsOrCb !== "object")
|
|
173
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
174
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
175
|
-
}
|
|
176
|
-
else {
|
|
177
|
-
return this.send(command, optionsOrCb);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
enableDomainAutoRenew(args, optionsOrCb, cb) {
|
|
181
|
-
const command = new EnableDomainAutoRenewCommand_1.EnableDomainAutoRenewCommand(args);
|
|
182
|
-
if (typeof optionsOrCb === "function") {
|
|
183
|
-
this.send(command, optionsOrCb);
|
|
184
|
-
}
|
|
185
|
-
else if (typeof cb === "function") {
|
|
186
|
-
if (typeof optionsOrCb !== "object")
|
|
187
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
188
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
189
|
-
}
|
|
190
|
-
else {
|
|
191
|
-
return this.send(command, optionsOrCb);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
enableDomainTransferLock(args, optionsOrCb, cb) {
|
|
195
|
-
const command = new EnableDomainTransferLockCommand_1.EnableDomainTransferLockCommand(args);
|
|
196
|
-
if (typeof optionsOrCb === "function") {
|
|
197
|
-
this.send(command, optionsOrCb);
|
|
198
|
-
}
|
|
199
|
-
else if (typeof cb === "function") {
|
|
200
|
-
if (typeof optionsOrCb !== "object")
|
|
201
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
202
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
203
|
-
}
|
|
204
|
-
else {
|
|
205
|
-
return this.send(command, optionsOrCb);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
getContactReachabilityStatus(args, optionsOrCb, cb) {
|
|
209
|
-
const command = new GetContactReachabilityStatusCommand_1.GetContactReachabilityStatusCommand(args);
|
|
210
|
-
if (typeof optionsOrCb === "function") {
|
|
211
|
-
this.send(command, optionsOrCb);
|
|
212
|
-
}
|
|
213
|
-
else if (typeof cb === "function") {
|
|
214
|
-
if (typeof optionsOrCb !== "object")
|
|
215
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
216
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
return this.send(command, optionsOrCb);
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
getDomainDetail(args, optionsOrCb, cb) {
|
|
223
|
-
const command = new GetDomainDetailCommand_1.GetDomainDetailCommand(args);
|
|
224
|
-
if (typeof optionsOrCb === "function") {
|
|
225
|
-
this.send(command, optionsOrCb);
|
|
226
|
-
}
|
|
227
|
-
else if (typeof cb === "function") {
|
|
228
|
-
if (typeof optionsOrCb !== "object")
|
|
229
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
230
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
231
|
-
}
|
|
232
|
-
else {
|
|
233
|
-
return this.send(command, optionsOrCb);
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
getDomainSuggestions(args, optionsOrCb, cb) {
|
|
237
|
-
const command = new GetDomainSuggestionsCommand_1.GetDomainSuggestionsCommand(args);
|
|
238
|
-
if (typeof optionsOrCb === "function") {
|
|
239
|
-
this.send(command, optionsOrCb);
|
|
240
|
-
}
|
|
241
|
-
else if (typeof cb === "function") {
|
|
242
|
-
if (typeof optionsOrCb !== "object")
|
|
243
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
244
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
245
|
-
}
|
|
246
|
-
else {
|
|
247
|
-
return this.send(command, optionsOrCb);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
getOperationDetail(args, optionsOrCb, cb) {
|
|
251
|
-
const command = new GetOperationDetailCommand_1.GetOperationDetailCommand(args);
|
|
252
|
-
if (typeof optionsOrCb === "function") {
|
|
253
|
-
this.send(command, optionsOrCb);
|
|
254
|
-
}
|
|
255
|
-
else if (typeof cb === "function") {
|
|
256
|
-
if (typeof optionsOrCb !== "object")
|
|
257
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
258
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
259
|
-
}
|
|
260
|
-
else {
|
|
261
|
-
return this.send(command, optionsOrCb);
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
listDomains(args, optionsOrCb, cb) {
|
|
265
|
-
const command = new ListDomainsCommand_1.ListDomainsCommand(args);
|
|
266
|
-
if (typeof optionsOrCb === "function") {
|
|
267
|
-
this.send(command, optionsOrCb);
|
|
268
|
-
}
|
|
269
|
-
else if (typeof cb === "function") {
|
|
270
|
-
if (typeof optionsOrCb !== "object")
|
|
271
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
272
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
273
|
-
}
|
|
274
|
-
else {
|
|
275
|
-
return this.send(command, optionsOrCb);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
listOperations(args, optionsOrCb, cb) {
|
|
279
|
-
const command = new ListOperationsCommand_1.ListOperationsCommand(args);
|
|
280
|
-
if (typeof optionsOrCb === "function") {
|
|
281
|
-
this.send(command, optionsOrCb);
|
|
282
|
-
}
|
|
283
|
-
else if (typeof cb === "function") {
|
|
284
|
-
if (typeof optionsOrCb !== "object")
|
|
285
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
286
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
287
|
-
}
|
|
288
|
-
else {
|
|
289
|
-
return this.send(command, optionsOrCb);
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
listPrices(args, optionsOrCb, cb) {
|
|
293
|
-
const command = new ListPricesCommand_1.ListPricesCommand(args);
|
|
294
|
-
if (typeof optionsOrCb === "function") {
|
|
295
|
-
this.send(command, optionsOrCb);
|
|
296
|
-
}
|
|
297
|
-
else if (typeof cb === "function") {
|
|
298
|
-
if (typeof optionsOrCb !== "object")
|
|
299
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
300
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
301
|
-
}
|
|
302
|
-
else {
|
|
303
|
-
return this.send(command, optionsOrCb);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
listTagsForDomain(args, optionsOrCb, cb) {
|
|
307
|
-
const command = new ListTagsForDomainCommand_1.ListTagsForDomainCommand(args);
|
|
308
|
-
if (typeof optionsOrCb === "function") {
|
|
309
|
-
this.send(command, optionsOrCb);
|
|
310
|
-
}
|
|
311
|
-
else if (typeof cb === "function") {
|
|
312
|
-
if (typeof optionsOrCb !== "object")
|
|
313
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
314
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
315
|
-
}
|
|
316
|
-
else {
|
|
317
|
-
return this.send(command, optionsOrCb);
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
pushDomain(args, optionsOrCb, cb) {
|
|
321
|
-
const command = new PushDomainCommand_1.PushDomainCommand(args);
|
|
322
|
-
if (typeof optionsOrCb === "function") {
|
|
323
|
-
this.send(command, optionsOrCb);
|
|
324
|
-
}
|
|
325
|
-
else if (typeof cb === "function") {
|
|
326
|
-
if (typeof optionsOrCb !== "object")
|
|
327
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
-
}
|
|
330
|
-
else {
|
|
331
|
-
return this.send(command, optionsOrCb);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
registerDomain(args, optionsOrCb, cb) {
|
|
335
|
-
const command = new RegisterDomainCommand_1.RegisterDomainCommand(args);
|
|
336
|
-
if (typeof optionsOrCb === "function") {
|
|
337
|
-
this.send(command, optionsOrCb);
|
|
338
|
-
}
|
|
339
|
-
else if (typeof cb === "function") {
|
|
340
|
-
if (typeof optionsOrCb !== "object")
|
|
341
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
342
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
343
|
-
}
|
|
344
|
-
else {
|
|
345
|
-
return this.send(command, optionsOrCb);
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
rejectDomainTransferFromAnotherAwsAccount(args, optionsOrCb, cb) {
|
|
349
|
-
const command = new RejectDomainTransferFromAnotherAwsAccountCommand_1.RejectDomainTransferFromAnotherAwsAccountCommand(args);
|
|
350
|
-
if (typeof optionsOrCb === "function") {
|
|
351
|
-
this.send(command, optionsOrCb);
|
|
352
|
-
}
|
|
353
|
-
else if (typeof cb === "function") {
|
|
354
|
-
if (typeof optionsOrCb !== "object")
|
|
355
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
356
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
357
|
-
}
|
|
358
|
-
else {
|
|
359
|
-
return this.send(command, optionsOrCb);
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
renewDomain(args, optionsOrCb, cb) {
|
|
363
|
-
const command = new RenewDomainCommand_1.RenewDomainCommand(args);
|
|
364
|
-
if (typeof optionsOrCb === "function") {
|
|
365
|
-
this.send(command, optionsOrCb);
|
|
366
|
-
}
|
|
367
|
-
else if (typeof cb === "function") {
|
|
368
|
-
if (typeof optionsOrCb !== "object")
|
|
369
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
370
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
371
|
-
}
|
|
372
|
-
else {
|
|
373
|
-
return this.send(command, optionsOrCb);
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
resendContactReachabilityEmail(args, optionsOrCb, cb) {
|
|
377
|
-
const command = new ResendContactReachabilityEmailCommand_1.ResendContactReachabilityEmailCommand(args);
|
|
378
|
-
if (typeof optionsOrCb === "function") {
|
|
379
|
-
this.send(command, optionsOrCb);
|
|
380
|
-
}
|
|
381
|
-
else if (typeof cb === "function") {
|
|
382
|
-
if (typeof optionsOrCb !== "object")
|
|
383
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
384
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
385
|
-
}
|
|
386
|
-
else {
|
|
387
|
-
return this.send(command, optionsOrCb);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
resendOperationAuthorization(args, optionsOrCb, cb) {
|
|
391
|
-
const command = new ResendOperationAuthorizationCommand_1.ResendOperationAuthorizationCommand(args);
|
|
392
|
-
if (typeof optionsOrCb === "function") {
|
|
393
|
-
this.send(command, optionsOrCb);
|
|
394
|
-
}
|
|
395
|
-
else if (typeof cb === "function") {
|
|
396
|
-
if (typeof optionsOrCb !== "object")
|
|
397
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
398
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
399
|
-
}
|
|
400
|
-
else {
|
|
401
|
-
return this.send(command, optionsOrCb);
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
retrieveDomainAuthCode(args, optionsOrCb, cb) {
|
|
405
|
-
const command = new RetrieveDomainAuthCodeCommand_1.RetrieveDomainAuthCodeCommand(args);
|
|
406
|
-
if (typeof optionsOrCb === "function") {
|
|
407
|
-
this.send(command, optionsOrCb);
|
|
408
|
-
}
|
|
409
|
-
else if (typeof cb === "function") {
|
|
410
|
-
if (typeof optionsOrCb !== "object")
|
|
411
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
412
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
413
|
-
}
|
|
414
|
-
else {
|
|
415
|
-
return this.send(command, optionsOrCb);
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
transferDomain(args, optionsOrCb, cb) {
|
|
419
|
-
const command = new TransferDomainCommand_1.TransferDomainCommand(args);
|
|
420
|
-
if (typeof optionsOrCb === "function") {
|
|
421
|
-
this.send(command, optionsOrCb);
|
|
422
|
-
}
|
|
423
|
-
else if (typeof cb === "function") {
|
|
424
|
-
if (typeof optionsOrCb !== "object")
|
|
425
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
426
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
427
|
-
}
|
|
428
|
-
else {
|
|
429
|
-
return this.send(command, optionsOrCb);
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
transferDomainToAnotherAwsAccount(args, optionsOrCb, cb) {
|
|
433
|
-
const command = new TransferDomainToAnotherAwsAccountCommand_1.TransferDomainToAnotherAwsAccountCommand(args);
|
|
434
|
-
if (typeof optionsOrCb === "function") {
|
|
435
|
-
this.send(command, optionsOrCb);
|
|
436
|
-
}
|
|
437
|
-
else if (typeof cb === "function") {
|
|
438
|
-
if (typeof optionsOrCb !== "object")
|
|
439
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
440
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
441
|
-
}
|
|
442
|
-
else {
|
|
443
|
-
return this.send(command, optionsOrCb);
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
updateDomainContact(args, optionsOrCb, cb) {
|
|
447
|
-
const command = new UpdateDomainContactCommand_1.UpdateDomainContactCommand(args);
|
|
448
|
-
if (typeof optionsOrCb === "function") {
|
|
449
|
-
this.send(command, optionsOrCb);
|
|
450
|
-
}
|
|
451
|
-
else if (typeof cb === "function") {
|
|
452
|
-
if (typeof optionsOrCb !== "object")
|
|
453
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
454
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
455
|
-
}
|
|
456
|
-
else {
|
|
457
|
-
return this.send(command, optionsOrCb);
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
updateDomainContactPrivacy(args, optionsOrCb, cb) {
|
|
461
|
-
const command = new UpdateDomainContactPrivacyCommand_1.UpdateDomainContactPrivacyCommand(args);
|
|
462
|
-
if (typeof optionsOrCb === "function") {
|
|
463
|
-
this.send(command, optionsOrCb);
|
|
464
|
-
}
|
|
465
|
-
else if (typeof cb === "function") {
|
|
466
|
-
if (typeof optionsOrCb !== "object")
|
|
467
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
468
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
469
|
-
}
|
|
470
|
-
else {
|
|
471
|
-
return this.send(command, optionsOrCb);
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
updateDomainNameservers(args, optionsOrCb, cb) {
|
|
475
|
-
const command = new UpdateDomainNameserversCommand_1.UpdateDomainNameserversCommand(args);
|
|
476
|
-
if (typeof optionsOrCb === "function") {
|
|
477
|
-
this.send(command, optionsOrCb);
|
|
478
|
-
}
|
|
479
|
-
else if (typeof cb === "function") {
|
|
480
|
-
if (typeof optionsOrCb !== "object")
|
|
481
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
482
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
483
|
-
}
|
|
484
|
-
else {
|
|
485
|
-
return this.send(command, optionsOrCb);
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
updateTagsForDomain(args, optionsOrCb, cb) {
|
|
489
|
-
const command = new UpdateTagsForDomainCommand_1.UpdateTagsForDomainCommand(args);
|
|
490
|
-
if (typeof optionsOrCb === "function") {
|
|
491
|
-
this.send(command, optionsOrCb);
|
|
492
|
-
}
|
|
493
|
-
else if (typeof cb === "function") {
|
|
494
|
-
if (typeof optionsOrCb !== "object")
|
|
495
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
496
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
497
|
-
}
|
|
498
|
-
else {
|
|
499
|
-
return this.send(command, optionsOrCb);
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
viewBilling(args, optionsOrCb, cb) {
|
|
503
|
-
const command = new ViewBillingCommand_1.ViewBillingCommand(args);
|
|
504
|
-
if (typeof optionsOrCb === "function") {
|
|
505
|
-
this.send(command, optionsOrCb);
|
|
506
|
-
}
|
|
507
|
-
else if (typeof cb === "function") {
|
|
508
|
-
if (typeof optionsOrCb !== "object")
|
|
509
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
510
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
511
|
-
}
|
|
512
|
-
else {
|
|
513
|
-
return this.send(command, optionsOrCb);
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
77
|
}
|
|
517
78
|
exports.Route53Domains = Route53Domains;
|
|
79
|
+
(0, smithy_client_1.createAggregatedClient)(commands, Route53Domains);
|