aws-sdk-ec2 1.207.0 → 1.208.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 642bbbb3cd62c16cc512e91e0c126008c7f2c7521b0bc706eb3a334553672067
4
- data.tar.gz: a332d23e45337a97ba1ed2af4f90b6579aaabbc19e9e740c087d88c80c33587d
3
+ metadata.gz: 69f15ac1e22969d6ba72893cde6eb31bae70e9739e31fa4ee3f9cbe55955cf15
4
+ data.tar.gz: 6567c5e9bd18518f35b40ffb731365a7788290d47e55017edd1cd7aecac44312
5
5
  SHA512:
6
- metadata.gz: 1b242d36336267284ff5b424edb669899c81838cda582c6eb9485039914c5ee249b1a585b83e3cb3d52834b254bfb8d81c90736eaba0ba992c1bc1d58ef3fcef
7
- data.tar.gz: e2e78c3688bd634d37c80750470f38003d51ee65be09791ab4e45866a04821da25c077df1aaaaabda11fd8d31c6ec54d17615f4210607c54c5775f79c0d63899
6
+ metadata.gz: 7a0610d8f29f153aba5dddf14f2bf7d28af15d72a90dadba57155c5348669c45f4f66ebedda2af9521805f035193a4db702247262d891a271720cf305eedc024
7
+ data.tar.gz: baa613a4b052063dd1f2321385d6b4e6fbd0c2e2a0fe0856c4a1af873b95316d57d6d4f024fdeeae7c5c8f1022e7aa01c299fab00bed6bdf3656708399c2da95
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.207.0'
75
+ GEM_VERSION = '1.208.0'
76
76
 
77
77
  end
@@ -17069,7 +17069,7 @@ module Aws::EC2
17069
17069
  # location type is `region` (default), the location is the Region code
17070
17070
  # (for example, `us-east-2`.)
17071
17071
  #
17072
- # * `instance-type` - The instance type.
17072
+ # * `instance-type` - The instance type. For example, `c5.2xlarge`.
17073
17073
  #
17074
17074
  # @option params [Integer] :max_results
17075
17075
  # The maximum number of results to return for the request in a single
@@ -17140,17 +17140,17 @@ module Aws::EC2
17140
17140
  # One or more filters. Filter names and values are case-sensitive.
17141
17141
  #
17142
17142
  # * `auto-recovery-supported` - Indicates whether auto recovery is
17143
- # supported. (`true` \| `false`)
17143
+ # supported (`true` \| `false`).
17144
17144
  #
17145
- # * `bare-metal` - Indicates whether it is a bare metal instance type.
17146
- # (`true` \| `false`)
17145
+ # * `bare-metal` - Indicates whether it is a bare metal instance type
17146
+ # (`true` \| `false`).
17147
17147
  #
17148
17148
  # * `burstable-performance-supported` - Indicates whether it is a
17149
- # burstable performance instance type. (`true` \| `false`)
17149
+ # burstable performance instance type (`true` \| `false`).
17150
17150
  #
17151
17151
  # * `current-generation` - Indicates whether this instance type is the
17152
- # latest generation instance type of an instance family. (`true` \|
17153
- # `false`)
17152
+ # latest generation instance type of an instance family (`true` \|
17153
+ # `false`).
17154
17154
  #
17155
17155
  # * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
17156
17156
  # baseline bandwidth performance for an EBS-optimized instance type,
@@ -17162,7 +17162,7 @@ module Aws::EC2
17162
17162
  #
17163
17163
  # * `ebs-info.ebs-optimized-info.baseline-throughput-in-mbps` - The
17164
17164
  # baseline throughput performance for an EBS-optimized instance type,
17165
- # in MBps.
17165
+ # in MB/s.
17166
17166
  #
17167
17167
  # * `ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps` - The
17168
17168
  # maximum bandwidth performance for an EBS-optimized instance type, in
@@ -17174,25 +17174,25 @@ module Aws::EC2
17174
17174
  #
17175
17175
  # * `ebs-info.ebs-optimized-info.maximum-throughput-in-mbps` - The
17176
17176
  # maximum throughput performance for an EBS-optimized instance type,
17177
- # in MBps.
17177
+ # in MB/s.
17178
17178
  #
