aws-sdk-ec2 1.162.0 → 1.163.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: c793bb04a97cba6ce5a59f3888c012289c90b1f398f7b69bc034275e832fcca0
4
- data.tar.gz: 0376d6af067f4433dd329182d5ed089374ac4d0230e0a9ee12bc0dca01500365
3
+ metadata.gz: 80e1dcc755e502402539fa759e5d9e35c957fdbaf0737f4f16115080259c90ce
4
+ data.tar.gz: c9af87f2ed7de560fd8aaed40f3537028c39163c4db0e0566f29a419bc111ed9
5
5
  SHA512:
6
- metadata.gz: d091bafb4e7971706a6c22edca54dbd367a2e956f498a25b2814658251b698249dea365904383d9d43c11044e49deaf1a1bf55e76f2e55933b4a834da49885ae
7
- data.tar.gz: c37a20ff3567feaa4e276b2cc585118577d3452b1b80a1723c6b3017b918bc61e3bacbfcd4d58a1a877cccde3992137149afe5621933db364f71e9ba4e4d7b8d
6
+ metadata.gz: 24b47e39da59cd6fb8e8081c1c2d253be8ac494862641a1380db3e32f15078ebc6ddaf3a44b2312bfde20b99a72e240d3d9295c3221a9709366dc0a46dae53a0
7
+ data.tar.gz: ba6bf3cd7b455100dc5f2a44b4113093d99c4f2960751b1b15768b37cc7e27e4a6a723b9cd7d9cf52a00e23790d647e62f9d1b0c9cbf140d58ebf31ce38e44c7
@@ -69,6 +69,6 @@ require_relative 'aws-sdk-ec2/customizations'
69
69
  # @service
70
70
  module Aws::EC2
71
71
 
72
- GEM_VERSION = '1.162.0'
72
+ GEM_VERSION = '1.163.0'
73
73
 
74
74
  end
@@ -16204,9 +16204,9 @@ module Aws::EC2
16204
16204
  req.send_request(options)
16205
16205
  end
16206
16206
 
16207
- # Returns a list of all instance types offered in your current AWS
16208
- # Region. The results can be filtered by the attributes of the instance
16209
- # types.
16207
+ # Describes the details of the instance types that are offered in a
16208
+ # location. The results can be filtered by the attributes of the
16209
+ # instance types.
16210
16210
  #
16211
16211
  # @option params [Boolean] :dry_run
16212
16212
  # Checks whether you have the required permissions for the action,
@@ -16238,6 +16238,30 @@ module Aws::EC2
16238
16238
  # latest generation instance type of an instance family. (`true` \|
16239
16239
  # `false`)
16240
16240
  #
16241
+ # * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
16242
+ # baseline bandwidth performance for an EBS-optimized instance type,
16243
+ # in Mbps.
16244
+ #
16245
+ # * `ebs-info.ebs-optimized-info.baseline-throughput-in-mbps` - The
16246
+ # baseline throughput performance for an EBS-optimized instance type,
16247
+ # in MBps.
16248
+ #
16249
+ # * `ebs-info.ebs-optimized-info.baseline-iops` - The baseline
16250
+ # input/output storage operations per second for an EBS-optimized
16251
+ # instance type.
16252
+ #
16253
+ # * `ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps` - The
16254
+ # maximum bandwidth performance for an EBS-optimized instance type, in
16255
+ # Mbps.
16256
+ #
16257
+ # * `ebs-info.ebs-optimized-info.maximum-throughput-in-mbps` - The
16258
+ # maximum throughput performance for an EBS-optimized instance type,
16259
+ # in MBps.
16260
+ #
16261
+ # * `ebs-info.ebs-optimized-info.maximum-iops` - The maximum
16262
+ # input/output storage operations per second for an EBS-optimized
16263
+ # instance type.
16264
+ #
16241
16265
  # * `ebs-info.ebs-optimized-support` - Indicates whether the instance
