@aws-sdk/client-sso 3.34.0 → 3.35.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 (166) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/{dist/cjs → dist-cjs}/SSO.js +1 -1
  3. package/dist-cjs/SSO.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/SSOClient.js +7 -7
  5. package/dist-cjs/SSOClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/GetRoleCredentialsCommand.js +2 -2
  7. package/dist-cjs/commands/GetRoleCredentialsCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/ListAccountRolesCommand.js +2 -2
  9. package/dist-cjs/commands/ListAccountRolesCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/ListAccountsCommand.js +2 -2
  11. package/dist-cjs/commands/ListAccountsCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/LogoutCommand.js +2 -2
  13. package/dist-cjs/commands/LogoutCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  15. package/dist-cjs/endpoints.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/index.js +0 -0
  17. package/dist-cjs/index.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  19. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  20. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  21. package/dist-cjs/models/models_0.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  23. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  24. package/{dist/cjs → dist-cjs}/pagination/ListAccountRolesPaginator.js +1 -1
  25. package/dist-cjs/pagination/ListAccountRolesPaginator.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/pagination/ListAccountsPaginator.js +1 -1
  27. package/dist-cjs/pagination/ListAccountsPaginator.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +4 -4
  29. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
  31. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
  33. package/dist-cjs/runtimeConfig.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  35. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  37. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  38. package/{dist/es → dist-es}/SSO.js +1 -1
  39. package/dist-es/SSO.js.map +1 -0
  40. package/{dist/es → dist-es}/SSOClient.js +1 -1
  41. package/dist-es/SSOClient.js.map +1 -0
  42. package/{dist/es → dist-es}/commands/GetRoleCredentialsCommand.js +2 -2
  43. package/dist-es/commands/GetRoleCredentialsCommand.js.map +1 -0
  44. package/{dist/es → dist-es}/commands/ListAccountRolesCommand.js +2 -2
  45. package/dist-es/commands/ListAccountRolesCommand.js.map +1 -0
  46. package/{dist/es → dist-es}/commands/ListAccountsCommand.js +2 -2
  47. package/dist-es/commands/ListAccountsCommand.js.map +1 -0
  48. package/{dist/es → dist-es}/commands/LogoutCommand.js +2 -2
  49. package/dist-es/commands/LogoutCommand.js.map +1 -0
  50. package/{dist/es → dist-es}/endpoints.js +0 -0
  51. package/dist-es/endpoints.js.map +1 -0
  52. package/{dist/es → dist-es}/index.js +0 -0
  53. package/dist-es/index.js.map +1 -0
  54. package/{dist/es → dist-es}/models/index.js +0 -0
  55. package/dist-es/models/index.js.map +1 -0
  56. package/{dist/es → dist-es}/models/models_0.js +0 -0
  57. package/dist-es/models/models_0.js.map +1 -0
  58. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  59. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  60. package/{dist/es → dist-es}/pagination/ListAccountRolesPaginator.js +1 -1
  61. package/dist-es/pagination/ListAccountRolesPaginator.js.map +1 -0
  62. package/{dist/es → dist-es}/pagination/ListAccountsPaginator.js +1 -1
  63. package/dist-es/pagination/ListAccountsPaginator.js.map +1 -0
  64. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
  65. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
  67. package/dist-es/runtimeConfig.browser.js.map +1 -0
  68. package/{dist/es → dist-es}/runtimeConfig.js +2 -2
  69. package/dist-es/runtimeConfig.js.map +1 -0
  70. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  71. package/dist-es/runtimeConfig.native.js.map +1 -0
  72. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
  73. package/dist-es/runtimeConfig.shared.js.map +1 -0
  74. package/{dist/types → dist-types}/SSO.d.ts +2 -2
  75. package/{dist/types → dist-types}/SSOClient.d.ts +5 -5
  76. package/{dist/types → dist-types}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/commands/ListAccountRolesCommand.d.ts +3 -3
  78. package/{dist/types → dist-types}/commands/ListAccountsCommand.d.ts +3 -3
  79. package/{dist/types → dist-types}/commands/LogoutCommand.d.ts +3 -3
  80. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  81. package/{dist/types → dist-types}/index.d.ts +0 -0
  82. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  83. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  84. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  85. package/{dist/types → dist-types}/pagination/ListAccountRolesPaginator.d.ts +1 -1
  86. package/{dist/types → dist-types}/pagination/ListAccountsPaginator.d.ts +1 -1
  87. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  88. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  89. package/{dist/types → dist-types}/runtimeConfig.d.ts +0 -0
  90. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  91. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  92. package/{dist/types → dist-types}/ts3.4/SSO.d.ts +2 -2
  93. package/{dist/types → dist-types}/ts3.4/SSOClient.d.ts +5 -5
  94. package/{dist/types → dist-types}/ts3.4/commands/GetRoleCredentialsCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/ts3.4/commands/ListAccountRolesCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/ts3.4/commands/ListAccountsCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/ts3.4/commands/LogoutCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountRolesPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountsPaginator.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  106. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  107. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +0 -0
  108. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  109. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  110. package/package.json +39 -39
  111. package/{SSO.ts → src/SSO.ts} +3 -2
  112. package/{SSOClient.ts → src/SSOClient.ts} +18 -17
  113. package/{commands → src/commands}/GetRoleCredentialsCommand.ts +8 -7
  114. package/{commands → src/commands}/ListAccountRolesCommand.ts +8 -7
  115. package/{commands → src/commands}/ListAccountsCommand.ts +8 -7
  116. package/{commands → src/commands}/LogoutCommand.ts +5 -4
  117. package/{endpoints.ts → src/endpoints.ts} +1 -1
  118. package/{index.ts → src/index.ts} +0 -0
  119. package/{models → src/models}/index.ts +0 -0
  120. package/{models → src/models}/models_0.ts +0 -0
  121. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  122. package/{pagination → src/pagination}/ListAccountRolesPaginator.ts +4 -3
  123. package/{pagination → src/pagination}/ListAccountsPaginator.ts +4 -3
  124. package/{protocols → src/protocols}/Aws_restJson1.ts +23 -21
  125. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +4 -3
  126. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +2 -1
  127. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  128. package/{runtimeConfig.ts → src/runtimeConfig.ts} +5 -4
  129. package/tsconfig.es.json +1 -1
  130. package/tsconfig.json +4 -2
  131. package/tsconfig.types.json +3 -2
  132. package/dist/cjs/SSO.js.map +0 -1
  133. package/dist/cjs/SSOClient.js.map +0 -1
  134. package/dist/cjs/commands/GetRoleCredentialsCommand.js.map +0 -1
  135. package/dist/cjs/commands/ListAccountRolesCommand.js.map +0 -1
  136. package/dist/cjs/commands/ListAccountsCommand.js.map +0 -1
  137. package/dist/cjs/commands/LogoutCommand.js.map +0 -1
  138. package/dist/cjs/endpoints.js.map +0 -1
  139. package/dist/cjs/index.js.map +0 -1
  140. package/dist/cjs/models/models_0.js.map +0 -1
  141. package/dist/cjs/package.json +0 -88
  142. package/dist/cjs/pagination/ListAccountRolesPaginator.js.map +0 -1
  143. package/dist/cjs/pagination/ListAccountsPaginator.js.map +0 -1
  144. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  145. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.js.map +0 -1
  147. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  148. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  149. package/dist/es/SSO.js.map +0 -1
  150. package/dist/es/SSOClient.js.map +0 -1
  151. package/dist/es/commands/GetRoleCredentialsCommand.js.map +0 -1
  152. package/dist/es/commands/ListAccountRolesCommand.js.map +0 -1
  153. package/dist/es/commands/ListAccountsCommand.js.map +0 -1
  154. package/dist/es/commands/LogoutCommand.js.map +0 -1
  155. package/dist/es/endpoints.js.map +0 -1
  156. package/dist/es/index.js.map +0 -1
  157. package/dist/es/models/index.js.map +0 -1
  158. package/dist/es/models/models_0.js.map +0 -1
  159. package/dist/es/package.json +0 -88
  160. package/dist/es/pagination/ListAccountRolesPaginator.js.map +0 -1
  161. package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
  162. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  163. package/dist/es/runtimeConfig.browser.js.map +0 -1
  164. package/dist/es/runtimeConfig.js.map +0 -1
  165. package/dist/es/runtimeConfig.native.js.map +0 -1
  166. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,8 +1,3 @@
