aws-sdk-computeoptimizerautomation 1.6.0 → 1.8.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: 7b84daf3058601c5557069acd7a28a926bc3cfad5ed1791091ecb4a3f3fa2a48
4
+ data.tar.gz: f31d54afc42980490cc9efcc33656310b49db00ad228ab1b6846f2cdcf36fce5
5
5
  SHA512:
6
- metadata.gz: aaa0e924631232e255653a1f6d6524dcd133661d29807e930baa3222782563aacc35437717a11c2c41d47939909ed7505c9aff1a2b57608fdd2f1bb1372dd20f
7
- data.tar.gz: 4b5b08fd37884c599ecf67a0f667afeff28531827d6d993a2c84f9d11afc96f65b7ccf7b16c05aa5f04092a29503ae36b0b543205e06991c4cce16954eda3b16
6
+ metadata.gz: f992d3fa6654881442a709f78a797720cd03a0758a8a7c393ce96198bc2ee05569a9d1f9a739957bfa4b84279d26766648dc4d2a1fb823f3959d1214d75b9529
7
+ data.tar.gz: 03d1927df2e3812a3628bc8341154dfd2a3bfd51ccaf0f53d2f02732003e2cda29c251da6b3328deadca6031015797fb350c51d8a9f464e23ebfcc5fca66f571
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.7.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.6.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.8.0
@@ -199,7 +199,7 @@ module Aws::ComputeOptimizerAutomation
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ComputeOptimizerAutomation
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2214,7 +2212,7 @@ module Aws::ComputeOptimizerAutomation
2214
2212
  tracer: tracer
2215
2213
  )
2216
2214
  context[:gem_name] = 'aws-sdk-computeoptimizerautomation'
2217
- context[:gem_version] = '1.6.0'
2215
+ context[:gem_version] = '1.8.0'
2218
2216
  Seahorse::Client::Request.new(handlers, context)
2219
2217
  end
2220
2218
 
@@ -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.8.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.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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