17179
17179
  # * `ebs-info.ebs-optimized-support` - Indicates whether the instance
17180
- # type is EBS-optimized. (`supported` \| `unsupported` \| `default`)
17180
+ # type is EBS-optimized (`supported` \| `unsupported` \| `default`).
17181
17181
  #
17182
17182
  # * `ebs-info.encryption-support` - Indicates whether EBS encryption is
17183
- # supported. (`supported` \| `unsupported`)
17183
+ # supported (`supported` \| `unsupported`).
17184
17184
  #
17185
17185
  # * `ebs-info.nvme-support` - Indicates whether non-volatile memory
17186
- # express (NVMe) is supported for EBS volumes. (`required` \|
17187
- # `supported` \| `unsupported`)
17186
+ # express (NVMe) is supported for EBS volumes (`required` \|
17187
+ # `supported` \| `unsupported`).
17188
17188
  #
17189
17189
  # * `free-tier-eligible` - Indicates whether the instance type is
17190
- # eligible to use in the free tier. (`true` \| `false`)
17190
+ # eligible to use in the free tier (`true` \| `false`).
17191
17191
  #
17192
17192
  # * `hibernation-supported` - Indicates whether On-Demand hibernation is
17193
- # supported. (`true` \| `false`)
17193
+ # supported (`true` \| `false`).
17194
17194
  #
17195
- # * `hypervisor` - The hypervisor. (`nitro` \| `xen`)
17195
+ # * `hypervisor` - The hypervisor (`nitro` \| `xen`).
17196
17196
  #
17197
17197
  # * `instance-storage-info.disk.count` - The number of local disks.
17198
17198
  #
@@ -17200,17 +17200,17 @@ module Aws::EC2
17200
17200
  # instance storage disk, in GB.
17201
17201
  #
17202
17202
  # * `instance-storage-info.disk.type` - The storage technology for the
17203
- # local instance storage disks. (`hdd` \| `ssd`)
17203
+ # local instance storage disks (`hdd` \| `ssd`).
17204
17204
  #
17205
17205
  # * `instance-storage-info.nvme-support` - Indicates whether
17206
- # non-volatile memory express (NVMe) is supported for instance store.
17207
- # (`required` \| `supported`) \| `unsupported`)
17206
+ # non-volatile memory express (NVMe) is supported for instance store
17207
+ # (`required` \| `supported`) \| `unsupported`).
17208
17208
  #
17209
17209
  # * `instance-storage-info.total-size-in-gb` - The total amount of
17210
17210
  # storage available from all local instance storage, in GB.
17211
17211
  #
17212
17212
  # * `instance-storage-supported` - Indicates whether the instance type
17213
- # has local instance storage. (`true` \| `false`)
17213
+ # has local instance storage (`true` \| `false`).
17214
17214
  #
17215
17215
  # * `instance-type` - The instance type (for example `c5.2xlarge` or
17216
17216
  # c5*).
@@ -17218,11 +17218,11 @@ module Aws::EC2
17218
17218
  # * `memory-info.size-in-mib` - The memory size.
17219
17219
  #
17220
17220
  # * `network-info.efa-supported` - Indicates whether the instance type
17221
- # supports Elastic Fabric Adapter (EFA). (`true` \| `false`)
17221
+ # supports Elastic Fabric Adapter (EFA) (`true` \| `false`).
17222
17222
  #
17223
17223
  # * `network-info.ena-support` - Indicates whether Elastic Network
17224
- # Adapter (ENA) is supported or required. (`required` \| `supported`
17225
- # \| `unsupported`)
17224
+ # Adapter (ENA) is supported or required (`required` \| `supported` \|
17225
+ # `unsupported`).
17226
17226
  #
17227
17227
  # * `network-info.ipv4-addresses-per-interface` - The maximum number of
17228
17228
  # private IPv4 addresses per network interface.
@@ -17231,7 +17231,7 @@ module Aws::EC2
17231
17231
  # private IPv6 addresses per network interface.
17232
17232
  #
17233
17233
  # * `network-info.ipv6-supported` - Indicates whether the instance type
17234
- # supports IPv6. (`true` \| `false`)
17234
+ # supports IPv6 (`true` \| `false`).
17235
17235
  #
