@aws-sdk/client-compute-optimizer 3.142.0 → 3.144.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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-04 ([e270ac2](https://github.com/aws/aws-sdk-js-v3/commit/e270ac2ef18484da33bb18ee469bbc06c0da2ce2))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
7
18
 
8
19
 
@@ -3,6 +3,24 @@ 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
+ "af-south-1": {
7
+ variants: [
8
+ {
9
+ hostname: "compute-optimizer.af-south-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ ],
13
+ signingRegion: "af-south-1",
14
+ },
15
+ "ap-east-1": {
16
+ variants: [
17
+ {
18
+ hostname: "compute-optimizer.ap-east-1.amazonaws.com",
19
+ tags: [],
20
+ },
21
+ ],
22
+ signingRegion: "ap-east-1",
23
+ },
6
24
  "ap-northeast-1": {
7
25
  variants: [
8
26
  {
@@ -21,6 +39,15 @@ const regionHash = {
21
39
  ],
22
40
  signingRegion: "ap-northeast-2",
23
41
  },
42
+ "ap-northeast-3": {
43
+ variants: [
44
+ {
45
+ hostname: "compute-optimizer.ap-northeast-3.amazonaws.com",
46
+ tags: [],
47
+ },
48
+ ],
49
+ signingRegion: "ap-northeast-3",
50
+ },
24
51
  "ap-south-1": {
25
52
  variants: [
26
53
  {
@@ -93,6 +120,15 @@ const regionHash = {
93
120
  ],
94
121
  signingRegion: "eu-north-1",
95
122
  },
123
+ "eu-south-1": {
124
+ variants: [
125
+ {
126
+ hostname: "compute-optimizer.eu-south-1.amazonaws.com",
127
+ tags: [],
128
+ },
129
+ ],
130
+ signingRegion: "eu-south-1",
131
+ },
96
132
  "eu-west-1": {
97
133
  variants: [
98
134
  {
@@ -120,6 +156,15 @@ const regionHash = {
120
156
  ],
121
157
  signingRegion: "eu-west-3",
122
158
  },
159
+ "me-south-1": {
160
+ variants: [
161
+ {
162
+ hostname: "compute-optimizer.me-south-1.amazonaws.com",
163
+ tags: [],
164
+ },
165
+ ],
166
+ signingRegion: "me-south-1",
167
+ },
123
168
  "sa-east-1": {
124
169
  variants: [
125
170
  {
@@ -1,6 +1,24 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
3
  var regionHash = {
4
+ "af-south-1": {
5
+ variants: [
6
+ {
7
+ hostname: "compute-optimizer.af-south-1.amazonaws.com",
8
+ tags: [],
9
+ },
10
+ ],
11
+ signingRegion: "af-south-1",
12
+ },
13
+ "ap-east-1": {
14
+ variants: [
15
+ {
16
+ hostname: "compute-optimizer.ap-east-1.amazonaws.com",
17
+ tags: [],
18
+ },
19
+ ],
20
+ signingRegion: "ap-east-1",
21
+ },
4
22
  "ap-northeast-1": {
5
23
  variants: [
6
24
  {
@@ -19,6 +37,15 @@ var regionHash = {
19
37
  ],
20
38
  signingRegion: "ap-northeast-2",
21
39
  },
40
+ "ap-northeast-3": {
41
+ variants: [
42
+ {
43
+ hostname: "compute-optimizer.ap-northeast-3.amazonaws.com",
44
+ tags: [],
45
+ },
46
+ ],
47
+ signingRegion: "ap-northeast-3",
48
+ },
22
49
  "ap-south-1": {
23
50
  variants: [
24
51
  {
@@ -91,6 +118,15 @@ var regionHash = {
91
118
  ],
92
119
  signingRegion: "eu-north-1",
93
120
  },
121
+ "eu-south-1": {
122
+ variants: [
123
+ {
124
+ hostname: "compute-optimizer.eu-south-1.amazonaws.com",
125
+ tags: [],
126
+ },
127
+ ],
128
+ signingRegion: "eu-south-1",
129
+ },
94
130
  "eu-west-1": {
95
131
  variants: [
96
132
  {
@@ -118,6 +154,15 @@ var regionHash = {
118
154
  ],
119
155
  signingRegion: "eu-west-3",
120
156
  },
157
+ "me-south-1": {
158
+ variants: [
159
+ {
160
+ hostname: "compute-optimizer.me-south-1.amazonaws.com",
161
+ tags: [],
162
+ },
163
+ ],
164
+ signingRegion: "me-south-1",
165
+ },
121
166
  "sa-east-1": {
122
167
  variants: [
123
168
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.142.0",
4
+ "version": "3.144.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",