aws-sdk-computeoptimizer 1.12.0 → 1.13.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/lib/aws-sdk-computeoptimizer.rb +1 -1
- data/lib/aws-sdk-computeoptimizer/client.rb +13 -14
- data/lib/aws-sdk-computeoptimizer/types.rb +14 -13
- 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: '079269448246878260a1403daecea0e491653fb9817114f6ba685235407d661b'
|
|
4
|
+
data.tar.gz: cdef9b0bfcc543e33506a2f6be67917d8d2e8a1d3090a4cf6fd2ad8f4f73db78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38e8faad8ea434ae92de2803aa3babaa9b926ea74f5511b8909d96d91d3ed587fbca9a7820414481a649812be817248224d7b6eaf418fdb9bb26fd2109d5604a
|
|
7
|
+
data.tar.gz: 259848906605b980f51ce617ad33c28297caa2dcc258c39b14c38d3988c514ff6474e080f52e2f78028010e05c28ceed63186343f0502de0321e9798a6fae99a
|
|
@@ -429,7 +429,7 @@ module Aws::ComputeOptimizer
|
|
|
429
429
|
# recommendations.
|
|
430
430
|
#
|
|
431
431
|
# If your account is the management account of an organization, use this
|
|
432
|
-
# parameter to specify the member
|
|
432
|
+
# parameter to specify the member account for which you want to export
|
|
433
433
|
# recommendations.
|
|
434
434
|
#
|
|
435
435
|
# This parameter cannot be specified together with the include member
|
|
@@ -552,7 +552,7 @@ module Aws::ComputeOptimizer
|
|
|
552
552
|
# recommendations.
|
|
553
553
|
#
|
|
554
554
|
# If your account is the management account of an organization, use this
|
|
555
|
-
# parameter to specify the member
|
|
555
|
+
# parameter to specify the member account for which you want to export
|
|
556
556
|
# recommendations.
|
|
557
557
|
#
|
|
558
558
|
# This parameter cannot be specified together with the include member
|
|
@@ -664,11 +664,11 @@ module Aws::ComputeOptimizer
|
|
|
664
664
|
# [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html
|
|
665
665
|
#
|
|
666
666
|
# @option params [Array<String>] :account_ids
|
|
667
|
-
# The
|
|
667
|
+
# The ID of the AWS account for which to return Auto Scaling group
|
|
668
668
|
# recommendations.
|
|
669
669
|
#
|
|
670
670
|
# If your account is the management account of an organization, use this
|
|
671
|
-
# parameter to specify the member
|
|
671
|
+
# parameter to specify the member account for which you want to return
|
|
672
672
|
# Auto Scaling group recommendations.
|
|
673
673
|
#
|
|
674
674
|
# Only one account ID can be specified per request.
|
|
@@ -787,11 +787,10 @@ module Aws::ComputeOptimizer
|
|
|
787
787
|
# specific list of volume recommendations.
|
|
788
788
|
#
|
|
789
789
|
# @option params [Array<String>] :account_ids
|
|
790
|
-
# The
|
|
791
|
-
# recommendations.
|
|
790
|
+
# The ID of the AWS account for which to return volume recommendations.
|
|
792
791
|
#
|
|
793
792
|
# If your account is the management account of an organization, use this
|
|
794
|
-
# parameter to specify the member
|
|
793
|
+
# parameter to specify the member account for which you want to return
|
|
795
794
|
# volume recommendations.
|
|
796
795
|
#
|
|
797
796
|
# Only one account ID can be specified per request.
|
|
@@ -889,11 +888,11 @@ module Aws::ComputeOptimizer
|
|
|
889
888
|
# specific list of instance recommendations.
|
|
890
889
|
#
|
|
891
890
|
# @option params [Array<String>] :account_ids
|
|
892
|
-
# The
|
|
891
|
+
# The ID of the AWS account for which to return instance
|
|
893
892
|
# recommendations.
|
|
894
893
|
#
|
|
895
894
|
# If your account is the management account of an organization, use this
|
|
896
|
-
# parameter to specify the member
|
|
895
|
+
# parameter to specify the member account for which you want to return
|
|
897
896
|
# instance recommendations.
|
|
898
897
|
#
|
|
899
898
|
# Only one account ID can be specified per request.
|
|
@@ -1081,11 +1080,11 @@ module Aws::ComputeOptimizer
|
|
|
1081
1080
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using
|
|
1082
1081
|
#
|
|
1083
1082
|
# @option params [Array<String>] :account_ids
|
|
1084
|
-
# The
|
|
1083
|
+
# The ID of the AWS account for which to return function
|
|
1085
1084
|
# recommendations.
|
|
1086
1085
|
#
|
|
1087
1086
|
# If your account is the management account of an organization, use this
|
|
1088
|
-
# parameter to specify the member
|
|
1087
|
+
# parameter to specify the member account for which you want to return
|
|
1089
1088
|
# function recommendations.
|
|
1090
1089
|
#
|
|
1091
1090
|
# Only one account ID can be specified per request.
|
|
@@ -1167,11 +1166,11 @@ module Aws::ComputeOptimizer
|
|
|
1167
1166
|
# not optimized, or optimized.
|
|
1168
1167
|
#
|
|
1169
1168
|
# @option params [Array<String>] :account_ids
|
|
1170
|
-
# The
|
|
1169
|
+
# The ID of the AWS account for which to return recommendation
|
|
1171
1170
|
# summaries.
|
|
1172
1171
|
#
|
|
1173
1172
|
# If your account is the management account of an organization, use this
|
|
1174
|
-
# parameter to specify the member
|
|
1173
|
+
# parameter to specify the member account for which you want to return
|
|
1175
1174
|
# recommendation summaries.
|
|
1176
1175
|
#
|
|
1177
1176
|
# Only one account ID can be specified per request.
|
|
@@ -1276,7 +1275,7 @@ module Aws::ComputeOptimizer
|
|
|
1276
1275
|
params: params,
|
|
1277
1276
|
config: config)
|
|
1278
1277
|
context[:gem_name] = 'aws-sdk-computeoptimizer'
|
|
1279
|
-
context[:gem_version] = '1.
|
|
1278
|
+
context[:gem_version] = '1.13.0'
|
|
1280
1279
|
Seahorse::Client::Request.new(handlers, context)
|
|
1281
1280
|
end
|
|
1282
1281
|
|
|
@@ -373,7 +373,7 @@ module Aws::ComputeOptimizer
|
|
|
373
373
|
# recommendations.
|
|
374
374
|
#
|
|
375
375
|
# If your account is the management account of an organization, use
|
|
376
|
-
# this parameter to specify the member
|
|
376
|
+
# this parameter to specify the member account for which you want to
|
|
377
377
|
# export recommendations.
|
|
378
378
|
#
|
|
379
379
|
# This parameter cannot be specified together with the include member
|
|
@@ -519,7 +519,7 @@ module Aws::ComputeOptimizer
|
|
|
519
519
|
# recommendations.
|
|
520
520
|
#
|
|
521
521
|
# If your account is the management account of an organization, use
|
|
522
|
-
# this parameter to specify the member
|
|
522
|
+
# this parameter to specify the member account for which you want to
|
|
523
523
|
# export recommendations.
|
|
524
524
|
#
|
|
525
525
|
# This parameter cannot be specified together with the include member
|
|
@@ -689,11 +689,11 @@ module Aws::ComputeOptimizer
|
|
|
689
689
|
# }
|
|
690
690
|
#
|
|
691
691
|
# @!attribute [rw] account_ids
|
|
692
|
-
# The
|
|
692
|
+
# The ID of the AWS account for which to return Auto Scaling group
|
|
693
693
|
# recommendations.
|
|
694
694
|
#
|
|
695
695
|
# If your account is the management account of an organization, use
|
|
696
|
-
# this parameter to specify the member
|
|
696
|
+
# this parameter to specify the member account for which you want to
|
|
697
697
|
# return Auto Scaling group recommendations.
|
|
698
698
|
#
|
|
699
699
|
# Only one account ID can be specified per request.
|
|
@@ -803,11 +803,11 @@ module Aws::ComputeOptimizer
|
|
|
803
803
|
# @return [Array<Types::EBSFilter>]
|
|
804
804
|
#
|
|
805
805
|
# @!attribute [rw] account_ids
|
|
806
|
-
# The
|
|
806
|
+
# The ID of the AWS account for which to return volume
|
|
807
807
|
# recommendations.
|
|
808
808
|
#
|
|
809
809
|
# If your account is the management account of an organization, use
|
|
810
|
-
# this parameter to specify the member
|
|
810
|
+
# this parameter to specify the member account for which you want to
|
|
811
811
|
# return volume recommendations.
|
|
812
812
|
#
|
|
813
813
|
# Only one account ID can be specified per request.
|
|
@@ -893,11 +893,11 @@ module Aws::ComputeOptimizer
|
|
|
893
893
|
# @return [Array<Types::Filter>]
|
|
894
894
|
#
|
|
895
895
|
# @!attribute [rw] account_ids
|
|
896
|
-
# The
|
|
896
|
+
# The ID of the AWS account for which to return instance
|
|
897
897
|
# recommendations.
|
|
898
898
|
#
|
|
899
899
|
# If your account is the management account of an organization, use
|
|
900
|
-
# this parameter to specify the member
|
|
900
|
+
# this parameter to specify the member account for which you want to
|
|
901
901
|
# return instance recommendations.
|
|
902
902
|
#
|
|
903
903
|
# Only one account ID can be specified per request.
|
|
@@ -1069,11 +1069,11 @@ module Aws::ComputeOptimizer
|
|
|
1069
1069
|
# @return [Array<String>]
|
|
1070
1070
|
#
|
|
1071
1071
|
# @!attribute [rw] account_ids
|
|
1072
|
-
# The
|
|
1072
|
+
# The ID of the AWS account for which to return function
|
|
1073
1073
|
# recommendations.
|
|
1074
1074
|
#
|
|
1075
1075
|
# If your account is the management account of an organization, use
|
|
1076
|
-
# this parameter to specify the member
|
|
1076
|
+
# this parameter to specify the member account for which you want to
|
|
1077
1077
|
# return function recommendations.
|
|
1078
1078
|
#
|
|
1079
1079
|
# Only one account ID can be specified per request.
|
|
@@ -1167,11 +1167,11 @@ module Aws::ComputeOptimizer
|
|
|
1167
1167
|
# }
|
|
1168
1168
|
#
|
|
1169
1169
|
# @!attribute [rw] account_ids
|
|
1170
|
-
# The
|
|
1170
|
+
# The ID of the AWS account for which to return recommendation
|
|
1171
1171
|
# summaries.
|
|
1172
1172
|
#
|
|
1173
1173
|
# If your account is the management account of an organization, use
|
|
1174
|
-
# this parameter to specify the member
|
|
1174
|
+
# this parameter to specify the member account for which you want to
|
|
1175
1175
|
# return recommendation summaries.
|
|
1176
1176
|
#
|
|
1177
1177
|
# Only one account ID can be specified per request.
|
|
@@ -1587,7 +1587,8 @@ module Aws::ComputeOptimizer
|
|
|
1587
1587
|
# classification.
|
|
1588
1588
|
#
|
|
1589
1589
|
# * <b> <code>Inconclusive</code> </b> — The function does not qualify
|
|
1590
|
-
# for a recommendation
|
|
1590
|
+
# for a recommendation because Compute Optimizer cannot generate a
|
|
1591
|
+
# recommendation with a high degree of confidence. This finding
|
|
1591
1592
|
# reason code is part of the `Unavailable` finding classification.
|
|
1592
1593
|
#
|
|
1593
1594
|
#
|
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.13.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-02-
|
|
11
|
+
date: 2021-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|