17236
17236
  # * `network-info.maximum-network-interfaces` - The maximum number of
17237
17237
  # network interfaces per instance.
@@ -17239,19 +17239,19 @@ module Aws::EC2
17239
17239
  # * `network-info.network-performance` - The network performance (for
17240
17240
  # example, "25 Gigabit").
17241
17241
  #
17242
- # * `processor-info.supported-architecture` - The CPU architecture.
17243
- # (`arm64` \| `i386` \| `x86_64`)
17242
+ # * `processor-info.supported-architecture` - The CPU architecture
17243
+ # (`arm64` \| `i386` \| `x86_64`).
17244
17244
  #
17245
17245
  # * `processor-info.sustained-clock-speed-in-ghz` - The CPU clock speed,
17246
17246
  # in GHz.
17247
17247
  #
17248
- # * `supported-root-device-type` - The root device type. (`ebs` \|
17249
- # `instance-store`)
17248
+ # * `supported-root-device-type` - The root device type (`ebs` \|
17249
+ # `instance-store`).
17250
17250
  #
17251
- # * `supported-usage-class` - The usage class. (`on-demand` \| `spot`)
17251
+ # * `supported-usage-class` - The usage class (`on-demand` \| `spot`).
17252
17252
  #
17253
- # * `supported-virtualization-type` - The virtualization type. (`hvm` \|
17254
- # `paravirtual`)
17253
+ # * `supported-virtualization-type` - The virtualization type (`hvm` \|
17254
+ # `paravirtual`).
17255
17255
  #
17256
17256
  # * `vcpu-info.default-cores` - The default number of cores for the
17257
17257
  # instance type.
@@ -17342,6 +17342,12 @@ module Aws::EC2
17342
17342
  # resp.instance_types[0].ebs_info.nvme_support #=> String, one of "unsupported", "supported", "required"
17343
17343
  # resp.instance_types[0].network_info.network_performance #=> String
17344
17344
  # resp.instance_types[0].network_info.maximum_network_interfaces #=> Integer
17345
+ # resp.instance_types[0].network_info.maximum_network_cards #=> Integer
17346
+ # resp.instance_types[0].network_info.default_network_card_index #=> Integer
17347
+ # resp.instance_types[0].network_info.network_cards #=> Array
17348
+ # resp.instance_types[0].network_info.network_cards[0].network_card_index #=> Integer
17349
+ # resp.instance_types[0].network_info.network_cards[0].network_performance #=> String
17350
+ # resp.instance_types[0].network_info.network_cards[0].maximum_network_interfaces #=> Integer
17345
17351
  # resp.instance_types[0].network_info.ipv_4_addresses_per_interface #=> Integer
17346
17352
  # resp.instance_types[0].network_info.ipv_6_addresses_per_interface #=> Integer
17347
17353
  # resp.instance_types[0].network_info.ipv_6_supported #=> Boolean
@@ -39195,7 +39201,7 @@ module Aws::EC2
39195
39201
  params: params,
39196
39202
  config: config)
39197
39203
  context[:gem_name] = 'aws-sdk-ec2'
39198
- context[:gem_version] = '1.207.0'
39204
+ context[:gem_version] = '1.208.0'
39199
39205
  Seahorse::Client::Request.new(handlers, context)
39200
39206
  end
39201
39207
 
@@ -389,6 +389,7 @@ module Aws::EC2
389
389
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
390
390
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
391
391
  DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
392
+ DefaultNetworkCardIndex = Shapes::IntegerShape.new(name: 'DefaultNetworkCardIndex')
392
393
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
393
394
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
394
395
  DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
@@ -1351,6 +1352,7 @@ module Aws::EC2
1351
1352
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
1352
1353
  MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
1353
1354
  MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
1355
+ MaximumNetworkCards = Shapes::IntegerShape.new(name: 'MaximumNetworkCards')
1354
1356
  MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
1355
1357
  MembershipType = Shapes::StringShape.new(name: 'MembershipType')
1356
1358
  MemoryInfo = Shapes::StructureShape.new(name: 'MemoryInfo')
@@ -1463,6 +1465,9 @@ module Aws::EC2
1463
1465
  NetworkAclId = Shapes::StringShape.new(name: 'NetworkAclId')
