Skip to content

Commit a3df19d

Browse files
author
AWS
committed
AWS Identity and Access Management Update: Adding the ExpirationTime attribute to the delegation request resource.
1 parent 7d610fc commit a3df19d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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 Identity and Access Management",
4+
"contributor": "",
5+
"description": "Adding the ExpirationTime attribute to the delegation request resource."
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3901,7 +3901,11 @@
39013901
"ApproverId":{"shape":"arnType"},
39023902
"State":{
39033903
"shape":"stateType",
3904-
"documentation":"<p>The state of this delegation request.</p> <p>See the <a href=\"IAM/latest/UserGuide/temporary-delegation-building-integration.html\">Understanding the Request Lifecycle</a> for an explanation of how these states are transitioned.</p>"
3904+
"documentation":"<p>The state of this delegation request.</p> <p>See the <a href=\"IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle\">Understanding the Request Lifecycle</a> for an explanation of how these states are transitioned.</p>"
3905+
},
3906+
"ExpirationTime":{
3907+
"shape":"dateType",
3908+
"documentation":"<p>The expiry time of this delegation request</p> <p>See the <a href=\"IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle\">Understanding the Request Lifecycle</a> for details on the life time of a delegation request at each state.</p>"
39053909
},
39063910
"RequestorId":{
39073911
"shape":"accountIdType",

0 commit comments

Comments
 (0)