Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Mar 28, 2024
1 parent c289ce1 commit d20a0de
Show file tree
Hide file tree
Showing 84 changed files with 713 additions and 322 deletions.
6 changes: 4 additions & 2 deletions apis/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
4 changes: 3 additions & 1 deletion apis/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
6 changes: 5 additions & 1 deletion 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 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 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 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 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 d20a0de

Please sign in to comment.