Skip to content

Commit 8ef2d94

Browse files
Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses.
1 parent 48198c2 commit 8ef2d94

File tree

5 files changed

+91
-172
lines changed

5 files changed

+91
-172
lines changed

generator/ServiceModels/outposts/outposts-2019-12-03.api.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@
554554
"Address":{
555555
"type":"structure",
556556
"required":[
557+
"ContactName",
558+
"ContactPhoneNumber",
557559
"AddressLine1",
558560
"City",
559561
"StateOrRegion",
@@ -748,8 +750,7 @@
748750
},
749751
"CancelCapacityTaskOutput":{
750752
"type":"structure",
751-
"members":{
752-
}
753+
"members":{}
753754
},
754755
"CancelOrderInput":{
755756
"type":"structure",
@@ -764,8 +765,7 @@
764765
},
765766
"CancelOrderOutput":{
766767
"type":"structure",
767-
"members":{
768-
}
768+
"members":{}
769769
},
770770
"CapacityTaskFailure":{
771771
"type":"structure",
@@ -1021,8 +1021,7 @@
10211021
},
10221022
"DeleteOutpostOutput":{
10231023
"type":"structure",
1024-
"members":{
1025-
}
1024+
"members":{}
10261025
},
10271026
"DeleteSiteInput":{
10281027
"type":"structure",
@@ -1037,8 +1036,7 @@
10371036
},
10381037
"DeleteSiteOutput":{
10391038
"type":"structure",
1040-
"members":{
1041-
}
1039+
"members":{}
10421040
},
10431041
"DeviceSerialNumber":{
10441042
"type":"string",
@@ -2284,8 +2282,7 @@
22842282
},
22852283
"TagResourceResponse":{
22862284
"type":"structure",
2287-
"members":{
2288-
}
2285+
"members":{}
22892286
},
22902287
"TagValue":{
22912288
"type":"string",
@@ -2338,8 +2335,7 @@
23382335
},
23392336
"UntagResourceResponse":{
23402337
"type":"structure",
2341-
"members":{
2342-
}
2338+
"members":{}
23432339
},
23442340
"UpdateOutpostInput":{
23452341
"type":"structure",

0 commit comments

Comments
 (0)