@aws-sdk/client-compute-optimizer 3.87.0 → 3.94.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,30 @@
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.94.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.93.0...v3.94.0) (2022-05-18)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
17
+
18
+
19
+
20
+
21
+
22
+ # [3.88.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.87.0...v3.88.0) (2022-05-10)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
@@ -683,6 +683,10 @@ export interface DeleteRecommendationPreferencesRequest {
683
683
  * <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances
684
684
  * that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option
685
685
  * encompasses only instances that are part of an Auto Scaling group.</p>
686
+ * <note>
687
+ * <p>The valid values for this parameter are <code>Ec2Instance</code> and
688
+ * <code>AutoScalingGroup</code>.</p>
689
+ * </note>
686
690
  */
687
691
  resourceType: ResourceType | string | undefined;
688
692
  /**
@@ -3470,6 +3474,10 @@ export interface GetRecommendationPreferencesRequest {
3470
3474
  * <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances
3471
3475
  * that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option
3472
3476
  * encompasses only instances that are part of an Auto Scaling group.</p>
3477
+ * <note>
3478
+ * <p>The valid values for this parameter are <code>Ec2Instance</code> and
3479
+ * <code>AutoScalingGroup</code>.</p>
3480
+ * </note>
3473
3481
  */
3474
3482
  resourceType: ResourceType | string | undefined;
3475
3483
  /**
@@ -3722,6 +3730,10 @@ export interface PutRecommendationPreferencesRequest {
3722
3730
  * <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances
3723
3731
  * that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option
3724
3732
  * encompasses only instances that are part of an Auto Scaling group.</p>
3733
+ * <note>
3734
+ * <p>The valid values for this parameter are <code>Ec2Instance</code> and
3735
+ * <code>AutoScalingGroup</code>.</p>
3736
+ * </note>
3725
3737
  */
3726
3738
  resourceType: ResourceType | string | undefined;
3727
3739
  /**
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.87.0",
4
+ "version": "3.94.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.87.0",
21
+ "@aws-sdk/client-sts": "3.94.0",
22
22
  "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.87.0",
23
+ "@aws-sdk/credential-provider-node": "3.94.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.78.0",
25
25
  "@aws-sdk/hash-node": "3.78.0",
26
26
  "@aws-sdk/invalid-dependency": "3.78.0",
@@ -33,7 +33,7 @@
33
33
  "@aws-sdk/middleware-stack": "3.78.0",
34
34
  "@aws-sdk/middleware-user-agent": "3.78.0",
35
35
  "@aws-sdk/node-config-provider": "3.80.0",
36
- "@aws-sdk/node-http-handler": "3.82.0",
36
+ "@aws-sdk/node-http-handler": "3.94.0",
37
37
  "@aws-sdk/protocol-http": "3.78.0",
38
38
  "@aws-sdk/smithy-client": "3.85.0",
39
39
  "@aws-sdk/types": "3.78.0",