1464
1466
  NetworkAclIdStringList = Shapes::ListShape.new(name: 'NetworkAclIdStringList')
1465
1467
  NetworkAclList = Shapes::ListShape.new(name: 'NetworkAclList')
1468
+ NetworkCardIndex = Shapes::IntegerShape.new(name: 'NetworkCardIndex')
1469
+ NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
1470
+ NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
1466
1471
  NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
1467
1472
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
1468
1473
  NetworkInterfaceAssociation = Shapes::StructureShape.new(name: 'NetworkInterfaceAssociation')
@@ -7904,8 +7909,18 @@ module Aws::EC2
7904
7909
 
7905
7910
  NetworkAclList.member = Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "item")
7906
7911
 
7912
+ NetworkCardInfo.add_member(:network_card_index, Shapes::ShapeRef.new(shape: NetworkCardIndex, location_name: "networkCardIndex"))
7913
+ NetworkCardInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
7914
+ NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
7915
+ NetworkCardInfo.struct_class = Types::NetworkCardInfo
7916
+
7917
+ NetworkCardInfoList.member = Shapes::ShapeRef.new(shape: NetworkCardInfo, location_name: "item")
7918
+
7907
7919
  NetworkInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
7908
7920
  NetworkInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
7921
+ NetworkInfo.add_member(:maximum_network_cards, Shapes::ShapeRef.new(shape: MaximumNetworkCards, location_name: "maximumNetworkCards"))
7922
+ NetworkInfo.add_member(:default_network_card_index, Shapes::ShapeRef.new(shape: DefaultNetworkCardIndex, location_name: "defaultNetworkCardIndex"))
7923
+ NetworkInfo.add_member(:network_cards, Shapes::ShapeRef.new(shape: NetworkCardInfoList, location_name: "networkCards"))
7909
7924
  NetworkInfo.add_member(:ipv_4_addresses_per_interface, Shapes::ShapeRef.new(shape: MaxIpv4AddrPerInterface, location_name: "ipv4AddressesPerInterface"))
7910
7925
  NetworkInfo.add_member(:ipv_6_addresses_per_interface, Shapes::ShapeRef.new(shape: MaxIpv6AddrPerInterface, location_name: "ipv6AddressesPerInterface"))
7911
7926
  NetworkInfo.add_member(:ipv_6_supported, Shapes::ShapeRef.new(shape: Ipv6Flag, location_name: "ipv6Supported"))
@@ -16374,7 +16374,7 @@ module Aws::EC2
16374
16374
  # the location type is `region` (default), the location is the
16375
16375
  # Region code (for example, `us-east-2`.)
16376
16376
  #
16377
- # * `instance-type` - The instance type.
16377
+ # * `instance-type` - The instance type. For example, `c5.2xlarge`.
16378
16378
  # @return [Array<Types::Filter>]
16379
16379
  #
16380
16380
  # @!attribute [rw] max_results
@@ -16453,17 +16453,17 @@ module Aws::EC2
16453
16453
  # One or more filters. Filter names and values are case-sensitive.
16454
16454
  #
16455
16455
  # * `auto-recovery-supported` - Indicates whether auto recovery is
16456
- # supported. (`true` \| `false`)
16456
+ # supported (`true` \| `false`).
16457
16457
  #
16458
- # * `bare-metal` - Indicates whether it is a bare metal instance type.
16459
- # (`true` \| `false`)
16458
+ # * `bare-metal` - Indicates whether it is a bare metal instance type
16459
+ # (`true` \| `false`).
16460
16460
  #
16461
16461
  # * `burstable-performance-supported` - Indicates whether it is a
16462
- # burstable performance instance type. (`true` \| `false`)
16462
+ # burstable performance instance type (`true` \| `false`).
16463
16463
  #
16464
16464
  # * `current-generation` - Indicates whether this instance type is the
16465
- # latest generation instance type of an instance family. (`true` \|
16466
- # `false`)
16465
+ # latest generation instance type of an instance family (`true` \|
16466
+ # `false`).
16467
16467
  #
16468
16468
  # * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
16469
16469
  # baseline bandwidth performance for an EBS-optimized instance type,
@@ -16475,7 +16475,7 @@ module Aws::EC2
16475
16475
  #
