Skip to content

Commit 83e1b8d

Browse files
author
AWS
committed
AWS IoT Update: Increase maximum credential duration of role alias to 12 hours.
1 parent adbd2ea commit 83e1b8d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT",
4+
"contributor": "",
5+
"description": "Increase maximum credential duration of role alias to 12 hours."
6+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
{"shape":"InternalFailureException"},
9595
{"shape":"LimitExceededException"}
9696
],
97-
"documentation":"<p>Attaches a policy to the specified target.</p>"
97+
"documentation":"<p>Attaches the specified policy to the specified principal (certificate or other credential).</p>"
9898
},
9999
"AttachPrincipalPolicy":{
100100
"name":"AttachPrincipalPolicy",
@@ -7264,7 +7264,7 @@
72647264
"CreationDate":{"type":"timestamp"},
72657265
"CredentialDurationSeconds":{
72667266
"type":"integer",
7267-
"max":3600,
7267+
"max":43200,
72687268
"min":900
72697269
},
72707270
"CustomCodeSigning":{

0 commit comments

Comments
 (0)