aws-sdk-computeoptimizerautomation 1.6.0 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06d1360dad2dfb63c3c6a62aa695b0764d4f43fe4b5d75b792156acfe4694730
4
- data.tar.gz: ac5fd057a6cfa8301ec0a83d3e908ae1ab152d551643926aaeb5cee94f9bf700
3
+ metadata.gz: 2bfed1d41e853c7ba369f5e546e512fd76ac57a6ea91d5af4f90795347d36f85
4
+ data.tar.gz: 756d86b9bf25b98d61b5768759ff9b74b952975aca8711a8a714903cff2be839
5
5
  SHA512:
6
- metadata.gz: aaa0e924631232e255653a1f6d6524dcd133661d29807e930baa3222782563aacc35437717a11c2c41d47939909ed7505c9aff1a2b57608fdd2f1bb1372dd20f
7
- data.tar.gz: 4b5b08fd37884c599ecf67a0f667afeff28531827d6d993a2c84f9d11afc96f65b7ccf7b16c05aa5f04092a29503ae36b0b543205e06991c4cce16954eda3b16
6
+ metadata.gz: a72de0cec4eec1eaa3c6b0ce0f0d7a51235bd40778907a62efa0f1b73b748476f0e5acfddc27d91961077941dcc96501a59c24a611230da4ab04e07dc4ce81b7
7
+ data.tar.gz: 80b4a9344cfd74c73985a0f02c98e10dad64a61add1f7a6cffcb6b416f3059429e147b9f5feb327d71d6870e46e675e478baba84c8ce19dfc380e8665dddafc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.6.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -2214,7 +2214,7 @@ module Aws::ComputeOptimizerAutomation
2214
2214
  tracer: tracer
2215
2215
  )
2216
2216
  context[:gem_name] = 'aws-sdk-computeoptimizerautomation'
2217
- context[:gem_version] = '1.6.0'
2217
+ context[:gem_version] = '1.7.0'
2218
2218
  Seahorse::Client::Request.new(handlers, context)
2219
2219
  end
2220
2220
 
@@ -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.6.0'
58
+ GEM_VERSION = '1.7.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -119,57 +119,7 @@ module Aws
119
119
  },
120
120
  ?priority: ::String,
121
121
  recommended_action_types: Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")],
122
- ?criteria: {
123
- region: Array[
124
- {
125
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
126
- values: Array[::String]?
127
- },
128
- ]?,
129
- resource_arn: Array[
130
- {
131
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
132
- values: Array[::String]?
133
- },
134
- ]?,
135
- ebs_volume_type: Array[
136
- {
137
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
138
- values: Array[::String]?
139
- },
140
- ]?,
141
- ebs_volume_size_in_gib: Array[
142
- {
143
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
144
- values: Array[::Integer]?
145
- },
146
- ]?,
147
- estimated_monthly_savings: Array[
148
- {
149
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
150
- values: Array[::Float]?
151
- },
152
- ]?,
153
- resource_tag: Array[
154
- {
155
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
156
- key: ::String?,
157
- values: Array[::String]?
158
- },
159
- ]?,
160
- look_back_period_in_days: Array[
161
- {
162
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
163
- values: Array[::Integer]?
164
- },
165
- ]?,
166
- restart_needed: Array[
167
- {
168
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
169
- values: Array[::String]?
170
- },
171
- ]?
172
- },
122
+ ?criteria: Params::criteria,
173
123
  schedule: {
174
124
  schedule_expression: ::String?,
175
125
  schedule_expression_timezone: ::String?,
@@ -180,7 +130,7 @@ module Aws
180
130
  {
181
131
  key: ::String,
182
132
  value: ::String
183
- },
133
+ }
184
134
  ],
185
135
  ?client_token: ::String
186
136
  ) -> _CreateAutomationRuleResponseSuccess
@@ -306,7 +256,7 @@ module Aws
306
256
  {
307
257
  name: ("AccountId" | "ResourceType" | "EventType" | "EventStatus"),
308
258
  values: Array[::String]
309
- },
259
+ }
310
260
  ],
311
261
  ?start_date_inclusive: ::String,
