@aws-sdk/client-route53profiles 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/commands/AssociateProfileCommand.js +1 -3
- package/dist-cjs/commands/AssociateResourceToProfileCommand.js +1 -3
- package/dist-cjs/commands/CreateProfileCommand.js +1 -3
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -3
- package/dist-cjs/commands/DisassociateProfileCommand.js +1 -3
- package/dist-cjs/commands/DisassociateResourceFromProfileCommand.js +1 -3
- package/dist-cjs/commands/GetProfileAssociationCommand.js +1 -3
- package/dist-cjs/commands/GetProfileCommand.js +1 -3
- package/dist-cjs/commands/GetProfileResourceAssociationCommand.js +1 -3
- package/dist-cjs/commands/ListProfileAssociationsCommand.js +1 -3
- package/dist-cjs/commands/ListProfileResourceAssociationsCommand.js +1 -3
- package/dist-cjs/commands/ListProfilesCommand.js +1 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-cjs/commands/TagResourceCommand.js +1 -3
- package/dist-cjs/commands/UntagResourceCommand.js +1 -3
- package/dist-cjs/commands/UpdateProfileResourceAssociationCommand.js +1 -3
- package/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-es/commands/AssociateProfileCommand.js +1 -3
- package/dist-es/commands/AssociateResourceToProfileCommand.js +1 -3
- package/dist-es/commands/CreateProfileCommand.js +1 -3
- package/dist-es/commands/DeleteProfileCommand.js +1 -3
- package/dist-es/commands/DisassociateProfileCommand.js +1 -3
- package/dist-es/commands/DisassociateResourceFromProfileCommand.js +1 -3
- package/dist-es/commands/GetProfileAssociationCommand.js +1 -3
- package/dist-es/commands/GetProfileCommand.js +1 -3
- package/dist-es/commands/GetProfileResourceAssociationCommand.js +1 -3
- package/dist-es/commands/ListProfileAssociationsCommand.js +1 -3
- package/dist-es/commands/ListProfileResourceAssociationsCommand.js +1 -3
- package/dist-es/commands/ListProfilesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateProfileResourceAssociationCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class AssociateProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class AssociateResourceToProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class CreateProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class DeleteProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class DisassociateProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class DisassociateResourceFromProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class GetProfileAssociationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class GetProfileCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class GetProfileResourceAssociationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class ListProfileAssociationsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class ListProfileResourceAssociationsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class ListProfilesCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class TagResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UpdateProfileResourceAssociationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
@@ -6,9 +6,7 @@ import { de_AssociateProfileCommand, se_AssociateProfileCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateProfileCommand 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_AssociateResourceToProfileCommand, se_AssociateResourceToProfileComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResourceToProfileCommand 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_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateProfileCommand 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_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProfileCommand 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_DisassociateProfileCommand, se_DisassociateProfileCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateProfileCommand 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_DisassociateResourceFromProfileCommand, se_DisassociateResourceFromP
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResourceFromProfileCommand 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_GetProfileAssociationCommand, se_GetProfileAssociationCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProfileAssociationCommand 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_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProfileCommand 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_GetProfileResourceAssociationCommand, se_GetProfileResourceAssociati
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProfileResourceAssociationCommand 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_ListProfileAssociationsCommand, se_ListProfileAssociationsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfileAssociationsCommand 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_ListProfileResourceAssociationsCommand, se_ListProfileResourceAssoci
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfileResourceAssociationsCommand 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_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfilesCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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_UpdateProfileResourceAssociationCommand, se_UpdateProfileResourceAss
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateProfileResourceAssociationCommand 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),
|
|
@@ -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-route53profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53profiles 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": "tsc -p tsconfig.cjs.json",
|
|
@@ -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
|
-
}
|