@aws-sdk/client-sso 3.32.0 → 3.36.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 (134) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/SSO.js +1 -2
  3. package/{dist/cjs → dist-cjs}/SSOClient.js +7 -8
  4. package/{dist/cjs → dist-cjs}/commands/GetRoleCredentialsCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/ListAccountRolesCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/ListAccountsCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/LogoutCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  9. package/{dist/cjs → dist-cjs}/index.js +0 -1
  10. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  11. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  12. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  13. package/{dist/cjs → dist-cjs}/pagination/ListAccountRolesPaginator.js +1 -2
  14. package/{dist/cjs → dist-cjs}/pagination/ListAccountsPaginator.js +1 -2
  15. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +4 -5
  16. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  17. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  18. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  19. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  20. package/{dist/es → dist-es}/SSO.js +2 -21
  21. package/{dist/es → dist-es}/SSOClient.js +2 -26
  22. package/{dist/es → dist-es}/commands/GetRoleCredentialsCommand.js +4 -31
  23. package/{dist/es → dist-es}/commands/ListAccountRolesCommand.js +4 -30
  24. package/{dist/es → dist-es}/commands/ListAccountsCommand.js +4 -32
  25. package/{dist/es → dist-es}/commands/LogoutCommand.js +4 -30
  26. package/{dist/es → dist-es}/endpoints.js +1 -2
  27. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  28. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  29. package/{dist/es → dist-es}/models/models_0.js +0 -43
  30. package/dist-es/pagination/Interfaces.js +1 -0
  31. package/{dist/es → dist-es}/pagination/ListAccountRolesPaginator.js +17 -30
  32. package/{dist/es → dist-es}/pagination/ListAccountsPaginator.js +17 -30
  33. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +96 -102
  34. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  35. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  36. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  37. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  38. package/{dist/types → dist-types}/SSO.d.ts +2 -2
  39. package/{dist/types → dist-types}/SSOClient.d.ts +5 -5
  40. package/{dist/types → dist-types}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  41. package/{dist/types → dist-types}/commands/ListAccountRolesCommand.d.ts +3 -3
  42. package/{dist/types → dist-types}/commands/ListAccountsCommand.d.ts +3 -3
  43. package/{dist/types → dist-types}/commands/LogoutCommand.d.ts +3 -3
  44. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  45. package/{index.ts → dist-types/index.d.ts} +0 -0
  46. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  47. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  48. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  49. package/{dist/types → dist-types}/pagination/ListAccountRolesPaginator.d.ts +1 -1
  50. package/{dist/types → dist-types}/pagination/ListAccountsPaginator.d.ts +1 -1
  51. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  52. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  53. package/{dist/types → dist-types}/runtimeConfig.d.ts +0 -0
  54. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  55. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  56. package/{dist/types → dist-types}/ts3.4/SSO.d.ts +2 -2
  57. package/{dist/types → dist-types}/ts3.4/SSOClient.d.ts +5 -5
  58. package/{dist/types → dist-types}/ts3.4/commands/GetRoleCredentialsCommand.d.ts +3 -3
  59. package/{dist/types → dist-types}/ts3.4/commands/ListAccountRolesCommand.d.ts +3 -3
  60. package/{dist/types → dist-types}/ts3.4/commands/ListAccountsCommand.d.ts +3 -3
  61. package/{dist/types → dist-types}/ts3.4/commands/LogoutCommand.d.ts +3 -3
  62. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  63. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  64. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  65. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  66. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  67. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountRolesPaginator.d.ts +1 -1
  68. package/{dist/types → dist-types}/ts3.4/pagination/ListAccountsPaginator.d.ts +1 -1
  69. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  70. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  71. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +0 -0
  72. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  73. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  74. package/package.json +49 -46
  75. package/SSO.ts +0 -160
  76. package/SSOClient.ts +0 -245
  77. package/commands/GetRoleCredentialsCommand.ts +0 -95
  78. package/commands/ListAccountRolesCommand.ts +0 -94
  79. package/commands/ListAccountsCommand.ts +0 -96
  80. package/commands/LogoutCommand.ts +0 -87
  81. package/dist/cjs/SSO.js.map +0 -1
  82. package/dist/cjs/SSOClient.js.map +0 -1
  83. package/dist/cjs/commands/GetRoleCredentialsCommand.js.map +0 -1
  84. package/dist/cjs/commands/ListAccountRolesCommand.js.map +0 -1
  85. package/dist/cjs/commands/ListAccountsCommand.js.map +0 -1
  86. package/dist/cjs/commands/LogoutCommand.js.map +0 -1
  87. package/dist/cjs/endpoints.js.map +0 -1
  88. package/dist/cjs/index.js.map +0 -1
  89. package/dist/cjs/models/index.js.map +0 -1
  90. package/dist/cjs/models/models_0.js.map +0 -1
  91. package/dist/cjs/package.json +0 -88
  92. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  93. package/dist/cjs/pagination/ListAccountRolesPaginator.js.map +0 -1
  94. package/dist/cjs/pagination/ListAccountsPaginator.js.map +0 -1
  95. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  96. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  97. package/dist/cjs/runtimeConfig.js.map +0 -1
  98. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  99. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  100. package/dist/es/SSO.js.map +0 -1
  101. package/dist/es/SSOClient.js.map +0 -1
  102. package/dist/es/commands/GetRoleCredentialsCommand.js.map +0 -1
  103. package/dist/es/commands/ListAccountRolesCommand.js.map +0 -1
  104. package/dist/es/commands/ListAccountsCommand.js.map +0 -1
  105. package/dist/es/commands/LogoutCommand.js.map +0 -1
  106. package/dist/es/endpoints.js.map +0 -1
  107. package/dist/es/index.js +0 -11
  108. package/dist/es/index.js.map +0 -1
  109. package/dist/es/models/index.js +0 -2
  110. package/dist/es/models/index.js.map +0 -1
  111. package/dist/es/models/models_0.js.map +0 -1
  112. package/dist/es/package.json +0 -88
  113. package/dist/es/pagination/Interfaces.js +0 -2
  114. package/dist/es/pagination/Interfaces.js.map +0 -1
  115. package/dist/es/pagination/ListAccountRolesPaginator.js.map +0 -1
  116. package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
  117. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  118. package/dist/es/runtimeConfig.browser.js.map +0 -1
  119. package/dist/es/runtimeConfig.js.map +0 -1
  120. package/dist/es/runtimeConfig.native.js.map +0 -1
  121. package/dist/es/runtimeConfig.shared.js.map +0 -1
  122. package/endpoints.ts +0 -94
  123. package/jest.config.js +0 -4
  124. package/models/models_0.ts +0 -334
  125. package/pagination/Interfaces.ts +0 -7
  126. package/pagination/ListAccountRolesPaginator.ts +0 -58
  127. package/pagination/ListAccountsPaginator.ts +0 -58
  128. package/protocols/Aws_restJson1.ts +0 -621
  129. package/runtimeConfig.browser.ts +0 -38
  130. package/runtimeConfig.native.ts +0 -16
  131. package/runtimeConfig.shared.ts +0 -16
  132. package/runtimeConfig.ts +0 -41
  133. package/tsconfig.es.json +0 -12
  134. package/tsconfig.json +0 -32
