@aws-sdk/client-sso 3.289.0 → 3.292.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.
@@ -30,6 +30,22 @@ export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsRespo
30
30
  * @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidRequestException} (client fault)
34
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
35
+ * parameter might be missing or out of range.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundException} (client fault)
38
+ * <p>The specified resource doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Indicates that the request is being made too frequently and is more than what the server
42
+ * can handle.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
46
+ * token in the request.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {
35
51
  readonly input: GetRoleCredentialsCommandInput;
@@ -29,6 +29,22 @@ export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse,
29
29
  * @see {@link ListAccountRolesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidRequestException} (client fault)
33
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
34
+ * parameter might be missing or out of range.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>The specified resource doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Indicates that the request is being made too frequently and is more than what the server
41
+ * can handle.</p>
42
+ *
43
+ * @throws {@link UnauthorizedException} (client fault)
44
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
45
+ * token in the request.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {
34
50
  readonly input: ListAccountRolesCommandInput;
@@ -31,6 +31,22 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
31
31
  * @see {@link ListAccountsCommandOutput} for command's `response` shape.
32
32
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidRequestException} (client fault)
35
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
36
+ * parameter might be missing or out of range.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource doesn't exist.</p>
40
+ *
41
+ * @throws {@link TooManyRequestsException} (client fault)
42
+ * <p>Indicates that the request is being made too frequently and is more than what the server
43
+ * can handle.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
47
+ * token in the request.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig> {
36
52
  readonly input: ListAccountsCommandInput;
@@ -44,6 +44,19 @@ export interface LogoutCommandOutput extends __MetadataBearer {
44
44
  * @see {@link LogoutCommandOutput} for command's `response` shape.
45
45
  * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape.
46
46
  *
47
+ * @throws {@link InvalidRequestException} (client fault)
48
+ * <p>Indicates that a problem occurred with the input to the request. For example, a required
49
+ * parameter might be missing or out of range.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>Indicates that the request is being made too frequently and is more than what the server
53
+ * can handle.</p>
54
+ *
55
+ * @throws {@link UnauthorizedException} (client fault)
56
+ * <p>Indicates that the request is not authorized. This can happen due to an invalid access
57
+ * token in the request.</p>
58
+ *
59
+ *
47
60
  */
48
61
  export declare class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {
49
62
  readonly input: LogoutCommandInput;
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.289.0",
4
+ "version": "3.292.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",
@@ -20,52 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/config-resolver": "3.289.0",
24
- "@aws-sdk/fetch-http-handler": "3.289.0",
25
- "@aws-sdk/hash-node": "3.289.0",
26
- "@aws-sdk/invalid-dependency": "3.289.0",
27
- "@aws-sdk/middleware-content-length": "3.289.0",
28
- "@aws-sdk/middleware-endpoint": "3.289.0",
29
- "@aws-sdk/middleware-host-header": "3.289.0",
30
- "@aws-sdk/middleware-logger": "3.289.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
32
- "@aws-sdk/middleware-retry": "3.289.0",
33
- "@aws-sdk/middleware-serde": "3.289.0",
34
- "@aws-sdk/middleware-stack": "3.289.0",
35
- "@aws-sdk/middleware-user-agent": "3.289.0",
36
- "@aws-sdk/node-config-provider": "3.289.0",
37
- "@aws-sdk/node-http-handler": "3.289.0",
38
- "@aws-sdk/protocol-http": "3.289.0",
39
- "@aws-sdk/smithy-client": "3.289.0",
40
- "@aws-sdk/types": "3.289.0",
41
- "@aws-sdk/url-parser": "3.289.0",
42
- "@aws-sdk/util-base64": "3.208.0",
43
- "@aws-sdk/util-body-length-browser": "3.188.0",
44
- "@aws-sdk/util-body-length-node": "3.208.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
47
- "@aws-sdk/util-endpoints": "3.289.0",
48
- "@aws-sdk/util-retry": "3.289.0",
49
- "@aws-sdk/util-user-agent-browser": "3.289.0",
50
- "@aws-sdk/util-user-agent-node": "3.289.0",
51
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/config-resolver": "3.292.0",
24
+ "@aws-sdk/fetch-http-handler": "3.292.0",
25
+ "@aws-sdk/hash-node": "3.292.0",
26
+ "@aws-sdk/invalid-dependency": "3.292.0",
27
+ "@aws-sdk/middleware-content-length": "3.292.0",
28
+ "@aws-sdk/middleware-endpoint": "3.292.0",
29
+ "@aws-sdk/middleware-host-header": "3.292.0",
30
+ "@aws-sdk/middleware-logger": "3.292.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
32
+ "@aws-sdk/middleware-retry": "3.292.0",
33
+ "@aws-sdk/middleware-serde": "3.292.0",
34
+ "@aws-sdk/middleware-stack": "3.292.0",
35
+ "@aws-sdk/middleware-user-agent": "3.292.0",
36
+ "@aws-sdk/node-config-provider": "3.292.0",
37
+ "@aws-sdk/node-http-handler": "3.292.0",
38
+ "@aws-sdk/protocol-http": "3.292.0",
39
+ "@aws-sdk/smithy-client": "3.292.0",
40
+ "@aws-sdk/types": "3.292.0",
41
+ "@aws-sdk/url-parser": "3.292.0",
42
+ "@aws-sdk/util-base64": "3.292.0",
43
+ "@aws-sdk/util-body-length-browser": "3.292.0",
44
+ "@aws-sdk/util-body-length-node": "3.292.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
47
+ "@aws-sdk/util-endpoints": "3.292.0",
48
+ "@aws-sdk/util-retry": "3.292.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
50
+ "@aws-sdk/util-user-agent-node": "3.292.0",
51
+ "@aws-sdk/util-utf8": "3.292.0",
52
52
  "tslib": "^2.3.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
56
56
  "@tsconfig/node14": "1.0.3",
57
57
  "@types/node": "^14.14.31",
58
58
  "concurrently": "7.0.0",
59
59
  "downlevel-dts": "0.10.1",
60
60
  "rimraf": "3.0.2",
61
- "typedoc": "0.19.2",
61
+ "typedoc": "0.23.23",
62
62
  "typescript": "~4.6.2"
63
63
  },
64
- "overrides": {
65
- "typedoc": {
66
- "typescript": "~4.6.2"
67
- }
68
- },
69
64
  "engines": {
70
65
  "node": ">=14.0.0"
71
66
  },