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 Jul 30, 2024
1 parent 6ab370d commit e812244
Show file tree
Hide file tree
Showing 103 changed files with 4,340 additions and 381 deletions.
3 changes: 2 additions & 1 deletion apis/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2931,7 +2931,8 @@
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019",
"WINDOWS_SERVER_2022",
"AMAZON_LINUX2"
"AMAZON_LINUX2",
"RHEL8"
]
},
"Platforms":{
Expand Down
14 changes: 7 additions & 7 deletions apis/appstream/2016-12-01/docs-2.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions apis/appstream/2016-12-01/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeStacksSuccess",
"operationName": "DescribeStacks",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
12 changes: 9 additions & 3 deletions apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@
"CreatedTime":{"shape":"TimestampType"},
"SuspendedProcesses":{"shape":"SuspendedProcesses"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"EnabledMetrics":{"shape":"EnabledMetrics"},
"Status":{"shape":"XmlStringMaxLen255"},
"Tags":{"shape":"TagDescriptionList"},
Expand Down Expand Up @@ -1514,7 +1514,7 @@
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
Expand Down Expand Up @@ -3540,7 +3540,7 @@
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
"TerminationPolicies":{"shape":"TerminationPolicies"},
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
Expand Down Expand Up @@ -3631,6 +3631,12 @@
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen5000":{
"type":"string",
"max":5000,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringMaxLen511":{
"type":"string",
"max":511,
Expand Down
13 changes: 9 additions & 4 deletions apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2469,10 +2469,7 @@
"XmlStringMaxLen2047": {
"base": null,
"refs": {
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
"CreateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>",
"TargetTrackingMetricDataQuery$Expression": "<p>The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the <code>Id</code> of the other metrics to refer to those metrics, and can also use the <code>Id</code> of other expressions to use the result of those expressions. </p> <p>Conditional: Within each <code>TargetTrackingMetricDataQuery</code> object, you must specify either <code>Expression</code> or <code>MetricStat</code>, but not both.</p>",
"UpdateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
"TargetTrackingMetricDataQuery$Expression": "<p>The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the <code>Id</code> of the other metrics to refer to those metrics, and can also use the <code>Id</code> of other expressions to use the result of those expressions. </p> <p>Conditional: Within each <code>TargetTrackingMetricDataQuery</code> object, you must specify either <code>Expression</code> or <code>MetricStat</code>, but not both.</p>"
}
},
"XmlStringMaxLen255": {
Expand Down Expand Up @@ -2651,6 +2648,14 @@
"UpdateAutoScalingGroupType$HealthCheckType": "<p>A comma-separated value string of one or more health check types.</p> <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be disabled. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html\">Health checks for instances in an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p> <p>Only specify <code>EC2</code> if you must clear a value that was previously set.</p>"
}
},
"XmlStringMaxLen5000": {
"base": null,
"refs": {
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
"CreateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>",
"UpdateAutoScalingGroupType$VPCZoneIdentifier": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that you specify must reside in those Availability Zones.</p>"
}
},
"XmlStringMaxLen511": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit e812244

Please sign in to comment.