package/SSOClient.ts DELETED
@@ -1,245 +0,0 @@
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
- import {
7
- EndpointsInputConfig,
8
- EndpointsResolvedConfig,
9
- RegionInputConfig,
10
- RegionResolvedConfig,
11
- resolveEndpointsConfig,
12
- resolveRegionConfig,
13
- } from "@aws-sdk/config-resolver";
14
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
15
- import {
16
- HostHeaderInputConfig,
17
- HostHeaderResolvedConfig,
18
- getHostHeaderPlugin,
19
- resolveHostHeaderConfig,
20
- } from "@aws-sdk/middleware-host-header";
21
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
22
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
23
- import {
24
- UserAgentInputConfig,
25
- UserAgentResolvedConfig,
26
- getUserAgentPlugin,
27
- resolveUserAgentConfig,
28
- } from "@aws-sdk/middleware-user-agent";
29
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
30
- import {
31
- Client as __Client,
32
- SmithyConfiguration as __SmithyConfiguration,
33
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
34
- } from "@aws-sdk/smithy-client";
35
- import {
36
- Provider,
37
- RegionInfoProvider,
38
- Decoder as __Decoder,
39
- Encoder as __Encoder,
40
- Hash as __Hash,
41
- HashConstructor as __HashConstructor,
42
- HttpHandlerOptions as __HttpHandlerOptions,
43
- Logger as __Logger,
44
- Provider as __Provider,
45
- StreamCollector as __StreamCollector,
46
- UrlParser as __UrlParser,
47
- UserAgent as __UserAgent,
48
- } from "@aws-sdk/types";
49
-
50
- export type ServiceInputTypes =
51
- | GetRoleCredentialsCommandInput
52
- | ListAccountRolesCommandInput
53
- | ListAccountsCommandInput
54
- | LogoutCommandInput;
55
-
56
- export type ServiceOutputTypes =
57
- | GetRoleCredentialsCommandOutput
58
- | ListAccountRolesCommandOutput
59
- | ListAccountsCommandOutput
60
- | LogoutCommandOutput;
61
-
62
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
63
- /**
64
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
65
- */
66
- requestHandler?: __HttpHandler;
67
-
68
- /**
69
- * A constructor for a class implementing the {@link __Hash} interface
70
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
71
- * @internal
72
- */
73
- sha256?: __HashConstructor;
74
-
75
- /**
76
- * The function that will be used to convert strings into HTTP endpoints.
77
- * @internal
78
- */
79
- urlParser?: __UrlParser;
80
-
81
- /**
82
- * A function that can calculate the length of a request body.
83
- * @internal
84
- */
85
- bodyLengthChecker?: (body: any) => number | undefined;
86
-
87
- /**
88
- * A function that converts a stream into an array of bytes.
89
- * @internal
90
- */
91
- streamCollector?: __StreamCollector;
92
-
93
- /**
94
- * The function that will be used to convert a base64-encoded string to a byte array.
95
- * @internal
96
- */
97
- base64Decoder?: __Decoder;
98
-
99
- /**
100
- * The function that will be used to convert binary data to a base64-encoded string.
101
- * @internal
102
- */
103
- base64Encoder?: __Encoder;
104
-
105
- /**
106
- * The function that will be used to convert a UTF8-encoded string to a byte array.
107
- * @internal
108
- */
109
- utf8Decoder?: __Decoder;
110
-
111
- /**
112
- * The function that will be used to convert binary data to a UTF-8 encoded string.
113
- * @internal
114
- */
115
- utf8Encoder?: __Encoder;
116
-
117
- /**
118
- * The runtime environment.
119
- * @internal
120
- */
121
- runtime?: string;
122
-
123
- /**
124
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
125
- * trait of an operation.
126
- */
127
- disableHostPrefix?: boolean;
128
-
129
- /**
130
- * Value for how many times a request will be made at most in case of retry.
131
- */
132
- maxAttempts?: number | __Provider<number>;
133
-
134
- /**
135
- * Specifies which retry algorithm to use.
136
- */
137
- retryMode?: string | __Provider<string>;
138
-
139
- /**
140
- * Optional logger for logging debug/info/warn/error.
141
- */
142
- logger?: __Logger;
143
-
144
- /**
145
- * Unique service identifier.
146
- * @internal
147
- */
148
- serviceId?: string;
149
-
150
- /**
151
- * The AWS region to which this client will send requests
152
- */
153
- region?: string | __Provider<string>;
154
-
155
- /**
156
- * Fetch related hostname, signing name or signing region with given region.
157
- * @internal
158
- */
159
- regionInfoProvider?: RegionInfoProvider;
160
-
161
- /**
162
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
163
- * @internal
164
- */
165
- defaultUserAgentProvider?: Provider<__UserAgent>;
166
- }
167
-
168
- type SSOClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
169
- ClientDefaults &
170
- RegionInputConfig &
171
- EndpointsInputConfig &
172
- RetryInputConfig &
173
- HostHeaderInputConfig &
174
- UserAgentInputConfig;
175
- /**
176
- * The configuration interface of SSOClient class constructor that set the region, credentials and other options.
177
- */
178
- export interface SSOClientConfig extends SSOClientConfigType {}
179
-
180
- type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
181
- Required<ClientDefaults> &
182
- RegionResolvedConfig &
183
- EndpointsResolvedConfig &
184
- RetryResolvedConfig &
185
- HostHeaderResolvedConfig &
186
- UserAgentResolvedConfig;
187
- /**
188
- * The resolved configuration interface of SSOClient class. This is resolved and normalized from the {@link SSOClientConfig | constructor configuration interface}.
189
- */
190
- export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {}
191
-
192
- /**
193
- * <p>AWS Single Sign-On Portal is a web service that makes it easy for you to assign user
194
- * access to AWS SSO resources such as the user portal. Users can get AWS account applications
195
- * and roles assigned to them and get federated into the application.</p>
196
- *
197
- * <p>For general information about AWS SSO, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">What is AWS
198
- * Single Sign-On?</a> in the <i>AWS SSO User Guide</i>.</p>
199
- *
200
- * <p>This API reference guide describes the AWS SSO Portal operations that you can call
201
- * programatically and includes detailed information on data types and errors.</p>
202
- *
203
- * <note>
204
- * <p>AWS provides SDKs that consist of libraries and sample code for various programming
205
- * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
206
- * convenient way to create programmatic access to AWS SSO and other AWS services. For more
207
- * information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
208
- * </note>
209
- */
210
- export class SSOClient extends __Client<
211
- __HttpHandlerOptions,
212
- ServiceInputTypes,
213
- ServiceOutputTypes,
214
- SSOClientResolvedConfig
215
- > {
216
- /**
217
- * The resolved configuration of SSOClient class. This is resolved and normalized from the {@link SSOClientConfig | constructor configuration interface}.
218
- */
219
- readonly config: SSOClientResolvedConfig;
220
-
221
- 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);
228
- super(_config_5);
229
- this.config = _config_5;
230
- this.middlewareStack.use(getRetryPlugin(this.config));
231
- this.middlewareStack.use(getContentLengthPlugin(this.config));
232
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
233
- this.middlewareStack.use(getLoggerPlugin(this.config));
234
- this.middlewareStack.use(getUserAgentPlugin(this.config));
235
- }
236
-
237
- /**
238
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
239
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
240
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
241
- */
242
- destroy(): void {
243
- super.destroy();
244
- }
245
- }
@@ -1,95 +0,0 @@
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
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {}
21
- export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Returns the STS short-term credentials for a given role name that is assigned to the
25
- * user.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
30
- * // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
31
- * const client = new SSOClient(config);
32
- * const command = new GetRoleCredentialsCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
37
- * @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
38
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class GetRoleCredentialsCommand extends $Command<
42
- GetRoleCredentialsCommandInput,
43
- GetRoleCredentialsCommandOutput,
44
- SSOClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: GetRoleCredentialsCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: SSOClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "SSOClient";
69
- const commandName = "GetRoleCredentialsCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: GetRoleCredentialsRequest.filterSensitiveLog,
75
- outputFilterSensitiveLog: GetRoleCredentialsResponse.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: GetRoleCredentialsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_restJson1GetRoleCredentialsCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetRoleCredentialsCommandOutput> {
90
- return deserializeAws_restJson1GetRoleCredentialsCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }
@@ -1,94 +0,0 @@
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
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {}
21
- export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Lists all roles that are assigned to the user for a given AWS account.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
29
- * // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
30
- * const client = new SSOClient(config);
31
- * const command = new ListAccountRolesCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListAccountRolesCommandInput} for command's `input` shape.
36
- * @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
37
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListAccountRolesCommand extends $Command<
41
- ListAccountRolesCommandInput,
42
- ListAccountRolesCommandOutput,
43
- SSOClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListAccountRolesCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: SSOClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListAccountRolesCommandInput, ListAccountRolesCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "SSOClient";
68
- const commandName = "ListAccountRolesCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListAccountRolesRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListAccountRolesResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListAccountRolesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListAccountRolesCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListAccountRolesCommandOutput> {
89
- return deserializeAws_restJson1ListAccountRolesCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,96 +0,0 @@
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
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListAccountsCommandInput extends ListAccountsRequest {}
21
- export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the
25
- * administrator of the account. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/useraccess.html#assignusers">Assign User Access</a> in the <i>AWS SSO User Guide</i>. This operation
26
- * returns a paginated response.</p>
27
- * @example
28
- * Use a bare-bones client and the command you need to make an API call.
29
- * ```javascript
30
- * import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
31
- * // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
32
- * const client = new SSOClient(config);
33
- * const command = new ListAccountsCommand(input);
34
- * const response = await client.send(command);
35
- * ```
36
- *
37
- * @see {@link ListAccountsCommandInput} for command's `input` shape.
38
- * @see {@link ListAccountsCommandOutput} for command's `response` shape.
39
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
40
- *
41
- */
42
- export class ListAccountsCommand extends $Command<
43
- ListAccountsCommandInput,
44
- ListAccountsCommandOutput,
45
- SSOClientResolvedConfig
46
- > {
47
- // Start section: command_properties
48
- // End section: command_properties
49
-
50
- constructor(readonly input: ListAccountsCommandInput) {
51
- // Start section: command_constructor
52
- super();
53
- // End section: command_constructor
54
- }
55
-
56
- /**
57
- * @internal
58
- */
59
- resolveMiddleware(
60
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
61
- configuration: SSOClientResolvedConfig,
62
- options?: __HttpHandlerOptions
63
- ): Handler<ListAccountsCommandInput, ListAccountsCommandOutput> {
64
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
65
-
66
- const stack = clientStack.concat(this.middlewareStack);
67
-
68
- const { logger } = configuration;
69
- const clientName = "SSOClient";
70
- const commandName = "ListAccountsCommand";
71
- const handlerExecutionContext: HandlerExecutionContext = {
72
- logger,
73
- clientName,
74
- commandName,
75
- inputFilterSensitiveLog: ListAccountsRequest.filterSensitiveLog,
76
- outputFilterSensitiveLog: ListAccountsResponse.filterSensitiveLog,
77
- };
78
- const { requestHandler } = configuration;
79
- return stack.resolve(
80
- (request: FinalizeHandlerArguments<any>) =>
81
- requestHandler.handle(request.request as __HttpRequest, options || {}),
82
- handlerExecutionContext
83
- );
84
- }
85
-
86
- private serialize(input: ListAccountsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
87
- return serializeAws_restJson1ListAccountsCommand(input, context);
88
- }
89
-
90
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListAccountsCommandOutput> {
91
- return deserializeAws_restJson1ListAccountsCommand(output, context);
92
- }
93
-
94
- // Start section: command_body_extra
95
- // End section: command_body_extra
96
- }
@@ -1,87 +0,0 @@
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
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
6
- import { Command as $Command } from "@aws-sdk/smithy-client";
7
- import {
8
- FinalizeHandlerArguments,
9
- Handler,
10
- HandlerExecutionContext,
11
- MiddlewareStack,
12
- HttpHandlerOptions as __HttpHandlerOptions,
13
- MetadataBearer as __MetadataBearer,
14
- SerdeContext as __SerdeContext,
15
- } from "@aws-sdk/types";
16
-
17
- export interface LogoutCommandInput extends LogoutRequest {}
18
- export interface LogoutCommandOutput extends __MetadataBearer {}
19
-
20
- /**
21
- * <p>Removes the client- and server-side session that is associated with the user.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
26
- * // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
27
- * const client = new SSOClient(config);
28
- * const command = new LogoutCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link LogoutCommandInput} for command's `input` shape.
33
- * @see {@link LogoutCommandOutput} for command's `response` shape.
34
- * @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
37
- export class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {
38
- // Start section: command_properties
39
- // End section: command_properties
40
-
41
- constructor(readonly input: LogoutCommandInput) {
42
- // Start section: command_constructor
43
- super();
44
- // End section: command_constructor
45
- }
46
-
47
- /**
48
- * @internal
49
- */
50
- resolveMiddleware(
51
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
52
- configuration: SSOClientResolvedConfig,
53
- options?: __HttpHandlerOptions
54
- ): Handler<LogoutCommandInput, LogoutCommandOutput> {
55
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
56
-
57
- const stack = clientStack.concat(this.middlewareStack);
58
-
59
- const { logger } = configuration;
60
- const clientName = "SSOClient";
61
- const commandName = "LogoutCommand";
62
- const handlerExecutionContext: HandlerExecutionContext = {
63
- logger,
64
- clientName,
65
- commandName,
66
- inputFilterSensitiveLog: LogoutRequest.filterSensitiveLog,
67
- outputFilterSensitiveLog: (output: any) => output,
68
- };
69
- const { requestHandler } = configuration;
70
- return stack.resolve(
71
- (request: FinalizeHandlerArguments<any>) =>
72
- requestHandler.handle(request.request as __HttpRequest, options || {}),
73
- handlerExecutionContext
74
- );
75
- }
76
-
77
- private serialize(input: LogoutCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
78
- return serializeAws_restJson1LogoutCommand(input, context);
79
- }
80
-
81
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<LogoutCommandOutput> {
82
- return deserializeAws_restJson1LogoutCommand(output, context);
83
- }
84
-
85
- // Start section: command_body_extra
86
- // End section: command_body_extra
87
- }
@@ -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":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}