Skip to content

Commit

Permalink
docs(client-iam): Documentation updates for AWS Identity and Access M…
Browse files Browse the repository at this point in the history
…anagement (IAM).
  • Loading branch information
awstools committed Jun 8, 2022
1 parent fdf3a33 commit ca53924
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/client-iam/src/models/models_0.ts
Expand Up @@ -1742,7 +1742,7 @@ export interface CreateRoleRequest {

/**
* <p>The maximum session duration (in seconds) that you want to set for the specified role.
* If you do not specify a value for this setting, the default maximum of one hour is
* If you do not specify a value for this setting, the default value of one hour is
* applied. This setting can have a value from 1 hour to 12 hours.</p>
* <p>Anyone who assumes the role from the or API can use the <code>DurationSeconds</code>
* API parameter or the <code>duration-seconds</code> CLI parameter to request a longer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-iam/src/models/models_1.ts
Expand Up @@ -424,7 +424,7 @@ export interface UpdateRoleRequest {

/**
* <p>The maximum session duration (in seconds) that you want to set for the specified role.
* If you do not specify a value for this setting, the default maximum of one hour is
* If you do not specify a value for this setting, the default value of one hour is
* applied. This setting can have a value from 1 hour to 12 hours.</p>
* <p>Anyone who assumes the role from the CLI or API can use the
* <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI
Expand Down

0 comments on commit ca53924

Please sign in to comment.