@aws-sdk/client-identitystore 3.47.2 → 3.48.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,17 @@
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.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-identitystore
@@ -3,6 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
+ "us-gov-east-1": {
7
+ variants: [
8
+ {
9
+ hostname: "identitystore.us-gov-east-1.amazonaws.com",
10
+ tags: ["fips"],
11
+ },
12
+ ],
13
+ },
6
14
  "us-gov-west-1": {
7
15
  variants: [
8
16
  {
@@ -109,7 +117,7 @@ const partitionHash = {
109
117
  ],
110
118
  },
111
119
  "aws-us-gov": {
112
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
120
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
113
121
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
114
122
  variants: [
115
123
  {
@@ -1,6 +1,14 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
+ "us-gov-east-1": {
5
+ variants: [
6
+ {
7
+ hostname: "identitystore.us-gov-east-1.amazonaws.com",
8
+ tags: ["fips"],
9
+ },
10
+ ],
11
+ },
4
12
  "us-gov-west-1": {
5
13
  variants: [
6
14
  {
@@ -107,7 +115,7 @@ var partitionHash = {
107
115
  ],
108
116
  },
109
117
  "aws-us-gov": {
110
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
118
+ regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
111
119
  regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
112
120
  variants: [
113
121
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-identitystore",
3
3
  "description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
4
- "version": "3.47.2",
4
+ "version": "3.48.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.48.0",
22
22
  "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.48.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.47.2",
25
25
  "@aws-sdk/hash-node": "3.47.2",
26
26
  "@aws-sdk/invalid-dependency": "3.47.2",