@cdk8s/awscdk-resolver 0.0.37 → 0.0.39
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +70 -70
- package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -16
- package/node_modules/@aws-sdk/client-sso/README.md +4 -4
- package/node_modules/@aws-sdk/client-sso/package.json +11 -13
- package/node_modules/@aws-sdk/client-sts/README.md +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +14 -16
- package/node_modules/@aws-sdk/core/CHANGELOG.md +8 -0
- package/node_modules/@aws-sdk/core/package.json +1 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +6 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -6
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -7
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/package.json +2 -6
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -7
- package/node_modules/@aws-sdk/region-config-resolver/package.json +1 -5
- package/node_modules/@aws-sdk/token-providers/package.json +10 -14
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -5
- package/node_modules/@aws-sdk/types/package.json +1 -5
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +1 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -6
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -6
- package/package.json +6 -6
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.465.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -21,19 +20,19 @@
|
|
21
20
|
"dependencies": {
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
24
|
-
"@aws-sdk/client-sts": "3.
|
25
|
-
"@aws-sdk/core": "3.
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
33
|
-
"@aws-sdk/types": "3.
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
23
|
+
"@aws-sdk/client-sts": "3.465.0",
|
24
|
+
"@aws-sdk/core": "3.465.0",
|
25
|
+
"@aws-sdk/credential-provider-node": "3.465.0",
|
26
|
+
"@aws-sdk/middleware-host-header": "3.465.0",
|
27
|
+
"@aws-sdk/middleware-logger": "3.465.0",
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.465.0",
|
29
|
+
"@aws-sdk/middleware-signing": "3.465.0",
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.465.0",
|
31
|
+
"@aws-sdk/region-config-resolver": "3.465.0",
|
32
|
+
"@aws-sdk/types": "3.465.0",
|
33
|
+
"@aws-sdk/util-endpoints": "3.465.0",
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.465.0",
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.465.0",
|
37
36
|
"@smithy/config-resolver": "^2.0.18",
|
38
37
|
"@smithy/fetch-http-handler": "^2.2.6",
|
39
38
|
"@smithy/hash-node": "^2.0.15",
|
@@ -70,7 +69,6 @@
|
|
70
69
|
"concurrently": "7.0.0",
|
71
70
|
"downlevel-dts": "0.10.1",
|
72
71
|
"rimraf": "3.0.2",
|
73
|
-
"typedoc": "0.23.23",
|
74
72
|
"typescript": "~4.9.5"
|
75
73
|
},
|
76
74
|
"engines": {
|
@@ -223,7 +223,7 @@ see LICENSE for more information.
|
|
223
223
|
GetRoleCredentials
|
224
224
|
</summary>
|
225
225
|
|
226
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
226
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/GetRoleCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/GetRoleCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/GetRoleCredentialsCommandOutput/)
|
227
227
|
|
228
228
|
</details>
|
229
229
|
<details>
|
@@ -231,7 +231,7 @@ GetRoleCredentials
|
|
231
231
|
ListAccountRoles
|
232
232
|
</summary>
|
233
233
|
|
234
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
234
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/ListAccountRolesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountRolesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountRolesCommandOutput/)
|
235
235
|
|
236
236
|
</details>
|
237
237
|
<details>
|
@@ -239,7 +239,7 @@ ListAccountRoles
|
|
239
239
|
ListAccounts
|
240
240
|
</summary>
|
241
241
|
|
242
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
242
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/ListAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/ListAccountsCommandOutput/)
|
243
243
|
|
244
244
|
</details>
|
245
245
|
<details>
|
@@ -247,6 +247,6 @@ ListAccounts
|
|
247
247
|
Logout
|
248
248
|
</summary>
|
249
249
|
|
250
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sso/command/LogoutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/LogoutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sso/Interface/LogoutCommandOutput/)
|
251
251
|
|
252
252
|
</details>
|
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.465.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -21,16 +20,16 @@
|
|
21
20
|
"dependencies": {
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
24
|
-
"@aws-sdk/core": "3.
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
23
|
+
"@aws-sdk/core": "3.465.0",
|
24
|
+
"@aws-sdk/middleware-host-header": "3.465.0",
|
25
|
+
"@aws-sdk/middleware-logger": "3.465.0",
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.465.0",
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.465.0",
|
28
|
+
"@aws-sdk/region-config-resolver": "3.465.0",
|
29
|
+
"@aws-sdk/types": "3.465.0",
|
30
|
+
"@aws-sdk/util-endpoints": "3.465.0",
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.465.0",
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.465.0",
|
34
33
|
"@smithy/config-resolver": "^2.0.18",
|
35
34
|
"@smithy/fetch-http-handler": "^2.2.6",
|
36
35
|
"@smithy/hash-node": "^2.0.15",
|
@@ -63,7 +62,6 @@
|
|
63
62
|
"concurrently": "7.0.0",
|
64
63
|
"downlevel-dts": "0.10.1",
|
65
64
|
"rimraf": "3.0.2",
|
66
|
-
"typedoc": "0.23.23",
|
67
65
|
"typescript": "~4.9.5"
|
68
66
|
},
|
69
67
|
"engines": {
|
@@ -212,7 +212,7 @@ see LICENSE for more information.
|
|
212
212
|
AssumeRole
|
213
213
|
</summary>
|
214
214
|
|
215
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
215
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/AssumeRoleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleCommandOutput/)
|
216
216
|
|
217
217
|
</details>
|
218
218
|
<details>
|
@@ -220,7 +220,7 @@ AssumeRole
|
|
220
220
|
AssumeRoleWithSAML
|
221
221
|
</summary>
|
222
222
|
|
223
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
223
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/AssumeRoleWithSAMLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithSAMLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithSAMLCommandOutput/)
|
224
224
|
|
225
225
|
</details>
|
226
226
|
<details>
|
@@ -228,7 +228,7 @@ AssumeRoleWithSAML
|
|
228
228
|
AssumeRoleWithWebIdentity
|
229
229
|
</summary>
|
230
230
|
|
231
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
231
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/AssumeRoleWithWebIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithWebIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithWebIdentityCommandOutput/)
|
232
232
|
|
233
233
|
</details>
|
234
234
|
<details>
|
@@ -236,7 +236,7 @@ AssumeRoleWithWebIdentity
|
|
236
236
|
DecodeAuthorizationMessage
|
237
237
|
</summary>
|
238
238
|
|
239
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
239
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/DecodeAuthorizationMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/DecodeAuthorizationMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/DecodeAuthorizationMessageCommandOutput/)
|
240
240
|
|
241
241
|
</details>
|
242
242
|
<details>
|
@@ -244,7 +244,7 @@ DecodeAuthorizationMessage
|
|
244
244
|
GetAccessKeyInfo
|
245
245
|
</summary>
|
246
246
|
|
247
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
247
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/GetAccessKeyInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetAccessKeyInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetAccessKeyInfoCommandOutput/)
|
248
248
|
|
249
249
|
</details>
|
250
250
|
<details>
|
@@ -252,7 +252,7 @@ GetAccessKeyInfo
|
|
252
252
|
GetCallerIdentity
|
253
253
|
</summary>
|
254
254
|
|
255
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
255
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/GetCallerIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetCallerIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetCallerIdentityCommandOutput/)
|
256
256
|
|
257
257
|
</details>
|
258
258
|
<details>
|
@@ -260,7 +260,7 @@ GetCallerIdentity
|
|
260
260
|
GetFederationToken
|
261
261
|
</summary>
|
262
262
|
|
263
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
263
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/GetFederationTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetFederationTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetFederationTokenCommandOutput/)
|
264
264
|
|
265
265
|
</details>
|
266
266
|
<details>
|
@@ -268,6 +268,6 @@ GetFederationToken
|
|
268
268
|
GetSessionToken
|
269
269
|
</summary>
|
270
270
|
|
271
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/GetSessionTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetSessionTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/GetSessionTokenCommandOutput/)
|
272
272
|
|
273
273
|
</details>
|
@@ -289,7 +289,7 @@ export interface AssumeRoleRequest {
|
|
289
289
|
* single trusted context assertion and the ARN of the context provider from which the trusted
|
290
290
|
* context assertion was generated.</p>
|
291
291
|
* <p>
|
292
|
-
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/
|
292
|
+
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
|
293
293
|
* </p>
|
294
294
|
*/
|
295
295
|
ProvidedContexts?: ProvidedContext[];
|
@@ -1,11 +1,10 @@
|
|
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.465.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -23,19 +22,19 @@
|
|
23
22
|
"dependencies": {
|
24
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
25
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
26
|
-
"@aws-sdk/core": "3.
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
31
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
34
|
-
"@aws-sdk/region-config-resolver": "3.
|
35
|
-
"@aws-sdk/types": "3.
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
37
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
25
|
+
"@aws-sdk/core": "3.465.0",
|
26
|
+
"@aws-sdk/credential-provider-node": "3.465.0",
|
27
|
+
"@aws-sdk/middleware-host-header": "3.465.0",
|
28
|
+
"@aws-sdk/middleware-logger": "3.465.0",
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.465.0",
|
30
|
+
"@aws-sdk/middleware-sdk-sts": "3.465.0",
|
31
|
+
"@aws-sdk/middleware-signing": "3.465.0",
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.465.0",
|
33
|
+
"@aws-sdk/region-config-resolver": "3.465.0",
|
34
|
+
"@aws-sdk/types": "3.465.0",
|
35
|
+
"@aws-sdk/util-endpoints": "3.465.0",
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.465.0",
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.465.0",
|
39
38
|
"@smithy/config-resolver": "^2.0.18",
|
40
39
|
"@smithy/fetch-http-handler": "^2.2.6",
|
41
40
|
"@smithy/hash-node": "^2.0.15",
|
@@ -69,7 +68,6 @@
|
|
69
68
|
"concurrently": "7.0.0",
|
70
69
|
"downlevel-dts": "0.10.1",
|
71
70
|
"rimraf": "3.0.2",
|
72
|
-
"typedoc": "0.23.23",
|
73
71
|
"typescript": "~4.9.5"
|
74
72
|
},
|
75
73
|
"engines": {
|
@@ -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.465.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.464.0...v3.465.0) (2023-12-01)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @aws-sdk/core
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [3.451.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.450.0...v3.451.0) (2023-11-14)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/core
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
@@ -32,7 +32,6 @@
|
|
32
32
|
"concurrently": "7.0.0",
|
33
33
|
"downlevel-dts": "0.10.1",
|
34
34
|
"rimraf": "3.0.2",
|
35
|
-
"typedoc": "0.23.23",
|
36
35
|
"typescript": "~4.9.5"
|
37
36
|
},
|
38
37
|
"engines": {
|
@@ -50,8 +49,5 @@
|
|
50
49
|
"type": "git",
|
51
50
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
52
51
|
"directory": "packages/core"
|
53
|
-
},
|
54
|
-
"typedoc": {
|
55
|
-
"entryPoint": "src/index.ts"
|
56
52
|
}
|
57
53
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.465.0",
|
28
28
|
"@smithy/property-provider": "^2.0.0",
|
29
29
|
"@smithy/types": "^2.5.0",
|
30
30
|
"tslib": "^2.5.0"
|
@@ -35,7 +35,6 @@
|
|
35
35
|
"concurrently": "7.0.0",
|
36
36
|
"downlevel-dts": "0.10.1",
|
37
37
|
"rimraf": "3.0.2",
|
38
|
-
"typedoc": "0.23.23",
|
39
38
|
"typescript": "~4.9.5"
|
40
39
|
},
|
41
40
|
"types": "./dist-types/index.d.ts",
|
@@ -57,8 +56,5 @@
|
|
57
56
|
"type": "git",
|
58
57
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
59
58
|
"directory": "packages/credential-provider-env"
|
60
|
-
},
|
61
|
-
"typedoc": {
|
62
|
-
"entryPoint": "src/index.ts"
|
63
59
|
}
|
64
60
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,11 +24,11 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
28
|
-
"@aws-sdk/credential-provider-process": "3.
|
29
|
-
"@aws-sdk/credential-provider-sso": "3.
|
30
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
31
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/credential-provider-env": "3.465.0",
|
28
|
+
"@aws-sdk/credential-provider-process": "3.465.0",
|
29
|
+
"@aws-sdk/credential-provider-sso": "3.465.0",
|
30
|
+
"@aws-sdk/credential-provider-web-identity": "3.465.0",
|
31
|
+
"@aws-sdk/types": "3.465.0",
|
32
32
|
"@smithy/credential-provider-imds": "^2.0.0",
|
33
33
|
"@smithy/property-provider": "^2.0.0",
|
34
34
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
@@ -41,7 +41,6 @@
|
|
41
41
|
"concurrently": "7.0.0",
|
42
42
|
"downlevel-dts": "0.10.1",
|
43
43
|
"rimraf": "3.0.2",
|
44
|
-
"typedoc": "0.23.23",
|
45
44
|
"typescript": "~4.9.5"
|
46
45
|
},
|
47
46
|
"types": "./dist-types/index.d.ts",
|
@@ -63,8 +62,5 @@
|
|
63
62
|
"type": "git",
|
64
63
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
65
64
|
"directory": "packages/credential-provider-ini"
|
66
|
-
},
|
67
|
-
"typedoc": {
|
68
|
-
"entryPoint": "src/index.ts"
|
69
65
|
}
|
70
66
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=14.0.0"
|
@@ -27,12 +27,12 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/credential-provider-env": "3.
|
31
|
-
"@aws-sdk/credential-provider-ini": "3.
|
32
|
-
"@aws-sdk/credential-provider-process": "3.
|
33
|
-
"@aws-sdk/credential-provider-sso": "3.
|
34
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
35
|
-
"@aws-sdk/types": "3.
|
30
|
+
"@aws-sdk/credential-provider-env": "3.465.0",
|
31
|
+
"@aws-sdk/credential-provider-ini": "3.465.0",
|
32
|
+
"@aws-sdk/credential-provider-process": "3.465.0",
|
33
|
+
"@aws-sdk/credential-provider-sso": "3.465.0",
|
34
|
+
"@aws-sdk/credential-provider-web-identity": "3.465.0",
|
35
|
+
"@aws-sdk/types": "3.465.0",
|
36
36
|
"@smithy/credential-provider-imds": "^2.0.0",
|
37
37
|
"@smithy/property-provider": "^2.0.0",
|
38
38
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
@@ -45,7 +45,6 @@
|
|
45
45
|
"concurrently": "7.0.0",
|
46
46
|
"downlevel-dts": "0.10.1",
|
47
47
|
"rimraf": "3.0.2",
|
48
|
-
"typedoc": "0.23.23",
|
49
48
|
"typescript": "~4.9.5"
|
50
49
|
},
|
51
50
|
"types": "./dist-types/index.d.ts",
|
@@ -64,8 +63,5 @@
|
|
64
63
|
"type": "git",
|
65
64
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
66
65
|
"directory": "packages/credential-provider-node"
|
67
|
-
},
|
68
|
-
"typedoc": {
|
69
|
-
"entryPoint": "src/index.ts"
|
70
66
|
}
|
71
67
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.465.0",
|
28
28
|
"@smithy/property-provider": "^2.0.0",
|
29
29
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
30
30
|
"@smithy/types": "^2.5.0",
|
@@ -36,7 +36,6 @@
|
|
36
36
|
"concurrently": "7.0.0",
|
37
37
|
"downlevel-dts": "0.10.1",
|
38
38
|
"rimraf": "3.0.2",
|
39
|
-
"typedoc": "0.23.23",
|
40
39
|
"typescript": "~4.9.5"
|
41
40
|
},
|
42
41
|
"types": "./dist-types/index.d.ts",
|
@@ -58,8 +57,5 @@
|
|
58
57
|
"type": "git",
|
59
58
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
60
59
|
"directory": "packages/credential-provider-process"
|
61
|
-
},
|
62
|
-
"typedoc": {
|
63
|
-
"entryPoint": "src/index.ts"
|
64
60
|
}
|
65
61
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/client-sso": "3.
|
28
|
-
"@aws-sdk/token-providers": "3.
|
29
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/client-sso": "3.465.0",
|
28
|
+
"@aws-sdk/token-providers": "3.465.0",
|
29
|
+
"@aws-sdk/types": "3.465.0",
|
30
30
|
"@smithy/property-provider": "^2.0.0",
|
31
31
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
32
32
|
"@smithy/types": "^2.5.0",
|
@@ -38,7 +38,6 @@
|
|
38
38
|
"concurrently": "7.0.0",
|
39
39
|
"downlevel-dts": "0.10.1",
|
40
40
|
"rimraf": "3.0.2",
|
41
|
-
"typedoc": "0.23.23",
|
42
41
|
"typescript": "~4.9.5"
|
43
42
|
},
|
44
43
|
"types": "./dist-types/index.d.ts",
|
@@ -60,8 +59,5 @@
|
|
60
59
|
"type": "git",
|
61
60
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
62
61
|
"directory": "packages/credential-provider-sso"
|
63
|
-
},
|
64
|
-
"typedoc": {
|
65
|
-
"entryPoint": "src/index.ts"
|
66
62
|
}
|
67
63
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
},
|
33
33
|
"license": "Apache-2.0",
|
34
34
|
"dependencies": {
|
35
|
-
"@aws-sdk/types": "3.
|
35
|
+
"@aws-sdk/types": "3.465.0",
|
36
36
|
"@smithy/property-provider": "^2.0.0",
|
37
37
|
"@smithy/types": "^2.5.0",
|
38
38
|
"tslib": "^2.5.0"
|
@@ -43,7 +43,6 @@
|
|
43
43
|
"concurrently": "7.0.0",
|
44
44
|
"downlevel-dts": "0.10.1",
|
45
45
|
"rimraf": "3.0.2",
|
46
|
-
"typedoc": "0.23.23",
|
47
46
|
"typescript": "~4.9.5"
|
48
47
|
},
|
49
48
|
"types": "./dist-types/index.d.ts",
|
@@ -65,8 +64,5 @@
|
|
65
64
|
"type": "git",
|
66
65
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
67
66
|
"directory": "packages/credential-provider-web-identity"
|
68
|
-
},
|
69
|
-
"typedoc": {
|
70
|
-
"entryPoint": "src/index.ts"
|
71
67
|
}
|
72
68
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-host-header",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
24
|
+
"@aws-sdk/types": "3.465.0",
|
25
25
|
"@smithy/protocol-http": "^3.0.9",
|
26
26
|
"@smithy/types": "^2.5.0",
|
27
27
|
"tslib": "^2.5.0"
|
@@ -50,10 +50,6 @@
|
|
50
50
|
"concurrently": "7.0.0",
|
51
51
|
"downlevel-dts": "0.10.1",
|
52
52
|
"rimraf": "3.0.2",
|
53
|
-
"typedoc": "0.23.23",
|
54
53
|
"typescript": "~4.9.5"
|
55
|
-
},
|
56
|
-
"typedoc": {
|
57
|
-
"entryPoint": "src/index.ts"
|
58
54
|
}
|
59
55
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.465.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"module": "./dist-es/index.js",
|
23
23
|
"types": "./dist-types/index.d.ts",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
25
|
+
"@aws-sdk/types": "3.465.0",
|
26
26
|
"@smithy/types": "^2.5.0",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
@@ -32,7 +32,6 @@
|
|
32
32
|
"concurrently": "7.0.0",
|
33
33
|
"downlevel-dts": "0.10.1",
|
34
34
|
"rimraf": "3.0.2",
|
35
|
-
"typedoc": "0.23.23",
|
36
35
|
"typescript": "~4.9.5"
|
37
36
|
},
|
38
37
|
"engines": {
|
@@ -53,8 +52,5 @@
|
|
53
52
|
"type": "git",
|
54
53
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
55
54
|
"directory": "packages/middleware-logger"
|
56
|
-
},
|
57
|
-
"typedoc": {
|
58
|
-
"entryPoint": "src/index.ts"
|
59
55
|
}
|
60
56
|
}
|