Skip to content

Commit 2347163

Browse files
author
awstools
committed
feat(client-auto-scaling): Increase the length limit for VPCZoneIdentifier from 2047 to 5000
1 parent bbb4450 commit 2347163

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

codegen/sdk-codegen/aws-models/auto-scaling.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@
824824
}
825825
},
826826
"VPCZoneIdentifier": {
827-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
827+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
828828
"traits": {
829829
"smithy.api#documentation": "<p>One or more subnet IDs, if applicable, separated by commas.</p>"
830830
}
@@ -3013,7 +3013,7 @@
30133013
}
30143014
},
30153015
"VPCZoneIdentifier": {
3016-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
3016+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
30173017
"traits": {
30183018
"smithy.api#documentation": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC) where instances\n in the Auto Scaling group can be created. If you specify <code>VPCZoneIdentifier</code> with\n <code>AvailabilityZones</code>, the subnets that you specify must reside in those\n Availability Zones.</p>"
30193019
}
@@ -10833,7 +10833,7 @@
1083310833
}
1083410834
},
1083510835
"VPCZoneIdentifier": {
10836-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
10836+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
1083710837
"traits": {
1083810838
"smithy.api#documentation": "<p>A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify\n <code>VPCZoneIdentifier</code> with <code>AvailabilityZones</code>, the subnets that\n you specify must reside in those Availability Zones.</p>"
1083910839
}
@@ -11071,6 +11071,16 @@
1107111071
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*$"
1107211072
}
1107311073
},
11074+
"com.amazonaws.autoscaling#XmlStringMaxLen5000": {
11075+
"type": "string",
11076+
"traits": {
11077+
"smithy.api#length": {
11078+
"min": 1,
11079+
"max": 5000
11080+
},
11081+
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*$"
11082+
}
11083+
},
1107411084
"com.amazonaws.autoscaling#XmlStringMaxLen511": {
1107511085
"type": "string",
1107611086
"traits": {

0 commit comments

Comments
 (0)