aws-sdk-computeoptimizer 1.30.0 → 1.33.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +20 -1
- data/lib/aws-sdk-computeoptimizer/types.rb +15 -0
- data/lib/aws-sdk-computeoptimizer.rb +1 -1
- metadata +4 -4
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
@@ -1,6 +1,21 @@
|
|
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
|
+
|
9
|
+
1.32.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.31.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.30.0 (2022-01-10)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::ComputeOptimizer
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
80
84
|
|
@@ -375,6 +379,11 @@ module Aws::ComputeOptimizer
|
|
375
379
|
# option encompasses only instances that are part of an Auto Scaling
|
376
380
|
# group.
|
377
381
|
#
|
382
|
+
# <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
|
383
|
+
# `AutoScalingGroup`.
|
384
|
+
#
|
385
|
+
# </note>
|
386
|
+
#
|
378
387
|
# @option params [Types::Scope] :scope
|
379
388
|
# An object that describes the scope of the recommendation preference to
|
380
389
|
# delete.
|
@@ -1711,6 +1720,11 @@ module Aws::ComputeOptimizer
|
|
1711
1720
|
# option encompasses only instances that are part of an Auto Scaling
|
1712
1721
|
# group.
|
1713
1722
|
#
|
1723
|
+
# <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
|
1724
|
+
# `AutoScalingGroup`.
|
1725
|
+
#
|
1726
|
+
# </note>
|
1727
|
+
#
|
1714
1728
|
# @option params [Types::Scope] :scope
|
1715
1729
|
# An object that describes the scope of the recommendation preference to
|
1716
1730
|
# return.
|
@@ -1867,6 +1881,11 @@ module Aws::ComputeOptimizer
|
|
1867
1881
|
# option encompasses only instances that are part of an Auto Scaling
|
1868
1882
|
# group.
|
1869
1883
|
#
|
1884
|
+
# <note markdown="1"> The valid values for this parameter are `Ec2Instance` and
|
1885
|
+
# `AutoScalingGroup`.
|
1886
|
+
#
|
1887
|
+
# </note>
|
1888
|
+
#
|
1870
1889
|
# @option params [Types::Scope] :scope
|
1871
1890
|
# An object that describes the scope of the recommendation preference to
|
1872
1891
|
# create.
|
@@ -2038,7 +2057,7 @@ module Aws::ComputeOptimizer
|
|
2038
2057
|
params: params,
|
2039
2058
|
config: config)
|
2040
2059
|
context[:gem_name] = 'aws-sdk-computeoptimizer'
|
2041
|
-
context[:gem_version] = '1.
|
2060
|
+
context[:gem_version] = '1.33.0'
|
2042
2061
|
Seahorse::Client::Request.new(handlers, context)
|
2043
2062
|
end
|
2044
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|