Skip to content

Commit 7f5e108

Browse files
author
awstools
committed
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.
1 parent 3be771e commit 7f5e108

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: clients/client-rolesanywhere/src/models/models_0.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export interface CreateProfileRequest {
7777

7878
/**
7979
* <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>
8282
* @public
8383
*/
8484
durationSeconds?: number;
@@ -169,8 +169,8 @@ export interface ProfileDetail {
169169

170170
/**
171171
* <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>
174174
* @public
175175
*/
176176
durationSeconds?: number;
@@ -1040,8 +1040,8 @@ export interface UpdateProfileRequest {
10401040

10411041
/**
10421042
* <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>
10451045
* @public
10461046
*/
10471047
durationSeconds?: number;

Diff for: codegen/sdk-codegen/aws-models/rolesanywhere.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"durationSeconds": {
8787
"target": "smithy.api#Integer",
8888
"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>",
9090
"smithy.api#range": {
9191
"min": 900,
9292
"max": 43200
@@ -1341,7 +1341,7 @@
13411341
"durationSeconds": {
13421342
"target": "smithy.api#Integer",
13431343
"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>"
13451345
}
13461346
}
13471347
},
@@ -1625,7 +1625,7 @@
16251625
"traits": {
16261626
"smithy.api#length": {
16271627
"min": 0,
1628-
"max": 50
1628+
"max": 250
16291629
}
16301630
}
16311631
},
@@ -3238,7 +3238,7 @@
32383238
"durationSeconds": {
32393239
"target": "smithy.api#Integer",
32403240
"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>",
32423242
"smithy.api#range": {
32433243
"min": 900,
32443244
"max": 43200

0 commit comments

Comments
 (0)