@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 { GetTrafficPolicy } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetTrafficPolicyCommand 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", "GetTrafficPolicy", {})
|
|
19
14
|
.n("Route53Client", "GetTrafficPolicyCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetTrafficPolicyCommand)
|
|
22
|
-
.de(de_GetTrafficPolicyCommand)
|
|
15
|
+
.sc(GetTrafficPolicy)
|
|
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 { GetTrafficPolicyInstance } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetTrafficPolicyInstanceCommand 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", "GetTrafficPolicyInstance", {})
|
|
19
14
|
.n("Route53Client", "GetTrafficPolicyInstanceCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_GetTrafficPolicyInstanceCommand)
|
|
22
|
-
.de(de_GetTrafficPolicyInstanceCommand)
|
|
15
|
+
.sc(GetTrafficPolicyInstance)
|
|
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 { GetTrafficPolicyInstanceCount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTrafficPolicyInstanceCountCommand 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", "GetTrafficPolicyInstanceCount", {})
|
|
17
13
|
.n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTrafficPolicyInstanceCountCommand)
|
|
20
|
-
.de(de_GetTrafficPolicyInstanceCountCommand)
|
|
14
|
+
.sc(GetTrafficPolicyInstanceCount)
|
|
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 { ListCidrBlocks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCidrBlocksCommand 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", "ListCidrBlocks", {})
|
|
17
13
|
.n("Route53Client", "ListCidrBlocksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCidrBlocksCommand)
|
|
20
|
-
.de(de_ListCidrBlocksCommand)
|
|
14
|
+
.sc(ListCidrBlocks)
|
|
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 { ListCidrCollections } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCidrCollectionsCommand 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", "ListCidrCollections", {})
|
|
17
13
|
.n("Route53Client", "ListCidrCollectionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCidrCollectionsCommand)
|
|
20
|
-
.de(de_ListCidrCollectionsCommand)
|
|
14
|
+
.sc(ListCidrCollections)
|
|
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 { ListCidrLocations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCidrLocationsCommand 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", "ListCidrLocations", {})
|
|
17
13
|
.n("Route53Client", "ListCidrLocationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCidrLocationsCommand)
|
|
20
|
-
.de(de_ListCidrLocationsCommand)
|
|
14
|
+
.sc(ListCidrLocations)
|
|
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 { ListGeoLocations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListGeoLocationsCommand 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", "ListGeoLocations", {})
|
|
17
13
|
.n("Route53Client", "ListGeoLocationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListGeoLocationsCommand)
|
|
20
|
-
.de(de_ListGeoLocationsCommand)
|
|
14
|
+
.sc(ListGeoLocations)
|
|
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 { ListHealthChecks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListHealthChecksCommand 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", "ListHealthChecks", {})
|
|
17
13
|
.n("Route53Client", "ListHealthChecksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListHealthChecksCommand)
|
|
20
|
-
.de(de_ListHealthChecksCommand)
|
|
14
|
+
.sc(ListHealthChecks)
|
|
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 { ListHostedZonesByName } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListHostedZonesByNameCommand 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", "ListHostedZonesByName", {})
|
|
19
14
|
.n("Route53Client", "ListHostedZonesByNameCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListHostedZonesByNameCommand)
|
|
22
|
-
.de(de_ListHostedZonesByNameCommand)
|
|
15
|
+
.sc(ListHostedZonesByName)
|
|
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 { ListHostedZonesByVPC } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListHostedZonesByVPCCommand 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", "ListHostedZonesByVPC", {})
|
|
17
13
|
.n("Route53Client", "ListHostedZonesByVPCCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListHostedZonesByVPCCommand)
|
|
20
|
-
.de(de_ListHostedZonesByVPCCommand)
|
|
14
|
+
.sc(ListHostedZonesByVPC)
|
|
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 { ListHostedZones } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListHostedZonesCommand 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", "ListHostedZones", {})
|
|
19
14
|
.n("Route53Client", "ListHostedZonesCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListHostedZonesCommand)
|
|
22
|
-
.de(de_ListHostedZonesCommand)
|
|
15
|
+
.sc(ListHostedZones)
|
|
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 { ListQueryLoggingConfigs } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListQueryLoggingConfigsCommand 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", "ListQueryLoggingConfigs", {})
|
|
19
14
|
.n("Route53Client", "ListQueryLoggingConfigsCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListQueryLoggingConfigsCommand)
|
|
22
|
-
.de(de_ListQueryLoggingConfigsCommand)
|
|
15
|
+
.sc(ListQueryLoggingConfigs)
|
|
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 { ListResourceRecordSets } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListResourceRecordSetsCommand 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", "ListResourceRecordSets", {})
|
|
19
14
|
.n("Route53Client", "ListResourceRecordSetsCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListResourceRecordSetsCommand)
|
|
22
|
-
.de(de_ListResourceRecordSetsCommand)
|
|
15
|
+
.sc(ListResourceRecordSets)
|
|
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 { ListReusableDelegationSets } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListReusableDelegationSetsCommand 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", "ListReusableDelegationSets", {})
|
|
17
13
|
.n("Route53Client", "ListReusableDelegationSetsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListReusableDelegationSetsCommand)
|
|
20
|
-
.de(de_ListReusableDelegationSetsCommand)
|
|
14
|
+
.sc(ListReusableDelegationSets)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
17
13
|
.n("Route53Client", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
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 { ListTagsForResources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourcesCommand 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", "ListTagsForResources", {})
|
|
17
13
|
.n("Route53Client", "ListTagsForResourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourcesCommand)
|
|
20
|
-
.de(de_ListTagsForResourcesCommand)
|
|
14
|
+
.sc(ListTagsForResources)
|
|
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 { ListTrafficPolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrafficPoliciesCommand 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", "ListTrafficPolicies", {})
|
|
17
13
|
.n("Route53Client", "ListTrafficPoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrafficPoliciesCommand)
|
|
20
|
-
.de(de_ListTrafficPoliciesCommand)
|
|
14
|
+
.sc(ListTrafficPolicies)
|
|
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 { ListTrafficPolicyInstancesByHostedZone } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListTrafficPolicyInstancesByHostedZoneCommand 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", "ListTrafficPolicyInstancesByHostedZone", {})
|
|
19
14
|
.n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListTrafficPolicyInstancesByHostedZoneCommand)
|
|
22
|
-
.de(de_ListTrafficPolicyInstancesByHostedZoneCommand)
|
|
15
|
+
.sc(ListTrafficPolicyInstancesByHostedZone)
|
|
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 { ListTrafficPolicyInstancesByPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrafficPolicyInstancesByPolicyCommand 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", "ListTrafficPolicyInstancesByPolicy", {})
|
|
17
13
|
.n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrafficPolicyInstancesByPolicyCommand)
|
|
20
|
-
.de(de_ListTrafficPolicyInstancesByPolicyCommand)
|
|
14
|
+
.sc(ListTrafficPolicyInstancesByPolicy)
|
|
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 { ListTrafficPolicyInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTrafficPolicyInstancesCommand 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", "ListTrafficPolicyInstances", {})
|
|
17
13
|
.n("Route53Client", "ListTrafficPolicyInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTrafficPolicyInstancesCommand)
|
|
20
|
-
.de(de_ListTrafficPolicyInstancesCommand)
|
|
14
|
+
.sc(ListTrafficPolicyInstances)
|
|
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 { ListTrafficPolicyVersions } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListTrafficPolicyVersionsCommand 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", "ListTrafficPolicyVersions", {})
|
|
19
14
|
.n("Route53Client", "ListTrafficPolicyVersionsCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListTrafficPolicyVersionsCommand)
|
|
22
|
-
.de(de_ListTrafficPolicyVersionsCommand)
|
|
15
|
+
.sc(ListTrafficPolicyVersions)
|
|
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 { ListVPCAssociationAuthorizations } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class ListVPCAssociationAuthorizationsCommand 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", "ListVPCAssociationAuthorizations", {})
|
|
19
14
|
.n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_ListVPCAssociationAuthorizationsCommand)
|
|
22
|
-
.de(de_ListVPCAssociationAuthorizationsCommand)
|
|
15
|
+
.sc(ListVPCAssociationAuthorizations)
|
|
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 { TestDNSAnswer } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class TestDNSAnswerCommand 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", "TestDNSAnswer", {})
|
|
19
14
|
.n("Route53Client", "TestDNSAnswerCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_TestDNSAnswerCommand)
|
|
22
|
-
.de(de_TestDNSAnswerCommand)
|
|
15
|
+
.sc(TestDNSAnswer)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|