Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 28, 2024
1 parent 23eda9e commit 15df3ab
Show file tree
Hide file tree
Showing 34 changed files with 268 additions and 84 deletions.
42 changes: 42 additions & 0 deletions .changes/3.301.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "api-change",
"category": "EKS",
"description": "Add multiple customer error code to handle customer caused failure when managing EKS node groups"
},
{
"type": "api-change",
"category": "ComputeOptimizer",
"description": "This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization."
},
{
"type": "api-change",
"category": "NeptuneGraph",
"description": "Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes."
},
{
"type": "api-change",
"category": "QuickSight",
"description": "Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website."
},
{
"type": "api-change",
"category": "OAM",
"description": "This release adds support for sharing AWS::InternetMonitor::Monitor resources."
},
{
"type": "api-change",
"category": "EC2",
"description": "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."
},
{
"type": "api-change",
"category": "GuardDuty",
"description": "Add EC2 support for GuardDuty Runtime Monitoring auto management."
},
{
"type": "api-change",
"category": "CodeCatalyst",
"description": "This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst."
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## next release

* `Aws\EKS` - Add multiple customer error code to handle customer caused failure when managing EKS node groups
* `Aws\ComputeOptimizer` - This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization.
* `Aws\NeptuneGraph` - Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.
* `Aws\QuickSight` - Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.
* `Aws\OAM` - This release adds support for sharing AWS::InternetMonitor::Monitor resources.
* `Aws\EC2` - 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.
* `Aws\GuardDuty` - Add EC2 support for GuardDuty Runtime Monitoring auto management.
* `Aws\CodeCatalyst` - This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst.

## 3.301.9 - 2024-03-27

* `Aws\BedrockAgentRuntime` - This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
Expand Down
6 changes: 4 additions & 2 deletions src/data/codecatalyst/2022-09-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,9 @@
"type":"structure",
"members":{
"subscriptionType":{"shape":"String"},
"awsAccountName":{"shape":"NameString"}
"awsAccountName":{"shape":"NameString"},
"pendingSubscriptionType":{"shape":"String"},
"pendingSubscriptionStartTime":{"shape":"SyntheticTimestamp_date_time"}
}
},
"GetUserDetailsRequest":{
Expand All @@ -1560,7 +1562,7 @@
"type":"string",
"max":100,
"min":3,
"pattern":"[a-zA-Z0-9]{3,100}"
"pattern":"[a-zA-Z0-9_.-]{3,100}"
},
"GetUserDetailsResponse":{
"type":"structure",
Expand Down
2 changes: 1 addition & 1 deletion src/data/codecatalyst/2022-09-28/api-2.json.php

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/data/codecatalyst/2022-09-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
"refs": {
"CreateDevEnvironmentRequest$spaceName": "<p>The name of the space.</p>",
"CreateDevEnvironmentRequest$projectName": "<p>The name of the project in the space.</p>",
"CreateDevEnvironmentRequest$vpcConnectionName": "<p>The name of the connection to use connect to a Amazon VPC.</p>",
"CreateDevEnvironmentRequest$vpcConnectionName": "<p>The name of the connection that will be used to connect to Amazon VPC, if any.</p>",
"CreateDevEnvironmentResponse$spaceName": "<p>The name of the space.</p>",
"CreateDevEnvironmentResponse$projectName": "<p>The name of the project in the space.</p>",
"CreateDevEnvironmentResponse$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
Expand Down Expand Up @@ -1221,6 +1221,7 @@
"GetSpaceResponse$displayName": "<p>The friendly name of the space displayed to users.</p>",
"GetSpaceResponse$description": "<p>The description of the space.</p>",
"GetSubscriptionResponse$subscriptionType": "<p>The type of the billing plan for the space.</p>",
"GetSubscriptionResponse$pendingSubscriptionType": "<p>The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see <a href=\"https://codecatalyst.aws/explore/pricing\">Pricing</a>.</p>",
"GetUserDetailsResponse$userId": "<p>The system-generated unique ID of the user.</p>",
"GetUserDetailsResponse$userName": "<p>The name of the user as displayed in Amazon CodeCatalyst.</p>",
"GetUserDetailsResponse$displayName": "<p>The friendly name displayed for the user in Amazon CodeCatalyst.</p>",
Expand Down Expand Up @@ -1281,6 +1282,7 @@
"DevEnvironmentSummary$lastUpdatedTime": "<p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>",
"EventLogEntry$eventTime": "<p>The time the event took place, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>",
"GetDevEnvironmentResponse$lastUpdatedTime": "<p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>",
"GetSubscriptionResponse$pendingSubscriptionStartTime": "<p>The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a>.</p>",
"GetWorkflowResponse$createdTime": "<p>The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a> </p>",
"GetWorkflowResponse$lastUpdatedTime": "<p>The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a> </p>",
"GetWorkflowRunResponse$startTime": "<p>The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in <a href=\"https://www.rfc-editor.org/rfc/rfc3339#section-5.6\">RFC 3339</a> </p>",
Expand Down
2 changes: 1 addition & 1 deletion src/data/codecatalyst/2022-09-28/docs-2.json.php

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/data/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
2 changes: 1 addition & 1 deletion src/data/compute-optimizer/2019-11-01/api-2.json.php

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/compute-optimizer/2019-11-01/docs-2.json.php

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/data/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
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/data/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
2 changes: 1 addition & 1 deletion src/data/eks/2017-11-01/api-2.json.php

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -27736,6 +27736,16 @@
"us-isob-east-1" : { }
}
},
"medialive" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"mediapackage" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"metering.marketplace" : {
"defaults" : {
"credentialScope" : {
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

30 changes: 28 additions & 2 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/guardduty/2017-11-28/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 15df3ab

Please sign in to comment.