@aws-sdk/client-sts 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/AssumeRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +1 -1
- package/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionTokenCommand.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -165,6 +165,10 @@ const partitionHash = {
|
|
|
165
165
|
hostname: "sts.{region}.c2s.ic.gov",
|
|
166
166
|
tags: [],
|
|
167
167
|
},
|
|
168
|
+
{
|
|
169
|
+
hostname: "sts-fips.{region}.c2s.ic.gov",
|
|
170
|
+
tags: ["fips"],
|
|
171
|
+
},
|
|
168
172
|
],
|
|
169
173
|
},
|
|
170
174
|
"aws-iso-b": {
|
|
@@ -175,6 +179,10 @@ const partitionHash = {
|
|
|
175
179
|
hostname: "sts.{region}.sc2s.sgov.gov",
|
|
176
180
|
tags: [],
|
|
177
181
|
},
|
|
182
|
+
{
|
|
183
|
+
hostname: "sts-fips.{region}.sc2s.sgov.gov",
|
|
184
|
+
tags: ["fips"],
|
|
185
|
+
},
|
|
178
186
|
],
|
|
179
187
|
},
|
|
180
188
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -163,6 +163,10 @@ var partitionHash = {
|
|
|
163
163
|
hostname: "sts.{region}.c2s.ic.gov",
|
|
164
164
|
tags: [],
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
hostname: "sts-fips.{region}.c2s.ic.gov",
|
|
168
|
+
tags: ["fips"],
|
|
169
|
+
},
|
|
166
170
|
],
|
|
167
171
|
},
|
|
168
172
|
"aws-iso-b": {
|
|
@@ -173,6 +177,10 @@ var partitionHash = {
|
|
|
173
177
|
hostname: "sts.{region}.sc2s.sgov.gov",
|
|
174
178
|
tags: [],
|
|
175
179
|
},
|
|
180
|
+
{
|
|
181
|
+
hostname: "sts-fips.{region}.sc2s.sgov.gov",
|
|
182
|
+
tags: ["fips"],
|
|
183
|
+
},
|
|
176
184
|
],
|
|
177
185
|
},
|
|
178
186
|
"aws-us-gov": {
|
|
@@ -103,7 +103,7 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
|
|
|
103
103
|
*
|
|
104
104
|
* @see {@link AssumeRoleCommandInput} for command's `input` shape.
|
|
105
105
|
* @see {@link AssumeRoleCommandOutput} for command's `response` shape.
|
|
106
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
106
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
export declare class AssumeRoleCommand extends $Command<AssumeRoleCommandInput, AssumeRoleCommandOutput, STSClientResolvedConfig> {
|
|
@@ -151,7 +151,7 @@ export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLRespo
|
|
|
151
151
|
*
|
|
152
152
|
* @see {@link AssumeRoleWithSAMLCommandInput} for command's `input` shape.
|
|
153
153
|
* @see {@link AssumeRoleWithSAMLCommandOutput} for command's `response` shape.
|
|
154
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
154
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
157
|
export declare class AssumeRoleWithSAMLCommand extends $Command<AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput, STSClientResolvedConfig> {
|
|
@@ -155,7 +155,7 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
|
|
|
155
155
|
*
|
|
156
156
|
* @see {@link AssumeRoleWithWebIdentityCommandInput} for command's `input` shape.
|
|
157
157
|
* @see {@link AssumeRoleWithWebIdentityCommandOutput} for command's `response` shape.
|
|
158
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
158
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
159
159
|
*
|
|
160
160
|
*/
|
|
161
161
|
export declare class AssumeRoleWithWebIdentityCommand extends $Command<AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput, STSClientResolvedConfig> {
|
|
@@ -55,7 +55,7 @@ export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthoriza
|
|
|
55
55
|
*
|
|
56
56
|
* @see {@link DecodeAuthorizationMessageCommandInput} for command's `input` shape.
|
|
57
57
|
* @see {@link DecodeAuthorizationMessageCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
58
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
export declare class DecodeAuthorizationMessageCommand extends $Command<DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput, STSClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link GetAccessKeyInfoCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link GetAccessKeyInfoCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class GetAccessKeyInfoCommand extends $Command<GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput, STSClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetCallerIdentityCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetCallerIdentityCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetCallerIdentityCommand extends $Command<GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput, STSClientResolvedConfig> {
|
|
@@ -158,7 +158,7 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
|
|
|
158
158
|
*
|
|
159
159
|
* @see {@link GetFederationTokenCommandInput} for command's `input` shape.
|
|
160
160
|
* @see {@link GetFederationTokenCommandOutput} for command's `response` shape.
|
|
161
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
161
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
162
162
|
*
|
|
163
163
|
*/
|
|
164
164
|
export declare class GetFederationTokenCommand extends $Command<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, STSClientResolvedConfig> {
|
|
@@ -71,7 +71,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
|
|
|
71
71
|
*
|
|
72
72
|
* @see {@link GetSessionTokenCommandInput} for command's `input` shape.
|
|
73
73
|
* @see {@link GetSessionTokenCommandOutput} for command's `response` shape.
|
|
74
|
-
* @see {@link STSClientResolvedConfig | config} for
|
|
74
|
+
* @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetSessionTokenCommand extends $Command<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, STSClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.40.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|