aws-sdk-computeoptimizer 1.61.0 → 1.62.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +8 -2
- data/lib/aws-sdk-computeoptimizer/types.rb +8 -2
- data/lib/aws-sdk-computeoptimizer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85927ec55063c5b422836e850bc960f8e10c8ccaa29a0d74ed15d5372bda6786
|
|
4
|
+
data.tar.gz: 74cc0fc358df35fb8d3a98cf7986cef7d6b177eac030053ef92e71b4c8e88012
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 356c38237aec95cc7ce0e3bf289d28183d527cc704ecfad8bfc89fa81ccbc7caa370aefa2ae0d57806fb0dcb527e75b698cceb752d369cb71ee7156e57116e26
|
|
7
|
+
data.tar.gz: a35522b72e7611443a969c271a4173a56ba3040df93b9bcf73d0f691c44e0c66ce5348960fbef1ee2cde1213b6fffe3a25be770d861056caaf01e81b0dbef35b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.62.0 (2024-08-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications
|
|
8
|
+
|
|
4
9
|
1.61.0 (2024-07-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -3049,9 +3049,15 @@ module Aws::ComputeOptimizer
|
|
|
3049
3049
|
# of the Amazon Web Services resource are analyzed. When this preference
|
|
3050
3050
|
# isn't specified, we use the default value `DAYS_14`.
|
|
3051
3051
|
#
|
|
3052
|
-
#
|
|
3052
|
+
# You can only set this preference for the Amazon EC2 instance and Auto
|
|
3053
3053
|
# Scaling group resource types.
|
|
3054
3054
|
#
|
|
3055
|
+
# <note markdown="1"> * Amazon EC2 instance lookback preferences can be set at the
|
|
3056
|
+
# organization, account, and resource levels.
|
|
3057
|
+
#
|
|
3058
|
+
# * Auto Scaling group lookback preferences can only be set at the
|
|
3059
|
+
# resource level.
|
|
3060
|
+
#
|
|
3055
3061
|
# </note>
|
|
3056
3062
|
#
|
|
3057
3063
|
# @option params [Array<Types::UtilizationPreference>] :utilization_preferences
|
|
@@ -3240,7 +3246,7 @@ module Aws::ComputeOptimizer
|
|
|
3240
3246
|
params: params,
|
|
3241
3247
|
config: config)
|
|
3242
3248
|
context[:gem_name] = 'aws-sdk-computeoptimizer'
|
|
3243
|
-
context[:gem_version] = '1.
|
|
3249
|
+
context[:gem_version] = '1.62.0'
|
|
3244
3250
|
Seahorse::Client::Request.new(handlers, context)
|
|
3245
3251
|
end
|
|
3246
3252
|
|
|
@@ -1160,7 +1160,7 @@ module Aws::ComputeOptimizer
|
|
|
1160
1160
|
# The valid values for this parameter are as follows:
|
|
1161
1161
|
#
|
|
1162
1162
|
# * If you specify the `name` parameter as `Finding`, specify
|
|
1163
|
-
# `Optimized`, `
|
|
1163
|
+
# `Optimized`, `Underprovisioned`, or `Overprovisioned`.
|
|
1164
1164
|
#
|
|
1165
1165
|
# * If you specify the `name` parameter as `FindingReasonCode`,
|
|
1166
1166
|
# specify `CPUUnderprovisioned`, `CPUOverprovisioned`,
|
|
@@ -5320,9 +5320,15 @@ module Aws::ComputeOptimizer
|
|
|
5320
5320
|
# of the Amazon Web Services resource are analyzed. When this
|
|
5321
5321
|
# preference isn't specified, we use the default value `DAYS_14`.
|
|
5322
5322
|
#
|
|
5323
|
-
#
|
|
5323
|
+
# You can only set this preference for the Amazon EC2 instance and
|
|
5324
5324
|
# Auto Scaling group resource types.
|
|
5325
5325
|
#
|
|
5326
|
+
# <note markdown="1"> * Amazon EC2 instance lookback preferences can be set at the
|
|
5327
|
+
# organization, account, and resource levels.
|
|
5328
|
+
#
|
|
5329
|
+
# * Auto Scaling group lookback preferences can only be set at the
|
|
5330
|
+
# resource level.
|
|
5331
|
+
#
|
|
5326
5332
|
# </note>
|
|
5327
5333
|
# @return [String]
|
|
5328
5334
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-computeoptimizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|