16476
16476
  # * `ebs-info.ebs-optimized-info.baseline-throughput-in-mbps` - The
16477
16477
  # baseline throughput performance for an EBS-optimized instance
16478
- # type, in MBps.
16478
+ # type, in MB/s.
16479
16479
  #
16480
16480
  # * `ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps` - The
16481
16481
  # maximum bandwidth performance for an EBS-optimized instance type,
@@ -16487,25 +16487,25 @@ module Aws::EC2
16487
16487
  #
16488
16488
  # * `ebs-info.ebs-optimized-info.maximum-throughput-in-mbps` - The
16489
16489
  # maximum throughput performance for an EBS-optimized instance type,
16490
- # in MBps.
16490
+ # in MB/s.
16491
16491
  #
16492
16492
  # * `ebs-info.ebs-optimized-support` - Indicates whether the instance
16493
- # type is EBS-optimized. (`supported` \| `unsupported` \| `default`)
16493
+ # type is EBS-optimized (`supported` \| `unsupported` \| `default`).
16494
16494
  #
16495
16495
  # * `ebs-info.encryption-support` - Indicates whether EBS encryption
16496
- # is supported. (`supported` \| `unsupported`)
16496
+ # is supported (`supported` \| `unsupported`).
16497
16497
  #
16498
16498
  # * `ebs-info.nvme-support` - Indicates whether non-volatile memory
16499
- # express (NVMe) is supported for EBS volumes. (`required` \|
16500
- # `supported` \| `unsupported`)
16499
+ # express (NVMe) is supported for EBS volumes (`required` \|
16500
+ # `supported` \| `unsupported`).
16501
16501
  #
16502
16502
  # * `free-tier-eligible` - Indicates whether the instance type is
16503
- # eligible to use in the free tier. (`true` \| `false`)
16503
+ # eligible to use in the free tier (`true` \| `false`).
16504
16504
  #
16505
16505
  # * `hibernation-supported` - Indicates whether On-Demand hibernation
16506
- # is supported. (`true` \| `false`)
16506
+ # is supported (`true` \| `false`).
16507
16507
  #
16508
- # * `hypervisor` - The hypervisor. (`nitro` \| `xen`)
16508
+ # * `hypervisor` - The hypervisor (`nitro` \| `xen`).
16509
16509
  #
16510
16510
  # * `instance-storage-info.disk.count` - The number of local disks.
16511
16511
  #
@@ -16513,17 +16513,17 @@ module Aws::EC2
16513
16513
  # instance storage disk, in GB.
16514
16514
  #
16515
16515
  # * `instance-storage-info.disk.type` - The storage technology for the
16516
- # local instance storage disks. (`hdd` \| `ssd`)
16516
+ # local instance storage disks (`hdd` \| `ssd`).
16517
16517
  #
16518
16518
  # * `instance-storage-info.nvme-support` - Indicates whether
16519
- # non-volatile memory express (NVMe) is supported for instance
16520
- # store. (`required` \| `supported`) \| `unsupported`)
16519
+ # non-volatile memory express (NVMe) is supported for instance store
16520
+ # (`required` \| `supported`) \| `unsupported`).
16521
16521
  #
16522
16522
  # * `instance-storage-info.total-size-in-gb` - The total amount of
16523
16523
  # storage available from all local instance storage, in GB.
16524
16524
  #
16525
16525
  # * `instance-storage-supported` - Indicates whether the instance type
16526
- # has local instance storage. (`true` \| `false`)
16526
+ # has local instance storage (`true` \| `false`).
16527
16527
  #
16528
16528
  # * `instance-type` - The instance type (for example `c5.2xlarge` or
16529
16529
  # c5*).
@@ -16531,11 +16531,11 @@ module Aws::EC2
16531
16531
  # * `memory-info.size-in-mib` - The memory size.
16532
16532
  #
16533
16533
  # * `network-info.efa-supported` - Indicates whether the instance type
16534
- # supports Elastic Fabric Adapter (EFA). (`true` \| `false`)
16534
+ # supports Elastic Fabric Adapter (EFA) (`true` \| `false`).
16535
16535
  #
16536
16536
  # * `network-info.ena-support` - Indicates whether Elastic Network
