Skip to content

Commit c074671

Browse files
author
AWS
committed
AWS License Manager Update: AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
1 parent b95947d commit c074671

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 License Manager",
4+
"contributor": "",
5+
"description": "AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,10 @@
11671167
"Expiration":{
11681168
"shape":"ISO8601DateTime",
11691169
"documentation":"<p>Date and time at which the license checkout expires.</p>"
1170+
},
1171+
"LicenseArn":{
1172+
"shape":"String",
1173+
"documentation":"<p>Amazon Resource Name (ARN) of the checkout license.</p>"
11701174
}
11711175
}
11721176
},

0 commit comments

Comments
 (0)