@aws-sdk/client-sts 3.1077.0 → 3.1078.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 (41) hide show
  1. package/dist-cjs/index.js +19 -113
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssumeRoleCommand.js +2 -14
  4. package/dist-es/commands/AssumeRoleWithSAMLCommand.js +2 -14
  5. package/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
  6. package/dist-es/commands/AssumeRootCommand.js +2 -14
  7. package/dist-es/commands/DecodeAuthorizationMessageCommand.js +2 -14
  8. package/dist-es/commands/GetAccessKeyInfoCommand.js +2 -14
  9. package/dist-es/commands/GetCallerIdentityCommand.js +2 -14
  10. package/dist-es/commands/GetDelegatedAccessTokenCommand.js +2 -14
  11. package/dist-es/commands/GetFederationTokenCommand.js +2 -14
  12. package/dist-es/commands/GetSessionTokenCommand.js +2 -14
  13. package/dist-es/commands/GetWebIdentityTokenCommand.js +2 -14
  14. package/dist-es/index.js +1 -0
  15. package/dist-types/commandBuilder.d.ts +18 -0
  16. package/dist-types/commands/AssumeRoleCommand.d.ts +3 -8
  17. package/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +3 -8
  18. package/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
  19. package/dist-types/commands/AssumeRootCommand.d.ts +3 -8
  20. package/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +3 -8
  21. package/dist-types/commands/GetAccessKeyInfoCommand.d.ts +3 -8
  22. package/dist-types/commands/GetCallerIdentityCommand.d.ts +3 -8
  23. package/dist-types/commands/GetDelegatedAccessTokenCommand.d.ts +3 -8
  24. package/dist-types/commands/GetFederationTokenCommand.d.ts +3 -8
  25. package/dist-types/commands/GetSessionTokenCommand.d.ts +3 -8
  26. package/dist-types/commands/GetWebIdentityTokenCommand.d.ts +3 -8
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  29. package/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +7 -16
  30. package/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +7 -16
  31. package/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
  32. package/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +7 -16
  33. package/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +7 -16
  34. package/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +7 -16
  35. package/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/GetDelegatedAccessTokenCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/GetWebIdentityTokenCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/package.json +10 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetWebIdentityTokenRequest,
5
4
  GetWebIdentityTokenResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- STSClientResolvedConfig,
11
- } from "../STSClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetWebIdentityTokenCommandInput
15
8
  extends GetWebIdentityTokenRequest {}
16
9
  export interface GetWebIdentityTokenCommandOutput
@@ -22,22 +15,20 @@ declare const GetWebIdentityTokenCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetWebIdentityTokenCommandInput,
24
17
  GetWebIdentityTokenCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetWebIdentityTokenCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetWebIdentityTokenCommandInput,
33
26
  GetWebIdentityTokenCommandOutput,
34
- STSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").STSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetWebIdentityTokenCommand extends GetWebIdentityTokenCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { STSExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./models/errors";
9
10
  export * from "./models/models_0";
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.1077.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -25,18 +25,18 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.974.25",
29
- "@aws-sdk/credential-provider-node": "^3.972.60",
30
- "@aws-sdk/signature-v4-multi-region": "^3.996.37",
31
- "@aws-sdk/types": "^3.973.14",
32
- "@smithy/core": "^3.28.0",
33
- "@smithy/fetch-http-handler": "^5.6.1",
34
- "@smithy/node-http-handler": "^4.9.1",
35
- "@smithy/types": "^4.15.0",
28
+ "@aws-sdk/core": "^3.974.26",
29
+ "@aws-sdk/credential-provider-node": "^3.972.61",
30
+ "@aws-sdk/signature-v4-multi-region": "^3.996.38",
31
+ "@aws-sdk/types": "^3.973.15",
32
+ "@smithy/core": "^3.29.0",
33
+ "@smithy/fetch-http-handler": "^5.6.2",
34
+ "@smithy/node-http-handler": "^4.9.2",
35
+ "@smithy/types": "^4.15.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@smithy/snapshot-testing": "^2.2.4",
39
+ "@smithy/snapshot-testing": "^2.2.5",
40
40
  "@tsconfig/node20": "20.1.8",
41
41
  "@types/node": "^20.14.8",
42
42
  "concurrently": "7.0.0",