@aws-sdk/client-sts 3.929.0 → 3.931.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 (35) hide show
  1. package/dist-cjs/STSClient.js +2 -0
  2. package/dist-cjs/index.js +400 -1095
  3. package/dist-cjs/runtimeConfig.shared.js +7 -0
  4. package/dist-es/STSClient.js +2 -0
  5. package/dist-es/commands/AssumeRoleCommand.js +3 -10
  6. package/dist-es/commands/AssumeRoleWithSAMLCommand.js +3 -10
  7. package/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  8. package/dist-es/commands/AssumeRootCommand.js +3 -10
  9. package/dist-es/commands/DecodeAuthorizationMessageCommand.js +3 -9
  10. package/dist-es/commands/GetAccessKeyInfoCommand.js +3 -9
  11. package/dist-es/commands/GetCallerIdentityCommand.js +3 -9
  12. package/dist-es/commands/GetDelegatedAccessTokenCommand.js +3 -10
  13. package/dist-es/commands/GetFederationTokenCommand.js +3 -10
  14. package/dist-es/commands/GetSessionTokenCommand.js +3 -10
  15. package/dist-es/models/models_0.js +0 -45
  16. package/dist-es/runtimeConfig.shared.js +7 -0
  17. package/dist-es/schemas/schemas_0.js +410 -0
  18. package/dist-types/STSClient.d.ts +10 -1
  19. package/dist-types/models/models_0.d.ts +0 -44
  20. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  21. package/dist-types/runtimeConfig.d.ts +1 -0
  22. package/dist-types/runtimeConfig.native.d.ts +1 -0
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +55 -0
  25. package/dist-types/ts3.4/STSClient.d.ts +4 -0
  26. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  32. package/package.json +33 -33
  33. package/dist-es/protocols/Aws_query.js +0 -1003
  34. package/dist-types/protocols/Aws_query.d.ts +0 -92
  35. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -125
