Skip to content

Commit 1f630b2

Browse files
feat: update AWS API models
1 parent da0dab7 commit 1f630b2

File tree

11 files changed

+2123
-343
lines changed

11 files changed

+2123
-343
lines changed

codegen/sdk/aws-models/appstream.json

Lines changed: 27 additions & 8 deletions
Large diffs are not rendered by default.

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
}
829829
},
830830
"VPCZoneIdentifier": {
831-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
831+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
832832
"traits": {
833833
"smithy.api#documentation": "<p>One or more subnet IDs, if applicable, separated by commas.</p>"
834834
}
@@ -3019,7 +3019,7 @@
30193019
}
30203020
},
30213021
"VPCZoneIdentifier": {
3022-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
3022+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
30233023
"traits": {
30243024
"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>"
30253025
}
@@ -10884,7 +10884,7 @@
1088410884
}
1088510885
},
1088610886
"VPCZoneIdentifier": {
10887-
"target": "com.amazonaws.autoscaling#XmlStringMaxLen2047",
10887+
"target": "com.amazonaws.autoscaling#XmlStringMaxLen5000",
1088810888
"traits": {
1088910889
"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>"
1089010890
}
@@ -11122,6 +11122,16 @@
1112211122
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*$"
1112311123
}
1112411124
},
11125+
"com.amazonaws.autoscaling#XmlStringMaxLen5000": {
11126+
"type": "string",
11127+
"traits": {
11128+
"smithy.api#length": {
11129+
"min": 1,
11130+
"max": 5000
11131+
},
11132+
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*$"
11133+
}
11134+
},
1112511135
"com.amazonaws.autoscaling#XmlStringMaxLen511": {
1112611136
"type": "string",
1112711137
"traits": {

codegen/sdk/aws-models/cloudwatch-logs.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,20 @@
23252325
"outputToken": "nextToken",
23262326
"items": "logGroups",
23272327
"pageSize": "limit"
2328-
}
2328+
},
2329+
"smithy.test#smokeTests": [
2330+
{
2331+
"id": "DescribeLogGroupsSuccess",
2332+
"params": {},
2333+
"vendorParams": {
2334+
"region": "us-west-2"
2335+
},
2336+
"vendorParamsShape": "aws.test#AwsVendorParams",
2337+
"expect": {
2338+
"success": {}
2339+
}
2340+
}
2341+
]
23292342
}
23302343
},
23312344
"com.amazonaws.cloudwatchlogs#DescribeLogGroupsRequest": {
@@ -3946,7 +3959,23 @@
39463959
"outputToken": "nextForwardToken",
39473960
"items": "events",
39483961
"pageSize": "limit"
3949-
}
3962+
},
3963+
"smithy.test#smokeTests": [
3964+
{
3965+
"id": "GetLogEventsFailure",
3966+
"params": {
3967+
"logGroupName": "fakegroup",
3968+
"logStreamName": "fakestream"
3969+
},
3970+
"vendorParams": {
3971+
"region": "us-west-2"
3972+
},
3973+
"vendorParamsShape": "aws.test#AwsVendorParams",
3974+
"expect": {
3975+
"failure": {}
3976+
}
3977+
}
3978+
]
39503979
}
39513980
},
39523981
"com.amazonaws.cloudwatchlogs#GetLogEventsRequest": {
@@ -5328,7 +5357,7 @@
53285357
"sdkId": "CloudWatch Logs",
53295358
"arnNamespace": "logs",
53305359
"cloudFormationName": "Logs",
5331-
"cloudTrailEventSource": "cloudwatchlogs.amazonaws.com",
5360+
"cloudTrailEventSource": "logs.amazonaws.com",
53325361
"docId": "logs-2014-03-28",
53335362
"endpointPrefix": "logs"
53345363
},

0 commit comments

Comments
 (0)