16537
- # Adapter (ENA) is supported or required. (`required` \| `supported`
16538
- # \| `unsupported`)
16537
+ # Adapter (ENA) is supported or required (`required` \| `supported`
16538
+ # \| `unsupported`).
16539
16539
  #
16540
16540
  # * `network-info.ipv4-addresses-per-interface` - The maximum number
16541
16541
  # of private IPv4 addresses per network interface.
@@ -16544,7 +16544,7 @@ module Aws::EC2
16544
16544
  # of private IPv6 addresses per network interface.
16545
16545
  #
16546
16546
  # * `network-info.ipv6-supported` - Indicates whether the instance
16547
- # type supports IPv6. (`true` \| `false`)
16547
+ # type supports IPv6 (`true` \| `false`).
16548
16548
  #
16549
16549
  # * `network-info.maximum-network-interfaces` - The maximum number of
16550
16550
  # network interfaces per instance.
@@ -16552,19 +16552,19 @@ module Aws::EC2
16552
16552
  # * `network-info.network-performance` - The network performance (for
16553
16553
  # example, "25 Gigabit").
16554
16554
  #
16555
- # * `processor-info.supported-architecture` - The CPU architecture.
16556
- # (`arm64` \| `i386` \| `x86_64`)
16555
+ # * `processor-info.supported-architecture` - The CPU architecture
16556
+ # (`arm64` \| `i386` \| `x86_64`).
16557
16557
  #
16558
16558
  # * `processor-info.sustained-clock-speed-in-ghz` - The CPU clock
16559
16559
  # speed, in GHz.
16560
16560
  #
16561
- # * `supported-root-device-type` - The root device type. (`ebs` \|
16562
- # `instance-store`)
16561
+ # * `supported-root-device-type` - The root device type (`ebs` \|
16562
+ # `instance-store`).
16563
16563
  #
16564
- # * `supported-usage-class` - The usage class. (`on-demand` \| `spot`)
16564
+ # * `supported-usage-class` - The usage class (`on-demand` \| `spot`).
16565
16565
  #
16566
- # * `supported-virtualization-type` - The virtualization type. (`hvm`
16567
- # \| `paravirtual`)
16566
+ # * `supported-virtualization-type` - The virtualization type (`hvm`
16567
+ # \| `paravirtual`).
16568
16568
  #
16569
16569
  # * `vcpu-info.default-cores` - The default number of cores for the
16570
16570
  # instance type.
@@ -24851,9 +24851,9 @@ module Aws::EC2
24851
24851
  # Describes the Amazon EBS features supported by the instance type.
24852
24852
  #
24853
24853
  # @!attribute [rw] ebs_optimized_support
24854
- # Indicates that the instance type is Amazon EBS-optimized. For more
24855
- # information, see [Amazon EBS-Optimized Instances][1] in *Amazon EC2
24856
- # User Guide for Linux Instances*.
24854
+ # Indicates whether the instance type is Amazon EBS-optimized. For
24855
+ # more information, see [Amazon EBS-Optimized Instances][1] in *Amazon
24856
+ # EC2 User Guide for Linux Instances*.
24857
24857
  #
24858
24858
  #
24859
24859
  #
@@ -24950,7 +24950,7 @@ module Aws::EC2
24950
24950
  #
24951
24951
  # @!attribute [rw] baseline_throughput_in_m_bps
24952
24952
  # The baseline throughput performance for an EBS-optimized instance
24953
- # type, in MBps.
24953
+ # type, in MB/s.
24954
24954
  # @return [Float]
24955
24955
  #
24956
24956
  # @!attribute [rw] baseline_iops
@@ -24965,7 +24965,7 @@ module Aws::EC2
24965
24965
  #
24966
24966
  # @!attribute [rw] maximum_throughput_in_m_bps
24967
24967
  # The maximum throughput performance for an EBS-optimized instance
24968
- # type, in MBps.
24968
+ # type, in MB/s.
24969
24969
  # @return [Float]
24970
24970
  #
24971
24971
  # @!attribute [rw] maximum_iops
@@ -27094,7 +27094,7 @@ module Aws::EC2
27094
27094
  # Describes the memory for the FPGA accelerator for the instance type.
27095
27095
  #
27096
27096
  # @!attribute [rw] size_in_mi_b
