@aws-sdk/client-route-53 3.490.0 → 3.495.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/Route53.js +1 -151
- package/dist-cjs/Route53Client.js +1 -56
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
- package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
- package/dist-cjs/commands/GetChangeCommand.js +1 -30
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
- package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
- package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
- package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
- package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +9598 -12
- package/dist-cjs/models/Route53ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1114
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restXml.js +1 -6518
- package/dist-cjs/runtimeExtensions.js +1 -25
- package/dist-cjs/waiters/index.js +1 -4
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
- package/package.json +43 -43
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTrafficPolicyInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateTrafficPolicyInstanceCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
|
|
24
|
-
.n("Route53Client", "CreateTrafficPolicyInstanceCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_CreateTrafficPolicyInstanceCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_CreateTrafficPolicyInstanceCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.CreateTrafficPolicyInstanceCommand = CreateTrafficPolicyInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTrafficPolicyVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateTrafficPolicyVersionCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
|
|
24
|
-
.n("Route53Client", "CreateTrafficPolicyVersionCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_CreateTrafficPolicyVersionCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_CreateTrafficPolicyVersionCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.CreateTrafficPolicyVersionCommand = CreateTrafficPolicyVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateVPCAssociationAuthorizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class CreateVPCAssociationAuthorizationCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
|
|
24
|
-
.n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_CreateVPCAssociationAuthorizationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_CreateVPCAssociationAuthorizationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.CreateVPCAssociationAuthorizationCommand = CreateVPCAssociationAuthorizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeactivateKeySigningKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeactivateKeySigningKeyCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
|
|
24
|
-
.n("Route53Client", "DeactivateKeySigningKeyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeactivateKeySigningKeyCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeactivateKeySigningKeyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeactivateKeySigningKeyCommand = DeactivateKeySigningKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCidrCollectionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteCidrCollectionCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteCidrCollection", {})
|
|
24
|
-
.n("Route53Client", "DeleteCidrCollectionCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteCidrCollectionCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteCidrCollectionCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteCidrCollectionCommand = DeleteCidrCollectionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteHealthCheckCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class DeleteHealthCheckCommand 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("AWSDnsV20130401", "DeleteHealthCheck", {})
|
|
22
|
-
.n("Route53Client", "DeleteHealthCheckCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restXml_1.se_DeleteHealthCheckCommand)
|
|
25
|
-
.de(Aws_restXml_1.de_DeleteHealthCheckCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteHealthCheckCommand = DeleteHealthCheckCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteHostedZoneCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteHostedZoneCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteHostedZone", {})
|
|
24
|
-
.n("Route53Client", "DeleteHostedZoneCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteHostedZoneCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteHostedZoneCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteHostedZoneCommand = DeleteHostedZoneCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteKeySigningKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteKeySigningKeyCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteKeySigningKey", {})
|
|
24
|
-
.n("Route53Client", "DeleteKeySigningKeyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteKeySigningKeyCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteKeySigningKeyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteKeySigningKeyCommand = DeleteKeySigningKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteQueryLoggingConfigCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteQueryLoggingConfigCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
|
|
24
|
-
.n("Route53Client", "DeleteQueryLoggingConfigCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteQueryLoggingConfigCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteQueryLoggingConfigCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteQueryLoggingConfigCommand = DeleteQueryLoggingConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteReusableDelegationSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteReusableDelegationSetCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteReusableDelegationSet", {})
|
|
24
|
-
.n("Route53Client", "DeleteReusableDelegationSetCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteReusableDelegationSetCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteReusableDelegationSetCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteReusableDelegationSetCommand = DeleteReusableDelegationSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTrafficPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteTrafficPolicyCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteTrafficPolicy", {})
|
|
24
|
-
.n("Route53Client", "DeleteTrafficPolicyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteTrafficPolicyCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteTrafficPolicyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteTrafficPolicyCommand = DeleteTrafficPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteTrafficPolicyInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteTrafficPolicyInstanceCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {})
|
|
24
|
-
.n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteTrafficPolicyInstanceCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteTrafficPolicyInstanceCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteTrafficPolicyInstanceCommand = DeleteTrafficPolicyInstanceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteVPCAssociationAuthorizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DeleteVPCAssociationAuthorizationCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {})
|
|
24
|
-
.n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DeleteVPCAssociationAuthorizationCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DeleteVPCAssociationAuthorizationCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteVPCAssociationAuthorizationCommand = DeleteVPCAssociationAuthorizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableHostedZoneDNSSECCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DisableHostedZoneDNSSECCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {})
|
|
24
|
-
.n("Route53Client", "DisableHostedZoneDNSSECCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DisableHostedZoneDNSSECCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DisableHostedZoneDNSSECCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DisableHostedZoneDNSSECCommand = DisableHostedZoneDNSSECCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateVPCFromHostedZoneCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class DisassociateVPCFromHostedZoneCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
|
|
24
|
-
.n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_DisassociateVPCFromHostedZoneCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_DisassociateVPCFromHostedZoneCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DisassociateVPCFromHostedZoneCommand = DisassociateVPCFromHostedZoneCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableHostedZoneDNSSECCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class EnableHostedZoneDNSSECCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
|
|
24
|
-
.n("Route53Client", "EnableHostedZoneDNSSECCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_EnableHostedZoneDNSSECCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_EnableHostedZoneDNSSECCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.EnableHostedZoneDNSSECCommand = EnableHostedZoneDNSSECCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAccountLimitCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetAccountLimitCommand 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("AWSDnsV20130401", "GetAccountLimit", {})
|
|
22
|
-
.n("Route53Client", "GetAccountLimitCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restXml_1.se_GetAccountLimitCommand)
|
|
25
|
-
.de(Aws_restXml_1.de_GetAccountLimitCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAccountLimitCommand = GetAccountLimitCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetChangeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class GetChangeCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "GetChange", {})
|
|
24
|
-
.n("Route53Client", "GetChangeCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetChangeCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetChangeCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetChangeCommand = GetChangeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCheckerIpRangesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
|
-
class GetCheckerIpRangesCommand 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("AWSDnsV20130401", "GetCheckerIpRanges", {})
|
|
22
|
-
.n("Route53Client", "GetCheckerIpRangesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restXml_1.se_GetCheckerIpRangesCommand)
|
|
25
|
-
.de(Aws_restXml_1.de_GetCheckerIpRangesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetCheckerIpRangesCommand = GetCheckerIpRangesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDNSSECCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_sdk_route53_1 = require("@aws-sdk/middleware-sdk-route53");
|
|
5
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
6
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
10
|
-
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
|
-
class GetDNSSECCommand 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
|
-
(0, middleware_sdk_route53_1.getIdNormalizerPlugin)(config),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("AWSDnsV20130401", "GetDNSSEC", {})
|
|
24
|
-
.n("Route53Client", "GetDNSSECCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_restXml_1.se_GetDNSSECCommand)
|
|
27
|
-
.de(Aws_restXml_1.de_GetDNSSECCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetDNSSECCommand = GetDNSSECCommand;
|
|
1
|
+
module.exports = require("../index.js");
|