@aws-sdk/client-cost-optimization-hub 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 +7 -21
- package/dist-es/commands/GetPreferencesCommand.js +1 -3
- package/dist-es/commands/GetRecommendationCommand.js +1 -3
- package/dist-es/commands/ListEnrollmentStatusesCommand.js +1 -3
- package/dist-es/commands/ListRecommendationSummariesCommand.js +1 -3
- package/dist-es/commands/ListRecommendationsCommand.js +1 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +1 -3
- package/dist-es/commands/UpdatePreferencesCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1030,9 +1030,7 @@ function sharedHeaders(operation) {
|
|
|
1030
1030
|
__name(sharedHeaders, "sharedHeaders");
|
|
1031
1031
|
|
|
1032
1032
|
// src/commands/GetPreferencesCommand.ts
|
|
1033
|
-
var _GetPreferencesCommand = class _GetPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1034
|
-
...commonParams
|
|
1035
|
-
}).m(function(Command, cs, config, o) {
|
|
1033
|
+
var _GetPreferencesCommand = class _GetPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1036
1034
|
return [
|
|
1037
1035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1038
1036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1046,9 +1044,7 @@ var GetPreferencesCommand = _GetPreferencesCommand;
|
|
|
1046
1044
|
|
|
1047
1045
|
|
|
1048
1046
|
|
|
1049
|
-
var _GetRecommendationCommand = class _GetRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1050
|
-
...commonParams
|
|
1051
|
-
}).m(function(Command, cs, config, o) {
|
|
1047
|
+
var _GetRecommendationCommand = class _GetRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1052
1048
|
return [
|
|
1053
1049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1054
1050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1062,9 +1058,7 @@ var GetRecommendationCommand = _GetRecommendationCommand;
|
|
|
1062
1058
|
|
|
1063
1059
|
|
|
1064
1060
|
|
|
1065
|
-
var _ListEnrollmentStatusesCommand = class _ListEnrollmentStatusesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1066
|
-
...commonParams
|
|
1067
|
-
}).m(function(Command, cs, config, o) {
|
|
1061
|
+
var _ListEnrollmentStatusesCommand = class _ListEnrollmentStatusesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1068
1062
|
return [
|
|
1069
1063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1070
1064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1078,9 +1072,7 @@ var ListEnrollmentStatusesCommand = _ListEnrollmentStatusesCommand;
|
|
|
1078
1072
|
|
|
1079
1073
|
|
|
1080
1074
|
|
|
1081
|
-
var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1082
|
-
...commonParams
|
|
1083
|
-
}).m(function(Command, cs, config, o) {
|
|
1075
|
+
var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1084
1076
|
return [
|
|
1085
1077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1086
1078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1094,9 +1086,7 @@ var ListRecommendationsCommand = _ListRecommendationsCommand;
|
|
|
1094
1086
|
|
|
1095
1087
|
|
|
1096
1088
|
|
|
1097
|
-
var _ListRecommendationSummariesCommand = class _ListRecommendationSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1098
|
-
...commonParams
|
|
1099
|
-
}).m(function(Command, cs, config, o) {
|
|
1089
|
+
var _ListRecommendationSummariesCommand = class _ListRecommendationSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1100
1090
|
return [
|
|
1101
1091
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1102
1092
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1110,9 +1100,7 @@ var ListRecommendationSummariesCommand = _ListRecommendationSummariesCommand;
|
|
|
1110
1100
|
|
|
1111
1101
|
|
|
1112
1102
|
|
|
1113
|
-
var _UpdateEnrollmentStatusCommand = class _UpdateEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1114
|
-
...commonParams
|
|
1115
|
-
}).m(function(Command, cs, config, o) {
|
|
1103
|
+
var _UpdateEnrollmentStatusCommand = class _UpdateEnrollmentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1116
1104
|
return [
|
|
1117
1105
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1118
1106
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1126,9 +1114,7 @@ var UpdateEnrollmentStatusCommand = _UpdateEnrollmentStatusCommand;
|
|
|
1126
1114
|
|
|
1127
1115
|
|
|
1128
1116
|
|
|
1129
|
-
var _UpdatePreferencesCommand = class _UpdatePreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1130
|
-
...commonParams
|
|
1131
|
-
}).m(function(Command, cs, config, o) {
|
|
1117
|
+
var _UpdatePreferencesCommand = class _UpdatePreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1132
1118
|
return [
|
|
1133
1119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1134
1120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_GetPreferencesCommand, se_GetPreferencesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPreferencesCommand 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_GetRecommendationCommand, se_GetRecommendationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecommendationCommand 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_ListEnrollmentStatusesCommand, se_ListEnrollmentStatusesCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEnrollmentStatusesCommand 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_ListRecommendationSummariesCommand, se_ListRecommendationSummariesCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRecommendationSummariesCommand 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_ListRecommendationsCommand, se_ListRecommendationsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRecommendationsCommand 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_UpdateEnrollmentStatusCommand, se_UpdateEnrollmentStatusCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateEnrollmentStatusCommand 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_UpdatePreferencesCommand, se_UpdatePreferencesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePreferencesCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-optimization-hub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Optimization Hub 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-cost-optimization-hub",
|
|
@@ -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",
|