@aws-sdk/client-sso-admin 3.121.0 → 3.130.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,38 @@
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.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848))
12
+
13
+
14
+ ### Features
15
+
16
+ * **clients:** update client endpoints as of 2022-07-14 ([93c74f4](https://github.com/aws/aws-sdk-js-v3/commit/93c74f43be2841c5918e2e1ae7aee4671c7c05b6))
17
+
18
+
19
+
20
+
21
+
22
+ # [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-sso-admin
25
+
26
+
27
+
28
+
29
+
30
+ # [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
31
+
32
+ **Note:** Version bump only for package @aws-sdk/client-sso-admin
33
+
34
+
35
+
36
+
37
+
6
38
  # [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
7
39
 
8
40
 
@@ -2,7 +2,26 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {};
5
+ const regionHash = {
6
+ "us-gov-east-1": {
7
+ variants: [
8
+ {
9
+ hostname: "sso.us-gov-east-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ ],
13
+ signingRegion: "us-gov-east-1",
14
+ },
15
+ "us-gov-west-1": {
16
+ variants: [
17
+ {
18
+ hostname: "sso.us-gov-west-1.amazonaws.com",
19
+ tags: [],
20
+ },
21
+ ],
22
+ signingRegion: "us-gov-west-1",
23
+ },
24
+ };
6
25
  const partitionHash = {
7
26
  aws: {
8
27
  regions: [