@aws-sdk/client-sts 3.1077.0 → 3.1079.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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDelegatedAccessTokenRequest, GetDelegatedAccessTokenResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDelegatedAccessTokenCommandInput extends GetDelegatedAccessT
22
19
  export interface GetDelegatedAccessTokenCommandOutput extends GetDelegatedAccessTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDelegatedAccessTokenCommand_base: {
25
- new (input: GetDelegatedAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetDelegatedAccessTokenCommandInput, GetDelegatedAccessTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDelegatedAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetDelegatedAccessTokenCommandInput, GetDelegatedAccessTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDelegatedAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetDelegatedAccessTokenCommandInput, GetDelegatedAccessTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDelegatedAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetDelegatedAccessTokenCommandInput, GetDelegatedAccessTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetFederationTokenRequest, GetFederationTokenResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFederationTokenCommandInput extends GetFederationTokenReques
22
19
  export interface GetFederationTokenCommandOutput extends GetFederationTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFederationTokenCommand_base: {
25
- new (input: GetFederationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFederationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFederationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFederationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a set of temporary security credentials (consisting of an access key ID, a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSessionTokenRequest, GetSessionTokenResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSessionTokenCommandInput extends GetSessionTokenRequest {
22
19
  export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSessionTokenCommand_base: {
25
- new (input: GetSessionTokenCommandInput): import("@smithy/core/client").CommandImpl<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSessionTokenCommandInput]): import("@smithy/core/client").CommandImpl<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSessionTokenCommandInput): import("@smithy/core/client").CommandImpl<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSessionTokenCommandInput]): import("@smithy/core/client").CommandImpl<GetSessionTokenCommandInput, GetSessionTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a set of temporary credentials for an Amazon Web Services account or IAM user.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWebIdentityTokenRequest, GetWebIdentityTokenResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWebIdentityTokenCommandInput extends GetWebIdentityTokenRequ
22
19
  export interface GetWebIdentityTokenCommandOutput extends GetWebIdentityTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWebIdentityTokenCommand_base: {
25
- new (input: GetWebIdentityTokenCommandInput): import("@smithy/core/client").CommandImpl<GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWebIdentityTokenCommandInput): import("@smithy/core/client").CommandImpl<GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, STSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWebIdentityTokenCommandInput): import("@smithy/core/client").CommandImpl<GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWebIdentityTokenCommandInput): import("@smithy/core/client").CommandImpl<GetWebIdentityTokenCommandInput, GetWebIdentityTokenCommandOutput, import("..").STSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a signed JSON Web Token (JWT) that represents the calling Amazon Web Services identity.
@@ -12,6 +12,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
12
12
  export type { RuntimeExtension } from "./runtimeExtensions";
13
13
  export type { STSExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
+ export { Command as $Command } from "@smithy/core/client";
15
16
  export * from "./schemas/schemas_0";
16
17
  export * from "./models/errors";
17
18
  export * from "./models/models_0";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ STSClientResolvedConfig,
6
+ } from "./STSClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ STSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ STSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { AssumeRoleRequest, AssumeRoleResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- STSClientResolvedConfig,
8
- } from "../STSClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AssumeRoleCommandInput extends AssumeRoleRequest {}
12
5
  export interface AssumeRoleCommandOutput
13
6
  extends AssumeRoleResponse,
@@ -18,22 +11,20 @@ declare const AssumeRoleCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  AssumeRoleCommandInput,
20
13
  AssumeRoleCommandOutput,
21
- STSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").STSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: AssumeRoleCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  AssumeRoleCommandInput,
29
22
  AssumeRoleCommandOutput,