16242
16266
  # type is EBS-optimized. (`supported` \| `unsupported` \| `default`)
16243
16267
  #
@@ -16272,6 +16296,9 @@ module Aws::EC2
16272
16296
  # Adapter (ENA) is supported or required. (`required` \| `supported`
16273
16297
  # \| `unsupported`)
16274
16298
  #
16299
+ # * `network-info.efa-supported` - Indicates whether the instance type
16300
+ # supports Elastic Fabric Adapter (EFA). (`true` \| `false`)
16301
+ #
16275
16302
  # * `network-info.ipv4-addresses-per-interface` - The maximum number of
16276
16303
  # private IPv4 addresses per network interface.
16277
16304
  #
@@ -16339,6 +16366,8 @@ module Aws::EC2
16339
16366
  # resp.instance_types[0].supported_usage_classes[0] #=> String, one of "spot", "on-demand"
16340
16367
  # resp.instance_types[0].supported_root_device_types #=> Array
16341
16368
  # resp.instance_types[0].supported_root_device_types[0] #=> String, one of "ebs", "instance-store"
16369
+ # resp.instance_types[0].supported_virtualization_types #=> Array
16370
+ # resp.instance_types[0].supported_virtualization_types[0] #=> String, one of "hvm", "paravirtual"
16342
16371
  # resp.instance_types[0].bare_metal #=> Boolean
16343
16372
  # resp.instance_types[0].hypervisor #=> String, one of "nitro", "xen"
16344
16373
  # resp.instance_types[0].processor_info.supported_architectures #=> Array
@@ -16360,12 +16389,19 @@ module Aws::EC2
16360
16389
  # resp.instance_types[0].instance_storage_info.disks[0].type #=> String, one of "hdd", "ssd"
16361
16390
  # resp.instance_types[0].ebs_info.ebs_optimized_support #=> String, one of "unsupported", "supported", "default"
16362
16391
  # resp.instance_types[0].ebs_info.encryption_support #=> String, one of "unsupported", "supported"
16392
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.baseline_bandwidth_in_mbps #=> Integer
16393
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.baseline_throughput_in_m_bps #=> Float
16394
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.baseline_iops #=> Integer
16395
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_bandwidth_in_mbps #=> Integer
16396
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_throughput_in_m_bps #=> Float
16397
+ # resp.instance_types[0].ebs_info.ebs_optimized_info.maximum_iops #=> Integer
16363
16398
  # resp.instance_types[0].network_info.network_performance #=> String
16364
16399
  # resp.instance_types[0].network_info.maximum_network_interfaces #=> Integer
16365
16400
  # resp.instance_types[0].network_info.ipv_4_addresses_per_interface #=> Integer
16366
16401
  # resp.instance_types[0].network_info.ipv_6_addresses_per_interface #=> Integer
16367
16402
  # resp.instance_types[0].network_info.ipv_6_supported #=> Boolean
16368
16403
  # resp.instance_types[0].network_info.ena_support #=> String, one of "unsupported", "supported", "required"
16404
+ # resp.instance_types[0].network_info.efa_supported #=> Boolean
16369
16405
  # resp.instance_types[0].gpu_info.gpus #=> Array
16370
16406
  # resp.instance_types[0].gpu_info.gpus[0].name #=> String
16371
16407
  # resp.instance_types[0].gpu_info.gpus[0].manufacturer #=> String
@@ -16399,14 +16435,19 @@ module Aws::EC2
16399
16435
  req.send_request(options)
16400
16436
  end
16401
16437
 
16402
- # Describes the specified instances or all of AWS account's instances.
16438
+ # Describes the specified instances or all instances.
16403
16439
  #