@@ -1,92 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "../commands/AssumeRoleCommand";
4
- import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "../commands/AssumeRoleWithSAMLCommand";
5
- import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "../commands/AssumeRoleWithWebIdentityCommand";
6
- import { AssumeRootCommandInput, AssumeRootCommandOutput } from "../commands/AssumeRootCommand";
7
- import { DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput } from "../commands/DecodeAuthorizationMessageCommand";
8
- import { GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput } from "../commands/GetAccessKeyInfoCommand";
9
- import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from "../commands/GetCallerIdentityCommand";
10
- import { GetDelegatedAccessTokenCommandInput, GetDelegatedAccessTokenCommandOutput } from "../commands/GetDelegatedAccessTokenCommand";
11
- import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
12
- import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "../commands/GetSessionTokenCommand";
13
- /**
14
- * serializeAws_queryAssumeRoleCommand
15
- */
16
- export declare const se_AssumeRoleCommand: (input: AssumeRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- /**
18
- * serializeAws_queryAssumeRoleWithSAMLCommand
19
- */
20
- export declare const se_AssumeRoleWithSAMLCommand: (input: AssumeRoleWithSAMLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_queryAssumeRoleWithWebIdentityCommand
23
- */
24
- export declare const se_AssumeRoleWithWebIdentityCommand: (input: AssumeRoleWithWebIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_queryAssumeRootCommand
27
- */
28
- export declare const se_AssumeRootCommand: (input: AssumeRootCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_queryDecodeAuthorizationMessageCommand
31
- */
32
- export declare const se_DecodeAuthorizationMessageCommand: (input: DecodeAuthorizationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_queryGetAccessKeyInfoCommand
35
- */
36
- export declare const se_GetAccessKeyInfoCommand: (input: GetAccessKeyInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_queryGetCallerIdentityCommand
39
- */
40
- export declare const se_GetCallerIdentityCommand: (input: GetCallerIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_queryGetDelegatedAccessTokenCommand
43
- */
44
- export declare const se_GetDelegatedAccessTokenCommand: (input: GetDelegatedAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_queryGetFederationTokenCommand
47
- */
48
- export declare const se_GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_queryGetSessionTokenCommand
51
- */
52
- export declare const se_GetSessionTokenCommand: (input: GetSessionTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * deserializeAws_queryAssumeRoleCommand
55
- */
56
- export declare const de_AssumeRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRoleCommandOutput>;
57
- /**
58
- * deserializeAws_queryAssumeRoleWithSAMLCommand
59
- */
60
- export declare const de_AssumeRoleWithSAMLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRoleWithSAMLCommandOutput>;
61
- /**
62
- * deserializeAws_queryAssumeRoleWithWebIdentityCommand
63
- */
64
- export declare const de_AssumeRoleWithWebIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
65
- /**
66
- * deserializeAws_queryAssumeRootCommand
67
- */
68
- export declare const de_AssumeRootCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeRootCommandOutput>;
69
- /**
70
- * deserializeAws_queryDecodeAuthorizationMessageCommand
71
- */
72
- export declare const de_DecodeAuthorizationMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DecodeAuthorizationMessageCommandOutput>;
73
- /**
74
- * deserializeAws_queryGetAccessKeyInfoCommand
75
- */
76
- export declare const de_GetAccessKeyInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessKeyInfoCommandOutput>;
77
- /**
78
- * deserializeAws_queryGetCallerIdentityCommand
79
- */
80
- export declare const de_GetCallerIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallerIdentityCommandOutput>;
81
- /**
82
- * deserializeAws_queryGetDelegatedAccessTokenCommand
83
- */
84
- export declare const de_GetDelegatedAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAccessTokenCommandOutput>;
85
- /**
86
- * deserializeAws_queryGetFederationTokenCommand
87
- */
88
- export declare const de_GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
89
- /**
90
- * deserializeAws_queryGetSessionTokenCommand
91
- */
92
- export declare const de_GetSessionTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionTokenCommandOutput>;
@@ -1,125 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssumeRoleCommandInput,
8
- AssumeRoleCommandOutput,
9
- } from "../commands/AssumeRoleCommand";
10
- import {
11
- AssumeRoleWithSAMLCommandInput,
12
- AssumeRoleWithSAMLCommandOutput,
13
- } from "../commands/AssumeRoleWithSAMLCommand";
14
- import {
15
- AssumeRoleWithWebIdentityCommandInput,
16
- AssumeRoleWithWebIdentityCommandOutput,
17
- } from "../commands/AssumeRoleWithWebIdentityCommand";
18
- import {
19
- AssumeRootCommandInput,
20
- AssumeRootCommandOutput,
21
- } from "../commands/AssumeRootCommand";
22
- import {
23
- DecodeAuthorizationMessageCommandInput,
24
- DecodeAuthorizationMessageCommandOutput,
25
- } from "../commands/DecodeAuthorizationMessageCommand";
26
- import {
27
- GetAccessKeyInfoCommandInput,
28
- GetAccessKeyInfoCommandOutput,
29
- } from "../commands/GetAccessKeyInfoCommand";
30
- import {
31
- GetCallerIdentityCommandInput,
32
- GetCallerIdentityCommandOutput,
33
- } from "../commands/GetCallerIdentityCommand";
34
- import {
35
- GetDelegatedAccessTokenCommandInput,
36
- GetDelegatedAccessTokenCommandOutput,
37
- } from "../commands/GetDelegatedAccessTokenCommand";
38
- import {
39
- GetFederationTokenCommandInput,
40
- GetFederationTokenCommandOutput,
41
- } from "../commands/GetFederationTokenCommand";
42
- import {
43
- GetSessionTokenCommandInput,
44
- GetSessionTokenCommandOutput,
45
- } from "../commands/GetSessionTokenCommand";
46
- export declare const se_AssumeRoleCommand: (
47
- input: AssumeRoleCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_AssumeRoleWithSAMLCommand: (
51
- input: AssumeRoleWithSAMLCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_AssumeRoleWithWebIdentityCommand: (
55
- input: AssumeRoleWithWebIdentityCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_AssumeRootCommand: (
59
- input: AssumeRootCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_DecodeAuthorizationMessageCommand: (
63
- input: DecodeAuthorizationMessageCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GetAccessKeyInfoCommand: (
67
- input: GetAccessKeyInfoCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetCallerIdentityCommand: (
71
- input: GetCallerIdentityCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GetDelegatedAccessTokenCommand: (
75
- input: GetDelegatedAccessTokenCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GetFederationTokenCommand: (
79
- input: GetFederationTokenCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetSessionTokenCommand: (
83
- input: GetSessionTokenCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const de_AssumeRoleCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<AssumeRoleCommandOutput>;
90
- export declare const de_AssumeRoleWithSAMLCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<AssumeRoleWithSAMLCommandOutput>;
94
- export declare const de_AssumeRoleWithWebIdentityCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<AssumeRoleWithWebIdentityCommandOutput>;
98
- export declare const de_AssumeRootCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<AssumeRootCommandOutput>;
102
- export declare const de_DecodeAuthorizationMessageCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<DecodeAuthorizationMessageCommandOutput>;
106
- export declare const de_GetAccessKeyInfoCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<GetAccessKeyInfoCommandOutput>;
110
- export declare const de_GetCallerIdentityCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<GetCallerIdentityCommandOutput>;
114
- export declare const de_GetDelegatedAccessTokenCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<GetDelegatedAccessTokenCommandOutput>;
118
- export declare const de_GetFederationTokenCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<GetFederationTokenCommandOutput>;
122
- export declare const de_GetSessionTokenCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<GetSessionTokenCommandOutput>;