27097
- # The size (in MiB) for the memory available to the FPGA accelerator.
27097
+ # The size of the memory available to the FPGA accelerator, in MiB.
27098
27098
  # @return [Integer]
27099
27099
  #
27100
27100
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FpgaDeviceMemoryInfo AWS API Documentation
@@ -28670,7 +28670,7 @@ module Aws::EC2
28670
28670
  # Describes the memory available to the GPU accelerator.
28671
28671
  #
28672
28672
  # @!attribute [rw] size_in_mi_b
28673
- # The size (in MiB) for the memory available to the GPU accelerator.
28673
+ # The size of the memory available to the GPU accelerator, in MiB.
28674
28674
  # @return [Integer]
28675
28675
  #
28676
28676
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GpuDeviceMemoryInfo AWS API Documentation
@@ -28689,7 +28689,7 @@ module Aws::EC2
28689
28689
  #
28690
28690
  # @!attribute [rw] total_gpu_memory_in_mi_b
28691
28691
  # The total size of the memory for the GPU accelerators for the
28692
- # instance type.
28692
+ # instance type, in MiB.
28693
28693
  # @return [Integer]
28694
28694
  #
28695
28695
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GpuInfo AWS API Documentation
@@ -32139,7 +32139,7 @@ module Aws::EC2
32139
32139
  # @return [Integer]
32140
32140
  #
32141
32141
  # @!attribute [rw] disks
32142
- # Array describing the disks that are available for the instance type.
32142
+ # Describes the disks that are available for the instance type.
32143
32143
  # @return [Array<Types::DiskInfo>]
32144
32144
  #
32145
32145
  # @!attribute [rw] nvme_support
@@ -32190,7 +32190,7 @@ module Aws::EC2
32190
32190
  # @return [String]
32191
32191
  #
32192
32192
  # @!attribute [rw] current_generation
32193
- # Indicates whether the instance type is a current generation.
32193
+ # Indicates whether the instance type is current generation.
32194
32194
  # @return [Boolean]
32195
32195
  #
32196
32196
  # @!attribute [rw] free_tier_eligible
@@ -32203,7 +32203,7 @@ module Aws::EC2
32203
32203
  # @return [Array<String>]
32204
32204
  #
32205
32205
  # @!attribute [rw] supported_root_device_types
32206
- # Indicates the supported root device types.
32206
+ # The supported root device types.
32207
32207
  # @return [Array<String>]
32208
32208
  #
32209
32209
  # @!attribute [rw] supported_virtualization_types
@@ -32211,11 +32211,11 @@ module Aws::EC2
32211
32211
  # @return [Array<String>]
32212
32212
  #
32213
32213
  # @!attribute [rw] bare_metal
32214
- # Indicates whether the instance is bare metal.
32214
+ # Indicates whether the instance is a bare metal instance type.
32215
32215
  # @return [Boolean]
32216
32216
  #
32217
32217
  # @!attribute [rw] hypervisor
32218
- # Indicates the hypervisor used for the instance type.
32218
+ # The hypervisor for the instance type.
32219
32219
  # @return [String]
32220
32220
  #
32221
32221
  # @!attribute [rw] processor_info
@@ -32235,7 +32235,7 @@ module Aws::EC2
32235
32235
  # @return [Boolean]
32236
32236
  #
32237
32237
  # @!attribute [rw] instance_storage_info
32238
- # Describes the disks for the instance type.
32238
+ # Describes the instance storage for the instance type.
32239
32239
  # @return [Types::InstanceStorageInfo]
32240
32240
  #
32241
32241
  # @!attribute [rw] ebs_info
@@ -34962,7 +34962,7 @@ module Aws::EC2
34962
34962
  # Describes the memory for the instance type.
34963
34963
  #
34964
34964
  # @!attribute [rw] size_in_mi_b
34965
- # Size of the memory, in MiB.
34965
+ # The size of the memory, in MiB.
34966
34966
  # @return [Integer]
34967
34967
  #
34968
34968
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MemoryInfo AWS API Documentation
@@ -38858,16 +38858,53 @@ module Aws::EC2
38858
38858
  include Aws::Structure
38859
38859
  end
38860
38860
 