16404
- # If you specify one or more instance IDs, Amazon EC2 returns
16405
- # information for those instances. If you do not specify instance IDs,
16406
- # Amazon EC2 returns information for all relevant instances. If you
16407
- # specify an instance ID that is not valid, an error is returned. If you
16408
- # specify an instance that you do not own, it is not included in the
16409
- # returned results.
16440
+ # If you specify instance IDs, the output includes information for only
16441
+ # the specified instances. If you specify filters, the output includes
16442
+ # information for only those instances that meet the filter criteria. If
16443
+ # you do not specify instance IDs or filters, the output includes
16444
+ # information for all instances, which can affect performance. We
16445
+ # recommend that you use pagination to ensure that the operation returns
16446
+ # quickly and successfully.
16447
+ #
16448
+ # If you specify an instance ID that is not valid, an error is returned.
16449
+ # If you specify an instance that you do not own, it is not included in
16450
+ # the output.
16410
16451
  #
16411
16452
  # Recently terminated instances might appear in the returned results.
16412
16453
  # This interval is usually less than one hour.
@@ -35221,6 +35262,9 @@ module Aws::EC2
35221
35262
  # Amazon EC2 instances to accelerate your Deep Learning (DL) inference
35222
35263
  # workloads.
35223
35264
  #
35265
+ # You cannot specify accelerators from different generations in the same
35266
+ # request.
35267
+ #
35224
35268
  # @option params [Array<Types::TagSpecification>] :tag_specifications
35225
35269
  # The tags to apply to the resources during launch. You can only tag
35226
35270
  # instances and volumes on launch. The specified tags are applied to all
@@ -36977,7 +37021,7 @@ module Aws::EC2
36977
37021
  params: params,
36978
37022
  config: config)
36979
37023
  context[:gem_name] = 'aws-sdk-ec2'
36980
- context[:gem_version] = '1.162.0'
37024
+ context[:gem_version] = '1.163.0'
36981
37025
  Seahorse::Client::Request.new(handlers, context)
36982
37026
  end
36983
37027
 
@@ -110,6 +110,9 @@ module Aws::EC2
110
110
  AvailableCapacity = Shapes::StructureShape.new(name: 'AvailableCapacity')
111
111
  AvailableInstanceCapacityList = Shapes::ListShape.new(name: 'AvailableInstanceCapacityList')
112
112
  BareMetalFlag = Shapes::BooleanShape.new(name: 'BareMetalFlag')
113
+ BaselineBandwidthInMbps = Shapes::IntegerShape.new(name: 'BaselineBandwidthInMbps')
114
+ BaselineIops = Shapes::IntegerShape.new(name: 'BaselineIops')
115
+ BaselineThroughputInMBps = Shapes::FloatShape.new(name: 'BaselineThroughputInMBps')
113
116
  BatchState = Shapes::StringShape.new(name: 'BatchState')
114
117
  BillingProductList = Shapes::ListShape.new(name: 'BillingProductList')
115
118
  Blob = Shapes::BlobShape.new(name: 'Blob')
@@ -798,7 +801,9 @@ module Aws::EC2
798
801
  EbsInfo = Shapes::StructureShape.new(name: 'EbsInfo')
799
802
  EbsInstanceBlockDevice = Shapes::StructureShape.new(name: 'EbsInstanceBlockDevice')
800
803
  EbsInstanceBlockDeviceSpecification = Shapes::StructureShape.new(name: 'EbsInstanceBlockDeviceSpecification')
804
+ EbsOptimizedInfo = Shapes::StructureShape.new(name: 'EbsOptimizedInfo')
801
805
  EbsOptimizedSupport = Shapes::StringShape.new(name: 'EbsOptimizedSupport')
806
+ EfaSupportedFlag = Shapes::BooleanShape.new(name: 'EfaSupportedFlag')
802
807
  EgressOnlyInternetGateway = Shapes::StructureShape.new(name: 'EgressOnlyInternetGateway')
803
808
  EgressOnlyInternetGatewayId = Shapes::StringShape.new(name: 'EgressOnlyInternetGatewayId')
