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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +16 -1
- data/lib/aws-sdk-computeoptimizer/types.rb +15 -0
- 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: d39e7ecd70fb94af292bce3a27e9164027b1dc010fd5cda2ff58b91dc92441ac
|
|
4
|
+
data.tar.gz: cc37cdddbee4b0a91a1845c09758302976c88b38d7e97c81a8c53af194293d11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b79987ebe075e393e58fc3edb673f2a66ea0bbeb02e504b983a191f00a571d74cea980e527dff99f2df2e0c899bf4ccaba6d1438197e1daeeb6502f6165e5c70
|
|
7
|
+
data.tar.gz: 5d682eb631d145e7c9332ad4deb00ed49c01f75847fab8430cbb29a56b4db79fb4fc272f90b13a36201c85ac477b8d8ae783f7b3b1eb7fb235ee795c142fe338
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
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.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-
|
|
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
|