@aws-sdk/client-compute-optimizer 3.141.0 → 3.145.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,36 @@
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.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** update client endpoints as of 2022-08-04 ([e270ac2](https://github.com/aws/aws-sdk-js-v3/commit/e270ac2ef18484da33bb18ee469bbc06c0da2ce2))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
26
+
27
+
28
+ ### Features
29
+
30
+ * **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
7
37
 
8
38
 
@@ -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
  {