804
809
  EgressOnlyInternetGatewayIdList = Shapes::ListShape.new(name: 'EgressOnlyInternetGatewayIdList')
@@ -1279,6 +1284,9 @@ module Aws::EC2
1279
1284
  MaxIpv6AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv6AddrPerInterface')
1280
1285
  MaxNetworkInterfaces = Shapes::IntegerShape.new(name: 'MaxNetworkInterfaces')
1281
1286
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
1287
+ MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
1288
+ MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
1289
+ MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
1282
1290
  MembershipType = Shapes::StringShape.new(name: 'MembershipType')
1283
1291
  MemoryInfo = Shapes::StructureShape.new(name: 'MemoryInfo')
1284
1292
  MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
@@ -1926,6 +1934,7 @@ module Aws::EC2
1926
1934
  VgwTelemetry = Shapes::StructureShape.new(name: 'VgwTelemetry')
1927
1935
  VgwTelemetryList = Shapes::ListShape.new(name: 'VgwTelemetryList')
1928
1936
  VirtualizationType = Shapes::StringShape.new(name: 'VirtualizationType')
1937
+ VirtualizationTypeList = Shapes::ListShape.new(name: 'VirtualizationTypeList')
1929
1938
  Volume = Shapes::StructureShape.new(name: 'Volume')
1930
1939
  VolumeAttachment = Shapes::StructureShape.new(name: 'VolumeAttachment')
1931
1940
  VolumeAttachmentList = Shapes::ListShape.new(name: 'VolumeAttachmentList')
@@ -5233,6 +5242,7 @@ module Aws::EC2
5233
5242
 
5234
5243
  EbsInfo.add_member(:ebs_optimized_support, Shapes::ShapeRef.new(shape: EbsOptimizedSupport, location_name: "ebsOptimizedSupport"))
5235
5244
  EbsInfo.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EbsEncryptionSupport, location_name: "encryptionSupport"))
5245
+ EbsInfo.add_member(:ebs_optimized_info, Shapes::ShapeRef.new(shape: EbsOptimizedInfo, location_name: "ebsOptimizedInfo"))
5236
5246
  EbsInfo.struct_class = Types::EbsInfo
5237
5247
 
5238
5248
  EbsInstanceBlockDevice.add_member(:attach_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "attachTime"))
@@ -5245,6 +5255,14 @@ module Aws::EC2
5245
5255
  EbsInstanceBlockDeviceSpecification.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
5246
5256
  EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
5247
5257
 
5258
+ EbsOptimizedInfo.add_member(:baseline_bandwidth_in_mbps, Shapes::ShapeRef.new(shape: BaselineBandwidthInMbps, location_name: "baselineBandwidthInMbps"))
5259
+ EbsOptimizedInfo.add_member(:baseline_throughput_in_m_bps, Shapes::ShapeRef.new(shape: BaselineThroughputInMBps, location_name: "baselineThroughputInMBps"))
5260
+ EbsOptimizedInfo.add_member(:baseline_iops, Shapes::ShapeRef.new(shape: BaselineIops, location_name: "baselineIops"))
5261
+ EbsOptimizedInfo.add_member(:maximum_bandwidth_in_mbps, Shapes::ShapeRef.new(shape: MaximumBandwidthInMbps, location_name: "maximumBandwidthInMbps"))
5262
+ EbsOptimizedInfo.add_member(:maximum_throughput_in_m_bps, Shapes::ShapeRef.new(shape: MaximumThroughputInMBps, location_name: "maximumThroughputInMBps"))
5263
+ EbsOptimizedInfo.add_member(:maximum_iops, Shapes::ShapeRef.new(shape: MaximumIops, location_name: "maximumIops"))
5264
+ EbsOptimizedInfo.struct_class = Types::EbsOptimizedInfo
5265
+
5248
5266
  EgressOnlyInternetGateway.add_member(:attachments, Shapes::ShapeRef.new(shape: InternetGatewayAttachmentList, location_name: "attachmentSet"))