1
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
3
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
4
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
5
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
6
1
  import {
7
2
  EndpointsInputConfig,
8
3
  EndpointsResolvedConfig,
@@ -13,18 +8,18 @@ import {
13
8
  } from "@aws-sdk/config-resolver";
14
9
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
15
10
  import {
11
+ getHostHeaderPlugin,
16
12
  HostHeaderInputConfig,
17
13
  HostHeaderResolvedConfig,
18
- getHostHeaderPlugin,
19
14
  resolveHostHeaderConfig,
20
15
  } from "@aws-sdk/middleware-host-header";
21
16
  import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
22
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
23
18
  import {
24
- UserAgentInputConfig,
25
- UserAgentResolvedConfig,
26
19
  getUserAgentPlugin,
27
20
  resolveUserAgentConfig,
21
+ UserAgentInputConfig,
22
+ UserAgentResolvedConfig,
28
23
  } from "@aws-sdk/middleware-user-agent";
29
24
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
30
25
  import {
@@ -33,8 +28,6 @@ import {
33
28
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
34
29
  } from "@aws-sdk/smithy-client";
35
30
  import {
36
- Provider,
37
- RegionInfoProvider,
38
31
  Decoder as __Decoder,
39
32
  Encoder as __Encoder,
40
33
  Hash as __Hash,
@@ -42,11 +35,19 @@ import {
42
35
  HttpHandlerOptions as __HttpHandlerOptions,
43
36
  Logger as __Logger,
44
37
  Provider as __Provider,
38
+ Provider,
39
+ RegionInfoProvider,
45
40
  StreamCollector as __StreamCollector,
46
41
  UrlParser as __UrlParser,
47
42
  UserAgent as __UserAgent,
48
43
  } from "@aws-sdk/types";
49
44
 
45
+ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
46
+ import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
47
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
48
+ import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
49
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
50
+
50
51
  export type ServiceInputTypes =
51
52
  | GetRoleCredentialsCommandInput
52
53
  | ListAccountRolesCommandInput
@@ -219,12 +220,12 @@ export class SSOClient extends __Client<
219
220
  readonly config: SSOClientResolvedConfig;
220
221
 
221
222
  constructor(configuration: SSOClientConfig) {
222
- let _config_0 = __getRuntimeConfig(configuration);
223
- let _config_1 = resolveRegionConfig(_config_0);
224
- let _config_2 = resolveEndpointsConfig(_config_1);
225
- let _config_3 = resolveRetryConfig(_config_2);
226
- let _config_4 = resolveHostHeaderConfig(_config_3);
227
- let _config_5 = resolveUserAgentConfig(_config_4);
223
+ const _config_0 = __getRuntimeConfig(configuration);
224
+ const _config_1 = resolveRegionConfig(_config_0);
225
+ const _config_2 = resolveEndpointsConfig(_config_1);
226
+ const _config_3 = resolveRetryConfig(_config_2);
227
+ const _config_4 = resolveHostHeaderConfig(_config_3);
228
+ const _config_5 = resolveUserAgentConfig(_config_4);
228
229
  super(_config_5);
229
230
  this.config = _config_5;
230
231
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,9 +1,3 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1GetRoleCredentialsCommand,
5
- serializeAws_restJson1GetRoleCredentialsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_restJson1GetRoleCredentialsCommand,
17
+ serializeAws_restJson1GetRoleCredentialsCommand,
18
+ } from "../protocols/Aws_restJson1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
20
+
20
21
  export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {}
21
22
  export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListAccountRolesCommand,
5
- serializeAws_restJson1ListAccountRolesCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_restJson1ListAccountRolesCommand,
17
+ serializeAws_restJson1ListAccountRolesCommand,
18
+ } from "../protocols/Aws_restJson1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
20
+
20
21
  export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {}
21
22
  export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {}
22
23
 
@@ -1,9 +1,3 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListAccountsCommand,
5
- serializeAws_restJson1ListAccountsCommand,
6
- } from "../protocols/Aws_restJson1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
15
+ import {
16
+ deserializeAws_restJson1ListAccountsCommand,
17
+ serializeAws_restJson1ListAccountsCommand,
18
+ } from "../protocols/Aws_restJson1";
19
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
20
+
20
21
  export interface ListAccountsCommandInput extends ListAccountsRequest {}
21
22
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {}
22
23
 
@@ -1,6 +1,3 @@
1
- import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";
2
- import { LogoutRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1LogoutCommand, serializeAws_restJson1LogoutCommand } from "../protocols/Aws_restJson1";
4
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
6
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -8,12 +5,16 @@ import {
8
5
  FinalizeHandlerArguments,
9
6
  Handler,
10
7
  HandlerExecutionContext,
11
- MiddlewareStack,
12
8
  HttpHandlerOptions as __HttpHandlerOptions,
13
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
14
11
  SerdeContext as __SerdeContext,
15
12
  } from "@aws-sdk/types";
16
13
 
14
+ import { LogoutRequest } from "../models/models_0";
15
+ import { deserializeAws_restJson1LogoutCommand, serializeAws_restJson1LogoutCommand } from "../protocols/Aws_restJson1";
16
+ import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
17
+
17
18
  export interface LogoutCommandInput extends LogoutRequest {}
18
19
  export interface LogoutCommandOutput extends __MetadataBearer {}
19
20
 
@@ -1,4 +1,4 @@
1
- import { PartitionHash, RegionHash, getRegionInfo } from "@aws-sdk/config-resolver";
1
+ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolver";
2
2
  import { RegionInfoProvider } from "@aws-sdk/types";
3
3
 
4
4
  const regionHash: RegionHash = {
File without changes
File without changes
File without changes
@@ -1,6 +1,7 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+
1
3
  import { SSO } from "../SSO";
2
4
  import { SSOClient } from "../SSOClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
5
 
5
6
  export interface SSOPaginationConfiguration extends PaginationConfiguration {
6
7
  client: SSO | SSOClient;
@@ -1,12 +1,13 @@
1
- import { SSO } from "../SSO";
2
- import { SSOClient } from "../SSOClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  ListAccountRolesCommand,
5
5
  ListAccountRolesCommandInput,
6
6
  ListAccountRolesCommandOutput,
7
7
  } from "../commands/ListAccountRolesCommand";
8
+ import { SSO } from "../SSO";
9
+ import { SSOClient } from "../SSOClient";
8
10
  import { SSOPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,12 +1,13 @@
1
- import { SSO } from "../SSO";
2
- import { SSOClient } from "../SSOClient";
1
+ import { Paginator } from "@aws-sdk/types";
2
+
3
3
  import {
4
4
  ListAccountsCommand,
5
5
  ListAccountsCommandInput,
6
6
  ListAccountsCommandOutput,
7
7
  } from "../commands/ListAccountsCommand";
8
+ import { SSO } from "../SSO";
9
+ import { SSOClient } from "../SSOClient";
8
10
  import { SSOPaginationConfiguration } from "./Interfaces";
9
- import { Paginator } from "@aws-sdk/types";
10
11
 
11
12
  /**
12
13
  * @private
@@ -1,16 +1,3 @@
1
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
3
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
4
- import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand";
5
- import {
6
- AccountInfo,
7
- InvalidRequestException,
8
- ResourceNotFoundException,
9
- RoleCredentials,
10
- RoleInfo,
11
- TooManyRequestsException,
12
- UnauthorizedException,
13
- } from "../models/models_0";
14
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
15
2
  import {
16
3
  expectLong as __expectLong,
@@ -27,6 +14,20 @@ import {
27
14
  SmithyException as __SmithyException,
28
15
  } from "@aws-sdk/types";
29
16
 
17
+ import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand";
18
+ import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
19
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
20
+ import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand";
21
+ import {
22
+ AccountInfo,
23
+ InvalidRequestException,
24
+ ResourceNotFoundException,
25
+ RoleCredentials,
26
+ RoleInfo,
27
+ TooManyRequestsException,
28
+ UnauthorizedException,
29
+ } from "../models/models_0";
30
+
30
31
  export const serializeAws_restJson1GetRoleCredentialsCommand = async (
31
32
  input: GetRoleCredentialsCommandInput,
32
33
  context: __SerdeContext
@@ -35,7 +36,8 @@ export const serializeAws_restJson1GetRoleCredentialsCommand = async (
35
36
  const headers: any = {
36
37
  ...(isSerializableHeaderValue(input.accessToken) && { "x-amz-sso_bearer_token": input.accessToken! }),
37
38
  };
38
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/federation/credentials";
39
+ const resolvedPath =
40
+ `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/federation/credentials";
39
41
  const query: any = {
40
42
  ...(input.roleName !== undefined && { role_name: input.roleName }),
41
43
  ...(input.accountId !== undefined && { account_id: input.accountId }),
@@ -61,7 +63,7 @@ export const serializeAws_restJson1ListAccountRolesCommand = async (
61
63
  const headers: any = {
62
64
  ...(isSerializableHeaderValue(input.accessToken) && { "x-amz-sso_bearer_token": input.accessToken! }),
63
65
  };
64
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/roles";
66
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/roles";
65
67
  const query: any = {
66
68
  ...(input.nextToken !== undefined && { next_token: input.nextToken }),
67
69
  ...(input.maxResults !== undefined && { max_result: input.maxResults.toString() }),
@@ -88,7 +90,7 @@ export const serializeAws_restJson1ListAccountsCommand = async (
88
90
  const headers: any = {
89
91
  ...(isSerializableHeaderValue(input.accessToken) && { "x-amz-sso_bearer_token": input.accessToken! }),
90
92
  };
91
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/accounts";
93
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/accounts";
92
94
  const query: any = {
93
95
  ...(input.nextToken !== undefined && { next_token: input.nextToken }),
94
96
  ...(input.maxResults !== undefined && { max_result: input.maxResults.toString() }),
@@ -114,7 +116,7 @@ export const serializeAws_restJson1LogoutCommand = async (
114
116
  const headers: any = {
115
117
  ...(isSerializableHeaderValue(input.accessToken) && { "x-amz-sso_bearer_token": input.accessToken! }),
116
118
  };
117
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/logout";
119
+ const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/logout";
118
120
  let body: any;
119
121
  return new __HttpRequest({
120
122
  protocol,
@@ -154,7 +156,7 @@ const deserializeAws_restJson1GetRoleCredentialsCommandError = async (
154
156
  body: await parseBody(output.body, context),
155
157
  };
156
158
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
157
- let errorCode: string = "UnknownError";
159
+ let errorCode = "UnknownError";
158
160
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
159
161
  switch (errorCode) {
160
162
  case "InvalidRequestException":
@@ -237,7 +239,7 @@ const deserializeAws_restJson1ListAccountRolesCommandError = async (
237
239
  body: await parseBody(output.body, context),
238
240
  };
239
241
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
240
- let errorCode: string = "UnknownError";
242
+ let errorCode = "UnknownError";
241
243
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
242
244
  switch (errorCode) {
243
245
  case "InvalidRequestException":
@@ -320,7 +322,7 @@ const deserializeAws_restJson1ListAccountsCommandError = async (
320
322
  body: await parseBody(output.body, context),
321
323
  };
322
324
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
323
- let errorCode: string = "UnknownError";
325
+ let errorCode = "UnknownError";
324
326
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
325
327
  switch (errorCode) {
326
328
  case "InvalidRequestException":
@@ -395,7 +397,7 @@ const deserializeAws_restJson1LogoutCommandError = async (
395
397
  body: await parseBody(output.body, context),
396
398
  };
397
399
  let response: __SmithyException & __MetadataBearer & { [key: string]: any };
398
- let errorCode: string = "UnknownError";
400
+ let errorCode = "UnknownError";
399
401
  errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
400
402
  switch (errorCode) {
401
403
  case "InvalidRequestException":
@@ -1,5 +1,3 @@
1
- import packageInfo from "./package.json";
2
-
3
1
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
2
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
3
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -8,8 +6,11 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
8
6
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
7
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
8
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
- import { SSOClientConfig } from "./SSOClient";
9
+
10
+ // @ts-ignore: package.json will be imported from dist folders
11
+ import packageInfo from "../package.json";
12
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
+ import { SSOClientConfig } from "./SSOClient";
13
14
 
14
15
  /**
15
16
  * @internal
@@ -1,6 +1,7 @@
1
1
  import { Sha256 } from "@aws-crypto/sha256-js";
2
- import { SSOClientConfig } from "./SSOClient";
2
+
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
+ import { SSOClientConfig } from "./SSOClient";
4
5
 
5
6
  /**
6
7
  * @internal
@@ -1,6 +1,7 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { Logger as __Logger } from "@aws-sdk/types";
3
2
  import { parseUrl } from "@aws-sdk/url-parser";
3
+
4
+ import { defaultRegionInfoProvider } from "./endpoints";
4
5
  import { SSOClientConfig } from "./SSOClient";
5
6
 
6
7
  /**
@@ -1,17 +1,18 @@
1
- import packageInfo from "./package.json";
2
-
3
1
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
2
  import { Hash } from "@aws-sdk/hash-node";
5
3
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
6
4
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
7
5
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
6
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
8
7
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
9
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
10
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
11
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
12
- import { SSOClientConfig } from "./SSOClient";
11
+
12
+ // @ts-ignore: package.json will be imported from dist folders
13
+ import packageInfo from "../package.json";
13
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
14
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
15
+ import { SSOClientConfig } from "./SSOClient";
15
16
 
16
17
  /**
17
18
  * @internal
package/tsconfig.es.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "module": "esnext",
6
6
  "moduleResolution": "node",
7
7
  "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
8
- "outDir": "dist/es"
8
+ "outDir": "dist-es"
9
9
  }
10
10
  }
package/tsconfig.json CHANGED
@@ -11,7 +11,8 @@
11
11
  "incremental": true,
12
12
  "resolveJsonModule": true,
13
13
  "esModuleInterop": true,
14
- "outDir": "dist/cjs",
14
+ "rootDir": "src",
15
+ "outDir": "dist-cjs",
15
16
  "removeComments": true
16
17
  },
17
18
  "typedocOptions": {
@@ -27,5 +28,6 @@
27
28
  "out": "docs",
28
29
  "theme": "minimal",
29
30
  "plugin": ["@aws-sdk/client-documentation-generator"]
30
- }
31
+ },
32
+ "exclude": ["test/**/*"]
31
33
  }
@@ -3,6 +3,7 @@
3
3
  "compilerOptions": {
4
4
  "removeComments": false,
5
5
  "declaration": true,
6
- "declarationDir": "dist/types"
7
- }
6
+ "declarationDir": "dist-types"
7
+ },
8
+ "exclude": ["test/**/*", "dist-types/**/*"]
8
9
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"SSO.js","sourceRoot":"","sources":["../../SSO.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SSOClient.js","sourceRoot":"","sources":["../../SSOClient.ts"],"names":[],"mappings":";;;AAIA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,0EAKwC;AAExC,0DAIgC;AA8JhC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,SAAU,SAAQ,sBAK9B;IAMC,YAAY,aAA8B;QACxC,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AAnCD,8BAmCC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetRoleCredentialsCommand.js","sourceRoot":"","sources":["../../../commands/GetRoleCredentialsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,yBAA0B,SAAQ,uBAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAqC;QACxD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAgC;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,MAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAqC,EAAE,OAAuB;QAC9E,OAAO,+DAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,iEAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CAIF;AAtDD,8DAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListAccountRolesCommand.js","sourceRoot":"","sources":["../../../commands/ListAccountRolesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuF;AACvF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kCAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,mCAAwB,CAAC,kBAAkB;SACtE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6DAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,+DAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;CAIF;AAtDD,0DAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListAccountsCommand.js","sourceRoot":"","sources":["../../../commands/ListAccountsCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,yDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,kDAsDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LogoutCommand.js","sourceRoot":"","sources":["../../../commands/LogoutCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmD;AACnD,8DAAwH;AACxH,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,aAAc,SAAQ,uBAA0E;IAC3G,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyB;QAC5C,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoB;QAG5C,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,MAAM,WAAW,GAAG,eAAe,CAAC;QACpC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,wBAAa,CAAC,kBAAkB;YACzD,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAyB,EAAE,OAAuB;QAClE,OAAO,mDAAmC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;CAIF;AAlDD,sCAkDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,gBAAgB;KAChC;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,gBAAgB;KAChC;IACD,cAAc,EAAE;QACd,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,cAAc;KAC9B;IACD,cAAc,EAAE;QACd,QAAQ,EAAE,uCAAuC;QACjD,aAAa,EAAE,cAAc;KAC9B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,oCAAoC;QAC9C,aAAa,EAAE,WAAW;KAC3B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,oCAAoC;QAC9C,aAAa,EAAE,WAAW;KAC3B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,oCAAoC;QAC9C,aAAa,EAAE,WAAW;KAC3B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,oCAAoC;QAC9C,aAAa,EAAE,WAAW;KAC3B;IACD,WAAW,EAAE;QACX,QAAQ,EAAE,oCAAoC;QAC9C,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,cAAc;IAC9B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,sDAA4B;AAC5B,gDAAsB;AACtB,+EAAqD;AACrD,6EAAmD;AACnD,iFAAuD;AACvD,yEAA+C;AAC/C,6EAAmD;AACnD,mEAAyC;AACzC,kEAAwC;AACxC,yDAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
@@ -1,88 +0,0 @@
1
- {
2
- "name": "@aws-sdk/client-sso",
3
- "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.34.0",
5
- "scripts": {
6
- "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
9
- "build:es": "tsc -p tsconfig.es.json",
10
- "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
15
- "test": "exit 0"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
25
- },
26
- "sideEffects": false,
27
- "dependencies": {
28
- "@aws-crypto/sha256-browser": "^1.0.0",
29
- "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/config-resolver": "3.34.0",
31
- "@aws-sdk/fetch-http-handler": "3.34.0",
32
- "@aws-sdk/hash-node": "3.34.0",
33
- "@aws-sdk/invalid-dependency": "3.34.0",
34
- "@aws-sdk/middleware-content-length": "3.34.0",
35
- "@aws-sdk/middleware-host-header": "3.34.0",
36
- "@aws-sdk/middleware-logger": "3.34.0",
37
- "@aws-sdk/middleware-retry": "3.34.0",
38
- "@aws-sdk/middleware-serde": "3.34.0",
39
- "@aws-sdk/middleware-stack": "3.34.0",
40
- "@aws-sdk/middleware-user-agent": "3.34.0",
41
- "@aws-sdk/node-config-provider": "3.34.0",
42
- "@aws-sdk/node-http-handler": "3.34.0",
43
- "@aws-sdk/protocol-http": "3.34.0",
44
- "@aws-sdk/smithy-client": "3.34.0",
45
- "@aws-sdk/types": "3.34.0",
46
- "@aws-sdk/url-parser": "3.34.0",
47
- "@aws-sdk/util-base64-browser": "3.34.0",
48
- "@aws-sdk/util-base64-node": "3.34.0",
49
- "@aws-sdk/util-body-length-browser": "3.34.0",
50
- "@aws-sdk/util-body-length-node": "3.34.0",
51
- "@aws-sdk/util-user-agent-browser": "3.34.0",
52
- "@aws-sdk/util-user-agent-node": "3.34.0",
53
- "@aws-sdk/util-utf8-browser": "3.34.0",
54
- "@aws-sdk/util-utf8-node": "3.34.0",
55
- "tslib": "^2.3.0"
56
- },
57
- "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.34.0",
59
- "@types/node": "^12.7.5",
60
- "downlevel-dts": "0.7.0",
61
- "jest": "^26.1.0",
62
- "rimraf": "^3.0.0",
63
- "ts-jest": "^26.4.1",
64
- "typedoc": "^0.19.2",
65
- "typescript": "~4.3.5"
66
- },
67
- "engines": {
68
- "node": ">=10.0.0"
69
- },
70
- "typesVersions": {
71
- "<4.0": {
72
- "dist/types/*": [
73
- "dist/types/ts3.4/*"
74
- ]
75
- }
76
- },
77
- "author": {
78
- "name": "AWS SDK for JavaScript Team",
79
- "url": "https://aws.amazon.com/javascript/"
80
- },
81
- "license": "Apache-2.0",
82
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso",
83
- "repository": {
84
- "type": "git",
85
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
86
- "directory": "clients/client-sso"
87
- }
88
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListAccountRolesPaginator.js","sourceRoot":"","sources":["../../../pagination/ListAccountRolesPaginator.ts"],"names":[],"mappings":";;;AAAA,gCAA6B;AAC7B,4CAAyC;AACzC,iFAI6C;AAI7C;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAiB,EACjB,KAAmC,EACnC,GAAG,IAAS,EAC4B,EAAE;IAC1C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,iDAAuB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACxE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAW,EACX,KAAmC,EACnC,GAAG,IAAS,EAC4B,EAAE;IAC1C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACvD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,wBAAwB,CAC7C,MAAkC,EAClC,KAAmC,EACnC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAmC,CAAC;IACxC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,SAAG,EAAE;YAChC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YAC7C,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;SAC7D;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,4DAyBC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ListAccountsPaginator.js","sourceRoot":"","sources":["../../../pagination/ListAccountsPaginator.ts"],"names":[],"mappings":";;;AAAA,gCAA6B;AAC7B,4CAAyC;AACzC,yEAIyC;AAIzC;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAAiB,EACjB,KAA+B,EAC/B,GAAG,IAAS,EACwB,EAAE;IACtC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,yCAAmB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACpE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAW,EACX,KAA+B,EAC/B,GAAG,IAAS,EACwB,EAAE;IACtC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACnD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,oBAAoB,CACzC,MAAkC,EAClC,KAA+B,EAC/B,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA+B,CAAC;IACpC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,SAAG,EAAE;YAChC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,qBAAS,EAAE;YAC7C,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;SAC7D;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,oDAyBC"}