aws-sdk-ec2 1.521.0 → 1.523.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +103 -5
- data/lib/aws-sdk-ec2/client_api.rb +26 -1
- data/lib/aws-sdk-ec2/network_interface.rb +5 -0
- data/lib/aws-sdk-ec2/resource.rb +1 -0
- data/lib/aws-sdk-ec2/subnet.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +134 -10
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +19 -8
- data/sig/network_interface.rbs +3 -0
- data/sig/resource.rbs +2 -1
- data/sig/subnet.rbs +2 -1
- data/sig/types.rbs +21 -0
- metadata +1 -1
@@ -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')
|
@@ -3763,11 +3767,12 @@ module Aws::EC2
|
|
3763
3767
|
AllocateHostsRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
|
3764
3768
|
AllocateHostsRequest.add_member(:host_maintenance, Shapes::ShapeRef.new(shape: HostMaintenance, location_name: "HostMaintenance"))
|
3765
3769
|
AllocateHostsRequest.add_member(:asset_ids, Shapes::ShapeRef.new(shape: AssetIdList, location_name: "AssetId"))
|
3770
|
+
AllocateHostsRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
3766
3771
|
AllocateHostsRequest.add_member(:auto_placement, Shapes::ShapeRef.new(shape: AutoPlacement, location_name: "autoPlacement"))
|
3767
3772
|
AllocateHostsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
|
3768
3773
|
AllocateHostsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
3769
3774
|
AllocateHostsRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
3770
|
-
AllocateHostsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String,
|
3775
|
+
AllocateHostsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
3771
3776
|
AllocateHostsRequest.struct_class = Types::AllocateHostsRequest
|
3772
3777
|
|
3773
3778
|
AllocateHostsResult.add_member(:host_ids, Shapes::ShapeRef.new(shape: ResponseHostIdList, location_name: "hostIdSet"))
|
@@ -3829,6 +3834,7 @@ module Aws::EC2
|
|
3829
3834
|
|
3830
3835
|
AnalysisLoadBalancerTarget.add_member(:address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "address"))
|
3831
3836
|
AnalysisLoadBalancerTarget.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
3837
|
+
AnalysisLoadBalancerTarget.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
3832
3838
|
AnalysisLoadBalancerTarget.add_member(:instance, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "instance"))
|
3833
3839
|
AnalysisLoadBalancerTarget.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
3834
3840
|
AnalysisLoadBalancerTarget.struct_class = Types::AnalysisLoadBalancerTarget
|
@@ -4157,6 +4163,7 @@ module Aws::EC2
|
|
4157
4163
|
|
4158
4164
|
AttachNetworkInterfaceRequest.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "NetworkCardIndex"))
|
4159
4165
|
AttachNetworkInterfaceRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
|
4166
|
+
AttachNetworkInterfaceRequest.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
|
4160
4167
|
AttachNetworkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4161
4168
|
AttachNetworkInterfaceRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
|
4162
4169
|
AttachNetworkInterfaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
@@ -4622,6 +4629,7 @@ module Aws::EC2
|
|
4622
4629
|
CapacityReservationInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
4623
4630
|
CapacityReservationInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "availabilityZone"))
|
4624
4631
|
CapacityReservationInfo.add_member(:tenancy, Shapes::ShapeRef.new(shape: CapacityReservationTenancy, location_name: "tenancy"))
|
4632
|
+
CapacityReservationInfo.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
|
4625
4633
|
CapacityReservationInfo.struct_class = Types::CapacityReservationInfo
|
4626
4634
|
|
4627
4635
|
CapacityReservationOptions.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: FleetCapacityReservationUsageStrategy, location_name: "usageStrategy"))
|
@@ -8015,6 +8023,7 @@ module Aws::EC2
|
|
8015
8023
|
DescribeReservedInstancesOfferingsRequest.add_member(:offering_class, Shapes::ShapeRef.new(shape: OfferingClassType, location_name: "OfferingClass"))
|
8016
8024
|
DescribeReservedInstancesOfferingsRequest.add_member(:product_description, Shapes::ShapeRef.new(shape: RIProductDescription, location_name: "ProductDescription"))
|
8017
8025
|
DescribeReservedInstancesOfferingsRequest.add_member(:reserved_instances_offering_ids, Shapes::ShapeRef.new(shape: ReservedInstancesOfferingIdStringList, location_name: "ReservedInstancesOfferingId"))
|
8026
|
+
DescribeReservedInstancesOfferingsRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
8018
8027
|
DescribeReservedInstancesOfferingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
8019
8028
|
DescribeReservedInstancesOfferingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8020
8029
|
DescribeReservedInstancesOfferingsRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
@@ -9525,6 +9534,7 @@ module Aws::EC2
|
|
9525
9534
|
Explanation.add_member(:addresses, Shapes::ShapeRef.new(shape: IpAddressList, location_name: "addressSet"))
|
9526
9535
|
Explanation.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
|
9527
9536
|
Explanation.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
|
9537
|
+
Explanation.add_member(:availability_zone_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneIdSet"))
|
9528
9538
|
Explanation.add_member(:cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "cidrSet"))
|
9529
9539
|
Explanation.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
|
9530
9540
|
Explanation.add_member(:customer_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "customerGateway"))
|
@@ -11266,6 +11276,7 @@ module Aws::EC2
|
|
11266
11276
|
InstanceNetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
11267
11277
|
InstanceNetworkInterfaceAttachment.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "networkCardIndex"))
|
11268
11278
|
InstanceNetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: InstanceAttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
11279
|
+
InstanceNetworkInterfaceAttachment.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
|
11269
11280
|
InstanceNetworkInterfaceAttachment.struct_class = Types::InstanceNetworkInterfaceAttachment
|
11270
11281
|
|
11271
11282
|
InstanceNetworkInterfaceList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterface, location_name: "item")
|
@@ -11292,6 +11303,7 @@ module Aws::EC2
|
|
11292
11303
|
InstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
11293
11304
|
InstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
11294
11305
|
InstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
11306
|
+
InstanceNetworkInterfaceSpecification.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
|
11295
11307
|
InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
|
11296
11308
|
|
11297
11309
|
InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -12101,6 +12113,7 @@ module Aws::EC2
|
|
12101
12113
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "primaryIpv6"))
|
12102
12114
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: LaunchTemplateEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
12103
12115
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecification, location_name: "connectionTrackingSpecification"))
|
12116
|
+
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
|
12104
12117
|
LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
|
12105
12118
|
|
12106
12119
|
LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -12127,6 +12140,7 @@ module Aws::EC2
|
|
12127
12140
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
12128
12141
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
12129
12142
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
12143
|
+
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
|
12130
12144
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
|
12131
12145
|
|
12132
12146
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
|
@@ -13469,6 +13483,9 @@ module Aws::EC2
|
|
13469
13483
|
NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
|
13470
13484
|
NetworkCardInfo.add_member(:baseline_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: BaselineBandwidthInGbps, location_name: "baselineBandwidthInGbps"))
|
13471
13485
|
NetworkCardInfo.add_member(:peak_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: PeakBandwidthInGbps, location_name: "peakBandwidthInGbps"))
|
13486
|
+
NetworkCardInfo.add_member(:default_ena_queue_count_per_interface, Shapes::ShapeRef.new(shape: DefaultEnaQueueCountPerInterface, location_name: "defaultEnaQueueCountPerInterface"))
|
13487
|
+
NetworkCardInfo.add_member(:maximum_ena_queue_count, Shapes::ShapeRef.new(shape: MaximumEnaQueueCount, location_name: "maximumEnaQueueCount"))
|
13488
|
+
NetworkCardInfo.add_member(:maximum_ena_queue_count_per_interface, Shapes::ShapeRef.new(shape: MaximumEnaQueueCountPerInterface, location_name: "maximumEnaQueueCountPerInterface"))
|
13472
13489
|
NetworkCardInfo.struct_class = Types::NetworkCardInfo
|
13473
13490
|
|
13474
13491
|
NetworkCardInfoList.member = Shapes::ShapeRef.new(shape: NetworkCardInfo, location_name: "item")
|
@@ -13487,6 +13504,7 @@ module Aws::EC2
|
|
13487
13504
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
13488
13505
|
NetworkInfo.add_member(:ena_srd_supported, Shapes::ShapeRef.new(shape: EnaSrdSupported, location_name: "enaSrdSupported"))
|
13489
13506
|
NetworkInfo.add_member(:bandwidth_weightings, Shapes::ShapeRef.new(shape: BandwidthWeightingTypeList, location_name: "bandwidthWeightings"))
|
13507
|
+
NetworkInfo.add_member(:flexible_ena_queues_support, Shapes::ShapeRef.new(shape: FlexibleEnaQueuesSupport, location_name: "flexibleEnaQueuesSupport"))
|
13490
13508
|
NetworkInfo.struct_class = Types::NetworkInfo
|
13491
13509
|
|
13492
13510
|
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
@@ -13613,8 +13631,11 @@ module Aws::EC2
|
|
13613
13631
|
NetworkInterfaceAttachment.add_member(:instance_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceOwnerId"))
|
13614
13632
|
NetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
13615
13633
|
NetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: AttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
13634
|
+
NetworkInterfaceAttachment.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "enaQueueCount"))
|
13616
13635
|
NetworkInterfaceAttachment.struct_class = Types::NetworkInterfaceAttachment
|
13617
13636
|
|
13637
|
+
NetworkInterfaceAttachmentChanges.add_member(:default_ena_queue_count, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultEnaQueueCount"))
|
13638
|
+
NetworkInterfaceAttachmentChanges.add_member(:ena_queue_count, Shapes::ShapeRef.new(shape: Integer, location_name: "EnaQueueCount"))
|
13618
13639
|
NetworkInterfaceAttachmentChanges.add_member(:attachment_id, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentId, location_name: "attachmentId"))
|
13619
13640
|
NetworkInterfaceAttachmentChanges.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
13620
13641
|
NetworkInterfaceAttachmentChanges.struct_class = Types::NetworkInterfaceAttachmentChanges
|
@@ -14640,6 +14661,7 @@ module Aws::EC2
|
|
14640
14661
|
ReservedInstances.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargesList, location_name: "recurringCharges"))
|
14641
14662
|
ReservedInstances.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
|
14642
14663
|
ReservedInstances.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
14664
|
+
ReservedInstances.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
14643
14665
|
ReservedInstances.add_member(:reserved_instances_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesId"))
|
14644
14666
|
ReservedInstances.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
14645
14667
|
ReservedInstances.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
@@ -14658,6 +14680,7 @@ module Aws::EC2
|
|
14658
14680
|
ReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
14659
14681
|
ReservedInstancesConfiguration.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
|
14660
14682
|
ReservedInstancesConfiguration.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
|
14683
|
+
ReservedInstancesConfiguration.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
14661
14684
|
ReservedInstancesConfiguration.struct_class = Types::ReservedInstancesConfiguration
|
14662
14685
|
|
14663
14686
|
ReservedInstancesConfigurationList.member = Shapes::ShapeRef.new(shape: ReservedInstancesConfiguration, location_name: "item")
|
@@ -14712,6 +14735,7 @@ module Aws::EC2
|
|
14712
14735
|
ReservedInstancesOffering.add_member(:pricing_details, Shapes::ShapeRef.new(shape: PricingDetailsList, location_name: "pricingDetailsSet"))
|
14713
14736
|
ReservedInstancesOffering.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargesList, location_name: "recurringCharges"))
|
14714
14737
|
ReservedInstancesOffering.add_member(:scope, Shapes::ShapeRef.new(shape: scope, location_name: "scope"))
|
14738
|
+
ReservedInstancesOffering.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
|
14715
14739
|
ReservedInstancesOffering.add_member(:reserved_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesOfferingId"))
|
14716
14740
|
ReservedInstancesOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
14717
14741
|
ReservedInstancesOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
@@ -17030,6 +17054,7 @@ module Aws::EC2
|
|
17030
17054
|
VolumeStatusItem.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
17031
17055
|
VolumeStatusItem.add_member(:volume_status, Shapes::ShapeRef.new(shape: VolumeStatusInfo, location_name: "volumeStatus"))
|
17032
17056
|
VolumeStatusItem.add_member(:attachment_statuses, Shapes::ShapeRef.new(shape: VolumeStatusAttachmentStatusList, location_name: "attachmentStatuses"))
|
17057
|
+
VolumeStatusItem.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
17033
17058
|
VolumeStatusItem.struct_class = Types::VolumeStatusItem
|
17034
17059
|
|
17035
17060
|
VolumeStatusList.member = Shapes::ShapeRef.new(shape: VolumeStatusItem, location_name: "item")
|
@@ -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
|
# },
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -1129,6 +1129,10 @@ module Aws::EC2
|
|
1129
1129
|
# specified.
|
1130
1130
|
# @return [Array<String>]
|
1131
1131
|
#
|
1132
|
+
# @!attribute [rw] availability_zone_id
|
1133
|
+
# The ID of the Availability Zone.
|
1134
|
+
# @return [String]
|
1135
|
+
#
|
1132
1136
|
# @!attribute [rw] auto_placement
|
1133
1137
|
# Indicates whether the host accepts any untargeted instance launches
|
1134
1138
|
# that match its instance type configuration, or if it only accepts
|
@@ -1187,6 +1191,7 @@ module Aws::EC2
|
|
1187
1191
|
:outpost_arn,
|
1188
1192
|
:host_maintenance,
|
1189
1193
|
:asset_ids,
|
1194
|
+
:availability_zone_id,
|
1190
1195
|
:auto_placement,
|
1191
1196
|
:client_token,
|
1192
1197
|
:instance_type,
|
@@ -1458,6 +1463,10 @@ module Aws::EC2
|
|
1458
1463
|
# The Availability Zone.
|
1459
1464
|
# @return [String]
|
1460
1465
|
#
|
1466
|
+
# @!attribute [rw] availability_zone_id
|
1467
|
+
# The ID of the Availability Zone.
|
1468
|
+
# @return [String]
|
1469
|
+
#
|
1461
1470
|
# @!attribute [rw] instance
|
1462
1471
|
# Information about the instance.
|
1463
1472
|
# @return [Types::AnalysisComponent]
|
@@ -1471,6 +1480,7 @@ module Aws::EC2
|
|
1471
1480
|
class AnalysisLoadBalancerTarget < Struct.new(
|
1472
1481
|
:address,
|
1473
1482
|
:availability_zone,
|
1483
|
+
:availability_zone_id,
|
1474
1484
|
:instance,
|
1475
1485
|
:port)
|
1476
1486
|
SENSITIVE = []
|
@@ -3060,6 +3070,10 @@ module Aws::EC2
|
|
3060
3070
|
# attaches to the instance.
|
3061
3071
|
# @return [Types::EnaSrdSpecification]
|
3062
3072
|
#
|
3073
|
+
# @!attribute [rw] ena_queue_count
|
3074
|
+
# The number of ENA queues to be created with the instance.
|
3075
|
+
# @return [Integer]
|
3076
|
+
#
|
3063
3077
|
# @!attribute [rw] dry_run
|
3064
3078
|
# Checks whether you have the required permissions for the action,
|
3065
3079
|
# without actually making the request, and provides an error response.
|
@@ -3084,6 +3098,7 @@ module Aws::EC2
|
|
3084
3098
|
class AttachNetworkInterfaceRequest < Struct.new(
|
3085
3099
|
:network_card_index,
|
3086
3100
|
:ena_srd_specification,
|
3101
|
+
:ena_queue_count,
|
3087
3102
|
:dry_run,
|
3088
3103
|
:network_interface_id,
|
3089
3104
|
:instance_id,
|
@@ -5535,12 +5550,17 @@ module Aws::EC2
|
|
5535
5550
|
# The tenancy of the Capacity Reservation.
|
5536
5551
|
# @return [String]
|
5537
5552
|
#
|
5553
|
+
# @!attribute [rw] availability_zone_id
|
5554
|
+
# The ID of the Availability Zone.
|
5555
|
+
# @return [String]
|
5556
|
+
#
|
5538
5557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationInfo AWS API Documentation
|
5539
5558
|
#
|
5540
5559
|
class CapacityReservationInfo < Struct.new(
|
5541
5560
|
:instance_type,
|
5542
5561
|
:availability_zone,
|
5543
|
-
:tenancy
|
5562
|
+
:tenancy,
|
5563
|
+
:availability_zone_id)
|
5544
5564
|
SENSITIVE = []
|
5545
5565
|
include Aws::Structure
|
5546
5566
|
end
|
@@ -22894,6 +22914,10 @@ module Aws::EC2
|
|
22894
22914
|
# Adapter (ENA) is supported or required (`required` \| `supported`
|
22895
22915
|
# \| `unsupported`).
|
22896
22916
|
#
|
22917
|
+
# * `network-info.flexible-ena-queues-support` - Indicates whether an
|
22918
|
+
# instance supports flexible ENA queues (`supported` \|
|
22919
|
+
# `unsupported`).
|
22920
|
+
#
|
22897
22921
|
# * `network-info.encryption-in-transit-supported` - Indicates whether
|
22898
22922
|
# the instance type automatically encrypts in-transit traffic
|
22899
22923
|
# between instances (`true` \| `false`).
|
@@ -26385,6 +26409,9 @@ module Aws::EC2
|
|
26385
26409
|
# * `modification-result.target-configuration.availability-zone` - The
|
26386
26410
|
# Availability Zone for the new Reserved Instances.
|
26387
26411
|
#
|
26412
|
+
# * `modification-result.target-configuration.availability-zone-id` -
|
26413
|
+
# The ID of the Availability Zone for the new Reserved Instances.
|
26414
|
+
#
|
26388
26415
|
# * `modification-result.target-configuration.instance-count ` - The
|
26389
26416
|
# number of new Reserved Instances.
|
26390
26417
|
#
|
@@ -26440,6 +26467,9 @@ module Aws::EC2
|
|
26440
26467
|
#
|
26441
26468
|
# @!attribute [rw] availability_zone
|
26442
26469
|
# The Availability Zone in which the Reserved Instance can be used.
|
26470
|
+
#
|
26471
|
+
# Either `AvailabilityZone` or `AvailabilityZoneId` can be specified,
|
26472
|
+
# but not both.
|
26443
26473
|
# @return [String]
|
26444
26474
|
#
|
26445
26475
|
# @!attribute [rw] include_marketplace
|
@@ -26492,6 +26522,13 @@ module Aws::EC2
|
|
26492
26522
|
# One or more Reserved Instances offering IDs.
|
26493
26523
|
# @return [Array<String>]
|
26494
26524
|
#
|
26525
|
+
# @!attribute [rw] availability_zone_id
|
26526
|
+
# The ID of the Availability Zone.
|
26527
|
+
#
|
26528
|
+
# Either `AvailabilityZone` or `AvailabilityZoneId` can be specified,
|
26529
|
+
# but not both.
|
26530
|
+
# @return [String]
|
26531
|
+
#
|
26495
26532
|
# @!attribute [rw] dry_run
|
26496
26533
|
# Checks whether you have the required permissions for the action,
|
26497
26534
|
# without actually making the request, and provides an error response.
|
@@ -26505,6 +26542,9 @@ module Aws::EC2
|
|
26505
26542
|
# * `availability-zone` - The Availability Zone where the Reserved
|
26506
26543
|
# Instance can be used.
|
26507
26544
|
#
|
26545
|
+
# * `availability-zone-id` - The ID of the Availability Zone where the
|
26546
|
+
# Reserved Instance can be used.
|
26547
|
+
#
|
26508
26548
|
# * `duration` - The duration of the Reserved Instance (for example,
|
26509
26549
|
# one year or three years), in seconds (`31536000` \| `94608000`).
|
26510
26550
|
#
|
@@ -26579,6 +26619,7 @@ module Aws::EC2
|
|
26579
26619
|
:offering_class,
|
26580
26620
|
:product_description,
|
26581
26621
|
:reserved_instances_offering_ids,
|
26622
|
+
:availability_zone_id,
|
26582
26623
|
:dry_run,
|
26583
26624
|
:filters,
|
26584
26625
|
:instance_tenancy,
|
@@ -26635,6 +26676,9 @@ module Aws::EC2
|
|
26635
26676
|
# * `availability-zone` - The Availability Zone where the Reserved
|
26636
26677
|
# Instance can be used.
|
26637
26678
|
#
|
26679
|
+
# * `availability-zone-id` - The ID of the Availability Zone where the
|
26680
|
+
# Reserved Instance can be used.
|
26681
|
+
#
|
26638
26682
|
# * `duration` - The duration of the Reserved Instance (one year or
|
26639
26683
|
# three years), in seconds (`31536000` \| `94608000`).
|
26640
26684
|
#
|
@@ -35632,6 +35676,10 @@ module Aws::EC2
|
|
35632
35676
|
# The Availability Zones.
|
35633
35677
|
# @return [Array<String>]
|
35634
35678
|
#
|
35679
|
+
# @!attribute [rw] availability_zone_ids
|
35680
|
+
# The IDs of the Availability Zones.
|
35681
|
+
# @return [Array<String>]
|
35682
|
+
#
|
35635
35683
|
# @!attribute [rw] cidrs
|
35636
35684
|
# The CIDR ranges.
|
35637
35685
|
# @return [Array<String>]
|
@@ -35833,6 +35881,7 @@ module Aws::EC2
|
|
35833
35881
|
:addresses,
|
35834
35882
|
:attached_to,
|
35835
35883
|
:availability_zones,
|
35884
|
+
:availability_zone_ids,
|
35836
35885
|
:cidrs,
|
35837
35886
|
:component,
|
35838
35887
|
:customer_gateway,
|
@@ -45057,6 +45106,10 @@ module Aws::EC2
|
|
45057
45106
|
# attached to the instance.
|
45058
45107
|
# @return [Types::InstanceAttachmentEnaSrdSpecification]
|
45059
45108
|
#
|
45109
|
+
# @!attribute [rw] ena_queue_count
|
45110
|
+
# The number of ENA queues created with the instance.
|
45111
|
+
# @return [Integer]
|
45112
|
+
#
|
45060
45113
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceNetworkInterfaceAttachment AWS API Documentation
|
45061
45114
|
#
|
45062
45115
|
class InstanceNetworkInterfaceAttachment < Struct.new(
|
@@ -45066,7 +45119,8 @@ module Aws::EC2
|
|
45066
45119
|
:device_index,
|
45067
45120
|
:status,
|
45068
45121
|
:network_card_index,
|
45069
|
-
:ena_srd_specification
|
45122
|
+
:ena_srd_specification,
|
45123
|
+
:ena_queue_count)
|
45070
45124
|
SENSITIVE = []
|
45071
45125
|
include Aws::Structure
|
45072
45126
|
end
|
@@ -45260,6 +45314,10 @@ module Aws::EC2
|
|
45260
45314
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts
|
45261
45315
|
# @return [Types::ConnectionTrackingSpecificationRequest]
|
45262
45316
|
#
|
45317
|
+
# @!attribute [rw] ena_queue_count
|
45318
|
+
# The number of ENA queues to be created with the instance.
|
45319
|
+
# @return [Integer]
|
45320
|
+
#
|
45263
45321
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceNetworkInterfaceSpecification AWS API Documentation
|
45264
45322
|
#
|
45265
45323
|
class InstanceNetworkInterfaceSpecification < Struct.new(
|
@@ -45284,7 +45342,8 @@ module Aws::EC2
|
|
45284
45342
|
:ipv_6_prefix_count,
|
45285
45343
|
:primary_ipv_6,
|
45286
45344
|
:ena_srd_specification,
|
45287
|
-
:connection_tracking_specification
|
45345
|
+
:connection_tracking_specification,
|
45346
|
+
:ena_queue_count)
|
45288
45347
|
SENSITIVE = []
|
45289
45348
|
include Aws::Structure
|
45290
45349
|
end
|
@@ -50214,6 +50273,10 @@ module Aws::EC2
|
|
50214
50273
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts
|
50215
50274
|
# @return [Types::ConnectionTrackingSpecification]
|
50216
50275
|
#
|
50276
|
+
# @!attribute [rw] ena_queue_count
|
50277
|
+
# The number of ENA queues created with the instance.
|
50278
|
+
# @return [Integer]
|
50279
|
+
#
|
50217
50280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceNetworkInterfaceSpecification AWS API Documentation
|
50218
50281
|
#
|
50219
50282
|
class LaunchTemplateInstanceNetworkInterfaceSpecification < Struct.new(
|
@@ -50238,7 +50301,8 @@ module Aws::EC2
|
|
50238
50301
|
:ipv_6_prefix_count,
|
50239
50302
|
:primary_ipv_6,
|
50240
50303
|
:ena_srd_specification,
|
50241
|
-
:connection_tracking_specification
|
50304
|
+
:connection_tracking_specification,
|
50305
|
+
:ena_queue_count)
|
50242
50306
|
SENSITIVE = []
|
50243
50307
|
include Aws::Structure
|
50244
50308
|
end
|
@@ -50405,6 +50469,10 @@ module Aws::EC2
|
|
50405
50469
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts
|
50406
50470
|
# @return [Types::ConnectionTrackingSpecificationRequest]
|
50407
50471
|
#
|
50472
|
+
# @!attribute [rw] ena_queue_count
|
50473
|
+
# The number of ENA queues to be created with the instance.
|
50474
|
+
# @return [Integer]
|
50475
|
+
#
|
50408
50476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceNetworkInterfaceSpecificationRequest AWS API Documentation
|
50409
50477
|
#
|
50410
50478
|
class LaunchTemplateInstanceNetworkInterfaceSpecificationRequest < Struct.new(
|
@@ -50429,7 +50497,8 @@ module Aws::EC2
|
|
50429
50497
|
:ipv_6_prefix_count,
|
50430
50498
|
:primary_ipv_6,
|
50431
50499
|
:ena_srd_specification,
|
50432
|
-
:connection_tracking_specification
|
50500
|
+
:connection_tracking_specification,
|
50501
|
+
:ena_queue_count)
|
50433
50502
|
SENSITIVE = []
|
50434
50503
|
include Aws::Structure
|
50435
50504
|
end
|
@@ -57945,6 +58014,18 @@ module Aws::EC2
|
|
57945
58014
|
# The peak (burst) network performance of the network card, in Gbps.
|
57946
58015
|
# @return [Float]
|
57947
58016
|
#
|
58017
|
+
# @!attribute [rw] default_ena_queue_count_per_interface
|
58018
|
+
# The default number of the ENA queues for each interface.
|
58019
|
+
# @return [Integer]
|
58020
|
+
#
|
58021
|
+
# @!attribute [rw] maximum_ena_queue_count
|
58022
|
+
# The maximum number of the ENA queues.
|
58023
|
+
# @return [Integer]
|
58024
|
+
#
|
58025
|
+
# @!attribute [rw] maximum_ena_queue_count_per_interface
|
58026
|
+
# The maximum number of the ENA queues for each interface.
|
58027
|
+
# @return [Integer]
|
58028
|
+
#
|
57948
58029
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkCardInfo AWS API Documentation
|
57949
58030
|
#
|
57950
58031
|
class NetworkCardInfo < Struct.new(
|
@@ -57952,7 +58033,10 @@ module Aws::EC2
|
|
57952
58033
|
:network_performance,
|
57953
58034
|
:maximum_network_interfaces,
|
57954
58035
|
:baseline_bandwidth_in_gbps,
|
57955
|
-
:peak_bandwidth_in_gbps
|
58036
|
+
:peak_bandwidth_in_gbps,
|
58037
|
+
:default_ena_queue_count_per_interface,
|
58038
|
+
:maximum_ena_queue_count,
|
58039
|
+
:maximum_ena_queue_count_per_interface)
|
57956
58040
|
SENSITIVE = []
|
57957
58041
|
include Aws::Structure
|
57958
58042
|
end
|
@@ -58021,6 +58105,10 @@ module Aws::EC2
|
|
58021
58105
|
# the instance type, if supported.
|
58022
58106
|
# @return [Array<String>]
|
58023
58107
|
#
|
58108
|
+
# @!attribute [rw] flexible_ena_queues_support
|
58109
|
+
# Indicates whether changing the number of ENA queues is supported.
|
58110
|
+
# @return [String]
|
58111
|
+
#
|
58024
58112
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkInfo AWS API Documentation
|
58025
58113
|
#
|
58026
58114
|
class NetworkInfo < Struct.new(
|
@@ -58037,7 +58125,8 @@ module Aws::EC2
|
|
58037
58125
|
:efa_info,
|
58038
58126
|
:encryption_in_transit_supported,
|
58039
58127
|
:ena_srd_supported,
|
58040
|
-
:bandwidth_weightings
|
58128
|
+
:bandwidth_weightings,
|
58129
|
+
:flexible_ena_queues_support)
|
58041
58130
|
SENSITIVE = []
|
58042
58131
|
include Aws::Structure
|
58043
58132
|
end
|
@@ -58604,6 +58693,10 @@ module Aws::EC2
|
|
58604
58693
|
# attaches to the instance.
|
58605
58694
|
# @return [Types::AttachmentEnaSrdSpecification]
|
58606
58695
|
#
|
58696
|
+
# @!attribute [rw] ena_queue_count
|
58697
|
+
# The number of ENA queues created with the instance.
|
58698
|
+
# @return [Integer]
|
58699
|
+
#
|
58607
58700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkInterfaceAttachment AWS API Documentation
|
58608
58701
|
#
|
58609
58702
|
class NetworkInterfaceAttachment < Struct.new(
|
@@ -58615,13 +58708,22 @@ module Aws::EC2
|
|
58615
58708
|
:instance_id,
|
58616
58709
|
:instance_owner_id,
|
58617
58710
|
:status,
|
58618
|
-
:ena_srd_specification
|
58711
|
+
:ena_srd_specification,
|
58712
|
+
:ena_queue_count)
|
58619
58713
|
SENSITIVE = []
|
58620
58714
|
include Aws::Structure
|
58621
58715
|
end
|
58622
58716
|
|
58623
58717
|
# Describes an attachment change.
|
58624
58718
|
#
|
58719
|
+
# @!attribute [rw] default_ena_queue_count
|
58720
|
+
# The default number of the ENA queues.
|
58721
|
+
# @return [Boolean]
|
58722
|
+
#
|
58723
|
+
# @!attribute [rw] ena_queue_count
|
58724
|
+
# The number of ENA queues to be created with the instance.
|
58725
|
+
# @return [Integer]
|
58726
|
+
#
|
58625
58727
|
# @!attribute [rw] attachment_id
|
58626
58728
|
# The ID of the network interface attachment.
|
58627
58729
|
# @return [String]
|
@@ -58634,6 +58736,8 @@ module Aws::EC2
|
|
58634
58736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkInterfaceAttachmentChanges AWS API Documentation
|
58635
58737
|
#
|
58636
58738
|
class NetworkInterfaceAttachmentChanges < Struct.new(
|
58739
|
+
:default_ena_queue_count,
|
58740
|
+
:ena_queue_count,
|
58637
58741
|
:attachment_id,
|
58638
58742
|
:delete_on_termination)
|
58639
58743
|
SENSITIVE = []
|
@@ -63748,6 +63852,10 @@ module Aws::EC2
|
|
63748
63852
|
# Any tags assigned to the resource.
|
63749
63853
|
# @return [Array<Types::Tag>]
|
63750
63854
|
#
|
63855
|
+
# @!attribute [rw] availability_zone_id
|
63856
|
+
# The ID of the Availability Zone.
|
63857
|
+
# @return [String]
|
63858
|
+
#
|
63751
63859
|
# @!attribute [rw] reserved_instances_id
|
63752
63860
|
# The ID of the Reserved Instance.
|
63753
63861
|
# @return [String]
|
@@ -63802,6 +63910,7 @@ module Aws::EC2
|
|
63802
63910
|
:recurring_charges,
|
63803
63911
|
:scope,
|
63804
63912
|
:tags,
|
63913
|
+
:availability_zone_id,
|
63805
63914
|
:reserved_instances_id,
|
63806
63915
|
:instance_type,
|
63807
63916
|
:availability_zone,
|
@@ -63845,6 +63954,10 @@ module Aws::EC2
|
|
63845
63954
|
# instances in a specific Availability Zone.
|
63846
63955
|
# @return [String]
|
63847
63956
|
#
|
63957
|
+
# @!attribute [rw] availability_zone_id
|
63958
|
+
# The ID of the Availability Zone.
|
63959
|
+
# @return [String]
|
63960
|
+
#
|
63848
63961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReservedInstancesConfiguration AWS API Documentation
|
63849
63962
|
#
|
63850
63963
|
class ReservedInstancesConfiguration < Struct.new(
|
@@ -63852,7 +63965,8 @@ module Aws::EC2
|
|
63852
63965
|
:instance_count,
|
63853
63966
|
:instance_type,
|
63854
63967
|
:platform,
|
63855
|
-
:scope
|
63968
|
+
:scope,
|
63969
|
+
:availability_zone_id)
|
63856
63970
|
SENSITIVE = []
|
63857
63971
|
include Aws::Structure
|
63858
63972
|
end
|
@@ -64061,6 +64175,10 @@ module Aws::EC2
|
|
64061
64175
|
# an Availability Zone.
|
64062
64176
|
# @return [String]
|
64063
64177
|
#
|
64178
|
+
# @!attribute [rw] availability_zone_id
|
64179
|
+
# The ID of the Availability Zone.
|
64180
|
+
# @return [String]
|
64181
|
+
#
|
64064
64182
|
# @!attribute [rw] reserved_instances_offering_id
|
64065
64183
|
# The ID of the Reserved Instance offering. This is the offering ID
|
64066
64184
|
# used in GetReservedInstancesExchangeQuote to confirm that an
|
@@ -64102,6 +64220,7 @@ module Aws::EC2
|
|
64102
64220
|
:pricing_details,
|
64103
64221
|
:recurring_charges,
|
64104
64222
|
:scope,
|
64223
|
+
:availability_zone_id,
|
64105
64224
|
:reserved_instances_offering_id,
|
64106
64225
|
:instance_type,
|
64107
64226
|
:availability_zone,
|
@@ -75649,6 +75768,10 @@ module Aws::EC2
|
|
75649
75768
|
# Information about the instances to which the volume is attached.
|
75650
75769
|
# @return [Array<Types::VolumeStatusAttachmentStatus>]
|
75651
75770
|
#
|
75771
|
+
# @!attribute [rw] availability_zone_id
|
75772
|
+
# The ID of the Availability Zone.
|
75773
|
+
# @return [String]
|
75774
|
+
#
|
75652
75775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VolumeStatusItem AWS API Documentation
|
75653
75776
|
#
|
75654
75777
|
class VolumeStatusItem < Struct.new(
|
@@ -75658,7 +75781,8 @@ module Aws::EC2
|
|
75658
75781
|
:events,
|
75659
75782
|
:volume_id,
|
75660
75783
|
:volume_status,
|
75661
|
-
:attachment_statuses
|
75784
|
+
:attachment_statuses,
|
75785
|
+
:availability_zone_id)
|
75662
75786
|
SENSITIVE = []
|
75663
75787
|
include Aws::Structure
|
75664
75788
|
end
|