5249
5267
  EgressOnlyInternetGateway.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
5250
5268
  EgressOnlyInternetGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
@@ -6447,6 +6465,7 @@ module Aws::EC2
6447
6465
  InstanceTypeInfo.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: FreeTierEligibleFlag, location_name: "freeTierEligible"))
6448
6466
  InstanceTypeInfo.add_member(:supported_usage_classes, Shapes::ShapeRef.new(shape: UsageClassTypeList, location_name: "supportedUsageClasses"))
6449
6467
  InstanceTypeInfo.add_member(:supported_root_device_types, Shapes::ShapeRef.new(shape: RootDeviceTypeList, location_name: "supportedRootDeviceTypes"))
6468
+ InstanceTypeInfo.add_member(:supported_virtualization_types, Shapes::ShapeRef.new(shape: VirtualizationTypeList, location_name: "supportedVirtualizationTypes"))
6450
6469
  InstanceTypeInfo.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetalFlag, location_name: "bareMetal"))
6451
6470
  InstanceTypeInfo.add_member(:hypervisor, Shapes::ShapeRef.new(shape: InstanceTypeHypervisor, location_name: "hypervisor"))
6452
6471
  InstanceTypeInfo.add_member(:processor_info, Shapes::ShapeRef.new(shape: ProcessorInfo, location_name: "processorInfo"))
@@ -7445,6 +7464,7 @@ module Aws::EC2
7445
7464
  NetworkInfo.add_member(:ipv_6_addresses_per_interface, Shapes::ShapeRef.new(shape: MaxIpv6AddrPerInterface, location_name: "ipv6AddressesPerInterface"))
7446
7465
  NetworkInfo.add_member(:ipv_6_supported, Shapes::ShapeRef.new(shape: Ipv6Flag, location_name: "ipv6Supported"))
7447
7466
  NetworkInfo.add_member(:ena_support, Shapes::ShapeRef.new(shape: EnaSupport, location_name: "enaSupport"))
7467
+ NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
7448
7468
  NetworkInfo.struct_class = Types::NetworkInfo
7449
7469
 
7450
7470
  NetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: NetworkInterfaceAssociation, location_name: "association"))
@@ -9509,6 +9529,8 @@ module Aws::EC2
9509
9529
 
9510
9530
  VgwTelemetryList.member = Shapes::ShapeRef.new(shape: VgwTelemetry, location_name: "item")
9511
9531
 
9532
+ VirtualizationTypeList.member = Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "item")
9533
+
9512
9534
  Volume.add_member(:attachments, Shapes::ShapeRef.new(shape: VolumeAttachmentList, location_name: "attachmentSet"))
9513
9535
  Volume.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9514
9536
  Volume.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
@@ -428,6 +428,9 @@ module Aws::EC2
428
428
  # Elastic inference accelerators are a resource you can attach to your
429
429
  # Amazon EC2 instances to accelerate your Deep Learning (DL) inference
430
430
  # workloads.
431
+ #
432
+ # You cannot specify accelerators from different generations in the same
433
+ # request.
431
434
  # @option options [Array<Types::TagSpecification>] :tag_specifications
432
435
  # The tags to apply to the resources during launch. You can only tag
433
436
  # instances and volumes on launch. The specified tags are applied to all
@@ -630,6 +630,9 @@ module Aws::EC2
630
630
  # Elastic inference accelerators are a resource you can attach to your
631
631
  # Amazon EC2 instances to accelerate your Deep Learning (DL) inference
632
632
  # workloads.
633
+ #
634
+ # You cannot specify accelerators from different generations in the same
635
+ # request.
633
636
  # @option options [Array<Types::TagSpecification>] :tag_specifications
634
637
  # The tags to apply to the resources during launch. You can only tag
635
638
  # instances and volumes on launch. The specified tags are applied to all
