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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eab0fd3efea66cc7a9b1ac51189526568a314c804d84e4523a174d3b0cee7c3
4
- data.tar.gz: 48087ec449b942da278e08ab2611c07ee8d5c70684604fd1113e56ed9d9e81d9
3
+ metadata.gz: d6b032bae116f4b3be051089683fe6cc96ba77f1b7af68968ea5fe56971a2fcf
4
+ data.tar.gz: 51c782c1992d04295f0c391de6adadeaecff81fd5fe0129b52da7e93769fbc55
5
5
  SHA512:
6
- metadata.gz: 0f49c51ad64cabea01511ac791e852f096454774e9effa7e35400b210b85a8952f1ef26b822234cc5a26f192992f2498ee421c7bee49ec65c247177ec7e88a7a
7
- data.tar.gz: 73c4b123bc80cc32c9f2a533e2dae624d4daaf5c1282f2768b799d3dd96971273678ca39975782a62ee5ce01cfff4de7418aa3df62426b0f616eaaf132db6504
6
+ metadata.gz: bcca8d2a3912229535b6f6a1c8d4be545bca6d6beb1c007f0fab02554d9da8e2b8d814a38f014c1825822d0d701a6675cf6bb20b8d55c60d3dd9e8cc525dae73
7
+ data.tar.gz: b4104d72d9a8993e1a3ea7c6fa38e097276a87e7ed4c26fa5f0614fec67d19e99ce8dc8630b8db31713140575adf465220a6c8ed518c4a134e214181e901c7f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2021-07-20)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Compute Optimizer
8
+
4
9
  1.18.0 (2021-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-computeoptimizer/customizations'
48
48
  # @!group service
49
49
  module Aws::ComputeOptimizer
50
50
 
51
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
@@ -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.18.0'
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 to 5, with 0 meaning that the recommended
168
- # resource is predicted to always provide enough hardware capability.
169
- # The higher the performance risk is, the more likely you should
170
- # validate whether the recommended resource meets the performance
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` to `5`, with `0` meaning that the
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` to `5`, with `0` meaning that the
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.18.0
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-05-24 00:00:00.000000000 Z
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