Skip to content

Commit dfb6da7

Browse files
author
AWS
committed
AWS Outposts Update: Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses.
1 parent 9abeb93 commit dfb6da7

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Outposts",
4+
"contributor": "",
5+
"description": "Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses."
6+
}

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@
589589
"Address":{
590590
"type":"structure",
591591
"required":[
592+
"ContactName",
593+
"ContactPhoneNumber",
592594
"AddressLine1",
593595
"City",
594596
"StateOrRegion",
@@ -868,8 +870,7 @@
868870
},
869871
"CancelCapacityTaskOutput":{
870872
"type":"structure",
871-
"members":{
872-
}
873+
"members":{}
873874
},
874875
"CancelOrderInput":{
875876
"type":"structure",
@@ -885,8 +886,7 @@
885886
},
886887
"CancelOrderOutput":{
887888
"type":"structure",
888-
"members":{
889-
}
889+
"members":{}
890890
},
891891
"CapacityTaskFailure":{
892892
"type":"structure",
@@ -1278,8 +1278,7 @@
12781278
},
12791279
"DeleteOutpostOutput":{
12801280
"type":"structure",
1281-
"members":{
1282-
}
1281+
"members":{}
12831282
},
12841283
"DeleteSiteInput":{
12851284
"type":"structure",
@@ -1295,8 +1294,7 @@
12951294
},
12961295
"DeleteSiteOutput":{
12971296
"type":"structure",
1298-
"members":{
1299-
}
1297+
"members":{}
13001298
},
13011299
"DeviceSerialNumber":{
13021300
"type":"string",
@@ -2937,8 +2935,7 @@
29372935
},
29382936
"TagResourceResponse":{
29392937
"type":"structure",
2940-
"members":{
2941-
}
2938+
"members":{}
29422939
},
29432940
"TagValue":{
29442941
"type":"string",
@@ -2994,8 +2991,7 @@
29942991
},
29952992
"UntagResourceResponse":{
29962993
"type":"structure",
2997-
"members":{
2998-
}
2994+
"members":{}
29992995
},
30002996
"UpdateOutpostInput":{
30012997
"type":"structure",

0 commit comments

Comments
 (0)