@@ -14902,6 +14902,30 @@ module Aws::EC2
14902
14902
  # latest generation instance type of an instance family. (`true` \|
14903
14903
  # `false`)
14904
14904
  #
14905
+ # * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
14906
+ # baseline bandwidth performance for an EBS-optimized instance type,
14907
+ # in Mbps.
14908
+ #
14909
+ # * `ebs-info.ebs-optimized-info.baseline-throughput-in-mbps` - The
14910
+ # baseline throughput performance for an EBS-optimized instance
14911
+ # type, in MBps.
14912
+ #
14913
+ # * `ebs-info.ebs-optimized-info.baseline-iops` - The baseline
14914
+ # input/output storage operations per second for an EBS-optimized
14915
+ # instance type.
14916
+ #
14917
+ # * `ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps` - The
14918
+ # maximum bandwidth performance for an EBS-optimized instance type,
14919
+ # in Mbps.
14920
+ #
14921
+ # * `ebs-info.ebs-optimized-info.maximum-throughput-in-mbps` - The
14922
+ # maximum throughput performance for an EBS-optimized instance type,
14923
+ # in MBps.
14924
+ #
14925
+ # * `ebs-info.ebs-optimized-info.maximum-iops` - The maximum
14926
+ # input/output storage operations per second for an EBS-optimized
14927
+ # instance type.
14928
+ #
14905
14929
  # * `ebs-info.ebs-optimized-support` - Indicates whether the instance
14906
14930
  # type is EBS-optimized. (`supported` \| `unsupported` \| `default`)
14907
14931
  #
@@ -14936,6 +14960,9 @@ module Aws::EC2
14936
14960
  # Adapter (ENA) is supported or required. (`required` \| `supported`
14937
14961
  # \| `unsupported`)
14938
14962
  #
14963
+ # * `network-info.efa-supported` - Indicates whether the instance type
14964
+ # supports Elastic Fabric Adapter (EFA). (`true` \| `false`)
14965
+ #
14939
14966
  # * `network-info.ipv4-addresses-per-interface` - The maximum number
14940
14967
  # of private IPv4 addresses per network interface.
14941
14968
  #
@@ -22882,11 +22909,16 @@ module Aws::EC2
22882
22909
  # Indicates whether Amazon EBS encryption is supported.
22883
22910
  # @return [String]
22884
22911
  #
22912
+ # @!attribute [rw] ebs_optimized_info
22913
+ # Describes the optimized EBS performance for the instance type.
22914
+ # @return [Types::EbsOptimizedInfo]
22915
+ #
22885
22916
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsInfo AWS API Documentation
22886
22917
  #
22887
22918
  class EbsInfo < Struct.new(
22888
22919
  :ebs_optimized_support,
22889
- :encryption_support)
22920
+ :encryption_support,
22921
+ :ebs_optimized_info)
22890
22922
  include Aws::Structure
22891
22923
  end
22892
22924
 
@@ -22946,6 +22978,50 @@ module Aws::EC2
22946
22978
  include Aws::Structure
22947
22979
  end
22948
22980
 
