Skip to content

Commit

Permalink
Release v1.51.10 (2024-03-28) (#5212)
Browse files Browse the repository at this point in the history
Release v1.51.10 (2024-03-28)
===

### Service Client Updates
* `service/compute-optimizer`: Updates service API and documentation
* `service/ec2`: Updates service API
  * Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
* `service/eks`: Updates service API
* `service/guardduty`: Updates service API and documentation
  * Add EC2 support for GuardDuty Runtime Monitoring auto management.
* `service/oam`: Updates service API
* `service/quicksight`: Updates service API and documentation
  * Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.
  • Loading branch information
aws-sdk-go-automation committed Mar 28, 2024
1 parent 1f60add commit f4c2ec6
Show file tree
Hide file tree
Showing 20 changed files with 423 additions and 94 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.51.10 (2024-03-28)
===

### Service Client Updates
* `service/compute-optimizer`: Updates service API and documentation
* `service/ec2`: Updates service API
* Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
* `service/eks`: Updates service API
* `service/guardduty`: Updates service API and documentation
* Add EC2 support for GuardDuty Runtime Monitoring auto management.
* `service/oam`: Updates service API
* `service/quicksight`: Updates service API and documentation
* Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.

Release v1.51.9 (2024-03-27)
===

Expand Down
14 changes: 14 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.9"
const SDKVersion = "1.51.10"
6 changes: 5 additions & 1 deletion models/apis/compute-optimizer/2019-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,12 +616,16 @@
"enum":[
"PERCENT_30",
"PERCENT_20",
"PERCENT_10",
"PERCENT_0"
]
},
"CustomizableMetricName":{
"type":"string",
"enum":["CpuUtilization"]
"enum":[
"CpuUtilization",
"MemoryUtilization"
]
},
"CustomizableMetricParameters":{
"type":"structure",
Expand Down
14 changes: 7 additions & 7 deletions models/apis/compute-optimizer/2019-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@
"CustomizableMetricHeadroom": {
"base": null,
"refs": {
"CustomizableMetricParameters$headroom": "<p> The headroom threshold value in percentage used for the specified metric parameter. </p>"
"CustomizableMetricParameters$headroom": "<p> The headroom value in percentage used for the specified metric parameter. </p> <p>The following lists the valid values for CPU and memory utilization.</p> <ul> <li> <p>CPU utilization: <code>PERCENT_30 | PERCENT_20 | PERCENT_0</code> </p> </li> <li> <p>Memory utilization: <code>PERCENT_30 | PERCENT_20 | PERCENT_10</code> </p> </li> </ul>"
}
},
"CustomizableMetricName": {
"base": null,
"refs": {
"UtilizationPreference$metricName": "<p> The name of the resource utilization metric name to customize. </p> <note> <p>Compute Optimizer only supports <code>CpuUtilization</code>.</p> </note>"
"UtilizationPreference$metricName": "<p> The name of the resource utilization metric name to customize. </p>"
}
},
"CustomizableMetricParameters": {
Expand All @@ -260,7 +260,7 @@
"CustomizableMetricThreshold": {
"base": null,
"refs": {
"CustomizableMetricParameters$threshold": "<p> The threshold value used for the specified metric parameter. </p>"
"CustomizableMetricParameters$threshold": "<p> The threshold value used for the specified metric parameter. </p> <note> <p>You can only specify the threshold value for CPU utilization.</p> </note>"
}
},
"DeleteRecommendationPreferencesRequest": {
Expand Down Expand Up @@ -2243,10 +2243,10 @@
"UtilizationPreferences": {
"base": null,
"refs": {
"EffectiveRecommendationPreferences$utilizationPreferences": "<p> The resource’s CPU utilization threshold preferences, such as threshold and headroom, that are used to generate rightsizing recommendations. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>",
"GetEffectiveRecommendationPreferencesResponse$utilizationPreferences": "<p> The resource’s CPU utilization threshold preferences, such as threshold and headroom, that were used to generate rightsizing recommendations. It considers all applicable preferences that you set at the resource, account, and organization level. </p> <p>To validate that the preference is applied to your last generated set of recommendations, review the <code>effectiveRecommendationPreferences</code> value in the response of the GetAutoScalingGroupRecommendations or GetEC2InstanceRecommendations actions.</p>",
"PutRecommendationPreferencesRequest$utilizationPreferences": "<p> The preference to control the resource’s CPU utilization thresholds - threshold and headroom. When this preference isn't specified, we use the following default values: </p> <ul> <li> <p> <code>P99_5</code> for threshold</p> </li> <li> <p> <code>PERCENT_17</code> for headroom</p> </li> </ul> <note> <p>You can only set this preference for the Amazon EC2 instance resource type.</p> </note>",
"RecommendationPreferencesDetail$utilizationPreferences": "<p> The preference to control the resource’s CPU utilization thresholds - threshold and headroom. If the preference isn’t set, this object is null. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
"EffectiveRecommendationPreferences$utilizationPreferences": "<p> The resource’s CPU and memory utilization preferences, such as threshold and headroom, that are used to generate rightsizing recommendations. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>",
"GetEffectiveRecommendationPreferencesResponse$utilizationPreferences": "<p> The resource’s CPU and memory utilization preferences, such as threshold and headroom, that were used to generate rightsizing recommendations. It considers all applicable preferences that you set at the resource, account, and organization level. </p> <p>To validate that the preference is applied to your last generated set of recommendations, review the <code>effectiveRecommendationPreferences</code> value in the response of the GetAutoScalingGroupRecommendations or GetEC2InstanceRecommendations actions.</p>",
"PutRecommendationPreferencesRequest$utilizationPreferences": "<p> The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. When this preference isn't specified, we use the following default values. </p> <p>CPU utilization:</p> <ul> <li> <p> <code>P99_5</code> for threshold</p> </li> <li> <p> <code>PERCENT_20</code> for headroom</p> </li> </ul> <p>Memory utilization:</p> <ul> <li> <p> <code>PERCENT_20</code> for headroom</p> </li> </ul> <note> <ul> <li> <p>You can only set CPU and memory utilization preferences for the Amazon EC2 instance resource type.</p> </li> <li> <p>The threshold setting isn’t available for memory utilization.</p> </li> </ul> </note>",
"RecommendationPreferencesDetail$utilizationPreferences": "<p> The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. If the preference isn’t set, this object is null. </p> <note> <p>This preference is only available for the Amazon EC2 instance resource type.</p> </note>"
}
},
"Value": {
Expand Down
5 changes: 4 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28556,7 +28556,10 @@
"r7i.metal-24xl",
"r7i.metal-48xl",
"r7iz.metal-16xl",
"r7iz.metal-32xl"
"r7iz.metal-32xl",
"c7gd.metal",
"m7gd.metal",
"r7gd.metal"
]
},
"InstanceTypeHypervisor":{
Expand Down
4 changes: 3 additions & 1 deletion models/apis/eks/2017-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,9 @@
"SourceEc2LaunchTemplateNotFound",
"LimitExceeded",
"Unknown",
"AutoScalingGroupInstanceRefreshActive"
"AutoScalingGroupInstanceRefreshActive",
"KubernetesLabelInvalid",
"Ec2LaunchTemplateVersionMaxLimitExceeded"
]
},
"NodegroupResources":{
Expand Down
30 changes: 28 additions & 2 deletions models/apis/guardduty/2017-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,8 @@
"type":"string",
"enum":[
"EKS_ADDON_MANAGEMENT",
"ECS_FARGATE_AGENT_MANAGEMENT"
"ECS_FARGATE_AGENT_MANAGEMENT",
"EC2_AGENT_MANAGEMENT"
]
},
"FeatureStatus":{
Expand Down Expand Up @@ -5406,7 +5407,8 @@
"type":"string",
"enum":[
"EKS_ADDON_MANAGEMENT",
"ECS_FARGATE_AGENT_MANAGEMENT"
"ECS_FARGATE_AGENT_MANAGEMENT",
"EC2_AGENT_MANAGEMENT"
]
},
"OrgFeatureStatus":{
Expand Down Expand Up @@ -6202,6 +6204,26 @@
"MemoryRegions":{
"shape":"MemoryRegionsList",
"locationName":"memoryRegions"
},
"ToolName":{
"shape":"String",
"locationName":"toolName"
},
"ToolCategory":{
"shape":"String",
"locationName":"toolCategory"
},
"ServiceName":{
"shape":"String",
"locationName":"serviceName"
},
"CommandLineExample":{
"shape":"String",
"locationName":"commandLineExample"
},
"ThreatFilePath":{
"shape":"String",
"locationName":"threatFilePath"
}
}
},
Expand Down Expand Up @@ -6872,6 +6894,10 @@
"ThreatNames":{
"shape":"ThreatNames",
"locationName":"threatNames"
},
"ThreatFileSha256":{
"shape":"String",
"locationName":"threatFileSha256"
}
}
},
Expand Down
Loading

0 comments on commit f4c2ec6

Please sign in to comment.