From 7f5e108047ec886e98701048bfffa729482ed04c Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 2 Apr 2024 18:59:55 +0000 Subject: [PATCH] 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. --- clients/client-rolesanywhere/src/models/models_0.ts | 12 ++++++------ codegen/sdk-codegen/aws-models/rolesanywhere.json | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/clients/client-rolesanywhere/src/models/models_0.ts b/clients/client-rolesanywhere/src/models/models_0.ts index 1023bc2358e1..9a3ded2d6792 100644 --- a/clients/client-rolesanywhere/src/models/models_0.ts +++ b/clients/client-rolesanywhere/src/models/models_0.ts @@ -77,8 +77,8 @@ export interface CreateProfileRequest { /** *

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the - * CreateSession API documentation - * page for more details.

+ * CreateSession API documentation + * page for more details. In requests, if this value is not provided, the default value will be 3600.

* @public */ durationSeconds?: number; @@ -169,8 +169,8 @@ export interface ProfileDetail { /** *

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the - * CreateSession API documentation - * page for more details.

+ * CreateSession API documentation + * page for more details. In requests, if this value is not provided, the default value will be 3600.

* @public */ durationSeconds?: number; @@ -1040,8 +1040,8 @@ export interface UpdateProfileRequest { /** *

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the - * CreateSession API documentation - * page for more details.

+ * CreateSession API documentation + * page for more details. In requests, if this value is not provided, the default value will be 3600.

* @public */ durationSeconds?: number; diff --git a/codegen/sdk-codegen/aws-models/rolesanywhere.json b/codegen/sdk-codegen/aws-models/rolesanywhere.json index d7aa39e7f8d8..80b932c53cfa 100644 --- a/codegen/sdk-codegen/aws-models/rolesanywhere.json +++ b/codegen/sdk-codegen/aws-models/rolesanywhere.json @@ -86,7 +86,7 @@ "durationSeconds": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the\n CreateSession API documentation\npage for more details.

", + "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the \nCreateSession API documentation\npage for more details. In requests, if this value is not provided, the default value will be 3600.

", "smithy.api#range": { "min": 900, "max": 43200 @@ -1341,7 +1341,7 @@ "durationSeconds": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the\n CreateSession API documentation\npage for more details.

" + "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the \nCreateSession API documentation\npage for more details. In requests, if this value is not provided, the default value will be 3600.

" } } }, @@ -1625,7 +1625,7 @@ "traits": { "smithy.api#length": { "min": 0, - "max": 50 + "max": 250 } } }, @@ -3238,7 +3238,7 @@ "durationSeconds": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the\n CreateSession API documentation\npage for more details.

", + "smithy.api#documentation": "

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the \nCreateSession API documentation\npage for more details. In requests, if this value is not provided, the default value will be 3600.

", "smithy.api#range": { "min": 900, "max": 43200