@aws-sdk/client-compute-optimizer 3.137.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/endpoints.js +45 -0
- package/dist-cjs/protocols/Aws_json1_0.js +90 -198
- package/dist-es/endpoints.js +45 -0
- package/dist-es/protocols/Aws_json1_0.js +145 -199
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
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
|
+
|
|
17
|
+
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
7
40
|
|
|
8
41
|
|
package/README.md
CHANGED
|
@@ -175,7 +175,7 @@ try {
|
|
|
175
175
|
const data = await client.send(command);
|
|
176
176
|
// process data.
|
|
177
177
|
} catch (error) {
|
|
178
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
178
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
179
179
|
console.log({ requestId, cfId, extendedRequestId });
|
|
180
180
|
/**
|
|
181
181
|
* The keys within exceptions are also parsed.
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -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
|
{
|