diff --git a/codegen/sdk-codegen/aws-models/auto-scaling.json b/codegen/sdk-codegen/aws-models/auto-scaling.json index 61cda6ef177a..4821b31e5b94 100644 --- a/codegen/sdk-codegen/aws-models/auto-scaling.json +++ b/codegen/sdk-codegen/aws-models/auto-scaling.json @@ -824,7 +824,7 @@ } }, "VPCZoneIdentifier": { - "target": "com.amazonaws.autoscaling#XmlStringMaxLen2047", + "target": "com.amazonaws.autoscaling#XmlStringMaxLen5000", "traits": { "smithy.api#documentation": "
One or more subnet IDs, if applicable, separated by commas.
" } @@ -3013,7 +3013,7 @@ } }, "VPCZoneIdentifier": { - "target": "com.amazonaws.autoscaling#XmlStringMaxLen2047", + "target": "com.amazonaws.autoscaling#XmlStringMaxLen5000", "traits": { "smithy.api#documentation": "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 VPCZoneIdentifier
with\n AvailabilityZones
, the subnets that you specify must reside in those\n Availability Zones.
A comma-separated list of subnet IDs for a virtual private cloud (VPC). If you specify\n VPCZoneIdentifier
with AvailabilityZones
, the subnets that\n you specify must reside in those Availability Zones.