@aws-sdk/client-sts 3.1087.0 → 3.1089.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.
Files changed (30) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/STS.d.ts +35 -41
  3. package/dist-types/ts3.4/STSClient.d.ts +15 -28
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/GetDelegatedAccessTokenCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +3 -8
  17. package/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/defaultRoleAssumers.d.ts +3 -3
  19. package/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +5 -7
  20. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  21. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  22. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  23. package/dist-types/ts3.4/models/errors.d.ts +12 -49
  24. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -34
  25. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -31
  26. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -34
  27. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -10
  28. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  29. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  30. package/package.json +40 -40
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-sts"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -20,23 +51,19 @@
20
51
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
53
  },
23
- "main": "./dist-cjs/index.js",
24
- "types": "./dist-types/index.d.ts",
25
- "module": "./dist-es/index.js",
26
- "sideEffects": false,
27
54
  "dependencies": {
28
- "@aws-sdk/core": "^3.975.2",
29
- "@aws-sdk/credential-provider-node": "^3.972.68",
30
- "@aws-sdk/signature-v4-multi-region": "^3.996.40",
31
- "@aws-sdk/types": "^3.974.1",
32
- "@smithy/core": "^3.29.3",
33
- "@smithy/fetch-http-handler": "^5.6.5",
34
- "@smithy/node-http-handler": "^4.9.5",
55
+ "@aws-sdk/core": "^3.975.3",
56
+ "@aws-sdk/credential-provider-node": "^3.972.70",
57
+ "@aws-sdk/signature-v4-multi-region": "^3.996.41",
58
+ "@aws-sdk/types": "^3.974.2",
59
+ "@smithy/core": "^3.29.4",
60
+ "@smithy/fetch-http-handler": "^5.6.6",
61
+ "@smithy/node-http-handler": "^4.9.6",
35
62
  "@smithy/types": "^4.16.1",
36
63
  "tslib": "^2.6.2"
37
64
  },
38
65
  "devDependencies": {
39
- "@smithy/snapshot-testing": "^2.2.8",
66
+ "@smithy/snapshot-testing": "^2.2.9",
40
67
  "@tsconfig/node20": "20.1.8",
41
68
  "@types/node": "^20.14.8",
42
69
  "concurrently": "7.0.0",
@@ -47,32 +74,5 @@
47
74
  },
48
75
  "engines": {
49
76
  "node": ">=20.0.0"
50
- },
51
- "typesVersions": {
52
- "<4.5": {
53
- "dist-types/*": [
54
- "dist-types/ts3.4/*"
55
- ]
56
- }
57
- },
58
- "files": [
59
- "dist-*/**"
60
- ],
61
- "author": {
62
- "name": "AWS SDK for JavaScript Team",
63
- "url": "https://aws.amazon.com/sdk-for-javascript/"
64
- },
65
- "license": "Apache-2.0",
66
- "browser": {
67
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
68
- },
69
- "react-native": {
70
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
71
- },
72
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts",
73
- "repository": {
74
- "type": "git",
75
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
76
- "directory": "clients/client-sts"
77
77
  }
78
78
  }