aws-sdk-computeoptimizerautomation 1.9.0 → 1.10.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-computeoptimizerautomation/client.rb +57 -57
- data/lib/aws-sdk-computeoptimizerautomation/types.rb +8 -8
- data/lib/aws-sdk-computeoptimizerautomation.rb +1 -1
- data/sig/params.rbs +8 -8
- data/sig/types.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 436dc789a075a303e10ff07b55eb0784f442bec73e10498db4e070f162bdf405
|
|
4
|
+
data.tar.gz: 2f5d1ffcdc304da4bff79a55de337c4da4b7fa0abaca6411d260a335cc1fec84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9a089842e367a9abfe6b34b79c80f75fd5cde52b82b2d9d06839fa4c95228efdeb8c45e944c00435a948d3863f4912283bd9a5c92fa614201051ba2b1569890
|
|
7
|
+
data.tar.gz: cb49a1eee64e748a883b0e9a17ab9f3ffd3772f324aee61e894092dd6b4c648e928d50eb5634d1f0a5a552b704ef11a1d1a79e589c7631e3e29e249cd775e25b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.10.0 (2026-06-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This launch adds IfExists comparison operators to Compute Optimizer Automation rule criteria, so a rule can include recommended actions whose specified attribute isn't present.
|
|
8
|
+
|
|
4
9
|
1.9.0 (2026-05-27)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -621,50 +621,50 @@ module Aws::ComputeOptimizerAutomation
|
|
|
621
621
|
# criteria: {
|
|
622
622
|
# region: [
|
|
623
623
|
# {
|
|
624
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
624
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
625
625
|
# values: ["StringCriteriaValue"],
|
|
626
626
|
# },
|
|
627
627
|
# ],
|
|
628
628
|
# resource_arn: [
|
|
629
629
|
# {
|
|
630
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
630
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
631
631
|
# values: ["StringCriteriaValue"],
|
|
632
632
|
# },
|
|
633
633
|
# ],
|
|
634
634
|
# ebs_volume_type: [
|
|
635
635
|
# {
|
|
636
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
636
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
637
637
|
# values: ["StringCriteriaValue"],
|
|
638
638
|
# },
|
|
639
639
|
# ],
|
|
640
640
|
# ebs_volume_size_in_gib: [
|
|
641
641
|
# {
|
|
642
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
642
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
643
643
|
# values: [1],
|
|
644
644
|
# },
|
|
645
645
|
# ],
|
|
646
646
|
# estimated_monthly_savings: [
|
|
647
647
|
# {
|
|
648
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
648
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
649
649
|
# values: [1.0],
|
|
650
650
|
# },
|
|
651
651
|
# ],
|
|
652
652
|
# resource_tag: [
|
|
653
653
|
# {
|
|
654
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
654
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
655
655
|
# key: "StringCriteriaValue",
|
|
656
656
|
# values: ["StringCriteriaValue"],
|
|
657
657
|
# },
|
|
658
658
|
# ],
|
|
659
659
|
# look_back_period_in_days: [
|
|
660
660
|
# {
|
|
661
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
661
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
662
662
|
# values: [1],
|
|
663
663
|
# },
|
|
664
664
|
# ],
|
|
665
665
|
# restart_needed: [
|
|
666
666
|
# {
|
|
667
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
667
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
668
668
|
# values: ["StringCriteriaValue"],
|
|
669
669
|
# },
|
|
670
670
|
# ],
|
|
@@ -699,36 +699,36 @@ module Aws::ComputeOptimizerAutomation
|
|
|
699
699
|
# resp.recommended_action_types #=> Array
|
|
700
700
|
# resp.recommended_action_types[0] #=> String, one of "SnapshotAndDeleteUnattachedEbsVolume", "UpgradeEbsVolumeType"
|
|
701
701
|
# resp.criteria.region #=> Array
|
|
702
|
-
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
702
|
+
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
703
703
|
# resp.criteria.region[0].values #=> Array
|
|
704
704
|
# resp.criteria.region[0].values[0] #=> String
|
|
705
705
|
# resp.criteria.resource_arn #=> Array
|
|
706
|
-
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
706
|
+
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
707
707
|
# resp.criteria.resource_arn[0].values #=> Array
|
|
708
708
|
# resp.criteria.resource_arn[0].values[0] #=> String
|
|
709
709
|
# resp.criteria.ebs_volume_type #=> Array
|
|
710
|
-
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
710
|
+
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
711
711
|
# resp.criteria.ebs_volume_type[0].values #=> Array
|
|
712
712
|
# resp.criteria.ebs_volume_type[0].values[0] #=> String
|
|
713
713
|
# resp.criteria.ebs_volume_size_in_gib #=> Array
|
|
714
|
-
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
714
|
+
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
715
715
|
# resp.criteria.ebs_volume_size_in_gib[0].values #=> Array
|
|
716
716
|
# resp.criteria.ebs_volume_size_in_gib[0].values[0] #=> Integer
|
|
717
717
|
# resp.criteria.estimated_monthly_savings #=> Array
|
|
718
|
-
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
718
|
+
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
719
719
|
# resp.criteria.estimated_monthly_savings[0].values #=> Array
|
|
720
720
|
# resp.criteria.estimated_monthly_savings[0].values[0] #=> Float
|
|
721
721
|
# resp.criteria.resource_tag #=> Array
|
|
722
|
-
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
722
|
+
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
723
723
|
# resp.criteria.resource_tag[0].key #=> String
|
|
724
724
|
# resp.criteria.resource_tag[0].values #=> Array
|
|
725
725
|
# resp.criteria.resource_tag[0].values[0] #=> String
|
|
726
726
|
# resp.criteria.look_back_period_in_days #=> Array
|
|
727
|
-
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
727
|
+
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
728
728
|
# resp.criteria.look_back_period_in_days[0].values #=> Array
|
|
729
729
|
# resp.criteria.look_back_period_in_days[0].values[0] #=> Integer
|
|
730
730
|
# resp.criteria.restart_needed #=> Array
|
|
731
|
-
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
731
|
+
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
732
732
|
# resp.criteria.restart_needed[0].values #=> Array
|
|
733
733
|
# resp.criteria.restart_needed[0].values[0] #=> String
|
|
734
734
|
# resp.schedule.schedule_expression #=> String
|
|
@@ -935,36 +935,36 @@ module Aws::ComputeOptimizerAutomation
|
|
|
935
935
|
# resp.recommended_action_types #=> Array
|
|
936
936
|
# resp.recommended_action_types[0] #=> String, one of "SnapshotAndDeleteUnattachedEbsVolume", "UpgradeEbsVolumeType"
|
|
937
937
|
# resp.criteria.region #=> Array
|
|
938
|
-
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
938
|
+
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
939
939
|
# resp.criteria.region[0].values #=> Array
|
|
940
940
|
# resp.criteria.region[0].values[0] #=> String
|
|
941
941
|
# resp.criteria.resource_arn #=> Array
|
|
942
|
-
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
942
|
+
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
943
943
|
# resp.criteria.resource_arn[0].values #=> Array
|
|
944
944
|
# resp.criteria.resource_arn[0].values[0] #=> String
|
|
945
945
|
# resp.criteria.ebs_volume_type #=> Array
|
|
946
|
-
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
946
|
+
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
947
947
|
# resp.criteria.ebs_volume_type[0].values #=> Array
|
|
948
948
|
# resp.criteria.ebs_volume_type[0].values[0] #=> String
|
|
949
949
|
# resp.criteria.ebs_volume_size_in_gib #=> Array
|
|
950
|
-
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
950
|
+
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
951
951
|
# resp.criteria.ebs_volume_size_in_gib[0].values #=> Array
|
|
952
952
|
# resp.criteria.ebs_volume_size_in_gib[0].values[0] #=> Integer
|
|
953
953
|
# resp.criteria.estimated_monthly_savings #=> Array
|
|
954
|
-
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
954
|
+
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
955
955
|
# resp.criteria.estimated_monthly_savings[0].values #=> Array
|
|
956
956
|
# resp.criteria.estimated_monthly_savings[0].values[0] #=> Float
|
|
957
957
|
# resp.criteria.resource_tag #=> Array
|
|
958
|
-
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
958
|
+
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
959
959
|
# resp.criteria.resource_tag[0].key #=> String
|
|
960
960
|
# resp.criteria.resource_tag[0].values #=> Array
|
|
961
961
|
# resp.criteria.resource_tag[0].values[0] #=> String
|
|
962
962
|
# resp.criteria.look_back_period_in_days #=> Array
|
|
963
|
-
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
963
|
+
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
964
964
|
# resp.criteria.look_back_period_in_days[0].values #=> Array
|
|
965
965
|
# resp.criteria.look_back_period_in_days[0].values[0] #=> Integer
|
|
966
966
|
# resp.criteria.restart_needed #=> Array
|
|
967
|
-
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
967
|
+
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
968
968
|
# resp.criteria.restart_needed[0].values #=> Array
|
|
969
969
|
# resp.criteria.restart_needed[0].values[0] #=> String
|
|
970
970
|
# resp.schedule.schedule_expression #=> String
|
|
@@ -1304,50 +1304,50 @@ module Aws::ComputeOptimizerAutomation
|
|
|
1304
1304
|
# criteria: {
|
|
1305
1305
|
# region: [
|
|
1306
1306
|
# {
|
|
1307
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1307
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1308
1308
|
# values: ["StringCriteriaValue"],
|
|
1309
1309
|
# },
|
|
1310
1310
|
# ],
|
|
1311
1311
|
# resource_arn: [
|
|
1312
1312
|
# {
|
|
1313
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1313
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1314
1314
|
# values: ["StringCriteriaValue"],
|
|
1315
1315
|
# },
|
|
1316
1316
|
# ],
|
|
1317
1317
|
# ebs_volume_type: [
|
|
1318
1318
|
# {
|
|
1319
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1319
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1320
1320
|
# values: ["StringCriteriaValue"],
|
|
1321
1321
|
# },
|
|
1322
1322
|
# ],
|
|
1323
1323
|
# ebs_volume_size_in_gib: [
|
|
1324
1324
|
# {
|
|
1325
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1325
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1326
1326
|
# values: [1],
|
|
1327
1327
|
# },
|
|
1328
1328
|
# ],
|
|
1329
1329
|
# estimated_monthly_savings: [
|
|
1330
1330
|
# {
|
|
1331
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1331
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1332
1332
|
# values: [1.0],
|
|
1333
1333
|
# },
|
|
1334
1334
|
# ],
|
|
1335
1335
|
# resource_tag: [
|
|
1336
1336
|
# {
|
|
1337
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1337
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1338
1338
|
# key: "StringCriteriaValue",
|
|
1339
1339
|
# values: ["StringCriteriaValue"],
|
|
1340
1340
|
# },
|
|
1341
1341
|
# ],
|
|
1342
1342
|
# look_back_period_in_days: [
|
|
1343
1343
|
# {
|
|
1344
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1344
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1345
1345
|
# values: [1],
|
|
1346
1346
|
# },
|
|
1347
1347
|
# ],
|
|
1348
1348
|
# restart_needed: [
|
|
1349
1349
|
# {
|
|
1350
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1350
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1351
1351
|
# values: ["StringCriteriaValue"],
|
|
1352
1352
|
# },
|
|
1353
1353
|
# ],
|
|
@@ -1441,50 +1441,50 @@ module Aws::ComputeOptimizerAutomation
|
|
|
1441
1441
|
# criteria: {
|
|
1442
1442
|
# region: [
|
|
1443
1443
|
# {
|
|
1444
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1444
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1445
1445
|
# values: ["StringCriteriaValue"],
|
|
1446
1446
|
# },
|
|
1447
1447
|
# ],
|
|
1448
1448
|
# resource_arn: [
|
|
1449
1449
|
# {
|
|
1450
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1450
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1451
1451
|
# values: ["StringCriteriaValue"],
|
|
1452
1452
|
# },
|
|
1453
1453
|
# ],
|
|
1454
1454
|
# ebs_volume_type: [
|
|
1455
1455
|
# {
|
|
1456
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1456
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1457
1457
|
# values: ["StringCriteriaValue"],
|
|
1458
1458
|
# },
|
|
1459
1459
|
# ],
|
|
1460
1460
|
# ebs_volume_size_in_gib: [
|
|
1461
1461
|
# {
|
|
1462
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1462
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1463
1463
|
# values: [1],
|
|
1464
1464
|
# },
|
|
1465
1465
|
# ],
|
|
1466
1466
|
# estimated_monthly_savings: [
|
|
1467
1467
|
# {
|
|
1468
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1468
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1469
1469
|
# values: [1.0],
|
|
1470
1470
|
# },
|
|
1471
1471
|
# ],
|
|
1472
1472
|
# resource_tag: [
|
|
1473
1473
|
# {
|
|
1474
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1474
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1475
1475
|
# key: "StringCriteriaValue",
|
|
1476
1476
|
# values: ["StringCriteriaValue"],
|
|
1477
1477
|
# },
|
|
1478
1478
|
# ],
|
|
1479
1479
|
# look_back_period_in_days: [
|
|
1480
1480
|
# {
|
|
1481
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1481
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1482
1482
|
# values: [1],
|
|
1483
1483
|
# },
|
|
1484
1484
|
# ],
|
|
1485
1485
|
# restart_needed: [
|
|
1486
1486
|
# {
|
|
1487
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
1487
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
1488
1488
|
# values: ["StringCriteriaValue"],
|
|
1489
1489
|
# },
|
|
1490
1490
|
# ],
|
|
@@ -2015,50 +2015,50 @@ module Aws::ComputeOptimizerAutomation
|
|
|
2015
2015
|
# criteria: {
|
|
2016
2016
|
# region: [
|
|
2017
2017
|
# {
|
|
2018
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2018
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2019
2019
|
# values: ["StringCriteriaValue"],
|
|
2020
2020
|
# },
|
|
2021
2021
|
# ],
|
|
2022
2022
|
# resource_arn: [
|
|
2023
2023
|
# {
|
|
2024
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2024
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2025
2025
|
# values: ["StringCriteriaValue"],
|
|
2026
2026
|
# },
|
|
2027
2027
|
# ],
|
|
2028
2028
|
# ebs_volume_type: [
|
|
2029
2029
|
# {
|
|
2030
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2030
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2031
2031
|
# values: ["StringCriteriaValue"],
|
|
2032
2032
|
# },
|
|
2033
2033
|
# ],
|
|
2034
2034
|
# ebs_volume_size_in_gib: [
|
|
2035
2035
|
# {
|
|
2036
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2036
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2037
2037
|
# values: [1],
|
|
2038
2038
|
# },
|
|
2039
2039
|
# ],
|
|
2040
2040
|
# estimated_monthly_savings: [
|
|
2041
2041
|
# {
|
|
2042
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2042
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2043
2043
|
# values: [1.0],
|
|
2044
2044
|
# },
|
|
2045
2045
|
# ],
|
|
2046
2046
|
# resource_tag: [
|
|
2047
2047
|
# {
|
|
2048
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2048
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2049
2049
|
# key: "StringCriteriaValue",
|
|
2050
2050
|
# values: ["StringCriteriaValue"],
|
|
2051
2051
|
# },
|
|
2052
2052
|
# ],
|
|
2053
2053
|
# look_back_period_in_days: [
|
|
2054
2054
|
# {
|
|
2055
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2055
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2056
2056
|
# values: [1],
|
|
2057
2057
|
# },
|
|
2058
2058
|
# ],
|
|
2059
2059
|
# restart_needed: [
|
|
2060
2060
|
# {
|
|
2061
|
-
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals
|
|
2061
|
+
# comparison: "StringEquals", # accepts StringEquals, StringNotEquals, StringEqualsIgnoreCase, StringNotEqualsIgnoreCase, StringLike, StringNotLike, NumericEquals, NumericNotEquals, NumericLessThan, NumericLessThanEquals, NumericGreaterThan, NumericGreaterThanEquals, StringEqualsIfExists, StringNotEqualsIfExists, StringEqualsIgnoreCaseIfExists, StringNotEqualsIgnoreCaseIfExists, StringLikeIfExists, StringNotLikeIfExists, NumericEqualsIfExists, NumericNotEqualsIfExists, NumericLessThanIfExists, NumericLessThanEqualsIfExists, NumericGreaterThanIfExists, NumericGreaterThanEqualsIfExists
|
|
2062
2062
|
# values: ["StringCriteriaValue"],
|
|
2063
2063
|
# },
|
|
2064
2064
|
# ],
|
|
@@ -2086,36 +2086,36 @@ module Aws::ComputeOptimizerAutomation
|
|
|
2086
2086
|
# resp.recommended_action_types #=> Array
|
|
2087
2087
|
# resp.recommended_action_types[0] #=> String, one of "SnapshotAndDeleteUnattachedEbsVolume", "UpgradeEbsVolumeType"
|
|
2088
2088
|
# resp.criteria.region #=> Array
|
|
2089
|
-
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2089
|
+
# resp.criteria.region[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2090
2090
|
# resp.criteria.region[0].values #=> Array
|
|
2091
2091
|
# resp.criteria.region[0].values[0] #=> String
|
|
2092
2092
|
# resp.criteria.resource_arn #=> Array
|
|
2093
|
-
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2093
|
+
# resp.criteria.resource_arn[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2094
2094
|
# resp.criteria.resource_arn[0].values #=> Array
|
|
2095
2095
|
# resp.criteria.resource_arn[0].values[0] #=> String
|
|
2096
2096
|
# resp.criteria.ebs_volume_type #=> Array
|
|
2097
|
-
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2097
|
+
# resp.criteria.ebs_volume_type[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2098
2098
|
# resp.criteria.ebs_volume_type[0].values #=> Array
|
|
2099
2099
|
# resp.criteria.ebs_volume_type[0].values[0] #=> String
|
|
2100
2100
|
# resp.criteria.ebs_volume_size_in_gib #=> Array
|
|
2101
|
-
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2101
|
+
# resp.criteria.ebs_volume_size_in_gib[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2102
2102
|
# resp.criteria.ebs_volume_size_in_gib[0].values #=> Array
|
|
2103
2103
|
# resp.criteria.ebs_volume_size_in_gib[0].values[0] #=> Integer
|
|
2104
2104
|
# resp.criteria.estimated_monthly_savings #=> Array
|
|
2105
|
-
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2105
|
+
# resp.criteria.estimated_monthly_savings[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2106
2106
|
# resp.criteria.estimated_monthly_savings[0].values #=> Array
|
|
2107
2107
|
# resp.criteria.estimated_monthly_savings[0].values[0] #=> Float
|
|
2108
2108
|
# resp.criteria.resource_tag #=> Array
|
|
2109
|
-
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2109
|
+
# resp.criteria.resource_tag[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2110
2110
|
# resp.criteria.resource_tag[0].key #=> String
|
|
2111
2111
|
# resp.criteria.resource_tag[0].values #=> Array
|
|
2112
2112
|
# resp.criteria.resource_tag[0].values[0] #=> String
|
|
2113
2113
|
# resp.criteria.look_back_period_in_days #=> Array
|
|
2114
|
-
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2114
|
+
# resp.criteria.look_back_period_in_days[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2115
2115
|
# resp.criteria.look_back_period_in_days[0].values #=> Array
|
|
2116
2116
|
# resp.criteria.look_back_period_in_days[0].values[0] #=> Integer
|
|
2117
2117
|
# resp.criteria.restart_needed #=> Array
|
|
2118
|
-
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals"
|
|
2118
|
+
# resp.criteria.restart_needed[0].comparison #=> String, one of "StringEquals", "StringNotEquals", "StringEqualsIgnoreCase", "StringNotEqualsIgnoreCase", "StringLike", "StringNotLike", "NumericEquals", "NumericNotEquals", "NumericLessThan", "NumericLessThanEquals", "NumericGreaterThan", "NumericGreaterThanEquals", "StringEqualsIfExists", "StringNotEqualsIfExists", "StringEqualsIgnoreCaseIfExists", "StringNotEqualsIgnoreCaseIfExists", "StringLikeIfExists", "StringNotLikeIfExists", "NumericEqualsIfExists", "NumericNotEqualsIfExists", "NumericLessThanIfExists", "NumericLessThanEqualsIfExists", "NumericGreaterThanIfExists", "NumericGreaterThanEqualsIfExists"
|
|
2119
2119
|
# resp.criteria.restart_needed[0].values #=> Array
|
|
2120
2120
|
# resp.criteria.restart_needed[0].values[0] #=> String
|
|
2121
2121
|
# resp.schedule.schedule_expression #=> String
|
|
@@ -2212,7 +2212,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
2212
2212
|
tracer: tracer
|
|
2213
2213
|
)
|
|
2214
2214
|
context[:gem_name] = 'aws-sdk-computeoptimizerautomation'
|
|
2215
|
-
context[:gem_version] = '1.
|
|
2215
|
+
context[:gem_version] = '1.10.0'
|
|
2216
2216
|
Seahorse::Client::Request.new(handlers, context)
|
|
2217
2217
|
end
|
|
2218
2218
|
|
|
@@ -674,8 +674,8 @@ module Aws::ComputeOptimizerAutomation
|
|
|
674
674
|
# numeric values with comparison operators.
|
|
675
675
|
#
|
|
676
676
|
# @!attribute [rw] comparison
|
|
677
|
-
# The comparison operator to
|
|
678
|
-
#
|
|
677
|
+
# The comparison operator used to evaluate the attribute against the
|
|
678
|
+
# specified values.
|
|
679
679
|
# @return [String]
|
|
680
680
|
#
|
|
681
681
|
# @!attribute [rw] values
|
|
@@ -1070,8 +1070,8 @@ module Aws::ComputeOptimizerAutomation
|
|
|
1070
1070
|
# comparison operators.
|
|
1071
1071
|
#
|
|
1072
1072
|
# @!attribute [rw] comparison
|
|
1073
|
-
# The comparison operator to
|
|
1074
|
-
#
|
|
1073
|
+
# The comparison operator used to evaluate the attribute against the
|
|
1074
|
+
# specified values.
|
|
1075
1075
|
# @return [String]
|
|
1076
1076
|
#
|
|
1077
1077
|
# @!attribute [rw] values
|
|
@@ -1942,8 +1942,8 @@ module Aws::ComputeOptimizerAutomation
|
|
|
1942
1942
|
# including comparison operators and values.
|
|
1943
1943
|
#
|
|
1944
1944
|
# @!attribute [rw] comparison
|
|
1945
|
-
# The comparison operator used to evaluate the
|
|
1946
|
-
#
|
|
1945
|
+
# The comparison operator used to evaluate the attribute against the
|
|
1946
|
+
# specified values.
|
|
1947
1947
|
# @return [String]
|
|
1948
1948
|
#
|
|
1949
1949
|
# @!attribute [rw] key
|
|
@@ -2134,8 +2134,8 @@ module Aws::ComputeOptimizerAutomation
|
|
|
2134
2134
|
# comparison operators and target values.
|
|
2135
2135
|
#
|
|
2136
2136
|
# @!attribute [rw] comparison
|
|
2137
|
-
# The comparison operator used to evaluate the
|
|
2138
|
-
#
|
|
2137
|
+
# The comparison operator used to evaluate the attribute against the
|
|
2138
|
+
# specified values.
|
|
2139
2139
|
# @return [String]
|
|
2140
2140
|
#
|
|
2141
2141
|
# @!attribute [rw] values
|
|
@@ -55,7 +55,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
55
55
|
autoload :EndpointProvider, 'aws-sdk-computeoptimizerautomation/endpoint_provider'
|
|
56
56
|
autoload :Endpoints, 'aws-sdk-computeoptimizerautomation/endpoints'
|
|
57
57
|
|
|
58
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.10.0'
|
|
59
59
|
|
|
60
60
|
end
|
|
61
61
|
|
data/sig/params.rbs
CHANGED
|
@@ -11,50 +11,50 @@ module Aws
|
|
|
11
11
|
type criteria = {
|
|
12
12
|
region: Array[
|
|
13
13
|
{
|
|
14
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
14
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
15
15
|
values: Array[::String]?
|
|
16
16
|
}
|
|
17
17
|
]?,
|
|
18
18
|
resource_arn: Array[
|
|
19
19
|
{
|
|
20
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
20
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
21
21
|
values: Array[::String]?
|
|
22
22
|
}
|
|
23
23
|
]?,
|
|
24
24
|
ebs_volume_type: Array[
|
|
25
25
|
{
|
|
26
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
26
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
27
27
|
values: Array[::String]?
|
|
28
28
|
}
|
|
29
29
|
]?,
|
|
30
30
|
ebs_volume_size_in_gib: Array[
|
|
31
31
|
{
|
|
32
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
32
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
33
33
|
values: Array[::Integer]?
|
|
34
34
|
}
|
|
35
35
|
]?,
|
|
36
36
|
estimated_monthly_savings: Array[
|
|
37
37
|
{
|
|
38
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
38
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
39
39
|
values: Array[::Float]?
|
|
40
40
|
}
|
|
41
41
|
]?,
|
|
42
42
|
resource_tag: Array[
|
|
43
43
|
{
|
|
44
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
44
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
45
45
|
key: ::String?,
|
|
46
46
|
values: Array[::String]?
|
|
47
47
|
}
|
|
48
48
|
]?,
|
|
49
49
|
look_back_period_in_days: Array[
|
|
50
50
|
{
|
|
51
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
51
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
52
52
|
values: Array[::Integer]?
|
|
53
53
|
}
|
|
54
54
|
]?,
|
|
55
55
|
restart_needed: Array[
|
|
56
56
|
{
|
|
57
|
-
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
|
|
57
|
+
comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")?,
|
|
58
58
|
values: Array[::String]?
|
|
59
59
|
}
|
|
60
60
|
]?
|
data/sig/types.rbs
CHANGED
|
@@ -165,7 +165,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
class DoubleCriteriaCondition
|
|
168
|
-
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")
|
|
168
|
+
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")
|
|
169
169
|
attr_accessor values: ::Array[::Float]
|
|
170
170
|
SENSITIVE: []
|
|
171
171
|
end
|
|
@@ -273,7 +273,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
273
273
|
end
|
|
274
274
|
|
|
275
275
|
class IntegerCriteriaCondition
|
|
276
|
-
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")
|
|
276
|
+
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")
|
|
277
277
|
attr_accessor values: ::Array[::Integer]
|
|
278
278
|
SENSITIVE: []
|
|
279
279
|
end
|
|
@@ -524,7 +524,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
524
524
|
end
|
|
525
525
|
|
|
526
526
|
class ResourceTagsCriteriaCondition
|
|
527
|
-
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")
|
|
527
|
+
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")
|
|
528
528
|
attr_accessor key: ::String
|
|
529
529
|
attr_accessor values: ::Array[::String]
|
|
530
530
|
SENSITIVE: []
|
|
@@ -579,7 +579,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
579
579
|
end
|
|
580
580
|
|
|
581
581
|
class StringCriteriaCondition
|
|
582
|
-
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")
|
|
582
|
+
attr_accessor comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals" | "StringEqualsIfExists" | "StringNotEqualsIfExists" | "StringEqualsIgnoreCaseIfExists" | "StringNotEqualsIgnoreCaseIfExists" | "StringLikeIfExists" | "StringNotLikeIfExists" | "NumericEqualsIfExists" | "NumericNotEqualsIfExists" | "NumericLessThanIfExists" | "NumericLessThanEqualsIfExists" | "NumericGreaterThanIfExists" | "NumericGreaterThanEqualsIfExists")
|
|
583
583
|
attr_accessor values: ::Array[::String]
|
|
584
584
|
SENSITIVE: []
|
|
585
585
|
end
|