@aws-sdk/client-route-53-domains 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Route53Domains.d.ts +0 -30
- package/dist-types/ts3.4/Route53DomainsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/Route53DomainsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -258
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53-domains
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53-domains
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-route-53-domains
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -120,7 +120,6 @@ import {
|
|
|
120
120
|
ViewBillingCommandOutput,
|
|
121
121
|
} from "./commands/ViewBillingCommand";
|
|
122
122
|
import { Route53DomainsClient } from "./Route53DomainsClient";
|
|
123
|
-
|
|
124
123
|
export declare class Route53Domains extends Route53DomainsClient {
|
|
125
124
|
acceptDomainTransferFromAnotherAwsAccount(
|
|
126
125
|
args: AcceptDomainTransferFromAnotherAwsAccountCommandInput,
|
|
@@ -141,7 +140,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
141
140
|
data?: AcceptDomainTransferFromAnotherAwsAccountCommandOutput
|
|
142
141
|
) => void
|
|
143
142
|
): void;
|
|
144
|
-
|
|
145
143
|
cancelDomainTransferToAnotherAwsAccount(
|
|
146
144
|
args: CancelDomainTransferToAnotherAwsAccountCommandInput,
|
|
147
145
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +159,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
161
159
|
data?: CancelDomainTransferToAnotherAwsAccountCommandOutput
|
|
162
160
|
) => void
|
|
163
161
|
): void;
|
|
164
|
-
|
|
165
162
|
checkDomainAvailability(
|
|
166
163
|
args: CheckDomainAvailabilityCommandInput,
|
|
167
164
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +172,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
175
172
|
options: __HttpHandlerOptions,
|
|
176
173
|
cb: (err: any, data?: CheckDomainAvailabilityCommandOutput) => void
|
|
177
174
|
): void;
|
|
178
|
-
|
|
179
175
|
checkDomainTransferability(
|
|
180
176
|
args: CheckDomainTransferabilityCommandInput,
|
|
181
177
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +185,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
189
185
|
options: __HttpHandlerOptions,
|
|
190
186
|
cb: (err: any, data?: CheckDomainTransferabilityCommandOutput) => void
|
|
191
187
|
): void;
|
|
192
|
-
|
|
193
188
|
deleteDomain(
|
|
194
189
|
args: DeleteDomainCommandInput,
|
|
195
190
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +198,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
203
198
|
options: __HttpHandlerOptions,
|
|
204
199
|
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
205
200
|
): void;
|
|
206
|
-
|
|
207
201
|
deleteTagsForDomain(
|
|
208
202
|
args: DeleteTagsForDomainCommandInput,
|
|
209
203
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +211,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
217
211
|
options: __HttpHandlerOptions,
|
|
218
212
|
cb: (err: any, data?: DeleteTagsForDomainCommandOutput) => void
|
|
219
213
|
): void;
|
|
220
|
-
|
|
221
214
|
disableDomainAutoRenew(
|
|
222
215
|
args: DisableDomainAutoRenewCommandInput,
|
|
223
216
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +224,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
231
224
|
options: __HttpHandlerOptions,
|
|
232
225
|
cb: (err: any, data?: DisableDomainAutoRenewCommandOutput) => void
|
|
233
226
|
): void;
|
|
234
|
-
|
|
235
227
|
disableDomainTransferLock(
|
|
236
228
|
args: DisableDomainTransferLockCommandInput,
|
|
237
229
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +237,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
245
237
|
options: __HttpHandlerOptions,
|
|
246
238
|
cb: (err: any, data?: DisableDomainTransferLockCommandOutput) => void
|
|
247
239
|
): void;
|
|
248
|
-
|
|
249
240
|
enableDomainAutoRenew(
|
|
250
241
|
args: EnableDomainAutoRenewCommandInput,
|
|
251
242
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +250,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
259
250
|
options: __HttpHandlerOptions,
|
|
260
251
|
cb: (err: any, data?: EnableDomainAutoRenewCommandOutput) => void
|
|
261
252
|
): void;
|
|
262
|
-
|
|
263
253
|
enableDomainTransferLock(
|
|
264
254
|
args: EnableDomainTransferLockCommandInput,
|
|
265
255
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +263,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
273
263
|
options: __HttpHandlerOptions,
|
|
274
264
|
cb: (err: any, data?: EnableDomainTransferLockCommandOutput) => void
|
|
275
265
|
): void;
|
|
276
|
-
|
|
277
266
|
getContactReachabilityStatus(
|
|
278
267
|
args: GetContactReachabilityStatusCommandInput,
|
|
279
268
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +276,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
287
276
|
options: __HttpHandlerOptions,
|
|
288
277
|
cb: (err: any, data?: GetContactReachabilityStatusCommandOutput) => void
|
|
289
278
|
): void;
|
|
290
|
-
|
|
291
279
|
getDomainDetail(
|
|
292
280
|
args: GetDomainDetailCommandInput,
|
|
293
281
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +289,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
301
289
|
options: __HttpHandlerOptions,
|
|
302
290
|
cb: (err: any, data?: GetDomainDetailCommandOutput) => void
|
|
303
291
|
): void;
|
|
304
|
-
|
|
305
292
|
getDomainSuggestions(
|
|
306
293
|
args: GetDomainSuggestionsCommandInput,
|
|
307
294
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +302,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
315
302
|
options: __HttpHandlerOptions,
|
|
316
303
|
cb: (err: any, data?: GetDomainSuggestionsCommandOutput) => void
|
|
317
304
|
): void;
|
|
318
|
-
|
|
319
305
|
getOperationDetail(
|
|
320
306
|
args: GetOperationDetailCommandInput,
|
|
321
307
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +315,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
329
315
|
options: __HttpHandlerOptions,
|
|
330
316
|
cb: (err: any, data?: GetOperationDetailCommandOutput) => void
|
|
331
317
|
): void;
|
|
332
|
-
|
|
333
318
|
listDomains(
|
|
334
319
|
args: ListDomainsCommandInput,
|
|
335
320
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +328,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
343
328
|
options: __HttpHandlerOptions,
|
|
344
329
|
cb: (err: any, data?: ListDomainsCommandOutput) => void
|
|
345
330
|
): void;
|
|
346
|
-
|
|
347
331
|
listOperations(
|
|
348
332
|
args: ListOperationsCommandInput,
|
|
349
333
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +341,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
357
341
|
options: __HttpHandlerOptions,
|
|
358
342
|
cb: (err: any, data?: ListOperationsCommandOutput) => void
|
|
359
343
|
): void;
|
|
360
|
-
|
|
361
344
|
listPrices(
|
|
362
345
|
args: ListPricesCommandInput,
|
|
363
346
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +354,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
371
354
|
options: __HttpHandlerOptions,
|
|
372
355
|
cb: (err: any, data?: ListPricesCommandOutput) => void
|
|
373
356
|
): void;
|
|
374
|
-
|
|
375
357
|
listTagsForDomain(
|
|
376
358
|
args: ListTagsForDomainCommandInput,
|
|
377
359
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +367,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
385
367
|
options: __HttpHandlerOptions,
|
|
386
368
|
cb: (err: any, data?: ListTagsForDomainCommandOutput) => void
|
|
387
369
|
): void;
|
|
388
|
-
|
|
389
370
|
registerDomain(
|
|
390
371
|
args: RegisterDomainCommandInput,
|
|
391
372
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +380,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
399
380
|
options: __HttpHandlerOptions,
|
|
400
381
|
cb: (err: any, data?: RegisterDomainCommandOutput) => void
|
|
401
382
|
): void;
|
|
402
|
-
|
|
403
383
|
rejectDomainTransferFromAnotherAwsAccount(
|
|
404
384
|
args: RejectDomainTransferFromAnotherAwsAccountCommandInput,
|
|
405
385
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +399,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
419
399
|
data?: RejectDomainTransferFromAnotherAwsAccountCommandOutput
|
|
420
400
|
) => void
|
|
421
401
|
): void;
|
|
422
|
-
|
|
423
402
|
renewDomain(
|
|
424
403
|
args: RenewDomainCommandInput,
|
|
425
404
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +412,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
433
412
|
options: __HttpHandlerOptions,
|
|
434
413
|
cb: (err: any, data?: RenewDomainCommandOutput) => void
|
|
435
414
|
): void;
|
|
436
|
-
|
|
437
415
|
resendContactReachabilityEmail(
|
|
438
416
|
args: ResendContactReachabilityEmailCommandInput,
|
|
439
417
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +425,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
447
425
|
options: __HttpHandlerOptions,
|
|
448
426
|
cb: (err: any, data?: ResendContactReachabilityEmailCommandOutput) => void
|
|
449
427
|
): void;
|
|
450
|
-
|
|
451
428
|
retrieveDomainAuthCode(
|
|
452
429
|
args: RetrieveDomainAuthCodeCommandInput,
|
|
453
430
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +438,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
461
438
|
options: __HttpHandlerOptions,
|
|
462
439
|
cb: (err: any, data?: RetrieveDomainAuthCodeCommandOutput) => void
|
|
463
440
|
): void;
|
|
464
|
-
|
|
465
441
|
transferDomain(
|
|
466
442
|
args: TransferDomainCommandInput,
|
|
467
443
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +451,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
475
451
|
options: __HttpHandlerOptions,
|
|
476
452
|
cb: (err: any, data?: TransferDomainCommandOutput) => void
|
|
477
453
|
): void;
|
|
478
|
-
|
|
479
454
|
transferDomainToAnotherAwsAccount(
|
|
480
455
|
args: TransferDomainToAnotherAwsAccountCommandInput,
|
|
481
456
|
options?: __HttpHandlerOptions
|
|
@@ -495,7 +470,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
495
470
|
data?: TransferDomainToAnotherAwsAccountCommandOutput
|
|
496
471
|
) => void
|
|
497
472
|
): void;
|
|
498
|
-
|
|
499
473
|
updateDomainContact(
|
|
500
474
|
args: UpdateDomainContactCommandInput,
|
|
501
475
|
options?: __HttpHandlerOptions
|
|
@@ -509,7 +483,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
509
483
|
options: __HttpHandlerOptions,
|
|
510
484
|
cb: (err: any, data?: UpdateDomainContactCommandOutput) => void
|
|
511
485
|
): void;
|
|
512
|
-
|
|
513
486
|
updateDomainContactPrivacy(
|
|
514
487
|
args: UpdateDomainContactPrivacyCommandInput,
|
|
515
488
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +496,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
523
496
|
options: __HttpHandlerOptions,
|
|
524
497
|
cb: (err: any, data?: UpdateDomainContactPrivacyCommandOutput) => void
|
|
525
498
|
): void;
|
|
526
|
-
|
|
527
499
|
updateDomainNameservers(
|
|
528
500
|
args: UpdateDomainNameserversCommandInput,
|
|
529
501
|
options?: __HttpHandlerOptions
|
|
@@ -537,7 +509,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
537
509
|
options: __HttpHandlerOptions,
|
|
538
510
|
cb: (err: any, data?: UpdateDomainNameserversCommandOutput) => void
|
|
539
511
|
): void;
|
|
540
|
-
|
|
541
512
|
updateTagsForDomain(
|
|
542
513
|
args: UpdateTagsForDomainCommandInput,
|
|
543
514
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +522,6 @@ export declare class Route53Domains extends Route53DomainsClient {
|
|
|
551
522
|
options: __HttpHandlerOptions,
|
|
552
523
|
cb: (err: any, data?: UpdateTagsForDomainCommandOutput) => void
|
|
553
524
|
): void;
|
|
554
|
-
|
|
555
525
|
viewBilling(
|
|
556
526
|
args: ViewBillingCommandInput,
|
|
557
527
|
options?: __HttpHandlerOptions
|
|
@@ -227,47 +227,26 @@ export declare type ServiceOutputTypes =
|
|
|
227
227
|
export interface ClientDefaults
|
|
228
228
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
229
229
|
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
230
|
sha256?: __HashConstructor;
|
|
232
|
-
|
|
233
231
|
urlParser?: __UrlParser;
|
|
234
|
-
|
|
235
232
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
236
|
-
|
|
237
233
|
streamCollector?: __StreamCollector;
|
|
238
|
-
|
|
239
234
|
base64Decoder?: __Decoder;
|
|
240
|
-
|
|
241
235
|
base64Encoder?: __Encoder;
|
|
242
|
-
|
|
243
236
|
utf8Decoder?: __Decoder;
|
|
244
|
-
|
|
245
237
|
utf8Encoder?: __Encoder;
|
|
246
|
-
|
|
247
238
|
runtime?: string;
|
|
248
|
-
|
|
249
239
|
disableHostPrefix?: boolean;
|
|
250
|
-
|
|
251
240
|
maxAttempts?: number | __Provider<number>;
|
|
252
|
-
|
|
253
241
|
retryMode?: string | __Provider<string>;
|
|
254
|
-
|
|
255
242
|
logger?: __Logger;
|
|
256
|
-
|
|
257
243
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
|
-
|
|
259
244
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
260
|
-
|
|
261
245
|
serviceId?: string;
|
|
262
|
-
|
|
263
246
|
region?: string | __Provider<string>;
|
|
264
|
-
|
|
265
247
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
266
|
-
|
|
267
248
|
regionInfoProvider?: RegionInfoProvider;
|
|
268
|
-
|
|
269
249
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
270
|
-
|
|
271
250
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
272
251
|
}
|
|
273
252
|
declare type Route53DomainsClientConfigType = Partial<
|
|
@@ -280,7 +259,6 @@ declare type Route53DomainsClientConfigType = Partial<
|
|
|
280
259
|
HostHeaderInputConfig &
|
|
281
260
|
AwsAuthInputConfig &
|
|
282
261
|
UserAgentInputConfig;
|
|
283
|
-
|
|
284
262
|
export interface Route53DomainsClientConfig
|
|
285
263
|
extends Route53DomainsClientConfigType {}
|
|
286
264
|
declare type Route53DomainsClientResolvedConfigType =
|
|
@@ -292,10 +270,8 @@ declare type Route53DomainsClientResolvedConfigType =
|
|
|
292
270
|
HostHeaderResolvedConfig &
|
|
293
271
|
AwsAuthResolvedConfig &
|
|
294
272
|
UserAgentResolvedConfig;
|
|
295
|
-
|
|
296
273
|
export interface Route53DomainsClientResolvedConfig
|
|
297
274
|
extends Route53DomainsClientResolvedConfigType {}
|
|
298
|
-
|
|
299
275
|
export declare class Route53DomainsClient extends __Client<
|
|
300
276
|
__HttpHandlerOptions,
|
|
301
277
|
ServiceInputTypes,
|
|
@@ -304,7 +280,6 @@ export declare class Route53DomainsClient extends __Client<
|
|
|
304
280
|
> {
|
|
305
281
|
readonly config: Route53DomainsClientResolvedConfig;
|
|
306
282
|
constructor(configuration: Route53DomainsClientConfig);
|
|
307
|
-
|
|
308
283
|
destroy(): void;
|
|
309
284
|
}
|
|
310
285
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandInput
|
|
|
19
19
|
export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput
|
|
20
20
|
extends AcceptDomainTransferFromAnotherAwsAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command<
|
|
24
23
|
AcceptDomainTransferFromAnotherAwsAccountCommandInput,
|
|
25
24
|
AcceptDomainTransferFromAnotherAwsAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends $C
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AcceptDomainTransferFromAnotherAwsAccountCommandInput;
|
|
29
28
|
constructor(input: AcceptDomainTransferFromAnotherAwsAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandInput
|
|
|
19
19
|
export interface CancelDomainTransferToAnotherAwsAccountCommandOutput
|
|
20
20
|
extends CancelDomainTransferToAnotherAwsAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelDomainTransferToAnotherAwsAccountCommand extends $Command<
|
|
24
23
|
CancelDomainTransferToAnotherAwsAccountCommandInput,
|
|
25
24
|
CancelDomainTransferToAnotherAwsAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelDomainTransferToAnotherAwsAccountCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelDomainTransferToAnotherAwsAccountCommandInput;
|
|
29
28
|
constructor(input: CancelDomainTransferToAnotherAwsAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CheckDomainAvailabilityCommandInput
|
|
|
19
19
|
export interface CheckDomainAvailabilityCommandOutput
|
|
20
20
|
extends CheckDomainAvailabilityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CheckDomainAvailabilityCommand extends $Command<
|
|
24
23
|
CheckDomainAvailabilityCommandInput,
|
|
25
24
|
CheckDomainAvailabilityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CheckDomainAvailabilityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CheckDomainAvailabilityCommandInput;
|
|
29
28
|
constructor(input: CheckDomainAvailabilityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CheckDomainTransferabilityCommandInput
|
|
|
19
19
|
export interface CheckDomainTransferabilityCommandOutput
|
|
20
20
|
extends CheckDomainTransferabilityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CheckDomainTransferabilityCommand extends $Command<
|
|
24
23
|
CheckDomainTransferabilityCommandInput,
|
|
25
24
|
CheckDomainTransferabilityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CheckDomainTransferabilityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CheckDomainTransferabilityCommandInput;
|
|
29
28
|
constructor(input: CheckDomainTransferabilityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
|
15
15
|
export interface DeleteDomainCommandOutput
|
|
16
16
|
extends DeleteDomainResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDomainCommand extends $Command<
|
|
20
19
|
DeleteDomainCommandInput,
|
|
21
20
|
DeleteDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDomainCommandInput;
|
|
25
24
|
constructor(input: DeleteDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteTagsForDomainCommandInput
|
|
|
19
19
|
export interface DeleteTagsForDomainCommandOutput
|
|
20
20
|
extends DeleteTagsForDomainResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteTagsForDomainCommand extends $Command<
|
|
24
23
|
DeleteTagsForDomainCommandInput,
|
|
25
24
|
DeleteTagsForDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteTagsForDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteTagsForDomainCommandInput;
|
|
29
28
|
constructor(input: DeleteTagsForDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisableDomainAutoRenewCommandInput
|
|
|
19
19
|
export interface DisableDomainAutoRenewCommandOutput
|
|
20
20
|
extends DisableDomainAutoRenewResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisableDomainAutoRenewCommand extends $Command<
|
|
24
23
|
DisableDomainAutoRenewCommandInput,
|
|
25
24
|
DisableDomainAutoRenewCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisableDomainAutoRenewCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisableDomainAutoRenewCommandInput;
|
|
29
28
|
constructor(input: DisableDomainAutoRenewCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisableDomainTransferLockCommandInput
|
|
|
19
19
|
export interface DisableDomainTransferLockCommandOutput
|
|
20
20
|
extends DisableDomainTransferLockResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisableDomainTransferLockCommand extends $Command<
|
|
24
23
|
DisableDomainTransferLockCommandInput,
|
|
25
24
|
DisableDomainTransferLockCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisableDomainTransferLockCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisableDomainTransferLockCommandInput;
|
|
29
28
|
constructor(input: DisableDomainTransferLockCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableDomainAutoRenewCommandInput
|
|
|
19
19
|
export interface EnableDomainAutoRenewCommandOutput
|
|
20
20
|
extends EnableDomainAutoRenewResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableDomainAutoRenewCommand extends $Command<
|
|
24
23
|
EnableDomainAutoRenewCommandInput,
|
|
25
24
|
EnableDomainAutoRenewCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableDomainAutoRenewCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableDomainAutoRenewCommandInput;
|
|
29
28
|
constructor(input: EnableDomainAutoRenewCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableDomainTransferLockCommandInput
|
|
|
19
19
|
export interface EnableDomainTransferLockCommandOutput
|
|
20
20
|
extends EnableDomainTransferLockResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableDomainTransferLockCommand extends $Command<
|
|
24
23
|
EnableDomainTransferLockCommandInput,
|
|
25
24
|
EnableDomainTransferLockCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableDomainTransferLockCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableDomainTransferLockCommandInput;
|
|
29
28
|
constructor(input: EnableDomainTransferLockCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContactReachabilityStatusCommandInput
|
|
|
19
19
|
export interface GetContactReachabilityStatusCommandOutput
|
|
20
20
|
extends GetContactReachabilityStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContactReachabilityStatusCommand extends $Command<
|
|
24
23
|
GetContactReachabilityStatusCommandInput,
|
|
25
24
|
GetContactReachabilityStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContactReachabilityStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContactReachabilityStatusCommandInput;
|
|
29
28
|
constructor(input: GetContactReachabilityStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDomainDetailCommandInput extends GetDomainDetailRequest {}
|
|
|
18
18
|
export interface GetDomainDetailCommandOutput
|
|
19
19
|
extends GetDomainDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDomainDetailCommand extends $Command<
|
|
23
22
|
GetDomainDetailCommandInput,
|
|
24
23
|
GetDomainDetailCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDomainDetailCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDomainDetailCommandInput;
|
|
28
27
|
constructor(input: GetDomainDetailCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDomainSuggestionsCommandInput
|
|
|
19
19
|
export interface GetDomainSuggestionsCommandOutput
|
|
20
20
|
extends GetDomainSuggestionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDomainSuggestionsCommand extends $Command<
|
|
24
23
|
GetDomainSuggestionsCommandInput,
|
|
25
24
|
GetDomainSuggestionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDomainSuggestionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDomainSuggestionsCommandInput;
|
|
29
28
|
constructor(input: GetDomainSuggestionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetOperationDetailCommandInput
|
|
|
19
19
|
export interface GetOperationDetailCommandOutput
|
|
20
20
|
extends GetOperationDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetOperationDetailCommand extends $Command<
|
|
24
23
|
GetOperationDetailCommandInput,
|
|
25
24
|
GetOperationDetailCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetOperationDetailCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetOperationDetailCommandInput;
|
|
29
28
|
constructor(input: GetOperationDetailCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {}
|
|
|
15
15
|
export interface ListDomainsCommandOutput
|
|
16
16
|
extends ListDomainsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDomainsCommand extends $Command<
|
|
20
19
|
ListDomainsCommandInput,
|
|
21
20
|
ListDomainsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDomainsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDomainsCommandInput;
|
|
25
24
|
constructor(input: ListDomainsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {}
|
|
|
18
18
|
export interface ListOperationsCommandOutput
|
|
19
19
|
extends ListOperationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListOperationsCommand extends $Command<
|
|
23
22
|
ListOperationsCommandInput,
|
|
24
23
|
ListOperationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListOperationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListOperationsCommandInput;
|
|
28
27
|
constructor(input: ListOperationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPricesCommandInput extends ListPricesRequest {}
|
|
|
15
15
|
export interface ListPricesCommandOutput
|
|
16
16
|
extends ListPricesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPricesCommand extends $Command<
|
|
20
19
|
ListPricesCommandInput,
|
|
21
20
|
ListPricesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPricesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPricesCommandInput;
|
|
25
24
|
constructor(input: ListPricesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Route53DomainsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForDomainCommandInput
|
|
|
19
19
|
export interface ListTagsForDomainCommandOutput
|
|
20
20
|
extends ListTagsForDomainResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForDomainCommand extends $Command<
|
|
24
23
|
ListTagsForDomainCommandInput,
|
|
25
24
|
ListTagsForDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForDomainCommandInput;
|
|
29
28
|
constructor(input: ListTagsForDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Route53DomainsClientResolvedConfig,
|