30
- STSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").STSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class AssumeRoleCommand extends AssumeRoleCommand_base {
39
30
  protected static __types: {
@@ -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
  AssumeRoleWithSAMLRequest,
5
4
  AssumeRoleWithSAMLResponse,
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 AssumeRoleWithSAMLCommandInput
15
8
  extends AssumeRoleWithSAMLRequest {}
16
9
  export interface AssumeRoleWithSAMLCommandOutput
@@ -22,22 +15,20 @@ declare const AssumeRoleWithSAMLCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssumeRoleWithSAMLCommandInput,
24
17
  AssumeRoleWithSAMLCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssumeRoleWithSAMLCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssumeRoleWithSAMLCommandInput,
33
26
  AssumeRoleWithSAMLCommandOutput,
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 AssumeRoleWithSAMLCommand extends AssumeRoleWithSAMLCommand_base {
43
34
  protected static __types: {
@@ -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
  AssumeRoleWithWebIdentityRequest,
5
4
  AssumeRoleWithWebIdentityResponse,
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 AssumeRoleWithWebIdentityCommandInput
15
8
  extends AssumeRoleWithWebIdentityRequest {}
16
9
  export interface AssumeRoleWithWebIdentityCommandOutput
@@ -22,22 +15,20 @@ declare const AssumeRoleWithWebIdentityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssumeRoleWithWebIdentityCommandInput,
24
17
  AssumeRoleWithWebIdentityCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssumeRoleWithWebIdentityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssumeRoleWithWebIdentityCommandInput,
33
26
  AssumeRoleWithWebIdentityCommandOutput,
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 AssumeRoleWithWebIdentityCommand extends AssumeRoleWithWebIdentityCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { AssumeRootRequest, AssumeRootResponse } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- STSClientResolvedConfig,
8
- } from "../STSClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AssumeRootCommandInput extends AssumeRootRequest {}
12
5
  export interface AssumeRootCommandOutput
13
6
  extends AssumeRootResponse,
@@ -18,22 +11,20 @@ declare const AssumeRootCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  AssumeRootCommandInput,
20
13
  AssumeRootCommandOutput,
21
- STSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").STSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: AssumeRootCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  AssumeRootCommandInput,
29
22
  AssumeRootCommandOutput,
30
- STSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").STSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class AssumeRootCommand extends AssumeRootCommand_base {
39
30
  protected static __types: {
@@ -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
  DecodeAuthorizationMessageRequest,
5
4
  DecodeAuthorizationMessageResponse,
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 DecodeAuthorizationMessageCommandInput
15
8
  extends DecodeAuthorizationMessageRequest {}
16
9
  export interface DecodeAuthorizationMessageCommandOutput
@@ -22,22 +15,20 @@ declare const DecodeAuthorizationMessageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DecodeAuthorizationMessageCommandInput,
24
17
  DecodeAuthorizationMessageCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DecodeAuthorizationMessageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DecodeAuthorizationMessageCommandInput,
33
26
  DecodeAuthorizationMessageCommandOutput,
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 DecodeAuthorizationMessageCommand extends DecodeAuthorizationMessageCommand_base {
43
34
  protected static __types: {
@@ -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
  GetAccessKeyInfoRequest,
5
4
  GetAccessKeyInfoResponse,
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 GetAccessKeyInfoCommandInput extends GetAccessKeyInfoRequest {}
15
8
  export interface GetAccessKeyInfoCommandOutput
16
9
  extends GetAccessKeyInfoResponse,
@@ -21,22 +14,20 @@ declare const GetAccessKeyInfoCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetAccessKeyInfoCommandInput,
23
16
  GetAccessKeyInfoCommandOutput,
24
- STSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").STSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetAccessKeyInfoCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetAccessKeyInfoCommandInput,
32
25
  GetAccessKeyInfoCommandOutput,
33
- STSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").STSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetAccessKeyInfoCommand extends GetAccessKeyInfoCommand_base {
42
33
  protected static __types: {
@@ -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
  GetCallerIdentityRequest,
5
4
  GetCallerIdentityResponse,
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 GetCallerIdentityCommandInput
15
8
  extends GetCallerIdentityRequest {}
16
9
  export interface GetCallerIdentityCommandOutput
@@ -22,22 +15,20 @@ declare const GetCallerIdentityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetCallerIdentityCommandInput,
24
17
  GetCallerIdentityCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetCallerIdentityCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetCallerIdentityCommandInput,
33
26
  GetCallerIdentityCommandOutput,
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 GetCallerIdentityCommand extends GetCallerIdentityCommand_base {
43
34
  protected static __types: {
@@ -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
  GetDelegatedAccessTokenRequest,
5
4
  GetDelegatedAccessTokenResponse,
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 GetDelegatedAccessTokenCommandInput
15
8
  extends GetDelegatedAccessTokenRequest {}
16
9
  export interface GetDelegatedAccessTokenCommandOutput
@@ -22,22 +15,20 @@ declare const GetDelegatedAccessTokenCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDelegatedAccessTokenCommandInput,
24
17
  GetDelegatedAccessTokenCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDelegatedAccessTokenCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDelegatedAccessTokenCommandInput,
33
26
  GetDelegatedAccessTokenCommandOutput,
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 GetDelegatedAccessTokenCommand extends GetDelegatedAccessTokenCommand_base {
43
34
  protected static __types: {
@@ -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
  GetFederationTokenRequest,
5
4
  GetFederationTokenResponse,
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 GetFederationTokenCommandInput
15
8
  extends GetFederationTokenRequest {}
16
9
  export interface GetFederationTokenCommandOutput
@@ -22,22 +15,20 @@ declare const GetFederationTokenCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetFederationTokenCommandInput,
24
17
  GetFederationTokenCommandOutput,
25
- STSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").STSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetFederationTokenCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetFederationTokenCommandInput,
33
26
  GetFederationTokenCommandOutput,
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 GetFederationTokenCommand extends GetFederationTokenCommand_base {
43
34
  protected static __types: {
@@ -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
  GetSessionTokenRequest,
5
4
  GetSessionTokenResponse,
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 GetSessionTokenCommandInput extends GetSessionTokenRequest {}
15
8
  export interface GetSessionTokenCommandOutput
16
9
  extends GetSessionTokenResponse,
@@ -21,22 +14,20 @@ declare const GetSessionTokenCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetSessionTokenCommandInput,
23
16
  GetSessionTokenCommandOutput,
24
- STSClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").STSClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [GetSessionTokenCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetSessionTokenCommandInput,
32
25
  GetSessionTokenCommandOutput,
33
- STSClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").STSClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetSessionTokenCommand extends GetSessionTokenCommand_base {
42
33
  protected static __types: {