@@ -45,22 +45,19 @@ final class AssumeRoleRequest extends Input
4545 private $ policy ;
4646
4747 /**
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.
5653 *
5754 * @var int|null
5855 */
5956 private $ durationSeconds ;
6057
6158 /**
6259 * 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*.
6461 *
6562 * @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html
6663 *
0 commit comments