Skip to content

Commit e812244

Browse files
Updated API models and rebuilt service gems.
1 parent 6ab370d commit e812244

File tree

103 files changed

+4340
-381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+4340
-381
lines changed

apis/appstream/2016-12-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2931,7 +2931,8 @@
29312931
"WINDOWS_SERVER_2016",
29322932
"WINDOWS_SERVER_2019",
29332933
"WINDOWS_SERVER_2022",
2934-
"AMAZON_LINUX2"
2934+
"AMAZON_LINUX2",
2935+
"RHEL8"
29352936
]
29362937
},
29372938
"Platforms":{

apis/appstream/2016-12-01/docs-2.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "DescribeStacksSuccess",
6+
"operationName": "DescribeStacks",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
}
15+
]
16+
}

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
"CreatedTime":{"shape":"TimestampType"},
12331233
"SuspendedProcesses":{"shape":"SuspendedProcesses"},
12341234
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
1235-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1235+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
12361236
"EnabledMetrics":{"shape":"EnabledMetrics"},
12371237
"Status":{"shape":"XmlStringMaxLen255"},
12381238
"Tags":{"shape":"TagDescriptionList"},
@@ -1514,7 +1514,7 @@
15141514
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
15151515
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
15161516
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
1517-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1517+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
15181518
"TerminationPolicies":{"shape":"TerminationPolicies"},
15191519
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
15201520
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
@@ -3540,7 +3540,7 @@
35403540
"HealthCheckType":{"shape":"XmlStringMaxLen32"},
35413541
"HealthCheckGracePeriod":{"shape":"HealthCheckGracePeriod"},
35423542
"PlacementGroup":{"shape":"XmlStringMaxLen255"},
3543-
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
3543+
"VPCZoneIdentifier":{"shape":"XmlStringMaxLen5000"},
35443544
"TerminationPolicies":{"shape":"TerminationPolicies"},
35453545
"NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
35463546
"ServiceLinkedRoleARN":{"shape":"ResourceName"},
@@ -3631,6 +3631,12 @@
36313631
"min":1,
36323632
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
36333633
},
3634+
"XmlStringMaxLen5000":{
3635+
"type":"string",
3636+
"max":5000,
3637+
"min":1,
3638+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
3639+
},
36343640
"XmlStringMaxLen511":{
36353641
"type":"string",
36363642
"max":511,

apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,10 +2469,7 @@
24692469
"XmlStringMaxLen2047": {
24702470
"base": null,
24712471
"refs": {
2472-
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
2473-
"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>",
2474-
"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>",
2475-
"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>"
2472+
"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>"
24762473
}
24772474
},
24782475
"XmlStringMaxLen255": {
@@ -2651,6 +2648,14 @@
26512648
"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>"
26522649
}
26532650
},
2651+
"XmlStringMaxLen5000": {
2652+
"base": null,
2653+
"refs": {
2654+
"AutoScalingGroup$VPCZoneIdentifier": "<p>One or more subnet IDs, if applicable, separated by commas.</p>",
2655+
"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>",
2656+
"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>"
2657+
}
2658+
},
26542659
"XmlStringMaxLen511": {
26552660
"base": null,
26562661
"refs": {

0 commit comments

Comments
 (0)