Skip to content

Commit

Permalink
docs(client-compute-optimizer): Doc only update for Compute Optimizer…
Browse files Browse the repository at this point in the history
… that fixes several customer-reported issues relating to ECS finding classifications
  • Loading branch information
awstools committed Aug 12, 2024
1 parent aee7efd commit 933816f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions clients/client-compute-optimizer/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ export interface ECSServiceRecommendationFilter {
* <ul>
* <li>
* <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify
* <code>Optimized</code>, <code>NotOptimized</code>, or <code>Unavailable</code>.</p>
* <code>Optimized</code>, <code>Underprovisioned</code>, or <code>Overprovisioned</code>.</p>
* </li>
* <li>
* <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify
Expand Down Expand Up @@ -8883,8 +8883,17 @@ export interface PutRecommendationPreferencesRequest {
* The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.
* When this preference isn't specified, we use the default value <code>DAYS_14</code>.
* </p>
* <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.
* </p>
* <note>
* <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p>
* <ul>
* <li>
* <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p>
* </li>
* <li>
* <p>Auto Scaling group lookback preferences can only be set at the resource level.</p>
* </li>
* </ul>
* </note>
* @public
*/
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/compute-optimizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@
"values": {
"target": "com.amazonaws.computeoptimizer#FilterValues",
"traits": {
"smithy.api#documentation": "<p>\n The value of the filter.\n </p>\n <p>The valid values for this parameter are as follows:</p>\n <ul>\n <li>\n <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify\n <code>Optimized</code>, <code>NotOptimized</code>, or <code>Unavailable</code>.</p>\n </li>\n <li>\n <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify\n <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, \n <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p>\n </li>\n </ul>"
"smithy.api#documentation": "<p>\n The value of the filter.\n </p>\n <p>The valid values for this parameter are as follows:</p>\n <ul>\n <li>\n <p>If you specify the <code>name</code> parameter as <code>Finding</code>, specify\n <code>Optimized</code>, <code>Underprovisioned</code>, or <code>Overprovisioned</code>.</p>\n </li>\n <li>\n <p>If you specify the <code>name</code> parameter as <code>FindingReasonCode</code>, specify\n <code>CPUUnderprovisioned</code>, <code>CPUOverprovisioned</code>, \n <code>MemoryUnderprovisioned</code>, or <code>MemoryOverprovisioned</code>.</p>\n </li>\n </ul>"
}
}
},
Expand Down Expand Up @@ -9361,7 +9361,7 @@
"lookBackPeriod": {
"target": "com.amazonaws.computeoptimizer#LookBackPeriodPreference",
"traits": {
"smithy.api#documentation": "<p>\n The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. \n When this preference isn't specified, we use the default value <code>DAYS_14</code>.\n </p>\n <note>\n <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.</p>\n </note>"
"smithy.api#documentation": "<p>\n The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed. \n When this preference isn't specified, we use the default value <code>DAYS_14</code>.\n </p>\n <p>You can only set this preference for the Amazon EC2 instance and Auto Scaling group resource types.\n </p>\n <note>\n <ul>\n <li>\n <p>Amazon EC2 instance lookback preferences can be set at the organization, account, and resource levels.</p>\n </li>\n <li>\n <p>Auto Scaling group lookback preferences can only be set at the resource level.</p>\n </li>\n </ul>\n </note>"
}
},
"utilizationPreferences": {
Expand Down

0 comments on commit 933816f

Please sign in to comment.