312
262
  ?end_date_exclusive: ::String,
@@ -326,7 +276,7 @@ module Aws
326
276
  {
327
277
  name: ("AccountId" | "ResourceType" | "EventType" | "EventStatus"),
328
278
  values: Array[::String]
329
- },
279
+ }
330
280
  ],
331
281
  ?start_time_inclusive: ::Time,
332
282
  ?end_time_exclusive: ::Time,
@@ -347,57 +297,7 @@ module Aws
347
297
  account_ids: Array[::String]?
348
298
  },
349
299
  recommended_action_types: Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")],
350
- ?criteria: {
351
- region: Array[
352
- {
353
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
354
- values: Array[::String]?
355
- },
356
- ]?,
357
- resource_arn: Array[
358
- {
359
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
360
- values: Array[::String]?
361
- },
362
- ]?,
363
- ebs_volume_type: Array[
364
- {
365
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
366
- values: Array[::String]?
367
- },
368
- ]?,
369
- ebs_volume_size_in_gib: Array[
370
- {
371
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
372
- values: Array[::Integer]?
373
- },
374
- ]?,
375
- estimated_monthly_savings: Array[
376
- {
377
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
378
- values: Array[::Float]?
379
- },
380
- ]?,
381
- resource_tag: Array[
382
- {
383
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
384
- key: ::String?,
385
- values: Array[::String]?
386
- },
387
- ]?,
388
- look_back_period_in_days: Array[
389
- {
390
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
391
- values: Array[::Integer]?
392
- },
393
- ]?,
394
- restart_needed: Array[
395
- {
396
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
397
- values: Array[::String]?
398
- },
399
- ]?
400
- },
300
+ ?criteria: Params::criteria,
401
301
  ?max_results: ::Integer,
402
302
  ?next_token: ::String
403
303
  ) -> _ListAutomationRulePreviewResponseSuccess
@@ -415,57 +315,7 @@ module Aws
415
315
  account_ids: Array[::String]?
416
316
  },
417
317
  recommended_action_types: Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")],
418
- ?criteria: {
419
- region: Array[
420
- {
421
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
422
- values: Array[::String]?
423
- },
424
- ]?,
425
- resource_arn: Array[
426
- {
427
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
428
- values: Array[::String]?
429
- },
430
- ]?,
431
- ebs_volume_type: Array[
432
- {
433
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
434
- values: Array[::String]?
435
- },
436
- ]?,
437
- ebs_volume_size_in_gib: Array[
438
- {
439
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
440
- values: Array[::Integer]?
441
- },
442
- ]?,
443
- estimated_monthly_savings: Array[
444
- {
445
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
446
- values: Array[::Float]?
447
- },
448
- ]?,
449
- resource_tag: Array[
450
- {
451
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
452
- key: ::String?,
453
- values: Array[::String]?
454
- },
455
- ]?,
456
- look_back_period_in_days: Array[
457
- {
458
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
459
- values: Array[::Integer]?
460
- },
461
- ]?,
462
- restart_needed: Array[
463
- {
464
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
465
- values: Array[::String]?
466
- },
467
- ]?
468
- },
318
+ ?criteria: Params::criteria,
469
319
  ?max_results: ::Integer,
470
320
  ?next_token: ::String
471
321
  ) -> _ListAutomationRulePreviewSummariesResponseSuccess
@@ -482,7 +332,7 @@ module Aws
482
332
  {
483
333
  name: ("Name" | "RecommendedActionType" | "Status" | "RuleType" | "OrganizationConfigurationRuleApplyOrder" | "AccountId"),
484
334
  values: Array[::String]
485
- },
335
+ }
486
336
  ],
487
337
  ?max_results: ::Integer,
488
338
  ?next_token: ::String
@@ -500,7 +350,7 @@ module Aws
500
350
  {
501
351
  name: ("ResourceType" | "RecommendedActionType" | "ResourceId" | "LookBackPeriodInDays" | "CurrentResourceDetailsEbsVolumeType" | "ResourceTagsKey" | "ResourceTagsValue" | "AccountId" | "RestartNeeded"),
502
352
  values: Array[::String]
503
- },
353
+ }
504
354
  ],
