@aws-sdk/client-compute-optimizer 3.623.0 → 3.629.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.
@@ -2397,7 +2397,7 @@ export interface ECSServiceRecommendationFilter {
2397
2397
  * <ul>
2398
2398
  * <li>
2399
2399
  * <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify
2400
- * <code>Optimized</code>, <code>NotOptimized</code>, or <code>Unavailable</code>.</p>
2400
+ * <code>Optimized</code>, <code>Underprovisioned</code>, or <code>Overprovisioned</code>.</p>
2401
2401
  * </li>
2402
2402
  * <li>
2403
2403
  * <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify
@@ -8023,8 +8023,17 @@ export interface PutRecommendationPreferencesRequest {
8023
8023
  * The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.
8024
8024
  * When this preference isn't specified, we use the default value <code>DAYS_14</code>.
8025
8025
  * </p>
8026
+ * <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.
8027
+ * </p>
8026
8028
  * <note>
8027
- * <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p>
8029
+ * <ul>
8030
+ * <li>
8031
+ * <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p>
8032
+ * </li>
8033
+ * <li>
8034
+ * <p>Auto Scaling group lookback preferences can only be set at the resource level.</p>
8035
+ * </li>
8036
+ * </ul>
8028
8037
  * </note>
8029
8038
  * @public
8030
8039
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.623.0",
4
+ "version": "3.629.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-compute-optimizer",
@@ -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.623.0",
24
- "@aws-sdk/client-sts": "3.623.0",
25
- "@aws-sdk/core": "3.623.0",
26
- "@aws-sdk/credential-provider-node": "3.623.0",
23
+ "@aws-sdk/client-sso-oidc": "3.629.0",
24
+ "@aws-sdk/client-sts": "3.629.0",
25
+ "@aws-sdk/core": "3.629.0",
26
+ "@aws-sdk/credential-provider-node": "3.629.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",