@aws-sdk/client-sts 3.36.0 → 3.36.1

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 (37) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/STS.js +0 -7
  3. package/dist-cjs/STSClient.js +0 -12
  4. package/dist-cjs/commands/AssumeRoleCommand.js +0 -107
  5. package/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -155
  6. package/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -159
  7. package/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -59
  8. package/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -41
  9. package/dist-cjs/commands/GetCallerIdentityCommand.js +0 -33
  10. package/dist-cjs/commands/GetFederationTokenCommand.js +0 -162
  11. package/dist-cjs/commands/GetSessionTokenCommand.js +0 -75
  12. package/dist-cjs/defaultRoleAssumers.js +0 -16
  13. package/dist-cjs/defaultStsRoleAssumers.js +0 -20
  14. package/dist-cjs/models/models_0.js +0 -87
  15. package/dist-cjs/protocols/Aws_query.js +0 -2
  16. package/dist-cjs/runtimeConfig.browser.js +1 -5
  17. package/dist-cjs/runtimeConfig.js +1 -5
  18. package/dist-cjs/runtimeConfig.native.js +0 -3
  19. package/dist-cjs/runtimeConfig.shared.js +0 -3
  20. package/dist-types/ts3.4/STS.d.ts +9 -630
  21. package/dist-types/ts3.4/STSClient.d.ts +24 -93
  22. package/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +2 -103
  23. package/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +2 -151
  24. package/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -155
  25. package/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +2 -55
  26. package/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +2 -37
  27. package/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +2 -29
  28. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +2 -158
  29. package/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +2 -71
  30. package/dist-types/ts3.4/defaultRoleAssumers.d.ts +3 -14
  31. package/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +6 -25
  32. package/dist-types/ts3.4/models/models_0.d.ts +123 -948
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  37. package/package.json +2 -2
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { STSClientConfig } from "./STSClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { STSClientConfig } from "./STSClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { STSClientConfig } from "./STSClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
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.36.0",
4
+ "version": "3.36.1",
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": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
24
  "@aws-sdk/config-resolver": "3.36.0",
25
- "@aws-sdk/credential-provider-node": "3.36.0",
25
+ "@aws-sdk/credential-provider-node": "3.36.1",
26
26
  "@aws-sdk/fetch-http-handler": "3.36.0",
27
27
  "@aws-sdk/hash-node": "3.36.0",
28
28
  "@aws-sdk/invalid-dependency": "3.36.0",