@aws-sdk/client-rolesanywhere 3.540.0 → 3.547.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,8 +59,8 @@ export interface CreateProfileRequest {
59
59
  managedPolicyArns?: string[];
60
60
  /**
61
61
  * <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
62
- * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
63
- * page for more details. </p>
62
+ * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
63
+ * page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
64
64
  * @public
65
65
  */
66
66
  durationSeconds?: number;
@@ -137,8 +137,8 @@ export interface ProfileDetail {
137
137
  updatedAt?: Date;
138
138
  /**
139
139
  * <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
140
- * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
141
- * page for more details. </p>
140
+ * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
141
+ * page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
142
142
  * @public
143
143
  */
144
144
  durationSeconds?: number;
@@ -883,8 +883,8 @@ export interface UpdateProfileRequest {
883
883
  managedPolicyArns?: string[];
884
884
  /**
885
885
  * <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
886
- * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
887
- * page for more details. </p>
886
+ * <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
887
+ * page for more details. In requests, if this value is not provided, the default value will be 3600. </p>
888
888
  * @public
889
889
  */
890
890
  durationSeconds?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.547.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-rolesanywhere",