@aws-sdk/client-compute-optimizer-automation 3.1070.0 → 3.1072.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.
package/dist-cjs/index.js CHANGED
@@ -524,17 +524,29 @@ const AutomationRuleFilterName = {
524
524
  };
525
525
  const ComparisonOperator = {
526
526
  NUMERIC_EQUALS: "NumericEquals",
527
+ NUMERIC_EQUALS_IF_EXISTS: "NumericEqualsIfExists",
527
528
  NUMERIC_GREATER_THAN: "NumericGreaterThan",
528
529
  NUMERIC_GREATER_THAN_EQUALS: "NumericGreaterThanEquals",
530
+ NUMERIC_GREATER_THAN_EQUALS_IF_EXISTS: "NumericGreaterThanEqualsIfExists",
531
+ NUMERIC_GREATER_THAN_IF_EXISTS: "NumericGreaterThanIfExists",
529
532
  NUMERIC_LESS_THAN: "NumericLessThan",
530
533
  NUMERIC_LESS_THAN_EQUALS: "NumericLessThanEquals",
534
+ NUMERIC_LESS_THAN_EQUALS_IF_EXISTS: "NumericLessThanEqualsIfExists",
535
+ NUMERIC_LESS_THAN_IF_EXISTS: "NumericLessThanIfExists",
531
536
  NUMERIC_NOT_EQUALS: "NumericNotEquals",
537
+ NUMERIC_NOT_EQUALS_IF_EXISTS: "NumericNotEqualsIfExists",
532
538
  STRING_EQUALS: "StringEquals",
539
+ STRING_EQUALS_IF_EXISTS: "StringEqualsIfExists",
533
540
  STRING_EQUALS_IGNORE_CASE: "StringEqualsIgnoreCase",
541
+ STRING_EQUALS_IGNORE_CASE_IF_EXISTS: "StringEqualsIgnoreCaseIfExists",
534
542
  STRING_LIKE: "StringLike",
543
+ STRING_LIKE_IF_EXISTS: "StringLikeIfExists",
535
544
  STRING_NOT_EQUALS: "StringNotEquals",
545
+ STRING_NOT_EQUALS_IF_EXISTS: "StringNotEqualsIfExists",
536
546
  STRING_NOT_EQUALS_IGNORE_CASE: "StringNotEqualsIgnoreCase",
547
+ STRING_NOT_EQUALS_IGNORE_CASE_IF_EXISTS: "StringNotEqualsIgnoreCaseIfExists",
537
548
  STRING_NOT_LIKE: "StringNotLike",
549
+ STRING_NOT_LIKE_IF_EXISTS: "StringNotLikeIfExists",
538
550
  };
