aws-sdk-computeoptimizer 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer.rb +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +1 -1
- data/lib/aws-sdk-computeoptimizer/types.rb +6 -6
- 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: d6b032bae116f4b3be051089683fe6cc96ba77f1b7af68968ea5fe56971a2fcf
|
4
|
+
data.tar.gz: 51c782c1992d04295f0c391de6adadeaecff81fd5fe0129b52da7e93769fbc55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcca8d2a3912229535b6f6a1c8d4be545bca6d6beb1c007f0fab02554d9da8e2b8d814a38f014c1825822d0d701a6675cf6bb20b8d55c60d3dd9e8cc525dae73
|
7
|
+
data.tar.gz: b4104d72d9a8993e1a3ea7c6fa38e097276a87e7ed4c26fa5f0614fec67d19e99ce8dc8630b8db31713140575adf465220a6c8ed518c4a134e214181e901c7f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -1600,7 +1600,7 @@ module Aws::ComputeOptimizer
|
|
1600
1600
|
params: params,
|
1601
1601
|
config: config)
|
1602
1602
|
context[:gem_name] = 'aws-sdk-computeoptimizer'
|
1603
|
-
context[:gem_version] = '1.
|
1603
|
+
context[:gem_version] = '1.19.0'
|
1604
1604
|
Seahorse::Client::Request.new(handlers, context)
|
1605
1605
|
end
|
1606
1606
|
|
@@ -164,10 +164,10 @@ module Aws::ComputeOptimizer
|
|
164
164
|
# recommended instance is calculated as the maximum performance risk
|
165
165
|
# score across the analyzed resource specifications.
|
166
166
|
#
|
167
|
-
# The value ranges from 0
|
168
|
-
# resource is predicted to always provide enough hardware
|
169
|
-
# The higher the performance risk is, the more likely you
|
170
|
-
# validate whether the
|
167
|
+
# The value ranges from `0` - `4`, with `0` meaning that the
|
168
|
+
# recommended resource is predicted to always provide enough hardware
|
169
|
+
# capability. The higher the performance risk is, the more likely you
|
170
|
+
# should validate whether the recommendation will meet the performance
|
171
171
|
# requirements of your workload before migrating your resource.
|
172
172
|
# @return [Float]
|
173
173
|
#
|
@@ -1976,7 +1976,7 @@ module Aws::ComputeOptimizer
|
|
1976
1976
|
# recommended instance is calculated as the maximum performance risk
|
1977
1977
|
# score across the analyzed resource specifications.
|
1978
1978
|
#
|
1979
|
-
# The value ranges from `0`
|
1979
|
+
# The value ranges from `0` - `4`, with `0` meaning that the
|
1980
1980
|
# recommended resource is predicted to always provide enough hardware
|
1981
1981
|
# capability. The higher the performance risk is, the more likely you
|
1982
1982
|
# should validate whether the recommendation will meet the performance
|
@@ -3113,7 +3113,7 @@ module Aws::ComputeOptimizer
|
|
3113
3113
|
# Performance risk is the likelihood of the recommended volume type
|
3114
3114
|
# meeting the performance requirement of your workload.
|
3115
3115
|
#
|
3116
|
-
# The value ranges from `0`
|
3116
|
+
# The value ranges from `0` - `4`, with `0` meaning that the
|
3117
3117
|
# recommended resource is predicted to always provide enough hardware
|
3118
3118
|
# capability. The higher the performance risk is, the more likely you
|
3119
3119
|
# should validate whether the recommendation will meet the performance
|
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.19.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: 2021-
|
11
|
+
date: 2021-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|