@aws-sdk/client-route-53 3.649.0 → 3.650.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 +70 -210
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +1 -3
- package/dist-es/commands/ChangeCidrCollectionCommand.js +1 -3
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +1 -3
- package/dist-es/commands/ChangeTagsForResourceCommand.js +1 -3
- package/dist-es/commands/CreateCidrCollectionCommand.js +1 -3
- package/dist-es/commands/CreateHealthCheckCommand.js +1 -3
- package/dist-es/commands/CreateHostedZoneCommand.js +1 -3
- package/dist-es/commands/CreateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +1 -3
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +1 -3
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/DeleteCidrCollectionCommand.js +1 -3
- package/dist-es/commands/DeleteHealthCheckCommand.js +1 -3
- package/dist-es/commands/DeleteHostedZoneCommand.js +1 -3
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +1 -3
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -3
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +1 -3
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +1 -3
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +1 -3
- package/dist-es/commands/GetAccountLimitCommand.js +1 -3
- package/dist-es/commands/GetChangeCommand.js +1 -3
- package/dist-es/commands/GetCheckerIpRangesCommand.js +1 -3
- package/dist-es/commands/GetDNSSECCommand.js +1 -3
- package/dist-es/commands/GetGeoLocationCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckCountCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +1 -3
- package/dist-es/commands/GetHealthCheckStatusCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneCountCommand.js +1 -3
- package/dist-es/commands/GetHostedZoneLimitCommand.js +1 -3
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +1 -3
- package/dist-es/commands/GetReusableDelegationSetCommand.js +1 -3
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +1 -3
- package/dist-es/commands/ListCidrBlocksCommand.js +1 -3
- package/dist-es/commands/ListCidrCollectionsCommand.js +1 -3
- package/dist-es/commands/ListCidrLocationsCommand.js +1 -3
- package/dist-es/commands/ListGeoLocationsCommand.js +1 -3
- package/dist-es/commands/ListHealthChecksCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesByNameCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +1 -3
- package/dist-es/commands/ListHostedZonesCommand.js +1 -3
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +1 -3
- package/dist-es/commands/ListResourceRecordSetsCommand.js +1 -3
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourcesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPoliciesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +1 -3
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +1 -3
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +1 -3
- package/dist-es/commands/TestDNSAnswerCommand.js +1 -3
- package/dist-es/commands/UpdateHealthCheckCommand.js +1 -3
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +1 -3
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +1 -3
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -7,9 +7,7 @@ import { de_ListHostedZonesCommand, se_ListHostedZonesCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListHostedZonesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListQueryLoggingConfigsCommand, se_ListQueryLoggingConfigsCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListQueryLoggingConfigsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListResourceRecordSetsCommand, se_ListResourceRecordSetsCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListResourceRecordSetsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReusableDelegationSetsCommand, se_ListReusableDelegationSetsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReusableDelegationSetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTrafficPoliciesCommand, se_ListTrafficPoliciesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTrafficPoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTrafficPolicyInstancesByHostedZoneCommand, se_ListTrafficPolicyI
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTrafficPolicyInstancesByPolicyCommand, se_ListTrafficPolicyInsta
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTrafficPolicyInstancesByPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTrafficPolicyInstancesCommand, se_ListTrafficPolicyInstancesComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTrafficPolicyInstancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTrafficPolicyVersionsCommand, se_ListTrafficPolicyVersionsComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTrafficPolicyVersionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListVPCAssociationAuthorizationsCommand, se_ListVPCAssociationAuthor
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListVPCAssociationAuthorizationsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TestDNSAnswerCommand, se_TestDNSAnswerCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TestDNSAnswerCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateHealthCheckCommand, se_UpdateHealthCheckCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateHealthCheckCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateHostedZoneCommentCommand, se_UpdateHostedZoneCommentCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateHostedZoneCommentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateTrafficPolicyCommentCommand, se_UpdateTrafficPolicyCommentComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateTrafficPolicyCommentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateTrafficPolicyInstanceCommand, se_UpdateTrafficPolicyInstanceCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateTrafficPolicyInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|