22981
+ # Describes the optimized EBS performance for supported instance types.
22982
+ #
22983
+ # @!attribute [rw] baseline_bandwidth_in_mbps
22984
+ # The baseline bandwidth performance for an EBS-optimized instance
22985
+ # type, in Mbps.
22986
+ # @return [Integer]
22987
+ #
22988
+ # @!attribute [rw] baseline_throughput_in_m_bps
22989
+ # The baseline throughput performance for an EBS-optimized instance
22990
+ # type, in MBps.
22991
+ # @return [Float]
22992
+ #
22993
+ # @!attribute [rw] baseline_iops
22994
+ # The baseline input/output storage operations per seconds for an
22995
+ # EBS-optimized instance type.
22996
+ # @return [Integer]
22997
+ #
22998
+ # @!attribute [rw] maximum_bandwidth_in_mbps
22999
+ # The maximum bandwidth performance for an EBS-optimized instance
23000
+ # type, in Mbps.
23001
+ # @return [Integer]
23002
+ #
23003
+ # @!attribute [rw] maximum_throughput_in_m_bps
23004
+ # The maximum throughput performance for an EBS-optimized instance
23005
+ # type, in MBps.
23006
+ # @return [Float]
23007
+ #
23008
+ # @!attribute [rw] maximum_iops
23009
+ # The maximum input/output storage operations per second for an
23010
+ # EBS-optimized instance type.
23011
+ # @return [Integer]
23012
+ #
23013
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EbsOptimizedInfo AWS API Documentation
23014
+ #
23015
+ class EbsOptimizedInfo < Struct.new(
23016
+ :baseline_bandwidth_in_mbps,
23017
+ :baseline_throughput_in_m_bps,
23018
+ :baseline_iops,
23019
+ :maximum_bandwidth_in_mbps,
23020
+ :maximum_throughput_in_m_bps,
23021
+ :maximum_iops)
23022
+ include Aws::Structure
23023
+ end
23024
+
22949
23025
  # Describes an egress-only internet gateway.
22950
23026
  #
22951
23027
  # @!attribute [rw] attachments
@@ -24580,7 +24656,15 @@ module Aws::EC2
24580
24656
  include Aws::Structure
24581
24657
  end
24582
24658
 
24583
- # Describes a launch template.
24659
+ # Describes the Amazon EC2 launch template and the launch template
24660
+ # version that can be used by a Spot Fleet request to configure Amazon
24661
+ # EC2 instances. For information about launch templates, see [Launching
24662
+ # an instance from a launch template][1] in the *Amazon EC2 User Guide
24663
+ # for Linux Instances*.
24664
+ #
24665
+ #
24666
+ #
24667
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html
24584
24668
  #
24585
24669
  # @note When making an API call, you may pass FleetLaunchTemplateSpecification
24586
24670
  # data as a hash:
@@ -24592,18 +24676,24 @@ module Aws::EC2
24592
24676
  # }
24593
24677
  #
24594
24678
  # @!attribute [rw] launch_template_id
24595
- # The ID of the launch template. You must specify either a template ID
24596
- # or a template name.
24679
+ # The ID of the launch template. If you specify the template ID, you
24680
+ # can't specify the template name.
24597
24681
  # @return [String]
24598
24682
  #
24599
24683
  # @!attribute [rw] launch_template_name
24600
- # The name of the launch template. You must specify either a template
24601
- # name or a template ID.
24684
+ # The name of the launch template. If you specify the template name,
24685
+ # you can't specify the template ID.
24602
24686
  # @return [String]
24603
24687
  #
24604
24688
  # @!attribute [rw] version
24605
- # The version number of the launch template. You must specify a
24606
- # version number.
24689
+ # The launch template version number, `$Latest`, or `$Default`. You
24690
+ # must specify a value, otherwise the request fails.
24691
+ #
24692
+ # If the value is `$Latest`, Amazon EC2 uses the latest version of the
24693
+ # launch template.
24694
+ #
24695
+ # If the value is `$Default`, Amazon EC2 uses the default version of
24696
+ # the launch template.
24607
24697
  # @return [String]
24608
24698
  #
24609
24699
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateSpecification AWS API Documentation
@@ -24615,8 +24705,15 @@ module Aws::EC2
24615
24705
  include Aws::Structure
24616
24706
  end
24617
24707
 
24618
- # The launch template to use. You must specify either the launch
24619
- # template ID or launch template name in the request.
24708
+ # Describes the Amazon EC2 launch template and the launch template
24709
+ # version that can be used by an EC2 Fleet to configure Amazon EC2
24710
+ # instances. For information about launch templates, see [Launching an
24711
+ # instance from a launch template][1] in the *Amazon Elastic Compute
24712
+ # Cloud User Guide*.
24713
+ #
24714
+ #
24715
+ #
24716
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html
24620
24717
  #
