@aws-sdk/client-sts 3.87.0 → 3.92.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sts
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-sts
@@ -572,6 +572,13 @@ export declare class STS extends STSClient {
572
572
  * with the other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting
573
573
  * Temporary Security Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
574
574
  * Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
575
+ * <note>
576
+ * <p>No permissions are required for users to perform this operation. The purpose of the
577
+ * <code>sts:GetSessionToken</code> operation is to authenticate the user using MFA. You
578
+ * cannot use policies to control authentication operations. For more information, see
579
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_getsessiontoken.html">Permissions for GetSessionToken</a> in the
580
+ * <i>IAM User Guide</i>.</p>
581
+ * </note>
575
582
  * <p>
576
583
  * <b>Session Duration</b>
577
584
  * </p>
@@ -19,6 +19,13 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
19
19
  * with the other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting
20
20
  * Temporary Security Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
21
21
  * Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
22
+ * <note>
23
+ * <p>No permissions are required for users to perform this operation. The purpose of the
24
+ * <code>sts:GetSessionToken</code> operation is to authenticate the user using MFA. You
25
+ * cannot use policies to control authentication operations. For more information, see
26
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_getsessiontoken.html">Permissions for GetSessionToken</a> in the
27
+ * <i>IAM User Guide</i>.</p>
28
+ * </note>
22
29
  * <p>
23
30
  * <b>Session Duration</b>
24
31
  * </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.87.0",
4
+ "version": "3.92.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",