38861
+ # Describes the network card support of the instance type.
38862
+ #
38863
+ # @!attribute [rw] network_card_index
38864
+ # The index of the network card.
38865
+ # @return [Integer]
38866
+ #
38867
+ # @!attribute [rw] network_performance
38868
+ # The network performance of the network card.
38869
+ # @return [String]
38870
+ #
38871
+ # @!attribute [rw] maximum_network_interfaces
38872
+ # The maximum number of network interfaces for the network card.
38873
+ # @return [Integer]
38874
+ #
38875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkCardInfo AWS API Documentation
38876
+ #
38877
+ class NetworkCardInfo < Struct.new(
38878
+ :network_card_index,
38879
+ :network_performance,
38880
+ :maximum_network_interfaces)
38881
+ SENSITIVE = []
38882
+ include Aws::Structure
38883
+ end
38884
+
38861
38885
  # Describes the networking features of the instance type.
38862
38886
  #
38863
38887
  # @!attribute [rw] network_performance
38864
- # Describes the network performance.
38888
+ # The network performance.
38865
38889
  # @return [String]
38866
38890
  #
38867
38891
  # @!attribute [rw] maximum_network_interfaces
38868
38892
  # The maximum number of network interfaces for the instance type.
38869
38893
  # @return [Integer]
38870
38894
  #
38895
+ # @!attribute [rw] maximum_network_cards
38896
+ # The maximum number of physical network cards that can be allocated
38897
+ # to the instance.
38898
+ # @return [Integer]
38899
+ #
38900
+ # @!attribute [rw] default_network_card_index
38901
+ # The index of the default network card, starting at 0.
38902
+ # @return [Integer]
38903
+ #
38904
+ # @!attribute [rw] network_cards
38905
+ # Describes the network cards for the instance type.
38906
+ # @return [Array<Types::NetworkCardInfo>]
38907
+ #
38871
38908
  # @!attribute [rw] ipv_4_addresses_per_interface
38872
38909
  # The maximum number of IPv4 addresses per network interface.
38873
38910
  # @return [Integer]
@@ -38893,6 +38930,9 @@ module Aws::EC2
38893
38930
  class NetworkInfo < Struct.new(
38894
38931
  :network_performance,
38895
38932
  :maximum_network_interfaces,
38933
+ :maximum_network_cards,
38934
+ :default_network_card_index,
38935
+ :network_cards,
38896
38936
  :ipv_4_addresses_per_interface,
38897
38937
  :ipv_6_addresses_per_interface,
38898
38938
  :ipv_6_supported,
@@ -39912,7 +39952,7 @@ module Aws::EC2
39912
39952
  # Describes the placement group support of the instance type.
39913
39953
  #
39914
39954
  # @!attribute [rw] supported_strategies
39915
- # A list of supported placement groups types.
39955
+ # The supported placement group types.
39916
39956
  # @return [Array<String>]
39917
39957
  #
39918
39958
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroupInfo AWS API Documentation
@@ -40259,7 +40299,7 @@ module Aws::EC2
40259
40299
  # Describes the processor used by the instance type.
40260
40300
  #
40261
40301
  # @!attribute [rw] supported_architectures
40262
- # A list of architectures supported by the instance type.
40302
+ # The architectures supported by the instance type.
40263
40303
  # @return [Array<String>]
40264
40304
  #
40265
40305
  # @!attribute [rw] sustained_clock_speed_in_ghz
@@ -51448,13 +51488,13 @@ module Aws::EC2
51448
51488
  # @return [Integer]
51449
51489
  #
51450
51490
  # @!attribute [rw] valid_cores
51451
- # List of the valid number of cores that can be configured for the
51452
- # instance type.
51491
+ # The valid number of cores that can be configured for the instance
51492
+ # type.
51453
51493
  # @return [Array<Integer>]
51454
51494
  #
51455
51495
  # @!attribute [rw] valid_threads_per_core
51456
- # List of the valid number of threads per core that can be configured
51457
- # for the instance type.
51496
+ # The valid number of threads per core that can be configured for the
51497
+ # instance type.
51458
51498
  # @return [Array<Integer>]
51459
51499
  #
51460
51500
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VCpuInfo AWS API Documentation
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.207.0
4
+ version: 1.208.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: 2020-11-05 00:00:00.000000000 Z
11
+ date: 2020-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4