Skip to content

Commit 21bc11b

Browse files
author
AWS
committed
AWS Outposts Update: Documentation updates for AWS Outposts.
1 parent bff19c2 commit 21bc11b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Outposts",
4+
"description": "Documentation updates for AWS Outposts."
5+
}

services/outposts/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@
143143
},
144144
"AvailabilityZone":{
145145
"type":"string",
146-
"documentation":"<p>The Availability Zone.</p>",
146+
"documentation":"<p>The Availability Zone.</p> <p>You must specify <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code>.</p>",
147147
"max":1000,
148148
"min":1,
149149
"pattern":"[a-z\\d-]+"
150150
},
151151
"AvailabilityZoneId":{
152152
"type":"string",
153-
"documentation":"<p>The ID of the Availability Zone.</p>",
153+
"documentation":"<p>The ID of the Availability Zone.</p> <p>You must specify <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code>.</p>",
154154
"max":255,
155155
"min":1,
156156
"pattern":"[a-z]+[0-9]+-az[0-9]+"

0 commit comments

Comments
 (0)