aws-sdk-ec2 1.519.0 → 1.522.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.
@@ -664,6 +664,7 @@ module Aws::EC2
664
664
  DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
665
665
  DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
666
666
  DedicatedHostIdList = Shapes::ListShape.new(name: 'DedicatedHostIdList')
667
+ DefaultEnaQueueCountPerInterface = Shapes::IntegerShape.new(name: 'DefaultEnaQueueCountPerInterface')
667
668
  DefaultInstanceMetadataEndpointState = Shapes::StringShape.new(name: 'DefaultInstanceMetadataEndpointState')
668
669
  DefaultInstanceMetadataTagsState = Shapes::StringShape.new(name: 'DefaultInstanceMetadataTagsState')
669
670
  DefaultNetworkCardIndex = Shapes::IntegerShape.new(name: 'DefaultNetworkCardIndex')
@@ -1563,6 +1564,7 @@ module Aws::EC2
1563
1564
  FleetSpotMaintenanceStrategiesRequest = Shapes::StructureShape.new(name: 'FleetSpotMaintenanceStrategiesRequest')
1564
1565
  FleetStateCode = Shapes::StringShape.new(name: 'FleetStateCode')
1565
1566
  FleetType = Shapes::StringShape.new(name: 'FleetType')
1567
+ FlexibleEnaQueuesSupport = Shapes::StringShape.new(name: 'FlexibleEnaQueuesSupport')
1566
1568
  Float = Shapes::FloatShape.new(name: 'Float')
1567
1569
  FlowLog = Shapes::StructureShape.new(name: 'FlowLog')
1568
1570
  FlowLogIdList = Shapes::ListShape.new(name: 'FlowLogIdList')
@@ -2253,6 +2255,8 @@ module Aws::EC2
2253
2255
  MaxResultsParam = Shapes::IntegerShape.new(name: 'MaxResultsParam')
2254
2256
  MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
2255
2257
  MaximumEfaInterfaces = Shapes::IntegerShape.new(name: 'MaximumEfaInterfaces')
2258
+ MaximumEnaQueueCount = Shapes::IntegerShape.new(name: 'MaximumEnaQueueCount')
2259
+ MaximumEnaQueueCountPerInterface = Shapes::IntegerShape.new(name: 'MaximumEnaQueueCountPerInterface')
2256
2260
  MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
2257
2261
  MaximumNetworkCards = Shapes::IntegerShape.new(name: 'MaximumNetworkCards')
2258
2262
  MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
@@ -4157,6 +4161,7 @@ module Aws::EC2
4157
4161
 
4158
4162
  AttachNetworkInterfaceRequest.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "NetworkCardIndex"))
4159
4163
  AttachNetworkInterfaceRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
4164
+ AttachNetworkInterfaceRequest.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
4160
4165
  AttachNetworkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
4161
4166
  AttachNetworkInterfaceRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
4162
4167
  AttachNetworkInterfaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
@@ -5578,6 +5583,7 @@ module Aws::EC2
5578
5583
  CreateReplaceRootVolumeTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
5579
5584
  CreateReplaceRootVolumeTaskRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
5580
5585
  CreateReplaceRootVolumeTaskRequest.add_member(:delete_replaced_root_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteReplacedRootVolume"))
5586
+ CreateReplaceRootVolumeTaskRequest.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Long, location_name: "VolumeInitializationRate"))
5581
5587
  CreateReplaceRootVolumeTaskRequest.struct_class = Types::CreateReplaceRootVolumeTaskRequest
5582
5588
 
5583
5589
  CreateReplaceRootVolumeTaskResult.add_member(:replace_root_volume_task, Shapes::ShapeRef.new(shape: ReplaceRootVolumeTask, location_name: "replaceRootVolumeTask"))
@@ -6073,6 +6079,7 @@ module Aws::EC2
6073
6079
  CreateVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
6074
6080
  CreateVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
6075
6081
  CreateVolumeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
6082
+ CreateVolumeRequest.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeInitializationRate"))
6076
6083
  CreateVolumeRequest.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
6077
6084
  CreateVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6078
6085
  CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
@@ -9167,6 +9174,7 @@ module Aws::EC2
9167
9174
  EbsBlockDevice.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
9168
9175
  EbsBlockDevice.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
9169
9176
  EbsBlockDevice.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
