Skip to content

Commit b8eeded

Browse files
author
AWS
committed
IAM Roles Anywhere Update: This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
1 parent b8a9e16 commit b8eeded

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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": "IAM Roles Anywhere",
4+
"contributor": "",
5+
"description": "This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs."
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"members":{
480480
"durationSeconds":{
481481
"shape":"CreateProfileRequestDurationSecondsInteger",
482-
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. </p>"
482+
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. </p>"
483483
},
484484
"enabled":{
485485
"shape":"Boolean",
@@ -952,7 +952,7 @@
952952
},
953953
"durationSeconds":{
954954
"shape":"Integer",
955-
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. </p>"
955+
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. </p>"
956956
},
957957
"enabled":{
958958
"shape":"Boolean",
@@ -1081,7 +1081,7 @@
10811081
"RoleArnList":{
10821082
"type":"list",
10831083
"member":{"shape":"RoleArn"},
1084-
"max":50,
1084+
"max":250,
10851085
"min":0
10861086
},
10871087
"ScalarCrlRequest":{
@@ -1457,7 +1457,7 @@
14571457
"members":{
14581458
"durationSeconds":{
14591459
"shape":"UpdateProfileRequestDurationSecondsInteger",
1460-
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. </p>"
1460+
"documentation":"<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the <a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a> page for more details. In requests, if this value is not provided, the default value will be 3600. </p>"
14611461
},
14621462
"managedPolicyArns":{
14631463
"shape":"ManagedPolicyList",

0 commit comments

Comments
 (0)