@aws-sdk/client-route-53 3.930.0 → 3.931.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 +3942 -5218
- package/dist-cjs/runtimeConfig.shared.js +6 -0
- package/dist-es/Route53Client.js +2 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +3 -10
- package/dist-es/commands/ChangeCidrCollectionCommand.js +3 -10
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -6
- package/dist-es/commands/ChangeTagsForResourceCommand.js +3 -9
- package/dist-es/commands/CreateCidrCollectionCommand.js +3 -9
- package/dist-es/commands/CreateHealthCheckCommand.js +3 -9
- package/dist-es/commands/CreateHostedZoneCommand.js +3 -10
- package/dist-es/commands/CreateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +3 -10
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteCidrCollectionCommand.js +3 -10
- package/dist-es/commands/DeleteHealthCheckCommand.js +3 -9
- package/dist-es/commands/DeleteHostedZoneCommand.js +3 -10
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +3 -10
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +3 -10
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +3 -10
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +3 -10
- package/dist-es/commands/GetAccountLimitCommand.js +3 -9
- package/dist-es/commands/GetChangeCommand.js +3 -10
- package/dist-es/commands/GetCheckerIpRangesCommand.js +3 -9
- package/dist-es/commands/GetDNSSECCommand.js +3 -10
- package/dist-es/commands/GetGeoLocationCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckCountCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +3 -9
- package/dist-es/commands/GetHealthCheckStatusCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneCommand.js +3 -10
- package/dist-es/commands/GetHostedZoneCountCommand.js +3 -9
- package/dist-es/commands/GetHostedZoneLimitCommand.js +3 -10
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetCommand.js +3 -10
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +3 -9
- package/dist-es/commands/ListCidrBlocksCommand.js +3 -9
- package/dist-es/commands/ListCidrCollectionsCommand.js +3 -9
- package/dist-es/commands/ListCidrLocationsCommand.js +3 -9
- package/dist-es/commands/ListGeoLocationsCommand.js +3 -9
- package/dist-es/commands/ListHealthChecksCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesByNameCommand.js +3 -10
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +3 -9
- package/dist-es/commands/ListHostedZonesCommand.js +3 -10
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +3 -10
- package/dist-es/commands/ListResourceRecordSetsCommand.js +3 -10
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +3 -10
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +3 -9
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +3 -10
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +3 -10
- package/dist-es/commands/TestDNSAnswerCommand.js +3 -10
- package/dist-es/commands/UpdateHealthCheckCommand.js +3 -9
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +3 -10
- package/dist-es/runtimeConfig.shared.js +6 -0
- package/dist-es/schemas/schemas_0.js +3797 -0
- package/dist-types/Route53Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +355 -0
- package/dist-types/ts3.4/Route53Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +360 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restXml.js +0 -4684
- package/dist-types/protocols/Aws_restXml.d.ts +0 -632
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -845
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteReusableDelegationSet } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteReusableDelegationSetCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteReusableDelegationSet", {})
|
|
19
14
|
.n("Route53Client", "DeleteReusableDelegationSetCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteReusableDelegationSetCommand)
|
|
22
|
-
.de(de_DeleteReusableDelegationSetCommand)
|
|
15
|
+
.sc(DeleteReusableDelegationSet)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteTrafficPolicy } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteTrafficPolicyCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteTrafficPolicy", {})
|
|
19
14
|
.n("Route53Client", "DeleteTrafficPolicyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteTrafficPolicyCommand)
|
|
22
|
-
.de(de_DeleteTrafficPolicyCommand)
|
|
15
|
+
.sc(DeleteTrafficPolicy)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteTrafficPolicyInstance } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteTrafficPolicyInstanceCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {})
|
|
19
14
|
.n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteTrafficPolicyInstanceCommand)
|
|
22
|
-
.de(de_DeleteTrafficPolicyInstanceCommand)
|
|
15
|
+
.sc(DeleteTrafficPolicyInstance)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DeleteVPCAssociationAuthorization } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DeleteVPCAssociationAuthorizationCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {})
|
|
19
14
|
.n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DeleteVPCAssociationAuthorizationCommand)
|
|
22
|
-
.de(de_DeleteVPCAssociationAuthorizationCommand)
|
|
15
|
+
.sc(DeleteVPCAssociationAuthorization)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DisableHostedZoneDNSSEC } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DisableHostedZoneDNSSECCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {})
|
|
19
14
|
.n("Route53Client", "DisableHostedZoneDNSSECCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DisableHostedZoneDNSSECCommand)
|
|
22
|
-
.de(de_DisableHostedZoneDNSSECCommand)
|
|
15
|
+
.sc(DisableHostedZoneDNSSEC)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { DisassociateVPCFromHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class DisassociateVPCFromHostedZoneCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
|
|
19
14
|
.n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_DisassociateVPCFromHostedZoneCommand)
|
|
22
|
-
.de(de_DisassociateVPCFromHostedZoneCommand)
|
|
15
|
+
.sc(DisassociateVPCFromHostedZone)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { EnableHostedZoneDNSSEC } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class EnableHostedZoneDNSSECCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
|
|
19
14
|
.n("Route53Client", "EnableHostedZoneDNSSECCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_EnableHostedZoneDNSSECCommand)
|
|
22
|
-
.de(de_EnableHostedZoneDNSSECCommand)
|
|
15
|
+
.sc(EnableHostedZoneDNSSEC)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetAccountLimit } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAccountLimitCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetAccountLimit", {})
|
|
17
13
|
.n("Route53Client", "GetAccountLimitCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAccountLimitCommand)
|
|
20
|
-
.de(de_GetAccountLimitCommand)
|
|
14
|
+
.sc(GetAccountLimit)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetChange } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetChangeCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetChange", {})
|
|
19
14
|
.n("Route53Client", "GetChangeCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetChangeCommand)
|
|
22
|
-
.de(de_GetChangeCommand)
|
|
15
|
+
.sc(GetChange)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetCheckerIpRanges } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetCheckerIpRangesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetCheckerIpRanges", {})
|
|
17
13
|
.n("Route53Client", "GetCheckerIpRangesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetCheckerIpRangesCommand)
|
|
20
|
-
.de(de_GetCheckerIpRangesCommand)
|
|
14
|
+
.sc(GetCheckerIpRanges)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetDNSSEC } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetDNSSECCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetDNSSEC", {})
|
|
19
14
|
.n("Route53Client", "GetDNSSECCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetDNSSECCommand)
|
|
22
|
-
.de(de_GetDNSSECCommand)
|
|
15
|
+
.sc(GetDNSSEC)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetGeoLocation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGeoLocationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetGeoLocation", {})
|
|
17
13
|
.n("Route53Client", "GetGeoLocationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGeoLocationCommand)
|
|
20
|
-
.de(de_GetGeoLocationCommand)
|
|
14
|
+
.sc(GetGeoLocation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetHealthCheck } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetHealthCheckCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetHealthCheck", {})
|
|
17
13
|
.n("Route53Client", "GetHealthCheckCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetHealthCheckCommand)
|
|
20
|
-
.de(de_GetHealthCheckCommand)
|
|
14
|
+
.sc(GetHealthCheck)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetHealthCheckCount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetHealthCheckCountCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetHealthCheckCount", {})
|
|
17
13
|
.n("Route53Client", "GetHealthCheckCountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetHealthCheckCountCommand)
|
|
20
|
-
.de(de_GetHealthCheckCountCommand)
|
|
14
|
+
.sc(GetHealthCheckCount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetHealthCheckLastFailureReason } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetHealthCheckLastFailureReasonCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {})
|
|
17
13
|
.n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetHealthCheckLastFailureReasonCommand)
|
|
20
|
-
.de(de_GetHealthCheckLastFailureReasonCommand)
|
|
14
|
+
.sc(GetHealthCheckLastFailureReason)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetHealthCheckStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetHealthCheckStatusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetHealthCheckStatus", {})
|
|
17
13
|
.n("Route53Client", "GetHealthCheckStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetHealthCheckStatusCommand)
|
|
20
|
-
.de(de_GetHealthCheckStatusCommand)
|
|
14
|
+
.sc(GetHealthCheckStatus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetHostedZoneCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetHostedZone", {})
|
|
19
14
|
.n("Route53Client", "GetHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetHostedZoneCommand)
|
|
22
|
-
.de(de_GetHostedZoneCommand)
|
|
15
|
+
.sc(GetHostedZone)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetHostedZoneCount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetHostedZoneCountCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSDnsV20130401", "GetHostedZoneCount", {})
|
|
17
13
|
.n("Route53Client", "GetHostedZoneCountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetHostedZoneCountCommand)
|
|
20
|
-
.de(de_GetHostedZoneCountCommand)
|
|
14
|
+
.sc(GetHostedZoneCount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetHostedZoneLimit } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetHostedZoneLimitCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetHostedZoneLimit", {})
|
|
19
14
|
.n("Route53Client", "GetHostedZoneLimitCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetHostedZoneLimitCommand)
|
|
22
|
-
.de(de_GetHostedZoneLimitCommand)
|
|
15
|
+
.sc(GetHostedZoneLimit)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetQueryLoggingConfig } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetQueryLoggingConfigCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetQueryLoggingConfig", {})
|
|
19
14
|
.n("Route53Client", "GetQueryLoggingConfigCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetQueryLoggingConfigCommand)
|
|
22
|
-
.de(de_GetQueryLoggingConfigCommand)
|
|
15
|
+
.sc(GetQueryLoggingConfig)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetReusableDelegationSet } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetReusableDelegationSetCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetReusableDelegationSet", {})
|
|
19
14
|
.n("Route53Client", "GetReusableDelegationSetCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetReusableDelegationSetCommand)
|
|
22
|
-
.de(de_GetReusableDelegationSetCommand)
|
|
15
|
+
.sc(GetReusableDelegationSet)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
2
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
-
import {
|
|
5
|
+
import { GetReusableDelegationSetLimit } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetReusableDelegationSetLimitCommand extends $Command
|
|
9
8
|
.classBuilder()
|
|
10
9
|
.ep(commonParams)
|
|
11
10
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
getIdNormalizerPlugin(config),
|
|
16
|
-
];
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
17
12
|
})
|
|
18
13
|
.s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {})
|
|
19
14
|
.n("Route53Client", "GetReusableDelegationSetLimitCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetReusableDelegationSetLimitCommand)
|
|
22
|
-
.de(de_GetReusableDelegationSetLimitCommand)
|
|
15
|
+
.sc(GetReusableDelegationSetLimit)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|