9177
+ EbsBlockDevice.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeInitializationRate"))
9170
9178
  EbsBlockDevice.struct_class = Types::EbsBlockDevice
9171
9179
 
9172
9180
  EbsBlockDeviceResponse.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
@@ -9841,7 +9849,7 @@ module Aws::EC2
9841
9849
  FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
9842
9850
  FleetLaunchTemplateOverridesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
9843
9851
  FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
9844
- FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
9852
+ FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
9845
9853
  FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
9846
9854
 
9847
9855
  FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
@@ -11263,6 +11271,7 @@ module Aws::EC2
11263
11271
  InstanceNetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
11264
11272
  InstanceNetworkInterfaceAttachment.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "networkCardIndex"))
11265
11273
  InstanceNetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: InstanceAttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
11274
+ InstanceNetworkInterfaceAttachment.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
11266
11275
  InstanceNetworkInterfaceAttachment.struct_class = Types::InstanceNetworkInterfaceAttachment
11267
11276
 
11268
11277
  InstanceNetworkInterfaceList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterface, location_name: "item")
@@ -11289,6 +11298,7 @@ module Aws::EC2
11289
11298
  InstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
11290
11299
  InstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
11291
11300
  InstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
11301
+ InstanceNetworkInterfaceSpecification.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
11292
11302
  InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
11293
11303
 
11294
11304
  InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
@@ -11992,6 +12002,7 @@ module Aws::EC2
11992
12002
  LaunchTemplateEbsBlockDevice.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
11993
12003
  LaunchTemplateEbsBlockDevice.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
11994
12004
  LaunchTemplateEbsBlockDevice.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
12005
+ LaunchTemplateEbsBlockDevice.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeInitializationRate"))
11995
12006
  LaunchTemplateEbsBlockDevice.struct_class = Types::LaunchTemplateEbsBlockDevice
11996
12007
 
11997
12008
  LaunchTemplateEbsBlockDeviceRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
@@ -12002,6 +12013,7 @@ module Aws::EC2
12002
12013
  LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeSize"))
12003
12014
  LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
12004
12015
  LaunchTemplateEbsBlockDeviceRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
12016
+ LaunchTemplateEbsBlockDeviceRequest.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "VolumeInitializationRate"))
12005
12017
  LaunchTemplateEbsBlockDeviceRequest.struct_class = Types::LaunchTemplateEbsBlockDeviceRequest
12006
12018
 
12007
12019
  LaunchTemplateElasticInferenceAccelerator.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Type"))
@@ -12096,6 +12108,7 @@ module Aws::EC2
12096
12108
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "primaryIpv6"))
12097
12109
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: LaunchTemplateEnaSrdSpecification, location_name: "enaSrdSpecification"))
12098
12110
  LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecification, location_name: "connectionTrackingSpecification"))
12111
+ LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
12099
12112
  LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
12100
12113
 
12101
12114
  LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
@@ -12122,6 +12135,7 @@ module Aws::EC2
12122
12135
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
12123
12136
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
12124
12137
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
12138
+ LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
12125
12139
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
12126
12140
 
12127
12141
  LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
@@ -13464,6 +13478,9 @@ module Aws::EC2
13464
13478
  NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
13465
13479
  NetworkCardInfo.add_member(:baseline_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: BaselineBandwidthInGbps, location_name: "baselineBandwidthInGbps"))
13466
13480
  NetworkCardInfo.add_member(:peak_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: PeakBandwidthInGbps, location_name: "peakBandwidthInGbps"))
13481
+ NetworkCardInfo.add_member(:default_ena_queue_count_per_interface, Shapes::ShapeRef.new(shape: DefaultEnaQueueCountPerInterface, location_name: "defaultEnaQueueCountPerInterface"))
13482
+ NetworkCardInfo.add_member(:maximum_ena_queue_count, Shapes::ShapeRef.new(shape: MaximumEnaQueueCount, location_name: "maximumEnaQueueCount"))
13483
+ NetworkCardInfo.add_member(:maximum_ena_queue_count_per_interface, Shapes::ShapeRef.new(shape: MaximumEnaQueueCountPerInterface, location_name: "maximumEnaQueueCountPerInterface"))
13467
13484
  NetworkCardInfo.struct_class = Types::NetworkCardInfo
