aws-sdk-computeoptimizer 1.22.0 → 1.23.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: cf604ddbd2bb974a3116cb7e068e97f5ece58fd1f0308e67da595ea66ffab7bf
4
- data.tar.gz: 98ec0992ec35a39f43ed22510f1b98803fa8eb9ec04b61c2e4388626bf685f3d
3
+ metadata.gz: 5ba32d5f537011067269637876ca9cef716dfe8552b7b6b4c32953f8578f6331
4
+ data.tar.gz: e2e4f6874a9805192115c69b81a2f6546411e4b5035febcb4163b62bebb9bb02
5
5
  SHA512:
6
- metadata.gz: 4708131abf095188bd0d57c592a30b4bc573afa3f6a5fd0db2af35597894f995786cbda66ad69edacfda2b408d8987856b06badf93046f78b5842ac3dd466cd6
7
- data.tar.gz: dc822a4eb3cc50a564b02c3788143fcaa53c0e62aa1d44d818d68e6b0032d2378c947f1f28f93b7646040a626739d2f73662c8ea166c7aed7c1aaf0bd0ac6a2a
6
+ metadata.gz: aee71b5bc89688d943e11462ab5088af94bf584683bdd28884850bf59368b89d7f2b5a497a3b6e2fe0e50d28c416e634516e6ca037e603a09f8a4e3dea9b7cce
7
+ data.tar.gz: a1c99e297dd6ab8f5ba7920589d04c21be3982cdf9d106cd9785c2416e0596440f142579c845854e5430b517f4ccd3dd873fb350c5bf9de15f7739327d1ec59b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2021-08-31)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Compute Optimizer
8
+
4
9
  1.22.0 (2021-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -1699,7 +1699,7 @@ module Aws::ComputeOptimizer
1699
1699
  params: params,
1700
1700
  config: config)
1701
1701
  context[:gem_name] = 'aws-sdk-computeoptimizer'
1702
- context[:gem_version] = '1.22.0'
1702
+ context[:gem_version] = '1.23.0'
1703
1703
  Seahorse::Client::Request.new(handlers, context)
1704
1704
  end
1705
1705
 
@@ -2137,8 +2137,8 @@ module Aws::ComputeOptimizer
2137
2137
  # * <b> <code>Architecture</code> </b> — The CPU architecture between
2138
2138
  # the recommended instance type and the current instance is
2139
2139
  # different. For example, the recommended instance type might use an
2140
- # x86 CPU architecture and the current instance type might use a
2141
- # different one, such as ARM. Before migrating, you should consider
2140
+ # Arm CPU architecture and the current instance type might use a
2141
+ # different one, such as x86. Before migrating, you should consider
2142
2142
  # recompiling the software on your instance for the new
2143
2143
  # architecture. Alternatively, you might switch to an Amazon Machine
2144
2144
  # Image (AMI) that supports the new architecture. For more
@@ -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.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
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.22.0
4
+ version: 1.23.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-08-26 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core