From 672798575efc980981e5b0fd6c9653529e034602 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 15 May 2018 12:57:44 +0200 Subject: [PATCH] Clean up a comment of max duration for DurationSeconds --- lib/credentials/saml_credentials.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/credentials/saml_credentials.d.ts b/lib/credentials/saml_credentials.d.ts index 53b91634e9..100a2c6f84 100644 --- a/lib/credentials/saml_credentials.d.ts +++ b/lib/credentials/saml_credentials.d.ts @@ -28,7 +28,7 @@ export class SAMLCredentials extends Credentials { /** * The duration, in seconds, of the role session. * The minimum duration is 15 minutes. - * The maximum duration is 1 hour. + * The maximum duration is 12 hours. */ DurationSeconds?: number } \ No newline at end of file