13468
13485
 
13469
13486
  NetworkCardInfoList.member = Shapes::ShapeRef.new(shape: NetworkCardInfo, location_name: "item")
@@ -13482,6 +13499,7 @@ module Aws::EC2
13482
13499
  NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
13483
13500
  NetworkInfo.add_member(:ena_srd_supported, Shapes::ShapeRef.new(shape: EnaSrdSupported, location_name: "enaSrdSupported"))
13484
13501
  NetworkInfo.add_member(:bandwidth_weightings, Shapes::ShapeRef.new(shape: BandwidthWeightingTypeList, location_name: "bandwidthWeightings"))
13502
+ NetworkInfo.add_member(:flexible_ena_queues_support, Shapes::ShapeRef.new(shape: FlexibleEnaQueuesSupport, location_name: "flexibleEnaQueuesSupport"))
13485
13503
  NetworkInfo.struct_class = Types::NetworkInfo
13486
13504
 
13487
13505
  NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
@@ -13522,6 +13540,7 @@ module Aws::EC2
13522
13540
  NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
13523
13541
  NetworkInsightsAnalysis.add_member(:additional_accounts, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "additionalAccountSet"))
13524
13542
  NetworkInsightsAnalysis.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterInArnSet"))
13543
+ NetworkInsightsAnalysis.add_member(:filter_out_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterOutArnSet"))
13525
13544
  NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
13526
13545
  NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
13527
13546
  NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
@@ -13607,8 +13626,11 @@ module Aws::EC2
13607
13626
  NetworkInterfaceAttachment.add_member(:instance_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceOwnerId"))
13608
13627
  NetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
13609
13628
  NetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: AttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
13629
+ NetworkInterfaceAttachment.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
13610
13630
  NetworkInterfaceAttachment.struct_class = Types::NetworkInterfaceAttachment
13611
13631
 
13632
+ NetworkInterfaceAttachmentChanges.add_member(:default_ena_queue_count, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultEnaQueueCount"))
13633
+ NetworkInterfaceAttachmentChanges.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
13612
13634
  NetworkInterfaceAttachmentChanges.add_member(:attachment_id, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentId, location_name: "attachmentId"))
13613
13635
  NetworkInterfaceAttachmentChanges.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
13614
13636
  NetworkInterfaceAttachmentChanges.struct_class = Types::NetworkInterfaceAttachmentChanges
@@ -15811,6 +15833,7 @@ module Aws::EC2
15811
15833
  StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
15812
15834
  StartNetworkInsightsAnalysisRequest.add_member(:additional_accounts, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AdditionalAccount"))
15813
15835
  StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
15836
+ StartNetworkInsightsAnalysisRequest.add_member(:filter_out_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterOutArn"))
15814
15837
  StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
15815
15838
  StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
15816
15839
  StartNetworkInsightsAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
@@ -16931,6 +16954,7 @@ module Aws::EC2
16931
16954
  Volume.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
16932
16955
  Volume.add_member(:sse_type, Shapes::ShapeRef.new(shape: SSEType, location_name: "sseType"))
16933
16956
  Volume.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
16957
+ Volume.add_member(:volume_initialization_rate, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeInitializationRate"))
16934
16958
  Volume.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
16935
16959
  Volume.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "size"))
16936
16960
  Volume.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
@@ -794,6 +794,7 @@ module Aws::EC2
794
794
  # throughput: 1,
795
795
  # outpost_arn: "String",
796
796
  # encrypted: false,
797
+ # volume_initialization_rate: 1,
797
798
  # },
798
799
  # no_device: "String",
799
800
  # device_name: "String",
@@ -396,6 +396,7 @@ module Aws::EC2
396
396
  # ena_srd_udp_enabled: false,
397
397
  # },
398
398
  # },
399
+ # ena_queue_count: 1,
399
400
  # dry_run: false,
400
401
  # instance_id: "InstanceId", # required
401
402
  # device_index: 1, # required
@@ -408,6 +409,8 @@ module Aws::EC2
408
409
  # @option options [Types::EnaSrdSpecification] :ena_srd_specification
409
410
  # Configures ENA Express for the network interface that this action
410
411
  # attaches to the instance.
412
+ # @option options [Integer] :ena_queue_count
413
+ # The number of ENA queues to be created with the instance.
411
414
  # @option options [Boolean] :dry_run
412
415
  # Checks whether you have the required permissions for the action,
413
416
  # without actually making the request, and provides an error response.
@@ -621,6 +624,8 @@ module Aws::EC2
621
624
  # },
622
625
  # groups: ["SecurityGroupId"],
623
626
  # attachment: {
627
+ # default_ena_queue_count: false,
628
+ # ena_queue_count: 1,
624
629
  # attachment_id: "NetworkInterfaceAttachmentId",
625
630
  # delete_on_termination: false,
626
631
  # },
@@ -94,6 +94,7 @@ module Aws::EC2
94
94
  # throughput: 1,
95
95
  # outpost_arn: "String",
96
96
  # encrypted: false,
97
+ # volume_initialization_rate: 1,
97
98
  # },
98
99
  # no_device: "String",
99
100
  # device_name: "String",
@@ -275,6 +276,7 @@ module Aws::EC2
275
276
  # udp_stream_timeout: 1,
276
277
  # udp_timeout: 1,
277
278
  # },
279
+ # ena_queue_count: 1,
278
280
  # },
279
281
  # ],
280
282
  # iam_instance_profile: {
@@ -1471,6 +1473,7 @@ module Aws::EC2
1471
1473
  # multi_attach_enabled: false,
1472
1474
  # throughput: 1,
1473
1475
  # client_token: "String",
1476
+ # volume_initialization_rate: 1,
1474
1477
  # operator: {
1475
1478
  # principal: "String",
1476
1479
  # },
@@ -1622,6 +1625,37 @@ module Aws::EC2
1622
1625
  #
1623
1626
  #
1624
1627
  # [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
1628
+ # @option options [Integer] :volume_initialization_rate
1629
+ # Specifies the Amazon EBS Provisioned Rate for Volume Initialization
1630
+ # (volume initialization rate), in MiB/s, at which to download the
1631
+ # snapshot blocks from Amazon S3 to the volume. This is also known as
1632
+ # *volume initialization*. Specifying a volume initialization rate
1633
+ # ensures that the volume is initialized at a predictable and consistent
1634
+ # rate after creation.
1635
+ #
1636
+ # This parameter is supported only for volumes created from snapshots.
1637
+ # Omit this parameter if:
1638
+ #
1639
+ # * You want to create the volume using fast snapshot restore. You must
1640
+ # specify a snapshot that is enabled for fast snapshot restore. In
1641
+ # this case, the volume is fully initialized at creation.
1642
+ #
1643
+ # <note markdown="1"> If you specify a snapshot that is enabled for fast snapshot restore
1644
+ # and a volume initialization rate, the volume will be initialized at
1645
+ # the specified rate instead of fast snapshot restore.
1646
+ #
1647
+ # </note>
1648
+ #
1649
+ # * You want to create a volume that is initialized at the default rate.
1650
+ #
1651
+ # For more information, see [ Initialize Amazon EBS volumes][1] in the
1652
+ # *Amazon EC2 User Guide*.
1653
+ #
1654
+ # Valid range: 100 - 300 MiB/s
1655
+ #
1656
+ #
1657
+ #
1658
+ # [1]: https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html
1625
1659
  # @option options [Types::OperatorRequest] :operator
1626
1660
  # Reserved for internal use.
1627
1661
  # @option options [Boolean] :dry_run
@@ -1918,6 +1952,7 @@ module Aws::EC2
1918
1952
  # throughput: 1,
1919
1953
  # outpost_arn: "String",
1920
1954
  # encrypted: false,
1955
+ # volume_initialization_rate: 1,
1921
1956
  # },
1922
1957
  # no_device: "String",
1923
1958
  # device_name: "String",
@@ -336,6 +336,7 @@ module Aws::EC2
336
336
  # throughput: 1,
337
337
  # outpost_arn: "String",
338
338
  # encrypted: false,
339
+ # volume_initialization_rate: 1,
339
340
  # },
340
341
  # no_device: "String",
341
342
  # device_name: "String",
@@ -516,6 +517,7 @@ module Aws::EC2
516
517
  # udp_stream_timeout: 1,
517
518
  # udp_timeout: 1,
518
519
  # },
520
+ # ena_queue_count: 1,
519
521
  # },
520
522
  # ],
521
523
  # iam_instance_profile: {