aws-sdk-ec2 1.478.0 → 1.479.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -10584,6 +10584,21 @@ module Aws::EC2
10584
10584
  SENSITIVE: []
10585
10585
  end
10586
10586
 
10587
+ class ModifyInstanceCpuOptionsRequest
10588
+ attr_accessor instance_id: ::String
10589
+ attr_accessor core_count: ::Integer
10590
+ attr_accessor threads_per_core: ::Integer
10591
+ attr_accessor dry_run: bool
10592
+ SENSITIVE: []
10593
+ end
10594
+
10595
+ class ModifyInstanceCpuOptionsResult
10596
+ attr_accessor instance_id: ::String
10597
+ attr_accessor core_count: ::Integer
10598
+ attr_accessor threads_per_core: ::Integer
10599
+ SENSITIVE: []
10600
+ end
10601
+
10587
10602
  class ModifyInstanceCreditSpecificationRequest
10588
10603
  attr_accessor dry_run: bool
10589
10604
  attr_accessor client_token: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.478.0
4
+ version: 1.479.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-25 00:00:00.000000000 Z
11
+ date: 2024-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core