@aws-sdk/client-route-53-domains 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +42 -343
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +2 -14
- package/dist-es/commands/AssociateDelegationSignerToDomainCommand.js +2 -14
- package/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +2 -14
- package/dist-es/commands/CheckDomainAvailabilityCommand.js +2 -14
- package/dist-es/commands/CheckDomainTransferabilityCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteTagsForDomainCommand.js +2 -14
- package/dist-es/commands/DisableDomainAutoRenewCommand.js +2 -14
- package/dist-es/commands/DisableDomainTransferLockCommand.js +2 -14
- package/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js +2 -14
- package/dist-es/commands/EnableDomainAutoRenewCommand.js +2 -14
- package/dist-es/commands/EnableDomainTransferLockCommand.js +2 -14
- package/dist-es/commands/GetContactReachabilityStatusCommand.js +2 -14
- package/dist-es/commands/GetDomainDetailCommand.js +2 -14
- package/dist-es/commands/GetDomainSuggestionsCommand.js +2 -14
- package/dist-es/commands/GetOperationDetailCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListOperationsCommand.js +2 -14
- package/dist-es/commands/ListPricesCommand.js +2 -14
- package/dist-es/commands/ListTagsForDomainCommand.js +2 -14
- package/dist-es/commands/PushDomainCommand.js +2 -14
- package/dist-es/commands/RegisterDomainCommand.js +2 -14
- package/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +2 -14
- package/dist-es/commands/RenewDomainCommand.js +2 -14
- package/dist-es/commands/ResendContactReachabilityEmailCommand.js +2 -14
- package/dist-es/commands/ResendOperationAuthorizationCommand.js +2 -14
- package/dist-es/commands/RetrieveDomainAuthCodeCommand.js +2 -14
- package/dist-es/commands/TransferDomainCommand.js +2 -14
- package/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js +2 -14
- package/dist-es/commands/UpdateDomainContactCommand.js +2 -14
- package/dist-es/commands/UpdateDomainContactPrivacyCommand.js +2 -14
- package/dist-es/commands/UpdateDomainNameserversCommand.js +2 -14
- package/dist-es/commands/UpdateTagsForDomainCommand.js +2 -14
- package/dist-es/commands/ViewBillingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
- package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +3 -8
- package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +3 -8
- package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +3 -8
- package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +3 -8
- package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +3 -8
- package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +3 -8
- package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +3 -8
- package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +3 -8
- package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainDetailCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/GetOperationDetailCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListPricesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForDomainCommand.d.ts +3 -8
- package/dist-types/commands/PushDomainCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
- package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +3 -8
- package/dist-types/commands/RenewDomainCommand.d.ts +3 -8
- package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +3 -8
- package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +3 -8
- package/dist-types/commands/TransferDomainCommand.d.ts +3 -8
- package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainContactCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +3 -8
- package/dist-types/commands/ViewBillingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateDelegationSignerFromDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateDelegationSignerFromDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "DisassociateDelegationSignerFromDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "DisassociateDelegationSignerFromDomainCommand")
|
|
14
|
-
.sc(DisassociateDelegationSignerFromDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateDelegationSignerFromDomainCommand extends command(_ep0, _mw0, "DisassociateDelegationSignerFromDomain", DisassociateDelegationSignerFromDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableDomainAutoRenew$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableDomainAutoRenewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "EnableDomainAutoRenew", {})
|
|
13
|
-
.n("Route53DomainsClient", "EnableDomainAutoRenewCommand")
|
|
14
|
-
.sc(EnableDomainAutoRenew$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableDomainAutoRenewCommand extends command(_ep0, _mw0, "EnableDomainAutoRenew", EnableDomainAutoRenew$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableDomainTransferLock$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableDomainTransferLockCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "EnableDomainTransferLock", {})
|
|
13
|
-
.n("Route53DomainsClient", "EnableDomainTransferLockCommand")
|
|
14
|
-
.sc(EnableDomainTransferLock$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableDomainTransferLockCommand extends command(_ep0, _mw0, "EnableDomainTransferLock", EnableDomainTransferLock$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetContactReachabilityStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetContactReachabilityStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "GetContactReachabilityStatus", {})
|
|
13
|
-
.n("Route53DomainsClient", "GetContactReachabilityStatusCommand")
|
|
14
|
-
.sc(GetContactReachabilityStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetContactReachabilityStatusCommand extends command(_ep0, _mw0, "GetContactReachabilityStatus", GetContactReachabilityStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDomainDetail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDomainDetailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "GetDomainDetail", {})
|
|
13
|
-
.n("Route53DomainsClient", "GetDomainDetailCommand")
|
|
14
|
-
.sc(GetDomainDetail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDomainDetailCommand extends command(_ep0, _mw0, "GetDomainDetail", GetDomainDetail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDomainSuggestions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDomainSuggestionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "GetDomainSuggestions", {})
|
|
13
|
-
.n("Route53DomainsClient", "GetDomainSuggestionsCommand")
|
|
14
|
-
.sc(GetDomainSuggestions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDomainSuggestionsCommand extends command(_ep0, _mw0, "GetDomainSuggestions", GetDomainSuggestions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOperationDetail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOperationDetailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "GetOperationDetail", {})
|
|
13
|
-
.n("Route53DomainsClient", "GetOperationDetailCommand")
|
|
14
|
-
.sc(GetOperationDetail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOperationDetailCommand extends command(_ep0, _mw0, "GetOperationDetail", GetOperationDetail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ListDomains", {})
|
|
13
|
-
.n("Route53DomainsClient", "ListDomainsCommand")
|
|
14
|
-
.sc(ListDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOperations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOperationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ListOperations", {})
|
|
13
|
-
.n("Route53DomainsClient", "ListOperationsCommand")
|
|
14
|
-
.sc(ListOperations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPrices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPricesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ListPrices", {})
|
|
13
|
-
.n("Route53DomainsClient", "ListPricesCommand")
|
|
14
|
-
.sc(ListPrices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPricesCommand extends command(_ep0, _mw0, "ListPrices", ListPrices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ListTagsForDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "ListTagsForDomainCommand")
|
|
14
|
-
.sc(ListTagsForDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForDomainCommand extends command(_ep0, _mw0, "ListTagsForDomain", ListTagsForDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PushDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PushDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "PushDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "PushDomainCommand")
|
|
14
|
-
.sc(PushDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PushDomainCommand extends command(_ep0, _mw0, "PushDomain", PushDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "RegisterDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "RegisterDomainCommand")
|
|
14
|
-
.sc(RegisterDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RejectDomainTransferFromAnotherAwsAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "RejectDomainTransferFromAnotherAwsAccount", {})
|
|
13
|
-
.n("Route53DomainsClient", "RejectDomainTransferFromAnotherAwsAccountCommand")
|
|
14
|
-
.sc(RejectDomainTransferFromAnotherAwsAccount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RejectDomainTransferFromAnotherAwsAccountCommand extends command(_ep0, _mw0, "RejectDomainTransferFromAnotherAwsAccount", RejectDomainTransferFromAnotherAwsAccount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RenewDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RenewDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "RenewDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "RenewDomainCommand")
|
|
14
|
-
.sc(RenewDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RenewDomainCommand extends command(_ep0, _mw0, "RenewDomain", RenewDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ResendContactReachabilityEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ResendContactReachabilityEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ResendContactReachabilityEmail", {})
|
|
13
|
-
.n("Route53DomainsClient", "ResendContactReachabilityEmailCommand")
|
|
14
|
-
.sc(ResendContactReachabilityEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ResendContactReachabilityEmailCommand extends command(_ep0, _mw0, "ResendContactReachabilityEmail", ResendContactReachabilityEmail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ResendOperationAuthorization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ResendOperationAuthorizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ResendOperationAuthorization", {})
|
|
13
|
-
.n("Route53DomainsClient", "ResendOperationAuthorizationCommand")
|
|
14
|
-
.sc(ResendOperationAuthorization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ResendOperationAuthorizationCommand extends command(_ep0, _mw0, "ResendOperationAuthorization", ResendOperationAuthorization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RetrieveDomainAuthCode$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RetrieveDomainAuthCodeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "RetrieveDomainAuthCode", {})
|
|
13
|
-
.n("Route53DomainsClient", "RetrieveDomainAuthCodeCommand")
|
|
14
|
-
.sc(RetrieveDomainAuthCode$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RetrieveDomainAuthCodeCommand extends command(_ep0, _mw0, "RetrieveDomainAuthCode", RetrieveDomainAuthCode$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TransferDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TransferDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "TransferDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "TransferDomainCommand")
|
|
14
|
-
.sc(TransferDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TransferDomainCommand extends command(_ep0, _mw0, "TransferDomain", TransferDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TransferDomainToAnotherAwsAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TransferDomainToAnotherAwsAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "TransferDomainToAnotherAwsAccount", {})
|
|
13
|
-
.n("Route53DomainsClient", "TransferDomainToAnotherAwsAccountCommand")
|
|
14
|
-
.sc(TransferDomainToAnotherAwsAccount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TransferDomainToAnotherAwsAccountCommand extends command(_ep0, _mw0, "TransferDomainToAnotherAwsAccount", TransferDomainToAnotherAwsAccount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDomainContact$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDomainContactCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "UpdateDomainContact", {})
|
|
13
|
-
.n("Route53DomainsClient", "UpdateDomainContactCommand")
|
|
14
|
-
.sc(UpdateDomainContact$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDomainContactCommand extends command(_ep0, _mw0, "UpdateDomainContact", UpdateDomainContact$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDomainContactPrivacy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDomainContactPrivacyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "UpdateDomainContactPrivacy", {})
|
|
13
|
-
.n("Route53DomainsClient", "UpdateDomainContactPrivacyCommand")
|
|
14
|
-
.sc(UpdateDomainContactPrivacy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDomainContactPrivacyCommand extends command(_ep0, _mw0, "UpdateDomainContactPrivacy", UpdateDomainContactPrivacy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDomainNameservers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDomainNameserversCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "UpdateDomainNameservers", {})
|
|
13
|
-
.n("Route53DomainsClient", "UpdateDomainNameserversCommand")
|
|
14
|
-
.sc(UpdateDomainNameservers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDomainNameserversCommand extends command(_ep0, _mw0, "UpdateDomainNameservers", UpdateDomainNameservers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTagsForDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTagsForDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "UpdateTagsForDomain", {})
|
|
13
|
-
.n("Route53DomainsClient", "UpdateTagsForDomainCommand")
|
|
14
|
-
.sc(UpdateTagsForDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTagsForDomainCommand extends command(_ep0, _mw0, "UpdateTagsForDomain", UpdateTagsForDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ViewBilling$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ViewBillingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Domains_v20140515", "ViewBilling", {})
|
|
13
|
-
.n("Route53DomainsClient", "ViewBillingCommand")
|
|
14
|
-
.sc(ViewBilling$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ViewBillingCommand extends command(_ep0, _mw0, "ViewBilling", ViewBilling$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Route53DomainsClient";
|
|
2
2
|
export * from "./Route53Domains";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53DomainsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AcceptDomainTransferFromAnotherAwsAccountRequest, AcceptDomainTransferFromAnotherAwsAccountResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AcceptDomainTransferFromAnotherAwsAccountCommandInput extends A
|
|
|
22
19
|
export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput extends AcceptDomainTransferFromAnotherAwsAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
|
|
25
|
-
new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AcceptDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<AcceptDomainTransferFromAnotherAwsAccountCommandInput, AcceptDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Accepts the transfer of a domain from another Amazon Web Services account to the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateDelegationSignerToDomainRequest, AssociateDelegationSignerToDomainResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateDelegationSignerToDomainCommandInput extends Associate
|
|
|
22
19
|
export interface AssociateDelegationSignerToDomainCommandOutput extends AssociateDelegationSignerToDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateDelegationSignerToDomainCommand_base: {
|
|
25
|
-
new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateDelegationSignerToDomainCommandInput): import("@smithy/core/client").CommandImpl<AssociateDelegationSignerToDomainCommandInput, AssociateDelegationSignerToDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a delegation signer (DS) record in the registry zone for this domain
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CancelDomainTransferToAnotherAwsAccountRequest, CancelDomainTransferToAnotherAwsAccountResponse } from "../models/models_0";
|
|
4
|
-
import type { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CancelDomainTransferToAnotherAwsAccountCommandInput extends Can
|
|
|
22
19
|
export interface CancelDomainTransferToAnotherAwsAccountCommandOutput extends CancelDomainTransferToAnotherAwsAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CancelDomainTransferToAnotherAwsAccountCommand_base: {
|
|
25
|
-
new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelDomainTransferToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<CancelDomainTransferToAnotherAwsAccountCommandInput, CancelDomainTransferToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Cancels the transfer of a domain from the current Amazon Web Services account to
|