@aws-sdk/client-applicationcostprofiler 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 +6 -18
- package/dist-es/commands/DeleteReportDefinitionCommand.js +1 -3
- package/dist-es/commands/GetReportDefinitionCommand.js +1 -3
- package/dist-es/commands/ImportApplicationUsageCommand.js +1 -3
- package/dist-es/commands/ListReportDefinitionsCommand.js +1 -3
- package/dist-es/commands/PutReportDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateReportDefinitionCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -608,9 +608,7 @@ var _mR = "maxResults";
|
|
|
608
608
|
var _nT = "nextToken";
|
|
609
609
|
|
|
610
610
|
// src/commands/DeleteReportDefinitionCommand.ts
|
|
611
|
-
var _DeleteReportDefinitionCommand = class _DeleteReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
612
|
-
...commonParams
|
|
613
|
-
}).m(function(Command, cs, config, o) {
|
|
611
|
+
var _DeleteReportDefinitionCommand = class _DeleteReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
614
612
|
return [
|
|
615
613
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
616
614
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -624,9 +622,7 @@ var DeleteReportDefinitionCommand = _DeleteReportDefinitionCommand;
|
|
|
624
622
|
|
|
625
623
|
|
|
626
624
|
|
|
627
|
-
var _GetReportDefinitionCommand = class _GetReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
628
|
-
...commonParams
|
|
629
|
-
}).m(function(Command, cs, config, o) {
|
|
625
|
+
var _GetReportDefinitionCommand = class _GetReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
630
626
|
return [
|
|
631
627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
632
628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -640,9 +636,7 @@ var GetReportDefinitionCommand = _GetReportDefinitionCommand;
|
|
|
640
636
|
|
|
641
637
|
|
|
642
638
|
|
|
643
|
-
var _ImportApplicationUsageCommand = class _ImportApplicationUsageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
644
|
-
...commonParams
|
|
645
|
-
}).m(function(Command, cs, config, o) {
|
|
639
|
+
var _ImportApplicationUsageCommand = class _ImportApplicationUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
646
640
|
return [
|
|
647
641
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
648
642
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -656,9 +650,7 @@ var ImportApplicationUsageCommand = _ImportApplicationUsageCommand;
|
|
|
656
650
|
|
|
657
651
|
|
|
658
652
|
|
|
659
|
-
var _ListReportDefinitionsCommand = class _ListReportDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
660
|
-
...commonParams
|
|
661
|
-
}).m(function(Command, cs, config, o) {
|
|
653
|
+
var _ListReportDefinitionsCommand = class _ListReportDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
662
654
|
return [
|
|
663
655
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
664
656
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -672,9 +664,7 @@ var ListReportDefinitionsCommand = _ListReportDefinitionsCommand;
|
|
|
672
664
|
|
|
673
665
|
|
|
674
666
|
|
|
675
|
-
var _PutReportDefinitionCommand = class _PutReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
676
|
-
...commonParams
|
|
677
|
-
}).m(function(Command, cs, config, o) {
|
|
667
|
+
var _PutReportDefinitionCommand = class _PutReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
678
668
|
return [
|
|
679
669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
680
670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -688,9 +678,7 @@ var PutReportDefinitionCommand = _PutReportDefinitionCommand;
|
|
|
688
678
|
|
|
689
679
|
|
|
690
680
|
|
|
691
|
-
var _UpdateReportDefinitionCommand = class _UpdateReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
692
|
-
...commonParams
|
|
693
|
-
}).m(function(Command, cs, config, o) {
|
|
681
|
+
var _UpdateReportDefinitionCommand = class _UpdateReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
694
682
|
return [
|
|
695
683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
696
684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteReportDefinitionCommand, se_DeleteReportDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteReportDefinitionCommand 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_GetReportDefinitionCommand, se_GetReportDefinitionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetReportDefinitionCommand 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_ImportApplicationUsageCommand, se_ImportApplicationUsageCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ImportApplicationUsageCommand 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_ListReportDefinitionsCommand, se_ListReportDefinitionsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReportDefinitionsCommand 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_PutReportDefinitionCommand, se_PutReportDefinitionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutReportDefinitionCommand 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_UpdateReportDefinitionCommand, se_UpdateReportDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateReportDefinitionCommand 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-applicationcostprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Applicationcostprofiler 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-applicationcostprofiler",
|
|
@@ -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
|
-
}
|