505
355
  ?max_results: ::Integer,
506
356
  ?next_token: ::String
@@ -518,7 +368,7 @@ module Aws
518
368
  {
519
369
  name: ("ResourceType" | "RecommendedActionType" | "ResourceId" | "LookBackPeriodInDays" | "CurrentResourceDetailsEbsVolumeType" | "ResourceTagsKey" | "ResourceTagsValue" | "AccountId" | "RestartNeeded"),
520
370
  values: Array[::String]
521
- },
371
+ }
522
372
  ],
523
373
  ?max_results: ::Integer,
524
374
  ?next_token: ::String
@@ -571,7 +421,7 @@ module Aws
571
421
  {
572
422
  key: ::String,
573
423
  value: ::String
574
- },
424
+ }
575
425
  ],
576
426
  ?client_token: ::String
577
427
  ) -> _TagResourceResponseSuccess
@@ -618,57 +468,7 @@ module Aws
618
468
  },
619
469
  ?priority: ::String,
620
470
  ?recommended_action_types: Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")],
621
- ?criteria: {
622
- region: Array[
623
- {
624
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
625
- values: Array[::String]?
626
- },
627
- ]?,
628
- resource_arn: Array[
629
- {
630
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
631
- values: Array[::String]?
632
- },
633
- ]?,
634
- ebs_volume_type: Array[
635
- {
636
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
637
- values: Array[::String]?
638
- },
639
- ]?,
640
- ebs_volume_size_in_gib: Array[
641
- {
642
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
643
- values: Array[::Integer]?
644
- },
645
- ]?,
646
- estimated_monthly_savings: Array[
647
- {
648
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
649
- values: Array[::Float]?
650
- },
651
- ]?,
652
- resource_tag: Array[
653
- {
654
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
655
- key: ::String?,
656
- values: Array[::String]?
657
- },
658
- ]?,
659
- look_back_period_in_days: Array[
660
- {
661
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
662
- values: Array[::Integer]?
663
- },
664
- ]?,
665
- restart_needed: Array[
666
- {
667
- comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
668
- values: Array[::String]?
669
- },
670
- ]?
671
- },
471
+ ?criteria: Params::criteria,
672
472
  ?schedule: {
673
473
  schedule_expression: ::String?,
674
474
  schedule_expression_timezone: ::String?,
data/sig/params.rbs ADDED
@@ -0,0 +1,65 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ComputeOptimizerAutomation
10
+ module Params
11
+ type criteria = {
12
+ region: Array[
13
+ {
14
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
15
+ values: Array[::String]?
16
+ }
17
+ ]?,
18
+ resource_arn: Array[
19
+ {
20
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
21
+ values: Array[::String]?
22
+ }
23
+ ]?,
24
+ ebs_volume_type: Array[
25
+ {
26
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
27
+ values: Array[::String]?
28
+ }
29
+ ]?,
30
+ ebs_volume_size_in_gib: Array[
31
+ {
32
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
33
+ values: Array[::Integer]?
34
+ }
35
+ ]?,
36
+ estimated_monthly_savings: Array[
37
+ {
38
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
39
+ values: Array[::Float]?
40
+ }
41
+ ]?,
42
+ resource_tag: Array[
43
+ {
44
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
45
+ key: ::String?,
46
+ values: Array[::String]?
47
+ }
48
+ ]?,
49
+ look_back_period_in_days: Array[
50
+ {
51
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
52
+ values: Array[::Integer]?
53
+ }
54
+ ]?,
55
+ restart_needed: Array[
56
+ {
57
+ comparison: ("StringEquals" | "StringNotEquals" | "StringEqualsIgnoreCase" | "StringNotEqualsIgnoreCase" | "StringLike" | "StringNotLike" | "NumericEquals" | "NumericNotEquals" | "NumericLessThan" | "NumericLessThanEquals" | "NumericGreaterThan" | "NumericGreaterThanEquals")?,
58
+ values: Array[::String]?
59
+ }
60
+ ]?
61
+ }
62
+
63
+ end
64
+ end
65
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-computeoptimizerautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-computeoptimizerautomation/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs