@aws-sdk/client-route-53-domains 3.478.0 → 3.481.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/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +18 -41
- package/dist-cjs/commands/AssociateDelegationSignerToDomainCommand.js +18 -41
- package/dist-cjs/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +18 -41
- package/dist-cjs/commands/CheckDomainAvailabilityCommand.js +18 -41
- package/dist-cjs/commands/CheckDomainTransferabilityCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteTagsForDomainCommand.js +18 -41
- package/dist-cjs/commands/DisableDomainAutoRenewCommand.js +18 -41
- package/dist-cjs/commands/DisableDomainTransferLockCommand.js +18 -41
- package/dist-cjs/commands/DisassociateDelegationSignerFromDomainCommand.js +18 -41
- package/dist-cjs/commands/EnableDomainAutoRenewCommand.js +18 -41
- package/dist-cjs/commands/EnableDomainTransferLockCommand.js +18 -41
- package/dist-cjs/commands/GetContactReachabilityStatusCommand.js +18 -41
- package/dist-cjs/commands/GetDomainDetailCommand.js +18 -41
- package/dist-cjs/commands/GetDomainSuggestionsCommand.js +18 -41
- package/dist-cjs/commands/GetOperationDetailCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListPricesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForDomainCommand.js +18 -41
- package/dist-cjs/commands/PushDomainCommand.js +18 -41
- package/dist-cjs/commands/RegisterDomainCommand.js +18 -41
- package/dist-cjs/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +18 -41
- package/dist-cjs/commands/RenewDomainCommand.js +18 -41
- package/dist-cjs/commands/ResendContactReachabilityEmailCommand.js +18 -41
- package/dist-cjs/commands/ResendOperationAuthorizationCommand.js +18 -41
- package/dist-cjs/commands/RetrieveDomainAuthCodeCommand.js +18 -41
- package/dist-cjs/commands/TransferDomainCommand.js +18 -41
- package/dist-cjs/commands/TransferDomainToAnotherAwsAccountCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainContactCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainContactPrivacyCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainNameserversCommand.js +18 -41
- package/dist-cjs/commands/UpdateTagsForDomainCommand.js +18 -41
- package/dist-cjs/commands/ViewBillingCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.js +18 -41
- package/dist-es/commands/AssociateDelegationSignerToDomainCommand.js +18 -41
- package/dist-es/commands/CancelDomainTransferToAnotherAwsAccountCommand.js +18 -41
- package/dist-es/commands/CheckDomainAvailabilityCommand.js +18 -41
- package/dist-es/commands/CheckDomainTransferabilityCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteTagsForDomainCommand.js +18 -41
- package/dist-es/commands/DisableDomainAutoRenewCommand.js +18 -41
- package/dist-es/commands/DisableDomainTransferLockCommand.js +18 -41
- package/dist-es/commands/DisassociateDelegationSignerFromDomainCommand.js +18 -41
- package/dist-es/commands/EnableDomainAutoRenewCommand.js +18 -41
- package/dist-es/commands/EnableDomainTransferLockCommand.js +18 -41
- package/dist-es/commands/GetContactReachabilityStatusCommand.js +18 -41
- package/dist-es/commands/GetDomainDetailCommand.js +18 -41
- package/dist-es/commands/GetDomainSuggestionsCommand.js +18 -41
- package/dist-es/commands/GetOperationDetailCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListOperationsCommand.js +18 -41
- package/dist-es/commands/ListPricesCommand.js +18 -41
- package/dist-es/commands/ListTagsForDomainCommand.js +18 -41
- package/dist-es/commands/PushDomainCommand.js +18 -41
- package/dist-es/commands/RegisterDomainCommand.js +18 -41
- package/dist-es/commands/RejectDomainTransferFromAnotherAwsAccountCommand.js +18 -41
- package/dist-es/commands/RenewDomainCommand.js +18 -41
- package/dist-es/commands/ResendContactReachabilityEmailCommand.js +18 -41
- package/dist-es/commands/ResendOperationAuthorizationCommand.js +18 -41
- package/dist-es/commands/RetrieveDomainAuthCodeCommand.js +18 -41
- package/dist-es/commands/TransferDomainCommand.js +18 -41
- package/dist-es/commands/TransferDomainToAnotherAwsAccountCommand.js +18 -41
- package/dist-es/commands/UpdateDomainContactCommand.js +18 -41
- package/dist-es/commands/UpdateDomainContactPrivacyCommand.js +18 -41
- package/dist-es/commands/UpdateDomainNameserversCommand.js +18 -41
- package/dist-es/commands/UpdateTagsForDomainCommand.js +18 -41
- package/dist-es/commands/ViewBillingCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -21
- package/dist-types/commands/AssociateDelegationSignerToDomainCommand.d.ts +6 -21
- package/dist-types/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +6 -21
- package/dist-types/commands/CheckDomainAvailabilityCommand.d.ts +6 -21
- package/dist-types/commands/CheckDomainTransferabilityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTagsForDomainCommand.d.ts +6 -21
- package/dist-types/commands/DisableDomainAutoRenewCommand.d.ts +6 -21
- package/dist-types/commands/DisableDomainTransferLockCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +6 -21
- package/dist-types/commands/EnableDomainAutoRenewCommand.d.ts +6 -21
- package/dist-types/commands/EnableDomainTransferLockCommand.d.ts +6 -21
- package/dist-types/commands/GetContactReachabilityStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainDetailCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainSuggestionsCommand.d.ts +6 -21
- package/dist-types/commands/GetOperationDetailCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListPricesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForDomainCommand.d.ts +6 -21
- package/dist-types/commands/PushDomainCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDomainCommand.d.ts +6 -21
- package/dist-types/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +6 -21
- package/dist-types/commands/RenewDomainCommand.d.ts +6 -21
- package/dist-types/commands/ResendContactReachabilityEmailCommand.d.ts +6 -21
- package/dist-types/commands/ResendOperationAuthorizationCommand.d.ts +6 -21
- package/dist-types/commands/RetrieveDomainAuthCodeCommand.d.ts +6 -21
- package/dist-types/commands/TransferDomainCommand.d.ts +6 -21
- package/dist-types/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainContactCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainContactPrivacyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainNameserversCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTagsForDomainCommand.d.ts +6 -21
- package/dist-types/commands/ViewBillingCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateDelegationSignerToDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelDomainTransferToAnotherAwsAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CheckDomainAvailabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CheckDomainTransferabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTagsForDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableDomainAutoRenewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableDomainTransferLockCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateDelegationSignerFromDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableDomainAutoRenewCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableDomainTransferLockCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetContactReachabilityStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainDetailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDomainSuggestionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetOperationDetailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPricesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PushDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectDomainTransferFromAnotherAwsAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RenewDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ResendContactReachabilityEmailCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResendOperationAuthorizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RetrieveDomainAuthCodeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TransferDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TransferDomainToAnotherAwsAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainContactPrivacyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainNameserversCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTagsForDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ViewBillingCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class AcceptDomainTransferFromAnotherAwsAccountCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "Route53DomainsClient";
|
|
30
|
-
const commandName = "AcceptDomainTransferFromAnotherAwsAccountCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "Route53Domains_v20140515",
|
|
39
|
-
operation: "AcceptDomainTransferFromAnotherAwsAccount",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_AcceptDomainTransferFromAnotherAwsAccountCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_AcceptDomainTransferFromAnotherAwsAccountCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class AcceptDomainTransferFromAnotherAwsAccountCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("Route53Domains_v20140515", "AcceptDomainTransferFromAnotherAwsAccount", {})
|
|
23
|
+
.n("Route53DomainsClient", "AcceptDomainTransferFromAnotherAwsAccountCommand")
|
|
24
|
+
.f(models_0_1.AcceptDomainTransferFromAnotherAwsAccountRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_AcceptDomainTransferFromAnotherAwsAccountCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_AcceptDomainTransferFromAnotherAwsAccountCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.AcceptDomainTransferFromAnotherAwsAccountCommand = AcceptDomainTransferFromAnotherAwsAccountCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateDelegationSignerToDomainCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "AssociateDelegationSignerToDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "AssociateDelegationSignerToDomain",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_AssociateDelegationSignerToDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_AssociateDelegationSignerToDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AssociateDelegationSignerToDomainCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "AssociateDelegationSignerToDomain", {})
|
|
22
|
+
.n("Route53DomainsClient", "AssociateDelegationSignerToDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_AssociateDelegationSignerToDomainCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_AssociateDelegationSignerToDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AssociateDelegationSignerToDomainCommand = AssociateDelegationSignerToDomainCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CancelDomainTransferToAnotherAwsAccountCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "CancelDomainTransferToAnotherAwsAccountCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "CancelDomainTransferToAnotherAwsAccount",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CancelDomainTransferToAnotherAwsAccountCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CancelDomainTransferToAnotherAwsAccountCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CancelDomainTransferToAnotherAwsAccountCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "CancelDomainTransferToAnotherAwsAccount", {})
|
|
22
|
+
.n("Route53DomainsClient", "CancelDomainTransferToAnotherAwsAccountCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CancelDomainTransferToAnotherAwsAccountCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CancelDomainTransferToAnotherAwsAccountCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CancelDomainTransferToAnotherAwsAccountCommand = CancelDomainTransferToAnotherAwsAccountCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CheckDomainAvailabilityCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "CheckDomainAvailabilityCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "CheckDomainAvailability",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CheckDomainAvailabilityCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CheckDomainAvailabilityCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CheckDomainAvailabilityCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "CheckDomainAvailability", {})
|
|
22
|
+
.n("Route53DomainsClient", "CheckDomainAvailabilityCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CheckDomainAvailabilityCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CheckDomainAvailabilityCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CheckDomainAvailabilityCommand = CheckDomainAvailabilityCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CheckDomainTransferabilityCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "Route53DomainsClient";
|
|
30
|
-
const commandName = "CheckDomainTransferabilityCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CheckDomainTransferabilityRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "Route53Domains_v20140515",
|
|
39
|
-
operation: "CheckDomainTransferability",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CheckDomainTransferabilityCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CheckDomainTransferabilityCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CheckDomainTransferabilityCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("Route53Domains_v20140515", "CheckDomainTransferability", {})
|
|
23
|
+
.n("Route53DomainsClient", "CheckDomainTransferabilityCommand")
|
|
24
|
+
.f(models_0_1.CheckDomainTransferabilityRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CheckDomainTransferabilityCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CheckDomainTransferabilityCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CheckDomainTransferabilityCommand = CheckDomainTransferabilityCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteDomainCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "DeleteDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "DeleteDomain",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DeleteDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteDomainCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "DeleteDomain", {})
|
|
22
|
+
.n("Route53DomainsClient", "DeleteDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteDomainCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteTagsForDomainCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "DeleteTagsForDomainCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "DeleteTagsForDomain",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DeleteTagsForDomainCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteTagsForDomainCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteTagsForDomainCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "DeleteTagsForDomain", {})
|
|
22
|
+
.n("Route53DomainsClient", "DeleteTagsForDomainCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteTagsForDomainCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteTagsForDomainCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteTagsForDomainCommand = DeleteTagsForDomainCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisableDomainAutoRenewCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "DisableDomainAutoRenewCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "DisableDomainAutoRenew",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DisableDomainAutoRenewCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DisableDomainAutoRenewCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisableDomainAutoRenewCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "DisableDomainAutoRenew", {})
|
|
22
|
+
.n("Route53DomainsClient", "DisableDomainAutoRenewCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DisableDomainAutoRenewCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DisableDomainAutoRenewCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisableDomainAutoRenewCommand = DisableDomainAutoRenewCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisableDomainTransferLockCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "Route53DomainsClient";
|
|
29
|
-
const commandName = "DisableDomainTransferLockCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Route53Domains_v20140515",
|
|
38
|
-
operation: "DisableDomainTransferLock",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DisableDomainTransferLockCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DisableDomainTransferLockCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisableDomainTransferLockCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Route53Domains_v20140515", "DisableDomainTransferLock", {})
|
|
22
|
+
.n("Route53DomainsClient", "DisableDomainTransferLockCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DisableDomainTransferLockCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DisableDomainTransferLockCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisableDomainTransferLockCommand = DisableDomainTransferLockCommand;
|