24621
24718
  # @note When making an API call, you may pass FleetLaunchTemplateSpecificationRequest
24622
24719
  # data as a hash:
@@ -24628,16 +24725,24 @@ module Aws::EC2
24628
24725
  # }
24629
24726
  #
24630
24727
  # @!attribute [rw] launch_template_id
24631
- # The ID of the launch template.
24728
+ # The ID of the launch template. If you specify the template ID, you
24729
+ # can't specify the template name.
24632
24730
  # @return [String]
24633
24731
  #
24634
24732
  # @!attribute [rw] launch_template_name
24635
- # The name of the launch template.
24733
+ # The name of the launch template. If you specify the template name,
24734
+ # you can't specify the template ID.
24636
24735
  # @return [String]
24637
24736
  #
24638
24737
  # @!attribute [rw] version
24639
- # The version number of the launch template. Note: This is a required
24640
- # parameter and will be updated soon.
24738
+ # The launch template version number, `$Latest`, or `$Default`. You
24739
+ # must specify a value, otherwise the request fails.
24740
+ #
24741
+ # If the value is `$Latest`, Amazon EC2 uses the latest version of the
24742
+ # launch template.
24743
+ #
24744
+ # If the value is `$Default`, Amazon EC2 uses the default version of
24745
+ # the launch template.
24641
24746
  # @return [String]
24642
24747
  #
24643
24748
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateSpecificationRequest AWS API Documentation
@@ -29362,6 +29467,10 @@ module Aws::EC2
29362
29467
  # Indicates the supported root device types.
29363
29468
  # @return [Array<String>]
29364
29469
  #
29470
+ # @!attribute [rw] supported_virtualization_types
29471
+ # The supported virtualization types.
29472
+ # @return [Array<String>]
29473
+ #
29365
29474
  # @!attribute [rw] bare_metal
29366
29475
  # Indicates whether the instance is bare metal.
29367
29476
  # @return [Boolean]
@@ -29440,6 +29549,7 @@ module Aws::EC2
29440
29549
  :free_tier_eligible,
29441
29550
  :supported_usage_classes,
29442
29551
  :supported_root_device_types,
29552
+ :supported_virtualization_types,
29443
29553
  :bare_metal,
29444
29554
  :hypervisor,
29445
29555
  :processor_info,
@@ -35229,6 +35339,10 @@ module Aws::EC2
35229
35339
  # Indicates whether Elastic Network Adapter (ENA) is supported.
35230
35340
  # @return [String]
35231
35341
  #
35342
+ # @!attribute [rw] efa_supported
35343
+ # Indicates whether Elastic Fabric Adapter (EFA) is supported.
35344
+ # @return [Boolean]
35345
+ #
35232
35346
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkInfo AWS API Documentation
35233
35347
  #
35234
35348
  class NetworkInfo < Struct.new(
@@ -35237,7 +35351,8 @@ module Aws::EC2
35237
35351
  :ipv_4_addresses_per_interface,
35238
35352
  :ipv_6_addresses_per_interface,
35239
35353
  :ipv_6_supported,
35240
- :ena_support)
35354
+ :ena_support,
35355
+ :efa_supported)
35241
35356
  include Aws::Structure
35242
35357
  end
35243
35358
 
@@ -41044,6 +41159,9 @@ module Aws::EC2
41044
41159
  # Elastic inference accelerators are a resource you can attach to your
41045
41160
  # Amazon EC2 instances to accelerate your Deep Learning (DL) inference
41046
41161
  # workloads.
41162
+ #
41163
+ # You cannot specify accelerators from different generations in the
41164
+ # same request.
41047
41165
  # @return [Array<Types::ElasticInferenceAccelerator>]
41048
41166
  #
41049
41167
  # @!attribute [rw] tag_specifications
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.162.0
4
+ version: 1.163.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-05-21 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4