Skip to content

Commit 181efa5

Browse files
author
AWS
committed
AWS Outposts Update: This release adds EXPEDITORS as a valid shipment carrier.
1 parent 9ebe4f8 commit 181efa5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "This release adds EXPEDITORS as a valid shipment carrier."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,8 @@
19521952
"DHL",
19531953
"DBS",
19541954
"FEDEX",
1955-
"UPS"
1955+
"UPS",
1956+
"EXPEDITORS"
19561957
]
19571958
},
19581959
"ShipmentInformation":{

0 commit comments

Comments
 (0)