@aws-sdk/client-sso 3.279.0 → 3.281.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.
package/README.md CHANGED
@@ -221,3 +221,38 @@ To contribute to client you can check our [generate clients scripts](https://git
221
221
  This SDK is distributed under the
222
222
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
223
223
  see LICENSE for more information.
224
+
225
+ ## Client Commands (Operations List)
226
+
227
+ <details>
228
+ <summary>
229
+ GetRoleCredentials
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/classes/getrolecredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/getrolecredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/getrolecredentialscommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ ListAccountRoles
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/classes/listaccountrolescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/listaccountrolescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/listaccountrolescommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ ListAccounts
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/classes/listaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/listaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/listaccountscommandoutput.html)
249
+
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ Logout
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/classes/logoutcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/logoutcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso/interfaces/logoutcommandoutput.html)
257
+
258
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
6
+ /**
7
+ * The input for {@link GetRoleCredentialsCommand}.
8
+ */
6
9
  export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRoleCredentialsCommand}.
13
+ */
8
14
  export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
6
+ /**
7
+ * The input for {@link ListAccountRolesCommand}.
8
+ */
6
9
  export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccountRolesCommand}.
13
+ */
8
14
  export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
6
+ /**
7
+ * The input for {@link ListAccountsCommand}.
8
+ */
6
9
  export interface ListAccountsCommandInput extends ListAccountsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccountsCommand}.
13
+ */
8
14
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LogoutRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
6
+ /**
7
+ * The input for {@link LogoutCommand}.
8
+ */
6
9
  export interface LogoutCommandInput extends LogoutRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link LogoutCommand}.
13
+ */
8
14
  export interface LogoutCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",