539
551
  const RecommendedActionFilterName = {
540
552
  ACCOUNT_ID: "AccountId",
@@ -77,17 +77,29 @@ export const AutomationRuleFilterName = {
77
77
  };
78
78
  export const ComparisonOperator = {
79
79
  NUMERIC_EQUALS: "NumericEquals",
80
+ NUMERIC_EQUALS_IF_EXISTS: "NumericEqualsIfExists",
80
81
  NUMERIC_GREATER_THAN: "NumericGreaterThan",
81
82
  NUMERIC_GREATER_THAN_EQUALS: "NumericGreaterThanEquals",
83
+ NUMERIC_GREATER_THAN_EQUALS_IF_EXISTS: "NumericGreaterThanEqualsIfExists",
84
+ NUMERIC_GREATER_THAN_IF_EXISTS: "NumericGreaterThanIfExists",
82
85
  NUMERIC_LESS_THAN: "NumericLessThan",
83
86
  NUMERIC_LESS_THAN_EQUALS: "NumericLessThanEquals",
87
+ NUMERIC_LESS_THAN_EQUALS_IF_EXISTS: "NumericLessThanEqualsIfExists",
88
+ NUMERIC_LESS_THAN_IF_EXISTS: "NumericLessThanIfExists",
84
89
  NUMERIC_NOT_EQUALS: "NumericNotEquals",
90
+ NUMERIC_NOT_EQUALS_IF_EXISTS: "NumericNotEqualsIfExists",
85
91
  STRING_EQUALS: "StringEquals",
92
+ STRING_EQUALS_IF_EXISTS: "StringEqualsIfExists",
86
93
  STRING_EQUALS_IGNORE_CASE: "StringEqualsIgnoreCase",
94
+ STRING_EQUALS_IGNORE_CASE_IF_EXISTS: "StringEqualsIgnoreCaseIfExists",
87
95
  STRING_LIKE: "StringLike",
96
+ STRING_LIKE_IF_EXISTS: "StringLikeIfExists",
88
97
  STRING_NOT_EQUALS: "StringNotEquals",
98
+ STRING_NOT_EQUALS_IF_EXISTS: "StringNotEqualsIfExists",
89
99
  STRING_NOT_EQUALS_IGNORE_CASE: "StringNotEqualsIgnoreCase",
100
+ STRING_NOT_EQUALS_IGNORE_CASE_IF_EXISTS: "StringNotEqualsIgnoreCaseIfExists",
90
101
  STRING_NOT_LIKE: "StringNotLike",
102
+ STRING_NOT_LIKE_IF_EXISTS: "StringNotLikeIfExists",
91
103
  };
92
104
  export const RecommendedActionFilterName = {
93
105
  ACCOUNT_ID: "AccountId",
@@ -55,7 +55,7 @@ declare const CreateAutomationRuleCommand_base: {
55
55
  * criteria: { // Criteria
56
56
  * region: [ // StringCriteriaConditionList
57
57
  * { // StringCriteriaCondition
58
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
58
+ * 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",
59
59
  * values: [ // StringCriteriaValues
60
60
  * "STRING_VALUE",
61
61
  * ],
@@ -63,7 +63,7 @@ declare const CreateAutomationRuleCommand_base: {
63
63
  * ],
64
64
  * resourceArn: [
65
65
  * {
66
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
66
+ * 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",
67
67
  * values: [
68
68
  * "STRING_VALUE",
69
69
  * ],
@@ -71,7 +71,7 @@ declare const CreateAutomationRuleCommand_base: {
71
71
  * ],
72
72
  * ebsVolumeType: [
73
73
  * {
74
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
74
+ * 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",
75
75
  * values: [
76
76
  * "STRING_VALUE",
77
77
  * ],
@@ -79,7 +79,7 @@ declare const CreateAutomationRuleCommand_base: {
79
79
  * ],
80
80
  * ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
81
81
  * { // IntegerCriteriaCondition
82
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
82
+ * 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",
83
83
  * values: [ // IntegerList
84
84
  * Number("int"),
85
85
  * ],
@@ -87,7 +87,7 @@ declare const CreateAutomationRuleCommand_base: {
87
87
  * ],
88
88
  * estimatedMonthlySavings: [ // DoubleCriteriaConditionList
89
89
  * { // DoubleCriteriaCondition
90
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
90
+ * 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",
91
91
  * values: [ // DoubleList
92
92
  * Number("double"),
93
93
  * ],
@@ -95,7 +95,7 @@ declare const CreateAutomationRuleCommand_base: {
95
95
  * ],
96
96
  * resourceTag: [ // ResourceTagsCriteriaConditionList
97
97
  * { // ResourceTagsCriteriaCondition
98
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
98
+ * 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",
99
99
  * key: "STRING_VALUE",
100
100
  * values: [
101
101
  * "STRING_VALUE",
@@ -104,7 +104,7 @@ declare const CreateAutomationRuleCommand_base: {
104
104
  * ],
105
105
  * lookBackPeriodInDays: [
106
106
  * {
107
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
107
+ * 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",
108
108
  * values: [
109
109
  * Number("int"),
110
110
  * ],
@@ -112,7 +112,7 @@ declare const CreateAutomationRuleCommand_base: {
112
112
  * ],
113
113
  * restartNeeded: [
114
114
  * {
115
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
115
+ * 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",
116
116
  * values: [
117
117
  * "STRING_VALUE",
118
118
  * ],
@@ -155,7 +155,7 @@ declare const CreateAutomationRuleCommand_base: {
155
155
  * // criteria: { // Criteria
156
156
  * // region: [ // StringCriteriaConditionList
157
157
  * // { // StringCriteriaCondition
158
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
158
+ * // 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",
159
159
  * // values: [ // StringCriteriaValues
160
160
  * // "STRING_VALUE",
161
161
  * // ],
@@ -163,7 +163,7 @@ declare const CreateAutomationRuleCommand_base: {
163
163
  * // ],
164
164
  * // resourceArn: [
165
165
  * // {
166
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
166
+ * // 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",
167
167
  * // values: [
168
168
  * // "STRING_VALUE",
169
169
  * // ],
@@ -171,7 +171,7 @@ declare const CreateAutomationRuleCommand_base: {
171
171
  * // ],
172
172
  * // ebsVolumeType: [
173
173
  * // {
174
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
174
+ * // 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",
175
175
  * // values: [
176
176
  * // "STRING_VALUE",
177
177
  * // ],
@@ -179,7 +179,7 @@ declare const CreateAutomationRuleCommand_base: {
179
179
  * // ],
180
180
  * // ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
181
181
  * // { // IntegerCriteriaCondition
182
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
182
+ * // 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",
183
183
  * // values: [ // IntegerList
184
184
  * // Number("int"),
185
185
  * // ],
@@ -187,7 +187,7 @@ declare const CreateAutomationRuleCommand_base: {
187
187
  * // ],
188
188
  * // estimatedMonthlySavings: [ // DoubleCriteriaConditionList
189
189
  * // { // DoubleCriteriaCondition
190
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
190
+ * // 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",
191
191
  * // values: [ // DoubleList
192
192
  * // Number("double"),
193
193
  * // ],
@@ -195,7 +195,7 @@ declare const CreateAutomationRuleCommand_base: {
195
195
  * // ],
196
196
  * // resourceTag: [ // ResourceTagsCriteriaConditionList
197
197
  * // { // ResourceTagsCriteriaCondition
198
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
198
+ * // 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",
199
199
  * // key: "STRING_VALUE",
200
200
  * // values: [
201
201
  * // "STRING_VALUE",
@@ -204,7 +204,7 @@ declare const CreateAutomationRuleCommand_base: {
204
204
  * // ],
205
205
  * // lookBackPeriodInDays: [
206
206
  * // {
207
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
207
+ * // 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",
208
208
  * // values: [
209
209
  * // Number("int"),
210
210
  * // ],
@@ -212,7 +212,7 @@ declare const CreateAutomationRuleCommand_base: {
212
212
  * // ],
213
213
  * // restartNeeded: [
214
214
  * // {
215
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
215
+ * // 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",
216
216
  * // values: [
217
217
  * // "STRING_VALUE",
218
218
  * // ],
@@ -64,7 +64,7 @@ declare const GetAutomationRuleCommand_base: {
64
64
  * // criteria: { // Criteria
65
65
  * // region: [ // StringCriteriaConditionList
66
66
  * // { // StringCriteriaCondition
67
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
67
+ * // 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",
68
68
  * // values: [ // StringCriteriaValues
69
69
  * // "STRING_VALUE",
70
70
  * // ],
@@ -72,7 +72,7 @@ declare const GetAutomationRuleCommand_base: {
72
72
  * // ],
73
73
  * // resourceArn: [
74
74
  * // {
75
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
75
+ * // 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",
76
76
  * // values: [
77
77
  * // "STRING_VALUE",
78
78
  * // ],
@@ -80,7 +80,7 @@ declare const GetAutomationRuleCommand_base: {
80
80
  * // ],
81
81
  * // ebsVolumeType: [
82
82
  * // {
83
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
83
+ * // 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",
84
84
  * // values: [
85
85
  * // "STRING_VALUE",
86
86
  * // ],
@@ -88,7 +88,7 @@ declare const GetAutomationRuleCommand_base: {
88
88
  * // ],
89
89
  * // ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
90
90
  * // { // IntegerCriteriaCondition
91
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
91
+ * // 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",
92
92
  * // values: [ // IntegerList
93
93
  * // Number("int"),
94
94
  * // ],
@@ -96,7 +96,7 @@ declare const GetAutomationRuleCommand_base: {
96
96
  * // ],
97
97
  * // estimatedMonthlySavings: [ // DoubleCriteriaConditionList
98
98
  * // { // DoubleCriteriaCondition
99
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
99
+ * // 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",
100
100
  * // values: [ // DoubleList
101
101
  * // Number("double"),
102
102
  * // ],
@@ -104,7 +104,7 @@ declare const GetAutomationRuleCommand_base: {
104
104
  * // ],
105
105
  * // resourceTag: [ // ResourceTagsCriteriaConditionList
106
106
  * // { // ResourceTagsCriteriaCondition
107
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
107
+ * // 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",
108
108
  * // key: "STRING_VALUE",
109
109
  * // values: [
110
110
  * // "STRING_VALUE",
@@ -113,7 +113,7 @@ declare const GetAutomationRuleCommand_base: {
113
113
  * // ],
114
114
  * // lookBackPeriodInDays: [
115
115
  * // {
116
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
116
+ * // 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",
117
117
  * // values: [
118
118
  * // Number("int"),
119
119
  * // ],
@@ -121,7 +121,7 @@ declare const GetAutomationRuleCommand_base: {
121
121
  * // ],
122
122
  * // restartNeeded: [
123
123
  * // {
124
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
124
+ * // 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",
125
125
  * // values: [
126
126
  * // "STRING_VALUE",
127
127
  * // ],
@@ -51,7 +51,7 @@ declare const ListAutomationRulePreviewCommand_base: {
51
51
  * criteria: { // Criteria
52
52
  * region: [ // StringCriteriaConditionList
53
53
  * { // StringCriteriaCondition
54
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
54
+ * 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",
55
55
  * values: [ // StringCriteriaValues
56
56
  * "STRING_VALUE",
57
57
  * ],
@@ -59,7 +59,7 @@ declare const ListAutomationRulePreviewCommand_base: {
59
59
  * ],
60
60
  * resourceArn: [
61
61
  * {
62
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
62
+ * 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",
63
63
  * values: [
64
64
  * "STRING_VALUE",
65
65
  * ],
@@ -67,7 +67,7 @@ declare const ListAutomationRulePreviewCommand_base: {
67
67
  * ],
68
68
  * ebsVolumeType: [
69
69
  * {
70
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
70
+ * 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",
71
71
  * values: [
72
72
  * "STRING_VALUE",
73
73
  * ],
@@ -75,7 +75,7 @@ declare const ListAutomationRulePreviewCommand_base: {
75
75
  * ],
76
76
  * ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
77
77
  * { // IntegerCriteriaCondition
78
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
78
+ * 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",
79
79
  * values: [ // IntegerList
80
80
  * Number("int"),
81
81
  * ],
@@ -83,7 +83,7 @@ declare const ListAutomationRulePreviewCommand_base: {
83
83
  * ],
84
84
  * estimatedMonthlySavings: [ // DoubleCriteriaConditionList
85
85
  * { // DoubleCriteriaCondition
86
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
86
+ * 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",
87
87
  * values: [ // DoubleList
88
88
  * Number("double"),
89
89
  * ],
@@ -91,7 +91,7 @@ declare const ListAutomationRulePreviewCommand_base: {
91
91
  * ],
92
92
  * resourceTag: [ // ResourceTagsCriteriaConditionList
93
93
  * { // ResourceTagsCriteriaCondition
94
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
94
+ * 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",
95
95
  * key: "STRING_VALUE",
96
96
  * values: [
97
97
  * "STRING_VALUE",
@@ -100,7 +100,7 @@ declare const ListAutomationRulePreviewCommand_base: {
100
100
  * ],
101
101
  * lookBackPeriodInDays: [
102
102
  * {
103
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
103
+ * 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",
104
104
  * values: [
105
105
  * Number("int"),
106
106
  * ],
@@ -108,7 +108,7 @@ declare const ListAutomationRulePreviewCommand_base: {
108
108
  * ],
109
109
  * restartNeeded: [
110
110
  * {
111
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
111
+ * 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",
112
112
  * values: [
113
113
  * "STRING_VALUE",
114
114
  * ],
@@ -51,7 +51,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
51
51
  * criteria: { // Criteria
52
52
  * region: [ // StringCriteriaConditionList
53
53
  * { // StringCriteriaCondition
54
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
54
+ * 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",
55
55
  * values: [ // StringCriteriaValues
56
56
  * "STRING_VALUE",
57
57
  * ],
@@ -59,7 +59,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
59
59
  * ],
60
60
  * resourceArn: [
61
61
  * {
62
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
62
+ * 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",
63
63
  * values: [
64
64
  * "STRING_VALUE",
65
65
  * ],
@@ -67,7 +67,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
67
67
  * ],
68
68
  * ebsVolumeType: [
69
69
  * {
70
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
70
+ * 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",
71
71
  * values: [
72
72
  * "STRING_VALUE",
73
73
  * ],
@@ -75,7 +75,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
75
75
  * ],
76
76
  * ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
77
77
  * { // IntegerCriteriaCondition
78
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
78
+ * 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",
79
79
  * values: [ // IntegerList
80
80
  * Number("int"),
81
81
  * ],
@@ -83,7 +83,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
83
83
  * ],
84
84
  * estimatedMonthlySavings: [ // DoubleCriteriaConditionList
85
85
  * { // DoubleCriteriaCondition
86
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
86
+ * 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",
87
87
  * values: [ // DoubleList
88
88
  * Number("double"),
89
89
  * ],
@@ -91,7 +91,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
91
91
  * ],
92
92
  * resourceTag: [ // ResourceTagsCriteriaConditionList
93
93
  * { // ResourceTagsCriteriaCondition
94
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
94
+ * 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",
95
95
  * key: "STRING_VALUE",
96
96
  * values: [
97
97
  * "STRING_VALUE",
@@ -100,7 +100,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
100
100
  * ],
101
101
  * lookBackPeriodInDays: [
102
102
  * {
103
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
103
+ * 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",
104
104
  * values: [
105
105
  * Number("int"),
106
106
  * ],
@@ -108,7 +108,7 @@ declare const ListAutomationRulePreviewSummariesCommand_base: {
108
108
  * ],
109
109
  * restartNeeded: [
110
110
  * {
111
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
111
+ * 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",
112
112
  * values: [
113
113
  * "STRING_VALUE",
114
114
  * ],
@@ -57,7 +57,7 @@ declare const UpdateAutomationRuleCommand_base: {
57
57
  * criteria: { // Criteria
58
58
  * region: [ // StringCriteriaConditionList
59
59
  * { // StringCriteriaCondition
60
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
60
+ * 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",
61
61
  * values: [ // StringCriteriaValues
62
62
  * "STRING_VALUE",
63
63
  * ],
@@ -65,7 +65,7 @@ declare const UpdateAutomationRuleCommand_base: {
65
65
  * ],
66
66
  * resourceArn: [
67
67
  * {
68
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
68
+ * 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",
69
69
  * values: [
70
70
  * "STRING_VALUE",
71
71
  * ],
@@ -73,7 +73,7 @@ declare const UpdateAutomationRuleCommand_base: {
73
73
  * ],
74
74
  * ebsVolumeType: [
75
75
  * {
76
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
76
+ * 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",
77
77
  * values: [
78
78
  * "STRING_VALUE",
79
79
  * ],
@@ -81,7 +81,7 @@ declare const UpdateAutomationRuleCommand_base: {
81
81
  * ],
82
82
  * ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
83
83
  * { // IntegerCriteriaCondition
84
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
84
+ * 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",
85
85
  * values: [ // IntegerList
86
86
  * Number("int"),
87
87
  * ],
@@ -89,7 +89,7 @@ declare const UpdateAutomationRuleCommand_base: {
89
89
  * ],
90
90
  * estimatedMonthlySavings: [ // DoubleCriteriaConditionList
91
91
  * { // DoubleCriteriaCondition
92
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
92
+ * 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",
93
93
  * values: [ // DoubleList
94
94
  * Number("double"),
95
95
  * ],
@@ -97,7 +97,7 @@ declare const UpdateAutomationRuleCommand_base: {
97
97
  * ],
98
98
  * resourceTag: [ // ResourceTagsCriteriaConditionList
99
99
  * { // ResourceTagsCriteriaCondition
100
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
100
+ * 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",
101
101
  * key: "STRING_VALUE",
102
102
  * values: [
103
103
  * "STRING_VALUE",
@@ -106,7 +106,7 @@ declare const UpdateAutomationRuleCommand_base: {
106
106
  * ],
107
107
  * lookBackPeriodInDays: [
108
108
  * {
109
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
109
+ * 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",
110
110
  * values: [
111
111
  * Number("int"),
112
112
  * ],
@@ -114,7 +114,7 @@ declare const UpdateAutomationRuleCommand_base: {
114
114
  * ],
115
115
  * restartNeeded: [
116
116
  * {
117
- * comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
117
+ * 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",
118
118
  * values: [
119
119
  * "STRING_VALUE",
120
120
  * ],
@@ -150,7 +150,7 @@ declare const UpdateAutomationRuleCommand_base: {
150
150
  * // criteria: { // Criteria
151
151
  * // region: [ // StringCriteriaConditionList
152
152
  * // { // StringCriteriaCondition
153
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
153
+ * // 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",
154
154
  * // values: [ // StringCriteriaValues
155
155
  * // "STRING_VALUE",
156
156
  * // ],
@@ -158,7 +158,7 @@ declare const UpdateAutomationRuleCommand_base: {
158
158
  * // ],
159
159
  * // resourceArn: [
160
160
  * // {
161
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
161
+ * // 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",
162
162
  * // values: [
163
163
  * // "STRING_VALUE",
164
164
  * // ],
@@ -166,7 +166,7 @@ declare const UpdateAutomationRuleCommand_base: {
166
166
  * // ],
167
167
  * // ebsVolumeType: [
168
168
  * // {
169
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
169
+ * // 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",
170
170
  * // values: [
171
171
  * // "STRING_VALUE",
172
172
  * // ],
@@ -174,7 +174,7 @@ declare const UpdateAutomationRuleCommand_base: {
174
174
  * // ],
175
175
  * // ebsVolumeSizeInGib: [ // IntegerCriteriaConditionList
176
176
  * // { // IntegerCriteriaCondition
177
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
177
+ * // 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",
178
178
  * // values: [ // IntegerList
179
179
  * // Number("int"),
180
180
  * // ],
@@ -182,7 +182,7 @@ declare const UpdateAutomationRuleCommand_base: {
182
182
  * // ],
183
183
  * // estimatedMonthlySavings: [ // DoubleCriteriaConditionList
184
184
  * // { // DoubleCriteriaCondition
185
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
185
+ * // 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",
186
186
  * // values: [ // DoubleList
187
187
  * // Number("double"),
188
188
  * // ],
@@ -190,7 +190,7 @@ declare const UpdateAutomationRuleCommand_base: {
190
190
  * // ],
191
191
  * // resourceTag: [ // ResourceTagsCriteriaConditionList
192
192
  * // { // ResourceTagsCriteriaCondition
193
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
193
+ * // 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",
194
194
  * // key: "STRING_VALUE",
195
195
  * // values: [
196
196
  * // "STRING_VALUE",
@@ -199,7 +199,7 @@ declare const UpdateAutomationRuleCommand_base: {
199
199
  * // ],
200
200
  * // lookBackPeriodInDays: [
201
201
  * // {
202
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
202
+ * // 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",
203
203
  * // values: [
204
204
  * // Number("int"),
205
205
  * // ],
@@ -207,7 +207,7 @@ declare const UpdateAutomationRuleCommand_base: {
207
207
  * // ],
208
208
  * // restartNeeded: [
209
209
  * // {
210
- * // comparison: "StringEquals" || "StringNotEquals" || "StringEqualsIgnoreCase" || "StringNotEqualsIgnoreCase" || "StringLike" || "StringNotLike" || "NumericEquals" || "NumericNotEquals" || "NumericLessThan" || "NumericLessThanEquals" || "NumericGreaterThan" || "NumericGreaterThanEquals",
210
+ * // 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",
211
211
  * // values: [
212
212
  * // "STRING_VALUE",
213
213
  * // ],
@@ -201,17 +201,29 @@ export type AutomationRuleFilterName = (typeof AutomationRuleFilterName)[keyof t
201
201
  */
202
202
  export declare const ComparisonOperator: {
203
203
  readonly NUMERIC_EQUALS: "NumericEquals";
204
+ readonly NUMERIC_EQUALS_IF_EXISTS: "NumericEqualsIfExists";
204
205
  readonly NUMERIC_GREATER_THAN: "NumericGreaterThan";
205
206
  readonly NUMERIC_GREATER_THAN_EQUALS: "NumericGreaterThanEquals";
207
+ readonly NUMERIC_GREATER_THAN_EQUALS_IF_EXISTS: "NumericGreaterThanEqualsIfExists";
208
+ readonly NUMERIC_GREATER_THAN_IF_EXISTS: "NumericGreaterThanIfExists";
206
209
  readonly NUMERIC_LESS_THAN: "NumericLessThan";
207
210
  readonly NUMERIC_LESS_THAN_EQUALS: "NumericLessThanEquals";
211
+ readonly NUMERIC_LESS_THAN_EQUALS_IF_EXISTS: "NumericLessThanEqualsIfExists";
212
+ readonly NUMERIC_LESS_THAN_IF_EXISTS: "NumericLessThanIfExists";
208
213
  readonly NUMERIC_NOT_EQUALS: "NumericNotEquals";
214
+ readonly NUMERIC_NOT_EQUALS_IF_EXISTS: "NumericNotEqualsIfExists";
209
215
  readonly STRING_EQUALS: "StringEquals";
216
+ readonly STRING_EQUALS_IF_EXISTS: "StringEqualsIfExists";
210
217
  readonly STRING_EQUALS_IGNORE_CASE: "StringEqualsIgnoreCase";
218
+ readonly STRING_EQUALS_IGNORE_CASE_IF_EXISTS: "StringEqualsIgnoreCaseIfExists";
211
219
  readonly STRING_LIKE: "StringLike";
220
+ readonly STRING_LIKE_IF_EXISTS: "StringLikeIfExists";
212
221
  readonly STRING_NOT_EQUALS: "StringNotEquals";
222
+ readonly STRING_NOT_EQUALS_IF_EXISTS: "StringNotEqualsIfExists";
213
223
  readonly STRING_NOT_EQUALS_IGNORE_CASE: "StringNotEqualsIgnoreCase";
224
+ readonly STRING_NOT_EQUALS_IGNORE_CASE_IF_EXISTS: "StringNotEqualsIgnoreCaseIfExists";
214
225
  readonly STRING_NOT_LIKE: "StringNotLike";
226
+ readonly STRING_NOT_LIKE_IF_EXISTS: "StringNotLikeIfExists";
215
227
  };
216
228
  /**
217
229
  * @public
@@ -422,7 +422,7 @@ export interface AutomationRule {
422
422
  */
423
423
  export interface IntegerCriteriaCondition {
424
424
  /**
425
- * <p>The comparison operator to use, such as equals, greater than, less than, etc.</p>
425
+ * <p>The comparison operator used to evaluate the attribute against the specified values.</p>
426
426
  * @public
427
427
  */
428
428
  comparison?: ComparisonOperator | undefined;
@@ -438,7 +438,7 @@ export interface IntegerCriteriaCondition {
438
438
  */
439
439
  export interface StringCriteriaCondition {
440
440
  /**
441
- * <p>The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.</p>
441
+ * <p>The comparison operator used to evaluate the attribute against the specified values.</p>
442
442
  * @public
443
443
  */
444
444
  comparison?: ComparisonOperator | undefined;
@@ -454,7 +454,7 @@ export interface StringCriteriaCondition {
454
454
  */
455
455
  export interface DoubleCriteriaCondition {
456
456
  /**
457
- * <p>The comparison operator to use, such as equals, greater than, less than, etc.</p>
457
+ * <p>The comparison operator used to evaluate the attribute against the specified values.</p>
458
458
  * @public
459
459
  */
460
460
  comparison?: ComparisonOperator | undefined;
@@ -470,7 +470,7 @@ export interface DoubleCriteriaCondition {
470
470
  */
471
471
  export interface ResourceTagsCriteriaCondition {
472
472
  /**
473
- * <p>The comparison operator used to evaluate the tag criteria, such as equals, not equals, or contains.</p>
473
+ * <p>The comparison operator used to evaluate the attribute against the specified values.</p>
474
474
  * @public
475
475
  */
476
476
  comparison?: ComparisonOperator | undefined;
@@ -100,17 +100,29 @@ export type AutomationRuleFilterName =
100
100
  (typeof AutomationRuleFilterName)[keyof typeof AutomationRuleFilterName];
101
101
  export declare const ComparisonOperator: {
102
102
  readonly NUMERIC_EQUALS: "NumericEquals";
103
+ readonly NUMERIC_EQUALS_IF_EXISTS: "NumericEqualsIfExists";
103
104
  readonly NUMERIC_GREATER_THAN: "NumericGreaterThan";
104
105
  readonly NUMERIC_GREATER_THAN_EQUALS: "NumericGreaterThanEquals";
106
+ readonly NUMERIC_GREATER_THAN_EQUALS_IF_EXISTS: "NumericGreaterThanEqualsIfExists";
107
+ readonly NUMERIC_GREATER_THAN_IF_EXISTS: "NumericGreaterThanIfExists";
105
108
  readonly NUMERIC_LESS_THAN: "NumericLessThan";
106
109
  readonly NUMERIC_LESS_THAN_EQUALS: "NumericLessThanEquals";
110
+ readonly NUMERIC_LESS_THAN_EQUALS_IF_EXISTS: "NumericLessThanEqualsIfExists";
111
+ readonly NUMERIC_LESS_THAN_IF_EXISTS: "NumericLessThanIfExists";
107
112
  readonly NUMERIC_NOT_EQUALS: "NumericNotEquals";
113
+ readonly NUMERIC_NOT_EQUALS_IF_EXISTS: "NumericNotEqualsIfExists";
108
114
  readonly STRING_EQUALS: "StringEquals";
115
+ readonly STRING_EQUALS_IF_EXISTS: "StringEqualsIfExists";
109
116
  readonly STRING_EQUALS_IGNORE_CASE: "StringEqualsIgnoreCase";
117
+ readonly STRING_EQUALS_IGNORE_CASE_IF_EXISTS: "StringEqualsIgnoreCaseIfExists";
110
118
  readonly STRING_LIKE: "StringLike";
119
+ readonly STRING_LIKE_IF_EXISTS: "StringLikeIfExists";
111
120
  readonly STRING_NOT_EQUALS: "StringNotEquals";
121
+ readonly STRING_NOT_EQUALS_IF_EXISTS: "StringNotEqualsIfExists";
112
122
  readonly STRING_NOT_EQUALS_IGNORE_CASE: "StringNotEqualsIgnoreCase";
123
+ readonly STRING_NOT_EQUALS_IGNORE_CASE_IF_EXISTS: "StringNotEqualsIgnoreCaseIfExists";
113
124
  readonly STRING_NOT_LIKE: "StringNotLike";
125
+ readonly STRING_NOT_LIKE_IF_EXISTS: "StringNotLikeIfExists";
114
126
  };
115
127
  export type ComparisonOperator =
116
128
  (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer-automation",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Automation Client for Node.js, Browser and React Native",
4
- "version": "3.1070.0",
4
+ "version": "3.1072.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.21",
25
- "@aws-sdk/credential-provider-node": "^3.972.56",
24
+ "@aws-sdk/core": "^3.974.22",
25
+ "@aws-sdk/credential-provider-node": "^3.972.57",
26
26
  "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",