Socket
Socket
Sign inDemoInstall

@aws-sdk/client-sso

Package Overview
Dependencies
Maintainers
7
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-sso - npm Package Compare versions

Comparing version 3.14.0 to 3.15.0

14

commands/GetRoleCredentialsCommand.ts

@@ -26,2 +26,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new GetRoleCredentialsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
* @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -28,0 +42,0 @@ export class GetRoleCredentialsCommand extends $Command<

@@ -25,2 +25,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountRolesCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountRolesCommandInput} for command's `input` shape.
* @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -27,0 +41,0 @@ export class ListAccountRolesCommand extends $Command<

@@ -27,2 +27,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* returns a paginated response.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountsCommandInput} for command's `input` shape.
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -29,0 +43,0 @@ export class ListAccountsCommand extends $Command<

@@ -22,2 +22,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* <p>Removes the client- and server-side session that is associated with the user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new LogoutCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link LogoutCommandInput} for command's `input` shape.
* @see {@link LogoutCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -24,0 +38,0 @@ export class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {

@@ -11,2 +11,16 @@ "use strict";

* user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new GetRoleCredentialsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
* @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -13,0 +27,0 @@ class GetRoleCredentialsCommand extends smithy_client_1.Command {

@@ -10,2 +10,16 @@ "use strict";

* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountRolesCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountRolesCommandInput} for command's `input` shape.
* @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -12,0 +26,0 @@ class ListAccountRolesCommand extends smithy_client_1.Command {

@@ -12,2 +12,16 @@ "use strict";

* returns a paginated response.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountsCommandInput} for command's `input` shape.
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -14,0 +28,0 @@ class ListAccountsCommand extends smithy_client_1.Command {

@@ -10,2 +10,16 @@ "use strict";

* <p>Removes the client- and server-side session that is associated with the user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new LogoutCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link LogoutCommandInput} for command's `input` shape.
* @see {@link LogoutCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -12,0 +26,0 @@ class LogoutCommand extends smithy_client_1.Command {

@@ -7,2 +7,5 @@ "use strict";

(function (AccountInfo) {
/**
* @internal
*/
AccountInfo.filterSensitiveLog = (obj) => ({

@@ -14,2 +17,5 @@ ...obj,

(function (GetRoleCredentialsRequest) {
/**
* @internal
*/
GetRoleCredentialsRequest.filterSensitiveLog = (obj) => ({

@@ -22,2 +28,5 @@ ...obj,

(function (RoleCredentials) {
/**
* @internal
*/
RoleCredentials.filterSensitiveLog = (obj) => ({

@@ -31,2 +40,5 @@ ...obj,

(function (GetRoleCredentialsResponse) {
/**
* @internal
*/
GetRoleCredentialsResponse.filterSensitiveLog = (obj) => ({

@@ -39,2 +51,5 @@ ...obj,

(function (InvalidRequestException) {
/**
* @internal
*/
InvalidRequestException.filterSensitiveLog = (obj) => ({

@@ -46,2 +61,5 @@ ...obj,

(function (ResourceNotFoundException) {
/**
* @internal
*/
ResourceNotFoundException.filterSensitiveLog = (obj) => ({

@@ -53,2 +71,5 @@ ...obj,

(function (TooManyRequestsException) {
/**
* @internal
*/
TooManyRequestsException.filterSensitiveLog = (obj) => ({

@@ -60,2 +81,5 @@ ...obj,

(function (UnauthorizedException) {
/**
* @internal
*/
UnauthorizedException.filterSensitiveLog = (obj) => ({

@@ -67,2 +91,5 @@ ...obj,

(function (ListAccountRolesRequest) {
/**
* @internal
*/
ListAccountRolesRequest.filterSensitiveLog = (obj) => ({

@@ -75,2 +102,5 @@ ...obj,

(function (RoleInfo) {
/**
* @internal
*/
RoleInfo.filterSensitiveLog = (obj) => ({

@@ -82,2 +112,5 @@ ...obj,

(function (ListAccountRolesResponse) {
/**
* @internal
*/
ListAccountRolesResponse.filterSensitiveLog = (obj) => ({

@@ -89,2 +122,5 @@ ...obj,

(function (ListAccountsRequest) {
/**
* @internal
*/
ListAccountsRequest.filterSensitiveLog = (obj) => ({

@@ -97,2 +133,5 @@ ...obj,

(function (ListAccountsResponse) {
/**
* @internal
*/
ListAccountsResponse.filterSensitiveLog = (obj) => ({

@@ -104,2 +143,5 @@ ...obj,

(function (LogoutRequest) {
/**
* @internal
*/
LogoutRequest.filterSensitiveLog = (obj) => ({

@@ -106,0 +148,0 @@ ...obj,

42

dist/cjs/package.json
{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -9,2 +9,16 @@ import { __extends } from "tslib";

* user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new GetRoleCredentialsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
* @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -11,0 +25,0 @@ var GetRoleCredentialsCommand = /** @class */ (function (_super) {

@@ -8,2 +8,16 @@ import { __extends } from "tslib";

* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountRolesCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountRolesCommandInput} for command's `input` shape.
* @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -10,0 +24,0 @@ var ListAccountRolesCommand = /** @class */ (function (_super) {

@@ -10,2 +10,16 @@ import { __extends } from "tslib";

* returns a paginated response.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountsCommandInput} for command's `input` shape.
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -12,0 +26,0 @@ var ListAccountsCommand = /** @class */ (function (_super) {

@@ -8,2 +8,16 @@ import { __extends } from "tslib";

* <p>Removes the client- and server-side session that is associated with the user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new LogoutCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link LogoutCommandInput} for command's `input` shape.
* @see {@link LogoutCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -10,0 +24,0 @@ var LogoutCommand = /** @class */ (function (_super) {

@@ -5,2 +5,5 @@ import { __assign } from "tslib";

(function (AccountInfo) {
/**
* @internal
*/
AccountInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -10,2 +13,5 @@ })(AccountInfo || (AccountInfo = {}));

(function (GetRoleCredentialsRequest) {
/**
* @internal
*/
GetRoleCredentialsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };

@@ -15,2 +21,5 @@ })(GetRoleCredentialsRequest || (GetRoleCredentialsRequest = {}));

(function (RoleCredentials) {
/**
* @internal
*/
RoleCredentials.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING })), (obj.sessionToken && { sessionToken: SENSITIVE_STRING }))); };

@@ -20,2 +29,5 @@ })(RoleCredentials || (RoleCredentials = {}));

(function (GetRoleCredentialsResponse) {
/**
* @internal
*/
GetRoleCredentialsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.roleCredentials && { roleCredentials: RoleCredentials.filterSensitiveLog(obj.roleCredentials) }))); };

@@ -25,2 +37,5 @@ })(GetRoleCredentialsResponse || (GetRoleCredentialsResponse = {}));

(function (InvalidRequestException) {
/**
* @internal
*/
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -30,2 +45,5 @@ })(InvalidRequestException || (InvalidRequestException = {}));

(function (ResourceNotFoundException) {
/**
* @internal
*/
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -35,2 +53,5 @@ })(ResourceNotFoundException || (ResourceNotFoundException = {}));

(function (TooManyRequestsException) {
/**
* @internal
*/
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -40,2 +61,5 @@ })(TooManyRequestsException || (TooManyRequestsException = {}));

(function (UnauthorizedException) {
/**
* @internal
*/
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -45,2 +69,5 @@ })(UnauthorizedException || (UnauthorizedException = {}));

(function (ListAccountRolesRequest) {
/**
* @internal
*/
ListAccountRolesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };

@@ -50,2 +77,5 @@ })(ListAccountRolesRequest || (ListAccountRolesRequest = {}));

(function (RoleInfo) {
/**
* @internal
*/
RoleInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -55,2 +85,5 @@ })(RoleInfo || (RoleInfo = {}));

(function (ListAccountRolesResponse) {
/**
* @internal
*/
ListAccountRolesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -60,2 +93,5 @@ })(ListAccountRolesResponse || (ListAccountRolesResponse = {}));

(function (ListAccountsRequest) {
/**
* @internal
*/
ListAccountsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };

@@ -65,2 +101,5 @@ })(ListAccountsRequest || (ListAccountsRequest = {}));

(function (ListAccountsResponse) {
/**
* @internal
*/
ListAccountsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };

@@ -70,4 +109,7 @@ })(ListAccountsResponse || (ListAccountsResponse = {}));

(function (LogoutRequest) {
/**
* @internal
*/
LogoutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.accessToken && { accessToken: SENSITIVE_STRING }))); };
})(LogoutRequest || (LogoutRequest = {}));
//# sourceMappingURL=models_0.js.map
{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

@@ -12,2 +12,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new GetRoleCredentialsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link GetRoleCredentialsCommandInput} for command's `input` shape.
* @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -14,0 +28,0 @@ export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {

@@ -11,2 +11,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* <p>Lists all roles that are assigned to the user for a given AWS account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountRolesCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountRolesCommandInput} for command's `input` shape.
* @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -13,0 +27,0 @@ export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {

@@ -13,2 +13,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* returns a paginated response.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new ListAccountsCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link ListAccountsCommandInput} for command's `input` shape.
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -15,0 +29,0 @@ export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig> {

@@ -11,2 +11,16 @@ import { SSOClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SSOClient";

* <p>Removes the client- and server-side session that is associated with the user.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import
* // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import
* const client = new SSOClient(config);
* const command = new LogoutCommand(input);
* const response = await client.send(command);
* ```
*
* @see {@link LogoutCommandInput} for command's `input` shape.
* @see {@link LogoutCommandOutput} for command's `response` shape.
* @see {@link SSOClientResolvedConfig | config} for command's `input` shape.
*
*/

@@ -13,0 +27,0 @@ export declare class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {

@@ -21,2 +21,5 @@ import { SmithyException as __SmithyException } from "@aws-sdk/smithy-client";

export declare namespace AccountInfo {
/**
* @internal
*/
const filterSensitiveLog: (obj: AccountInfo) => any;

@@ -40,2 +43,5 @@ }

export declare namespace GetRoleCredentialsRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: GetRoleCredentialsRequest) => any;

@@ -69,2 +75,5 @@ }

export declare namespace RoleCredentials {
/**
* @internal
*/
const filterSensitiveLog: (obj: RoleCredentials) => any;

@@ -79,2 +88,5 @@ }

export declare namespace GetRoleCredentialsResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: GetRoleCredentialsResponse) => any;

@@ -92,2 +104,5 @@ }

export declare namespace InvalidRequestException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InvalidRequestException) => any;

@@ -104,2 +119,5 @@ }

export declare namespace ResourceNotFoundException {
/**
* @internal
*/
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;

@@ -116,2 +134,5 @@ }

export declare namespace TooManyRequestsException {
/**
* @internal
*/
const filterSensitiveLog: (obj: TooManyRequestsException) => any;

@@ -128,2 +149,5 @@ }

export declare namespace UnauthorizedException {
/**
* @internal
*/
const filterSensitiveLog: (obj: UnauthorizedException) => any;

@@ -151,2 +175,5 @@ }

export declare namespace ListAccountRolesRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: ListAccountRolesRequest) => any;

@@ -168,2 +195,5 @@ }

export declare namespace RoleInfo {
/**
* @internal
*/
const filterSensitiveLog: (obj: RoleInfo) => any;

@@ -182,2 +212,5 @@ }

export declare namespace ListAccountRolesResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: ListAccountRolesResponse) => any;

@@ -201,2 +234,5 @@ }

export declare namespace ListAccountsRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: ListAccountsRequest) => any;

@@ -215,2 +251,5 @@ }

export declare namespace ListAccountsResponse {
/**
* @internal
*/
const filterSensitiveLog: (obj: ListAccountsResponse) => any;

@@ -226,3 +265,6 @@ }

export declare namespace LogoutRequest {
/**
* @internal
*/
const filterSensitiveLog: (obj: LogoutRequest) => any;
}

@@ -25,2 +25,5 @@ import { SENSITIVE_STRING, SmithyException as __SmithyException } from "@aws-sdk/smithy-client";

export namespace AccountInfo {
/**
* @internal
*/
export const filterSensitiveLog = (obj: AccountInfo): any => ({

@@ -50,2 +53,5 @@ ...obj,

export namespace GetRoleCredentialsRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: GetRoleCredentialsRequest): any => ({

@@ -87,2 +93,5 @@ ...obj,

export namespace RoleCredentials {
/**
* @internal
*/
export const filterSensitiveLog = (obj: RoleCredentials): any => ({

@@ -103,2 +112,5 @@ ...obj,

export namespace GetRoleCredentialsResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: GetRoleCredentialsResponse): any => ({

@@ -121,2 +133,5 @@ ...obj,

export namespace InvalidRequestException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: InvalidRequestException): any => ({

@@ -137,2 +152,5 @@ ...obj,

export namespace ResourceNotFoundException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({

@@ -153,2 +171,5 @@ ...obj,

export namespace TooManyRequestsException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: TooManyRequestsException): any => ({

@@ -169,2 +190,5 @@ ...obj,

export namespace UnauthorizedException {
/**
* @internal
*/
export const filterSensitiveLog = (obj: UnauthorizedException): any => ({

@@ -199,2 +223,5 @@ ...obj,

export namespace ListAccountRolesRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ListAccountRolesRequest): any => ({

@@ -222,2 +249,5 @@ ...obj,

export namespace RoleInfo {
/**
* @internal
*/
export const filterSensitiveLog = (obj: RoleInfo): any => ({

@@ -241,2 +271,5 @@ ...obj,

export namespace ListAccountRolesResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ListAccountRolesResponse): any => ({

@@ -266,2 +299,5 @@ ...obj,

export namespace ListAccountsRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ListAccountsRequest): any => ({

@@ -286,2 +322,5 @@ ...obj,

export namespace ListAccountsResponse {
/**
* @internal
*/
export const filterSensitiveLog = (obj: ListAccountsResponse): any => ({

@@ -301,2 +340,5 @@ ...obj,

export namespace LogoutRequest {
/**
* @internal
*/
export const filterSensitiveLog = (obj: LogoutRequest): any => ({

@@ -303,0 +345,0 @@ ...obj,

{
"name": "@aws-sdk/client-sso",
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
"version": "3.14.0",
"version": "3.15.0",
"scripts": {

@@ -30,19 +30,19 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/config-resolver": "3.14.0",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.14.0",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/config-resolver": "3.15.0",
"@aws-sdk/fetch-http-handler": "3.15.0",
"@aws-sdk/hash-node": "3.15.0",
"@aws-sdk/invalid-dependency": "3.15.0",
"@aws-sdk/middleware-content-length": "3.15.0",
"@aws-sdk/middleware-host-header": "3.15.0",
"@aws-sdk/middleware-logger": "3.15.0",
"@aws-sdk/middleware-retry": "3.15.0",
"@aws-sdk/middleware-serde": "3.15.0",
"@aws-sdk/middleware-stack": "3.15.0",
"@aws-sdk/middleware-user-agent": "3.15.0",
"@aws-sdk/node-config-provider": "3.15.0",
"@aws-sdk/node-http-handler": "3.15.0",
"@aws-sdk/protocol-http": "3.15.0",
"@aws-sdk/smithy-client": "3.15.0",
"@aws-sdk/types": "3.15.0",
"@aws-sdk/url-parser": "3.15.0",
"@aws-sdk/util-base64-browser": "3.13.1",

@@ -52,4 +52,4 @@ "@aws-sdk/util-base64-node": "3.13.1",

"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.15.0",
"@aws-sdk/util-user-agent-node": "3.15.0",
"@aws-sdk/util-utf8-browser": "3.13.1",

@@ -60,3 +60,3 @@ "@aws-sdk/util-utf8-node": "3.13.1",

"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.14.0",
"@aws-sdk/client-documentation-generator": "3.15.0",
"@types/node": "^12.7.5",

@@ -63,0 +63,0 @@ "downlevel-dts": "0.7.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc