@aws-sdk/client-route-53-domains 3.1076.0 → 3.1078.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 +45 -345
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/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/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { PushDomainRequest } 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 PushDomainCommandInput extends PushDomainRequest {
|
|
|
22
19
|
export interface PushDomainCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PushDomainCommand_base: {
|
|
25
|
-
new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PushDomainCommandInput): import("@smithy/core/client").CommandImpl<PushDomainCommandInput, PushDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Moves a domain from Amazon Web Services to another registrar. </p>
|
|
@@ -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 { RegisterDomainRequest, RegisterDomainResponse } 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 RegisterDomainCommandInput extends RegisterDomainRequest {
|
|
|
22
19
|
export interface RegisterDomainCommandOutput extends RegisterDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterDomainCommand_base: {
|
|
25
|
-
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation registers a domain. For some top-level domains (TLDs), this operation
|
|
@@ -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 { RejectDomainTransferFromAnotherAwsAccountRequest, RejectDomainTransferFromAnotherAwsAccountResponse } 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 RejectDomainTransferFromAnotherAwsAccountCommandInput extends R
|
|
|
22
19
|
export interface RejectDomainTransferFromAnotherAwsAccountCommandOutput extends RejectDomainTransferFromAnotherAwsAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RejectDomainTransferFromAnotherAwsAccountCommand_base: {
|
|
25
|
-
new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RejectDomainTransferFromAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<RejectDomainTransferFromAnotherAwsAccountCommandInput, RejectDomainTransferFromAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Rejects 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 { RenewDomainRequest, RenewDomainResponse } 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 RenewDomainCommandInput extends RenewDomainRequest {
|
|
|
22
19
|
export interface RenewDomainCommandOutput extends RenewDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RenewDomainCommand_base: {
|
|
25
|
-
new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RenewDomainCommandInput): import("@smithy/core/client").CommandImpl<RenewDomainCommandInput, RenewDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation renews a domain for the specified number of years. The cost of renewing
|
|
@@ -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 { ResendContactReachabilityEmailRequest, ResendContactReachabilityEmailResponse } 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 ResendContactReachabilityEmailCommandInput extends ResendContac
|
|
|
22
19
|
export interface ResendContactReachabilityEmailCommandOutput extends ResendContactReachabilityEmailResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResendContactReachabilityEmailCommand_base: {
|
|
25
|
-
new (input: ResendContactReachabilityEmailCommandInput): import("@smithy/core/client").CommandImpl<ResendContactReachabilityEmailCommandInput, ResendContactReachabilityEmailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ResendContactReachabilityEmailCommandInput]): import("@smithy/core/client").CommandImpl<ResendContactReachabilityEmailCommandInput, ResendContactReachabilityEmailCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResendContactReachabilityEmailCommandInput): import("@smithy/core/client").CommandImpl<ResendContactReachabilityEmailCommandInput, ResendContactReachabilityEmailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ResendContactReachabilityEmailCommandInput]): import("@smithy/core/client").CommandImpl<ResendContactReachabilityEmailCommandInput, ResendContactReachabilityEmailCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>For operations that require confirmation that the email address for the registrant
|
|
@@ -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 { ResendOperationAuthorizationRequest } 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 ResendOperationAuthorizationCommandInput extends ResendOperatio
|
|
|
22
19
|
export interface ResendOperationAuthorizationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResendOperationAuthorizationCommand_base: {
|
|
25
|
-
new (input: ResendOperationAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ResendOperationAuthorizationCommandInput, ResendOperationAuthorizationCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ResendOperationAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ResendOperationAuthorizationCommandInput, ResendOperationAuthorizationCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResendOperationAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ResendOperationAuthorizationCommandInput, ResendOperationAuthorizationCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ResendOperationAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<ResendOperationAuthorizationCommandInput, ResendOperationAuthorizationCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Resend the form of authorization email for this operation. </p>
|
|
@@ -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 { RetrieveDomainAuthCodeRequest, RetrieveDomainAuthCodeResponse } 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 RetrieveDomainAuthCodeCommandInput extends RetrieveDomainAuthCo
|
|
|
22
19
|
export interface RetrieveDomainAuthCodeCommandOutput extends RetrieveDomainAuthCodeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RetrieveDomainAuthCodeCommand_base: {
|
|
25
|
-
new (input: RetrieveDomainAuthCodeCommandInput): import("@smithy/core/client").CommandImpl<RetrieveDomainAuthCodeCommandInput, RetrieveDomainAuthCodeCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RetrieveDomainAuthCodeCommandInput): import("@smithy/core/client").CommandImpl<RetrieveDomainAuthCodeCommandInput, RetrieveDomainAuthCodeCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RetrieveDomainAuthCodeCommandInput): import("@smithy/core/client").CommandImpl<RetrieveDomainAuthCodeCommandInput, RetrieveDomainAuthCodeCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RetrieveDomainAuthCodeCommandInput): import("@smithy/core/client").CommandImpl<RetrieveDomainAuthCodeCommandInput, RetrieveDomainAuthCodeCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation returns the authorization code for the domain. To transfer a domain to
|
|
@@ -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 { TransferDomainRequest, TransferDomainResponse } 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 TransferDomainCommandInput extends TransferDomainRequest {
|
|
|
22
19
|
export interface TransferDomainCommandOutput extends TransferDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TransferDomainCommand_base: {
|
|
25
|
-
new (input: TransferDomainCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainCommandInput, TransferDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TransferDomainCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainCommandInput, TransferDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TransferDomainCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainCommandInput, TransferDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TransferDomainCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainCommandInput, TransferDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Transfers a domain from another registrar to Amazon Route 53. </p>
|
|
@@ -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 { TransferDomainToAnotherAwsAccountRequest, TransferDomainToAnotherAwsAccountResponse } 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 TransferDomainToAnotherAwsAccountCommandInput extends TransferD
|
|
|
22
19
|
export interface TransferDomainToAnotherAwsAccountCommandOutput extends TransferDomainToAnotherAwsAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TransferDomainToAnotherAwsAccountCommand_base: {
|
|
25
|
-
new (input: TransferDomainToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainToAnotherAwsAccountCommandInput, TransferDomainToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TransferDomainToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainToAnotherAwsAccountCommandInput, TransferDomainToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TransferDomainToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainToAnotherAwsAccountCommandInput, TransferDomainToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TransferDomainToAnotherAwsAccountCommandInput): import("@smithy/core/client").CommandImpl<TransferDomainToAnotherAwsAccountCommandInput, TransferDomainToAnotherAwsAccountCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account. Note the following:</p>
|
|
@@ -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 { UpdateDomainContactRequest, UpdateDomainContactResponse } 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 UpdateDomainContactCommandInput extends UpdateDomainContactRequ
|
|
|
22
19
|
export interface UpdateDomainContactCommandOutput extends UpdateDomainContactResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDomainContactCommand_base: {
|
|
25
|
-
new (input: UpdateDomainContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactCommandInput, UpdateDomainContactCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDomainContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactCommandInput, UpdateDomainContactCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDomainContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactCommandInput, UpdateDomainContactCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDomainContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactCommandInput, UpdateDomainContactCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation updates the contact information for a particular domain. You must
|
|
@@ -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 { UpdateDomainContactPrivacyRequest, UpdateDomainContactPrivacyResponse } 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 UpdateDomainContactPrivacyCommandInput extends UpdateDomainCont
|
|
|
22
19
|
export interface UpdateDomainContactPrivacyCommandOutput extends UpdateDomainContactPrivacyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDomainContactPrivacyCommand_base: {
|
|
25
|
-
new (input: UpdateDomainContactPrivacyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactPrivacyCommandInput, UpdateDomainContactPrivacyCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDomainContactPrivacyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactPrivacyCommandInput, UpdateDomainContactPrivacyCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDomainContactPrivacyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactPrivacyCommandInput, UpdateDomainContactPrivacyCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDomainContactPrivacyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainContactPrivacyCommandInput, UpdateDomainContactPrivacyCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation updates the specified domain contact's privacy setting. When privacy
|
|
@@ -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 { UpdateDomainNameserversRequest, UpdateDomainNameserversResponse } 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 UpdateDomainNameserversCommandInput extends UpdateDomainNameser
|
|
|
22
19
|
export interface UpdateDomainNameserversCommandOutput extends UpdateDomainNameserversResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDomainNameserversCommand_base: {
|
|
25
|
-
new (input: UpdateDomainNameserversCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainNameserversCommandInput, UpdateDomainNameserversCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDomainNameserversCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainNameserversCommandInput, UpdateDomainNameserversCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDomainNameserversCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainNameserversCommandInput, UpdateDomainNameserversCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDomainNameserversCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainNameserversCommandInput, UpdateDomainNameserversCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation replaces the current set of name servers for the domain with 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 { UpdateTagsForDomainRequest, UpdateTagsForDomainResponse } 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 UpdateTagsForDomainCommandInput extends UpdateTagsForDomainRequ
|
|
|
22
19
|
export interface UpdateTagsForDomainCommandOutput extends UpdateTagsForDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTagsForDomainCommand_base: {
|
|
25
|
-
new (input: UpdateTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForDomainCommandInput, UpdateTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForDomainCommandInput, UpdateTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForDomainCommandInput, UpdateTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTagsForDomainCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForDomainCommandInput, UpdateTagsForDomainCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation adds or updates tags for a specified domain.</p>
|
|
@@ -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 { ViewBillingRequest, ViewBillingResponse } 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 ViewBillingCommandInput extends ViewBillingRequest {
|
|
|
22
19
|
export interface ViewBillingCommandOutput extends ViewBillingResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ViewBillingCommand_base: {
|
|
25
|
-
new (input: ViewBillingCommandInput): import("@smithy/core/client").CommandImpl<ViewBillingCommandInput, ViewBillingCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ViewBillingCommandInput]): import("@smithy/core/client").CommandImpl<ViewBillingCommandInput, ViewBillingCommandOutput, Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ViewBillingCommandInput): import("@smithy/core/client").CommandImpl<ViewBillingCommandInput, ViewBillingCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ViewBillingCommandInput]): import("@smithy/core/client").CommandImpl<ViewBillingCommandInput, ViewBillingCommandOutput, import("..").Route53DomainsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all the domain-related billing records for the current Amazon Web Services account for a specified period</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { Route53DomainsExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
13
14
|
export * from "./schemas/schemas_0";
|
|
14
15
|
export * from "./pagination";
|
|
15
16
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { Route53DomainsClientConfig } from "./Route53DomainsClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: Route53DomainsClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
Route53DomainsClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./Route53DomainsClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
Route53DomainsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
Route53DomainsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AcceptDomainTransferFromAnotherAwsAccountRequest,
|
|
5
4
|
AcceptDomainTransferFromAnotherAwsAccountResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53DomainsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53DomainsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AcceptDomainTransferFromAnotherAwsAccountCommandInput
|
|
15
8
|
extends AcceptDomainTransferFromAnotherAwsAccountRequest {}
|
|
16
9
|
export interface AcceptDomainTransferFromAnotherAwsAccountCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AcceptDomainTransferFromAnotherAwsAccountCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AcceptDomainTransferFromAnotherAwsAccountCommandInput,
|
|
24
17
|
AcceptDomainTransferFromAnotherAwsAccountCommandOutput,
|
|
25
|
-
Route53DomainsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53DomainsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AcceptDomainTransferFromAnotherAwsAccountCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AcceptDomainTransferFromAnotherAwsAccountCommandInput,
|
|
33
26
|
AcceptDomainTransferFromAnotherAwsAccountCommandOutput,
|
|
34
|
-
Route53DomainsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53DomainsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AcceptDomainTransferFromAnotherAwsAccountCommand extends AcceptDomainTransferFromAnotherAwsAccountCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateDelegationSignerToDomainRequest,
|
|
5
4
|
AssociateDelegationSignerToDomainResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
Route53DomainsClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../Route53DomainsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateDelegationSignerToDomainCommandInput
|
|
15
8
|
extends AssociateDelegationSignerToDomainRequest {}
|
|
16
9
|
export interface AssociateDelegationSignerToDomainCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateDelegationSignerToDomainCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateDelegationSignerToDomainCommandInput,
|
|
24
17
|
AssociateDelegationSignerToDomainCommandOutput,
|
|
25
|
-
Route53DomainsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").Route53DomainsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateDelegationSignerToDomainCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateDelegationSignerToDomainCommandInput,
|
|
33
26
|
AssociateDelegationSignerToDomainCommandOutput,
|
|
34
|
-
Route53DomainsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").Route53DomainsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateDelegationSignerToDomainCommand extends AssociateDelegationSignerToDomainCommand_base {
|
|
43
34
|
protected static __types: {
|