@aws-sdk/client-cost-optimization-hub 3.775.0 → 3.782.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-types/commands/GetPreferencesCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommendationCommand.d.ts +1 -0
- package/dist-types/commands/ListEnrollmentStatusesCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommendationSummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -70,6 +70,7 @@ declare const GetPreferencesCommand_base: {
|
|
|
70
70
|
* @throws {@link CostOptimizationHubServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetPreferencesCommand extends GetPreferencesCommand_base {
|
|
@@ -676,6 +676,7 @@ declare const GetRecommendationCommand_base: {
|
|
|
676
676
|
* @throws {@link CostOptimizationHubServiceException}
|
|
677
677
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
678
678
|
*
|
|
679
|
+
*
|
|
679
680
|
* @public
|
|
680
681
|
*/
|
|
681
682
|
export declare class GetRecommendationCommand extends GetRecommendationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListEnrollmentStatusesCommand_base: {
|
|
|
81
81
|
* @throws {@link CostOptimizationHubServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListEnrollmentStatusesCommand extends ListEnrollmentStatusesCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const ListRecommendationSummariesCommand_base: {
|
|
|
125
125
|
* @throws {@link CostOptimizationHubServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class ListRecommendationSummariesCommand extends ListRecommendationSummariesCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const ListRecommendationsCommand_base: {
|
|
|
138
138
|
* @throws {@link CostOptimizationHubServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateEnrollmentStatusCommand_base: {
|
|
|
75
75
|
* @throws {@link CostOptimizationHubServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateEnrollmentStatusCommand extends UpdateEnrollmentStatusCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdatePreferencesCommand_base: {
|
|
|
72
72
|
* @throws {@link CostOptimizationHubServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from CostOptimizationHub service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdatePreferencesCommand extends UpdatePreferencesCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|