@aws-sdk/client-sso 3.145.0 → 3.150.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sso
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-sso
package/README.md CHANGED
@@ -19,7 +19,7 @@ assigned to them and get federated into the application.</p>
19
19
  backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
20
20
  </note>
21
21
 
22
- <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
22
+ <p>This reference guide describes the Amazon Web Services SSO Portal operations that you can call
23
23
  programatically and includes detailed information on data types and errors.</p>
24
24
 
25
25
  <note>
@@ -15,7 +15,7 @@ import { SSOClient } from "./SSOClient";
15
15
  * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
16
16
  * </note>
17
17
  *
18
- * <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
18
+ * <p>This reference guide describes the Amazon Web Services SSO Portal operations that you can call
19
19
  * programatically and includes detailed information on data types and errors.</p>
20
20
  *
21
21
  * <note>
@@ -134,7 +134,7 @@ export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {
134
134
  * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
135
135
  * </note>
136
136
  *
137
- * <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call
137
+ * <p>This reference guide describes the Amazon Web Services SSO Portal operations that you can call
138
138
  * programatically and includes detailed information on data types and errors.</p>
139
139
  *
140
140
  * <note>
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.145.0",
4
+ "version": "3.150.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",