@aws-sdk/client-sso 3.775.0 → 3.782.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.
|
@@ -77,6 +77,7 @@ declare const GetRoleCredentialsCommand_base: {
|
|
|
77
77
|
* @throws {@link SSOServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListAccountRolesCommand_base: {
|
|
|
78
78
|
* @throws {@link SSOServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListAccountsCommand_base: {
|
|
|
80
80
|
* @throws {@link SSOServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|
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.782.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",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
29
29
|
"@aws-sdk/types": "3.775.0",
|
|
30
|
-
"@aws-sdk/util-endpoints": "3.
|
|
30
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
33
33
|
"@smithy/config-resolver": "^4.1.0",
|
|
34
34
|
"@smithy/core": "^3.2.0",
|
|
35
35
|
"@smithy/fetch-http-handler": "^5.0.2",
|