@aws-sdk/client-route-53 3.929.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 +35 -36
- 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,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 { UpdateHealthCheck } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateHealthCheckCommand 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", "UpdateHealthCheck", {})
|
|
17
13
|
.n("Route53Client", "UpdateHealthCheckCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateHealthCheckCommand)
|
|
20
|
-
.de(de_UpdateHealthCheckCommand)
|
|
14
|
+
.sc(UpdateHealthCheck)
|
|
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 { UpdateHostedZoneComment } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateHostedZoneCommentCommand 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", "UpdateHostedZoneComment", {})
|
|
19
14
|
.n("Route53Client", "UpdateHostedZoneCommentCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_UpdateHostedZoneCommentCommand)
|
|
22
|
-
.de(de_UpdateHostedZoneCommentCommand)
|
|
15
|
+
.sc(UpdateHostedZoneComment)
|
|
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 { UpdateTrafficPolicyComment } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateTrafficPolicyCommentCommand 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", "UpdateTrafficPolicyComment", {})
|
|
19
14
|
.n("Route53Client", "UpdateTrafficPolicyCommentCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_UpdateTrafficPolicyCommentCommand)
|
|
22
|
-
.de(de_UpdateTrafficPolicyCommentCommand)
|
|
15
|
+
.sc(UpdateTrafficPolicyComment)
|
|
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 { UpdateTrafficPolicyInstance } from "../schemas/schemas_0";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class UpdateTrafficPolicyInstanceCommand 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", "UpdateTrafficPolicyInstance", {})
|
|
19
14
|
.n("Route53Client", "UpdateTrafficPolicyInstanceCommand")
|
|
20
|
-
.
|
|
21
|
-
.ser(se_UpdateTrafficPolicyInstanceCommand)
|
|
22
|
-
.de(de_UpdateTrafficPolicyInstanceCommand)
|
|
15
|
+
.sc(UpdateTrafficPolicyInstance)
|
|
23
16
|
.build() {
|
|
24
17
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,11 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsRestXmlProtocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.route53",
|
|
29
|
+
xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
|
|
30
|
+
}),
|
|
25
31
|
serviceId: config?.serviceId ?? "Route 53",
|
|
26
32
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
33
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|