@aws-sdk/client-sso 3.496.0 → 3.502.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/dist-cjs/index.js +14 -13
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -668,25 +668,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
668
668
|
// Annotate the CommonJS export names for ESM import in node:
|
|
669
669
|
|
|
670
670
|
0 && (module.exports = {
|
|
671
|
+
SSOServiceException,
|
|
672
|
+
__Client,
|
|
673
|
+
SSOClient,
|
|
674
|
+
SSO,
|
|
675
|
+
$Command,
|
|
671
676
|
GetRoleCredentialsCommand,
|
|
672
|
-
GetRoleCredentialsRequestFilterSensitiveLog,
|
|
673
|
-
GetRoleCredentialsResponseFilterSensitiveLog,
|
|
674
|
-
InvalidRequestException,
|
|
675
677
|
ListAccountRolesCommand,
|
|
676
|
-
ListAccountRolesRequestFilterSensitiveLog,
|
|
677
678
|
ListAccountsCommand,
|
|
678
|
-
ListAccountsRequestFilterSensitiveLog,
|
|
679
679
|
LogoutCommand,
|
|
680
|
-
|
|
680
|
+
paginateListAccountRoles,
|
|
681
|
+
paginateListAccounts,
|
|
682
|
+
InvalidRequestException,
|
|
681
683
|
ResourceNotFoundException,
|
|
682
|
-
RoleCredentialsFilterSensitiveLog,
|
|
683
|
-
SSO,
|
|
684
|
-
SSOClient,
|
|
685
|
-
SSOServiceException,
|
|
686
684
|
TooManyRequestsException,
|
|
687
685
|
UnauthorizedException,
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
686
|
+
GetRoleCredentialsRequestFilterSensitiveLog,
|
|
687
|
+
RoleCredentialsFilterSensitiveLog,
|
|
688
|
+
GetRoleCredentialsResponseFilterSensitiveLog,
|
|
689
|
+
ListAccountRolesRequestFilterSensitiveLog,
|
|
690
|
+
ListAccountsRequestFilterSensitiveLog,
|
|
691
|
+
LogoutRequestFilterSensitiveLog
|
|
691
692
|
});
|
|
692
693
|
|
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.
|
|
4
|
+
"version": "3.502.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
23
|
"@aws-sdk/core": "3.496.0",
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/types": "3.
|
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.502.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.502.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.502.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.502.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.502.0",
|
|
29
|
+
"@aws-sdk/types": "3.502.0",
|
|
30
|
+
"@aws-sdk/util-endpoints": "3.502.0",
|
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.502.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.502.0",
|
|
33
33
|
"@smithy/config-resolver": "^2.1.1",
|
|
34
34
|
"@smithy/core": "^1.3.1",
|
|
35
35
|
"@smithy/fetch-http-handler": "^2.4.1",
|