aws-sdk-computeoptimizer 1.32.0 → 1.33.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a56dab03a392cfae8c689c7469424b7d4f5b8bcd71fff00975b3509d53bce4ed
4
- data.tar.gz: 12d2fdddaba5f680298c48fdaf999c94768ca9a9a7278ad961481be7e031d1a4
3
+ metadata.gz: d39e7ecd70fb94af292bce3a27e9164027b1dc010fd5cda2ff58b91dc92441ac
4
+ data.tar.gz: cc37cdddbee4b0a91a1845c09758302976c88b38d7e97c81a8c53af194293d11
5
5
  SHA512:
6
- metadata.gz: 5039bd5bd733513063e499bec6b286a0cfddab3bf199a2fd5201bd0ad890cba735f2478059121755e251a661d46a001930d3f057b6c1a2c98a163f2466f143cc
7
- data.tar.gz: ec5a4be9fdd1fa781efe9fe8d15b2a01a54f76d47e4f9a6df0ebf83df5c3f3b659317a4e161cd25fcfedf42292024df3381be48bf108937b0434a7835f381b0b
6
+ metadata.gz: b79987ebe075e393e58fc3edb673f2a66ea0bbeb02e504b983a191f00a571d74cea980e527dff99f2df2e0c899bf4ccaba6d1438197e1daeeb6502f6165e5c70
7
+ data.tar.gz: 5d682eb631d145e7c9332ad4deb00ed49c01f75847fab8430cbb29a56b4db79fb4fc272f90b13a36201c85ac477b8d8ae783f7b3b1eb7fb235ee795c142fe338
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2022-05-10)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Compute Optimizer
8
+
4
9
  1.32.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -379,6 +379,11 @@ module Aws::ComputeOptimizer
379
379
  # option encompasses only instances that are part of an Auto Scaling
380
380
  # group.
381
381
  #
382
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
383
+ # `AutoScalingGroup`.
384
+ #
385
+ # </note>
386
+ #
382
387
  # @option params [Types::Scope] :scope
383
388
  # An object that describes the scope of the recommendation preference to
384
389
  # delete.
@@ -1715,6 +1720,11 @@ module Aws::ComputeOptimizer
1715
1720
  # option encompasses only instances that are part of an Auto Scaling
1716
1721
  # group.
1717
1722
  #
1723
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
1724
+ # `AutoScalingGroup`.
1725
+ #
1726
+ # </note>
1727
+ #
1718
1728
  # @option params [Types::Scope] :scope
1719
1729
  # An object that describes the scope of the recommendation preference to
1720
1730
  # return.
@@ -1871,6 +1881,11 @@ module Aws::ComputeOptimizer
1871
1881
  # option encompasses only instances that are part of an Auto Scaling
1872
1882
  # group.
1873
1883
  #
1884
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
1885
+ # `AutoScalingGroup`.
1886
+ #
1887
+ # </note>
1888
+ #
1874
1889
  # @option params [Types::Scope] :scope
1875
1890
  # An object that describes the scope of the recommendation preference to
1876
1891
  # create.
@@ -2042,7 +2057,7 @@ module Aws::ComputeOptimizer
2042
2057
  params: params,
2043
2058
  config: config)
2044
2059
  context[:gem_name] = 'aws-sdk-computeoptimizer'
2045
- context[:gem_version] = '1.32.0'
2060
+ context[:gem_version] = '1.33.0'
2046
2061
  Seahorse::Client::Request.new(handlers, context)
2047
2062
  end
2048
2063
 
@@ -342,6 +342,11 @@ module Aws::ComputeOptimizer
342
342
  # instances that are part of Auto Scaling groups. The
343
343
  # `AutoScalingGroup` option encompasses only instances that are part
344
344
  # of an Auto Scaling group.
345
+ #
346
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
347
+ # `AutoScalingGroup`.
348
+ #
349
+ # </note>
345
350
  # @return [String]
346
351
  #
347
352
  # @!attribute [rw] scope
@@ -2067,6 +2072,11 @@ module Aws::ComputeOptimizer
2067
2072
  # instances that are part of Auto Scaling groups. The
2068
2073
  # `AutoScalingGroup` option encompasses only instances that are part
2069
2074
  # of an Auto Scaling group.
2075
+ #
2076
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
2077
+ # `AutoScalingGroup`.
2078
+ #
2079
+ # </note>
2070
2080
  # @return [String]
2071
2081
  #
2072
2082
  # @!attribute [rw] scope
@@ -3159,6 +3169,11 @@ module Aws::ComputeOptimizer
3159
3169
  # instances that are part of Auto Scaling groups. The
3160
3170
  # `AutoScalingGroup` option encompasses only instances that are part
3161
3171
  # of an Auto Scaling group.
3172
+ #
3173
+ # <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
3174
+ # `AutoScalingGroup`.
3175
+ #
3176
+ # </note>
3162
3177
  # @return [String]
3163
3178
  #
3164
3179
  # @!attribute [rw] scope
@@ -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.32.0'
51
+ GEM_VERSION = '1.33.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.32.0
4
+ version: 1.33.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core