You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-rolesanywhere): 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.
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
80
-
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
81
-
* page for more details. </p>
80
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
81
+
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
172
-
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
173
-
* page for more details. </p>
172
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
173
+
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
1043
-
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
1044
-
* page for more details. </p>
1043
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
1044
+
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/rolesanywhere.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@
86
86
"durationSeconds": {
87
87
"target": "smithy.api#Integer",
88
88
"traits": {
89
-
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. </p>",
89
+
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. In requests, if this value is not provided, the default value will be 3600. </p>",
90
90
"smithy.api#range": {
91
91
"min": 900,
92
92
"max": 43200
@@ -1341,7 +1341,7 @@
1341
1341
"durationSeconds": {
1342
1342
"target": "smithy.api#Integer",
1343
1343
"traits": {
1344
-
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. </p>"
1344
+
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. In requests, if this value is not provided, the default value will be 3600. </p>"
1345
1345
}
1346
1346
}
1347
1347
},
@@ -1625,7 +1625,7 @@
1625
1625
"traits": {
1626
1626
"smithy.api#length": {
1627
1627
"min": 0,
1628
-
"max": 50
1628
+
"max": 250
1629
1629
}
1630
1630
}
1631
1631
},
@@ -3238,7 +3238,7 @@
3238
3238
"durationSeconds": {
3239
3239
"target": "smithy.api#Integer",
3240
3240
"traits": {
3241
-
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. </p>",
3241
+
"smithy.api#documentation": "<p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the\n<a href=\"https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object\">CreateSession API documentation</a>\npage for more details. In requests, if this value is not provided, the default value will be 3600. </p>",
0 commit comments