Skip to content

Commit c47c8da

Browse files
author
AWS
committed
AWS Outposts Update: Adding support for payment term in GetOrder, CreateOrder responses.
1 parent d326dc4 commit c47c8da

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Adding support for payment term in GetOrder, CreateOrder responses."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,10 @@
16421642
"OrderFulfilledDate":{
16431643
"shape":"ISO8601Timestamp",
16441644
"documentation":"<p>The fulfillment date of the order.</p>"
1645+
},
1646+
"PaymentTerm":{
1647+
"shape":"PaymentTerm",
1648+
"documentation":"<p>The payment term.</p>"
16451649
}
16461650
},
16471651
"documentation":"<p>Information about an order.</p>"

0 commit comments

Comments
 (0)