Skip to content

Commit

Permalink
feat(client-rolesanywhere): This release increases the limit on the r…
Browse files Browse the repository at this point in the history
…oleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs.
  • Loading branch information
awstools committed Apr 2, 2024
1 parent 3be771e commit 7f5e108
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions clients/client-rolesanywhere/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export interface CreateProfileRequest {

/**
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. </p>
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
* @public
*/
durationSeconds?: number;
Expand Down Expand Up @@ -169,8 +169,8 @@ export interface ProfileDetail {

/**
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. </p>
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
* @public
*/
durationSeconds?: number;
Expand Down Expand Up @@ -1040,8 +1040,8 @@ export interface UpdateProfileRequest {

/**
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. </p>
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
* page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
* @public
*/
durationSeconds?: number;
Expand Down
8 changes: 4 additions & 4 deletions codegen/sdk-codegen/aws-models/rolesanywhere.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"durationSeconds": {
"target": "smithy.api#Integer",
"traits": {
"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>",
"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>",
"smithy.api#range": {
"min": 900,
"max": 43200
Expand Down Expand Up @@ -1341,7 +1341,7 @@
"durationSeconds": {
"target": "smithy.api#Integer",
"traits": {
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -1625,7 +1625,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 50
"max": 250
}
}
},
Expand Down Expand Up @@ -3238,7 +3238,7 @@
"durationSeconds": {
"target": "smithy.api#Integer",
"traits": {
"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>",
"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>",
"smithy.api#range": {
"min": 900,
"max": 43200
Expand Down

0 comments on commit 7f5e108

Please sign in to comment.