@@ -45,22 +45,19 @@ final class AssumeRoleRequest extends Input
45
45
private $ policy ;
46
46
47
47
/**
48
- * The duration, in seconds, of the role session. The value specified can can range from 900 seconds (15 minutes) up to
49
- * the maximum session duration that is set for the role. The maximum session duration setting can have a value from 1
50
- * hour to 12 hours. If you specify a value higher than this setting or the administrator setting (whichever is lower),
51
- * the operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the
52
- * maximum session duration to 6 hours, your operation fails. To learn how to view the maximum value for your role, see
53
- * View the Maximum Session Duration Setting for a Role in the *IAM User Guide*.
54
- *
55
- * @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session
48
+ * The duration, in seconds, of the role session. The value specified can range from 900 seconds (15 minutes) up to the
49
+ * maximum session duration set for the role. The maximum session duration setting can have a value from 1 hour to 12
50
+ * hours. If you specify a value higher than this setting or the administrator setting (whichever is lower), the
51
+ * operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the maximum
52
+ * session duration to 6 hours, your operation fails.
56
53
*
57
54
* @var int|null
58
55
*/
59
56
private $ durationSeconds ;
60
57
61
58
/**
62
59
* A list of session tags that you want to pass. Each session tag consists of a key name and an associated value. For
63
- * more information about session tags, see Tagging STS Sessions in the *IAM User Guide*.
60
+ * more information about session tags, see Tagging Amazon Web Services STS Sessions in the *IAM User Guide*.
64
61
*
65
62
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html
66
63
*
0 commit comments