aws-sdk-ec2 1.242.0 → 1.247.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -98,6 +98,8 @@ module Aws::EC2
98
98
  AssociateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'AssociateTransitGatewayMulticastDomainResult')
99
99
  AssociateTransitGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayRouteTableRequest')
100
100
  AssociateTransitGatewayRouteTableResult = Shapes::StructureShape.new(name: 'AssociateTransitGatewayRouteTableResult')
101
+ AssociateTrunkInterfaceRequest = Shapes::StructureShape.new(name: 'AssociateTrunkInterfaceRequest')
102
+ AssociateTrunkInterfaceResult = Shapes::StructureShape.new(name: 'AssociateTrunkInterfaceResult')
101
103
  AssociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockRequest')
102
104
  AssociateVpcCidrBlockResult = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockResult')
103
105
  AssociatedNetworkType = Shapes::StringShape.new(name: 'AssociatedNetworkType')
@@ -796,6 +798,9 @@ module Aws::EC2
796
798
  DescribeTransitGatewayVpcAttachmentsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayVpcAttachmentsResult')
797
799
  DescribeTransitGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewaysRequest')
798
800
  DescribeTransitGatewaysResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewaysResult')
801
+ DescribeTrunkInterfaceAssociationsMaxResults = Shapes::IntegerShape.new(name: 'DescribeTrunkInterfaceAssociationsMaxResults')
802
+ DescribeTrunkInterfaceAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeTrunkInterfaceAssociationsRequest')
803
+ DescribeTrunkInterfaceAssociationsResult = Shapes::StructureShape.new(name: 'DescribeTrunkInterfaceAssociationsResult')
799
804
  DescribeVolumeAttributeRequest = Shapes::StructureShape.new(name: 'DescribeVolumeAttributeRequest')
800
805
  DescribeVolumeAttributeResult = Shapes::StructureShape.new(name: 'DescribeVolumeAttributeResult')
801
806
  DescribeVolumeStatusRequest = Shapes::StructureShape.new(name: 'DescribeVolumeStatusRequest')
@@ -886,6 +891,8 @@ module Aws::EC2
886
891
  DisassociateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayMulticastDomainResult')
887
892
  DisassociateTransitGatewayRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayRouteTableRequest')
888
893
  DisassociateTransitGatewayRouteTableResult = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayRouteTableResult')
894
+ DisassociateTrunkInterfaceRequest = Shapes::StructureShape.new(name: 'DisassociateTrunkInterfaceRequest')
895
+ DisassociateTrunkInterfaceResult = Shapes::StructureShape.new(name: 'DisassociateTrunkInterfaceResult')
889
896
  DisassociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateVpcCidrBlockRequest')
890
897
  DisassociateVpcCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateVpcCidrBlockResult')
891
898
  DiskCount = Shapes::IntegerShape.new(name: 'DiskCount')
@@ -1279,6 +1286,7 @@ module Aws::EC2
1279
1286
  Integer = Shapes::IntegerShape.new(name: 'Integer')
1280
1287
  IntegrateServices = Shapes::StructureShape.new(name: 'IntegrateServices')
1281
1288
  InterfacePermissionType = Shapes::StringShape.new(name: 'InterfacePermissionType')
1289
+ InterfaceProtocolType = Shapes::StringShape.new(name: 'InterfaceProtocolType')
1282
1290
  InternetGateway = Shapes::StructureShape.new(name: 'InternetGateway')
1283
1291
  InternetGatewayAttachment = Shapes::StructureShape.new(name: 'InternetGatewayAttachment')
1284
1292
  InternetGatewayAttachmentList = Shapes::ListShape.new(name: 'InternetGatewayAttachmentList')
@@ -2135,6 +2143,10 @@ module Aws::EC2
2135
2143
  TransitGatewayVpcAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayVpcAttachmentList')
2136
2144
  TransitGatewayVpcAttachmentOptions = Shapes::StructureShape.new(name: 'TransitGatewayVpcAttachmentOptions')
2137
2145
  TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
2146
+ TrunkInterfaceAssociation = Shapes::StructureShape.new(name: 'TrunkInterfaceAssociation')
2147
+ TrunkInterfaceAssociationId = Shapes::StringShape.new(name: 'TrunkInterfaceAssociationId')
2148
+ TrunkInterfaceAssociationIdList = Shapes::ListShape.new(name: 'TrunkInterfaceAssociationIdList')
2149
+ TrunkInterfaceAssociationList = Shapes::ListShape.new(name: 'TrunkInterfaceAssociationList')
2138
2150
  TunnelInsideIpVersion = Shapes::StringShape.new(name: 'TunnelInsideIpVersion')
2139
2151
  TunnelOption = Shapes::StructureShape.new(name: 'TunnelOption')
2140
2152
  TunnelOptionsList = Shapes::ListShape.new(name: 'TunnelOptionsList')
@@ -2591,6 +2603,18 @@ module Aws::EC2
2591
2603
  AssociateTransitGatewayRouteTableResult.add_member(:association, Shapes::ShapeRef.new(shape: TransitGatewayAssociation, location_name: "association"))
2592
2604
  AssociateTransitGatewayRouteTableResult.struct_class = Types::AssociateTransitGatewayRouteTableResult
2593
2605
 
2606
+ AssociateTrunkInterfaceRequest.add_member(:branch_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "BranchInterfaceId"))
2607
+ AssociateTrunkInterfaceRequest.add_member(:trunk_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "TrunkInterfaceId"))
2608
+ AssociateTrunkInterfaceRequest.add_member(:vlan_id, Shapes::ShapeRef.new(shape: Integer, location_name: "VlanId"))
2609
+ AssociateTrunkInterfaceRequest.add_member(:gre_key, Shapes::ShapeRef.new(shape: Integer, location_name: "GreKey"))
2610
+ AssociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
2611
+ AssociateTrunkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2612
+ AssociateTrunkInterfaceRequest.struct_class = Types::AssociateTrunkInterfaceRequest
2613
+
2614
+ AssociateTrunkInterfaceResult.add_member(:interface_association, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociation, location_name: "interfaceAssociation"))
2615
+ AssociateTrunkInterfaceResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
2616
+ AssociateTrunkInterfaceResult.struct_class = Types::AssociateTrunkInterfaceResult
2617
+
2594
2618
  AssociateVpcCidrBlockRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
2595
2619
  AssociateVpcCidrBlockRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
2596
2620
  AssociateVpcCidrBlockRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
@@ -3340,6 +3364,7 @@ module Aws::EC2
3340
3364
  CreateFleetRequest.add_member(:valid_until, Shapes::ShapeRef.new(shape: DateTime, location_name: "ValidUntil"))
3341
3365
  CreateFleetRequest.add_member(:replace_unhealthy_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReplaceUnhealthyInstances"))
3342
3366
  CreateFleetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3367
+ CreateFleetRequest.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "Context"))
3343
3368
  CreateFleetRequest.struct_class = Types::CreateFleetRequest
3344
3369
 
3345
3370
  CreateFleetResult.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "fleetId"))
@@ -5528,6 +5553,17 @@ module Aws::EC2
5528
5553
  DescribeTransitGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5529
5554
  DescribeTransitGatewaysResult.struct_class = Types::DescribeTransitGatewaysResult
5530
5555
 
5556
+ DescribeTrunkInterfaceAssociationsRequest.add_member(:association_ids, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationIdList, location_name: "AssociationId"))
5557
+ DescribeTrunkInterfaceAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5558
+ DescribeTrunkInterfaceAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
5559
+ DescribeTrunkInterfaceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
5560
+ DescribeTrunkInterfaceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeTrunkInterfaceAssociationsMaxResults, location_name: "MaxResults"))
5561
+ DescribeTrunkInterfaceAssociationsRequest.struct_class = Types::DescribeTrunkInterfaceAssociationsRequest
5562
+
5563
+ DescribeTrunkInterfaceAssociationsResult.add_member(:interface_associations, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationList, location_name: "interfaceAssociationSet"))
5564
+ DescribeTrunkInterfaceAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
5565
+ DescribeTrunkInterfaceAssociationsResult.struct_class = Types::DescribeTrunkInterfaceAssociationsResult
5566
+
5531
5567
  DescribeVolumeAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: VolumeAttributeName, required: true, location_name: "Attribute"))
5532
5568
  DescribeVolumeAttributeRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
5533
5569
  DescribeVolumeAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -5897,6 +5933,15 @@ module Aws::EC2
5897
5933
  DisassociateTransitGatewayRouteTableResult.add_member(:association, Shapes::ShapeRef.new(shape: TransitGatewayAssociation, location_name: "association"))
5898
5934
  DisassociateTransitGatewayRouteTableResult.struct_class = Types::DisassociateTransitGatewayRouteTableResult
5899
5935
 
5936
+ DisassociateTrunkInterfaceRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationId, required: true, location_name: "AssociationId"))
5937
+ DisassociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
5938
+ DisassociateTrunkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5939
+ DisassociateTrunkInterfaceRequest.struct_class = Types::DisassociateTrunkInterfaceRequest
5940
+
5941
+ DisassociateTrunkInterfaceResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
5942
+ DisassociateTrunkInterfaceResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
5943
+ DisassociateTrunkInterfaceResult.struct_class = Types::DisassociateTrunkInterfaceResult
5944
+
5900
5945
  DisassociateVpcCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: VpcCidrAssociationId, required: true, location_name: "associationId"))
5901
5946
  DisassociateVpcCidrBlockRequest.struct_class = Types::DisassociateVpcCidrBlockRequest
5902
5947
 
@@ -6330,6 +6375,7 @@ module Aws::EC2
6330
6375
  FleetData.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
6331
6376
  FleetData.add_member(:errors, Shapes::ShapeRef.new(shape: DescribeFleetsErrorSet, location_name: "errorSet"))
6332
6377
  FleetData.add_member(:instances, Shapes::ShapeRef.new(shape: DescribeFleetsInstancesSet, location_name: "fleetInstanceSet"))
6378
+ FleetData.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
6333
6379
  FleetData.struct_class = Types::FleetData
6334
6380
 
6335
6381
  FleetIdSet.member = Shapes::ShapeRef.new(shape: FleetId)
@@ -7967,6 +8013,7 @@ module Aws::EC2
7967
8013
  ModifyFleetRequest.add_member(:launch_template_configs, Shapes::ShapeRef.new(shape: FleetLaunchTemplateConfigListRequest, location_name: "LaunchTemplateConfig"))
7968
8014
  ModifyFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "FleetId"))
7969
8015
  ModifyFleetRequest.add_member(:target_capacity_specification, Shapes::ShapeRef.new(shape: TargetCapacitySpecificationRequest, location_name: "TargetCapacitySpecification"))
8016
+ ModifyFleetRequest.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "Context"))
7970
8017
  ModifyFleetRequest.struct_class = Types::ModifyFleetRequest
7971
8018
 
7972
8019
  ModifyFleetResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -8137,6 +8184,7 @@ module Aws::EC2
8137
8184
  ModifySpotFleetRequestRequest.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: SpotFleetRequestId, required: true, location_name: "spotFleetRequestId"))
8138
8185
  ModifySpotFleetRequestRequest.add_member(:target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "targetCapacity"))
8139
8186
  ModifySpotFleetRequestRequest.add_member(:on_demand_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "OnDemandTargetCapacity"))
8187
+ ModifySpotFleetRequestRequest.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "Context"))
8140
8188
  ModifySpotFleetRequestRequest.struct_class = Types::ModifySpotFleetRequestRequest
8141
8189
 
8142
8190
  ModifySpotFleetRequestResponse.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -8869,6 +8917,7 @@ module Aws::EC2
8869
8917
  ProvisionByoipCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
8870
8918
  ProvisionByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8871
8919
  ProvisionByoipCidrRequest.add_member(:pool_tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "PoolTagSpecification"))
8920
+ ProvisionByoipCidrRequest.add_member(:multi_region, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiRegion"))
8872
8921
  ProvisionByoipCidrRequest.struct_class = Types::ProvisionByoipCidrRequest
8873
8922
 
8874
8923
  ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
@@ -9995,6 +10044,7 @@ module Aws::EC2
9995
10044
  SpotFleetRequestConfigData.add_member(:instance_interruption_behavior, Shapes::ShapeRef.new(shape: InstanceInterruptionBehavior, location_name: "instanceInterruptionBehavior"))
9996
10045
  SpotFleetRequestConfigData.add_member(:load_balancers_config, Shapes::ShapeRef.new(shape: LoadBalancersConfig, location_name: "loadBalancersConfig"))
9997
10046
  SpotFleetRequestConfigData.add_member(:instance_pools_to_use_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instancePoolsToUseCount"))
10047
+ SpotFleetRequestConfigData.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
9998
10048
  SpotFleetRequestConfigData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
9999
10049
  SpotFleetRequestConfigData.struct_class = Types::SpotFleetRequestConfigData
10000
10050
 
@@ -10664,6 +10714,19 @@ module Aws::EC2
10664
10714
  TransitGatewayVpcAttachmentOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "applianceModeSupport"))
10665
10715
  TransitGatewayVpcAttachmentOptions.struct_class = Types::TransitGatewayVpcAttachmentOptions
10666
10716
 
10717
+ TrunkInterfaceAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationId, location_name: "associationId"))
10718
+ TrunkInterfaceAssociation.add_member(:branch_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "branchInterfaceId"))
10719
+ TrunkInterfaceAssociation.add_member(:trunk_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "trunkInterfaceId"))
10720
+ TrunkInterfaceAssociation.add_member(:interface_protocol, Shapes::ShapeRef.new(shape: InterfaceProtocolType, location_name: "interfaceProtocol"))
10721
+ TrunkInterfaceAssociation.add_member(:vlan_id, Shapes::ShapeRef.new(shape: Integer, location_name: "vlanId"))
10722
+ TrunkInterfaceAssociation.add_member(:gre_key, Shapes::ShapeRef.new(shape: Integer, location_name: "greKey"))
10723
+ TrunkInterfaceAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
10724
+ TrunkInterfaceAssociation.struct_class = Types::TrunkInterfaceAssociation
10725
+
10726
+ TrunkInterfaceAssociationIdList.member = Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationId, location_name: "item")
10727
+
10728
+ TrunkInterfaceAssociationList.member = Shapes::ShapeRef.new(shape: TrunkInterfaceAssociation, location_name: "item")
10729
+
10667
10730
  TunnelOption.add_member(:outside_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "outsideIpAddress"))
10668
10731
  TunnelOption.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "tunnelInsideCidr"))
10669
10732
  TunnelOption.add_member(:tunnel_inside_ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "tunnelInsideIpv6Cidr"))
@@ -11307,6 +11370,14 @@ module Aws::EC2
11307
11370
  o.output = Shapes::ShapeRef.new(shape: AssociateTransitGatewayRouteTableResult)
11308
11371
  end)
11309
11372
 
11373
+ api.add_operation(:associate_trunk_interface, Seahorse::Model::Operation.new.tap do |o|
11374
+ o.name = "AssociateTrunkInterface"
11375
+ o.http_method = "POST"
11376
+ o.http_request_uri = "/"
11377
+ o.input = Shapes::ShapeRef.new(shape: AssociateTrunkInterfaceRequest)
11378
+ o.output = Shapes::ShapeRef.new(shape: AssociateTrunkInterfaceResult)
11379
+ end)
11380
+
11310
11381
  api.add_operation(:associate_vpc_cidr_block, Seahorse::Model::Operation.new.tap do |o|
11311
11382
  o.name = "AssociateVpcCidrBlock"
11312
11383
  o.http_method = "POST"
@@ -13746,6 +13817,14 @@ module Aws::EC2
13746
13817
  )
13747
13818
  end)
13748
13819
 
13820
+ api.add_operation(:describe_trunk_interface_associations, Seahorse::Model::Operation.new.tap do |o|
13821
+ o.name = "DescribeTrunkInterfaceAssociations"
13822
+ o.http_method = "POST"
13823
+ o.http_request_uri = "/"
13824
+ o.input = Shapes::ShapeRef.new(shape: DescribeTrunkInterfaceAssociationsRequest)
13825
+ o.output = Shapes::ShapeRef.new(shape: DescribeTrunkInterfaceAssociationsResult)
13826
+ end)
13827
+
13749
13828
  api.add_operation(:describe_volume_attribute, Seahorse::Model::Operation.new.tap do |o|
13750
13829
  o.name = "DescribeVolumeAttribute"
13751
13830
  o.http_method = "POST"
@@ -14116,6 +14195,14 @@ module Aws::EC2
14116
14195
  o.output = Shapes::ShapeRef.new(shape: DisassociateTransitGatewayRouteTableResult)
14117
14196
  end)
14118
14197
 
14198
+ api.add_operation(:disassociate_trunk_interface, Seahorse::Model::Operation.new.tap do |o|
14199
+ o.name = "DisassociateTrunkInterface"
14200
+ o.http_method = "POST"
14201
+ o.http_request_uri = "/"
14202
+ o.input = Shapes::ShapeRef.new(shape: DisassociateTrunkInterfaceRequest)
14203
+ o.output = Shapes::ShapeRef.new(shape: DisassociateTrunkInterfaceResult)
14204
+ end)
14205
+
14119
14206
  api.add_operation(:disassociate_vpc_cidr_block, Seahorse::Model::Operation.new.tap do |o|
14120
14207
  o.name = "DisassociateVpcCidrBlock"
14121
14208
  o.http_method = "POST"
@@ -331,7 +331,8 @@ module Aws::EC2
331
331
  data[:metadata_options]
332
332
  end
333
333
 
334
- # Indicates whether the instance is enabled for AWS Nitro Enclaves.
334
+ # Indicates whether the instance is enabled for Amazon Web Services
335
+ # Nitro Enclaves.
335
336
  # @return [Types::EnclaveOptions]
336
337
  def enclave_options
337
338
  data[:enclave_options]
@@ -1017,9 +1018,9 @@ module Aws::EC2
1017
1018
  # option with a PV instance can make it unreachable.
1018
1019
  # @option options [Types::BlobAttributeValue] :user_data
1019
1020
  # Changes the instance's user data to the specified value. If you are
1020
- # using an AWS SDK or command line tool, base64-encoding is performed
1021
- # for you, and you can load the text from a file. Otherwise, you must
1022
- # provide base64-encoded text.
1021
+ # using an Amazon Web Services SDK or command line tool, base64-encoding
1022
+ # is performed for you, and you can load the text from a file.
1023
+ # Otherwise, you must provide base64-encoded text.
1023
1024
  # @option options [String] :value
1024
1025
  # A new value for the attribute. Use only with the `kernel`, `ramdisk`,
1025
1026
  # `userData`, `disableApiTermination`, or
@@ -1538,12 +1539,13 @@ module Aws::EC2
1538
1539
  # with, if any.
1539
1540
  #
1540
1541
  # * `network-border-group` - A unique set of Availability Zones, Local
1541
- # Zones, or Wavelength Zones from where AWS advertises IP addresses.
1542
+ # Zones, or Wavelength Zones from where Amazon Web Services advertises
1543
+ # IP addresses.
1542
1544
  #
1543
1545
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1544
1546
  # that the address is associated with, if any.
1545
1547
  #
1546
- # * `network-interface-owner-id` - The AWS account ID of the owner.
1548
+ # * `network-interface-owner-id` - The account ID of the owner.
1547
1549
  #
1548
1550
  # * `private-ip-address` - \[EC2-VPC\] The private IP address associated
1549
1551
  # with the Elastic IP address.
@@ -83,7 +83,7 @@ module Aws::EC2
83
83
  data[:outpost_arn]
84
84
  end
85
85
 
86
- # The AWS account ID of the owner of the network interface.
86
+ # The account ID of the owner of the network interface.
87
87
  # @return [String]
88
88
  def owner_id
89
89
  data[:owner_id]
@@ -107,14 +107,15 @@ module Aws::EC2
107
107
  data[:private_ip_addresses]
108
108
  end
109
109
 
110
- # The alias or AWS account ID of the principal or service that created
111
- # the network interface.
110
+ # The alias or account ID of the principal or service that created the
111
+ # network interface.
112
112
  # @return [String]
113
113
  def requester_id
114
114
  data[:requester_id]
115
115
  end
116
116
 
117
- # Indicates whether the network interface is being managed by AWS.
117
+ # Indicates whether the network interface is being managed by Amazon Web
118
+ # Services.
118
119
  # @return [Boolean]
119
120
  def requester_managed
120
121
  data[:requester_managed]
@@ -413,7 +413,7 @@ module Aws::EC2
413
413
  # interface.
414
414
  #
415
415
  # * `network-interface.requester-managed` - Indicates whether the
416
- # network interface is being managed by AWS.
416
+ # network interface is being managed by Amazon Web Services.
417
417
  #
418
418
  # * `network-interface.status` - The status of the network interface
419
419
  # (`available`) \| `in-use`).
@@ -432,7 +432,7 @@ module Aws::EC2
432
432
  #
433
433
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
434
434
  #
435
- # * `owner-id` - The AWS account ID of the instance owner.
435
+ # * `owner-id` - The account ID of the instance owner.
436
436
  #
437
437
  # * `placement-group-name` - The name of the placement group for the
438
438
  # instance.
@@ -460,8 +460,8 @@ module Aws::EC2
460
460
  # terminate the instance). Similar to the state-reason-code filter.
461
461
  #
462
462
  # * `requester-id` - The ID of the entity that launched the instance on
463
- # your behalf (for example, AWS Management Console, Auto Scaling, and
464
- # so on).
463
+ # your behalf (for example, Management Console, Auto Scaling, and so
464
+ # on).
465
465
  #
466
466
  # * `reservation-id` - The ID of the instance's reservation. A
467
467
  # reservation ID is created any time you launch an instance. A
@@ -99,7 +99,7 @@ module Aws::EC2
99
99
  # },
100
100
  # ],
101
101
  # image_id: "ImageId",
102
- # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
102
+ # instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, t4g.nano, t4g.micro, t4g.small, t4g.medium, t4g.large, t4g.xlarge, t4g.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5b.large, r5b.xlarge, r5b.2xlarge, r5b.4xlarge, r5b.8xlarge, r5b.12xlarge, r5b.16xlarge, r5b.24xlarge, r5b.metal, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, r6g.metal, r6g.medium, r6g.large, r6g.xlarge, r6g.2xlarge, r6g.4xlarge, r6g.8xlarge, r6g.12xlarge, r6g.16xlarge, r6gd.metal, r6gd.medium, r6gd.large, r6gd.xlarge, r6gd.2xlarge, r6gd.4xlarge, r6gd.8xlarge, r6gd.12xlarge, r6gd.16xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5a.large, c5a.xlarge, c5a.2xlarge, c5a.4xlarge, c5a.8xlarge, c5a.12xlarge, c5a.16xlarge, c5a.24xlarge, c5ad.large, c5ad.xlarge, c5ad.2xlarge, c5ad.4xlarge, c5ad.8xlarge, c5ad.12xlarge, c5ad.16xlarge, c5ad.24xlarge, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, c5n.metal, c6g.metal, c6g.medium, c6g.large, c6g.xlarge, c6g.2xlarge, c6g.4xlarge, c6g.8xlarge, c6g.12xlarge, c6g.16xlarge, c6gd.metal, c6gd.medium, c6gd.large, c6gd.xlarge, c6gd.2xlarge, c6gd.4xlarge, c6gd.8xlarge, c6gd.12xlarge, c6gd.16xlarge, c6gn.medium, c6gn.large, c6gn.xlarge, c6gn.2xlarge, c6gn.4xlarge, c6gn.8xlarge, c6gn.12xlarge, c6gn.16xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4ad.4xlarge, g4ad.8xlarge, g4ad.16xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g4dn.metal, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, p4d.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, d3.xlarge, d3.2xlarge, d3.4xlarge, d3.8xlarge, d3en.xlarge, d3en.2xlarge, d3en.4xlarge, d3en.6xlarge, d3en.8xlarge, d3en.12xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, m5zn.large, m5zn.xlarge, m5zn.2xlarge, m5zn.3xlarge, m5zn.6xlarge, m5zn.12xlarge, m5zn.metal, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.56xlarge, u-6tb1.112xlarge, u-9tb1.112xlarge, u-12tb1.112xlarge, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5dn.metal, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, m5n.metal, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5dn.metal, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, r5n.metal, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge, m6g.metal, m6g.medium, m6g.large, m6g.xlarge, m6g.2xlarge, m6g.4xlarge, m6g.8xlarge, m6g.12xlarge, m6g.16xlarge, m6gd.metal, m6gd.medium, m6gd.large, m6gd.xlarge, m6gd.2xlarge, m6gd.4xlarge, m6gd.8xlarge, m6gd.12xlarge, m6gd.16xlarge, mac1.metal, x2gd.medium, x2gd.large, x2gd.xlarge, x2gd.2xlarge, x2gd.4xlarge, x2gd.8xlarge, x2gd.12xlarge, x2gd.16xlarge, x2gd.metal
103
103
  # ipv_6_address_count: 1,
104
104
  # ipv_6_addresses: [
105
105
  # {
@@ -326,7 +326,8 @@ module Aws::EC2
326
326
  # The ID of the RAM disk to select. Some kernels require additional
327
327
  # drivers at launch. Check the kernel requirements for information about
328
328
  # whether you need to specify a RAM disk. To find kernel requirements,
329
- # go to the AWS Resource Center and search for the kernel ID.
329
+ # go to the Amazon Web Services Resource Center and search for the
330
+ # kernel ID.
330
331
  #
331
332
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
332
333
  # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
@@ -504,8 +505,8 @@ module Aws::EC2
504
505
  # information, see [Hibernate your instance][1] in the *Amazon EC2 User
505
506
  # Guide*.
506
507
  #
507
- # You can't enable hibernation and AWS Nitro Enclaves on the same
508
- # instance.
508
+ # You can't enable hibernation and Amazon Web Services Nitro Enclaves
509
+ # on the same instance.
509
510
  #
510
511
  #
511
512
  #
@@ -520,12 +521,13 @@ module Aws::EC2
520
521
  #
521
522
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
522
523
  # @option options [Types::EnclaveOptionsRequest] :enclave_options
523
- # Indicates whether the instance is enabled for AWS Nitro Enclaves. For
524
- # more information, see [ What is AWS Nitro Enclaves?][1] in the *AWS
525
- # Nitro Enclaves User Guide*.
524
+ # Indicates whether the instance is enabled for Amazon Web Services
525
+ # Nitro Enclaves. For more information, see [ What is Amazon Web
526
+ # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
527
+ # Enclaves User Guide*.
526
528
  #
527
- # You can't enable AWS Nitro Enclaves and hibernation on the same
528
- # instance.
529
+ # You can't enable Amazon Web Services Nitro Enclaves and hibernation
530
+ # on the same instance.
529
531
  #
530
532
  #
531
533
  #
@@ -733,7 +735,7 @@ module Aws::EC2
733
735
  # },
734
736
  # ],
735
737
  # secondary_private_ip_address_count: 1,
736
- # interface_type: "efa", # accepts efa
738
+ # interface_type: "efa", # accepts efa, branch, trunk
737
739
  # subnet_id: "SubnetId", # required
738
740
  # tag_specifications: [
739
741
  # {
@@ -795,10 +797,14 @@ module Aws::EC2
795
797
  # Indicates the type of network interface. To create an Elastic Fabric
796
798
  # Adapter (EFA), specify `efa`. For more information, see [ Elastic
797
799
  # Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
800
+ # To create a trunk network interface, specify `efa`. For more
801
+ # information, see [ Network interface trunking][2] in the *Amazon
802
+ # Elastic Compute Cloud User Guide*.
798
803
  #
799
804
  #
800
805
  #
801
806
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
807
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
802
808
  # @option options [required, String] :subnet_id
803
809
  # The ID of the subnet to associate with the network interface.
804
810
  # @option options [Array<Types::TagSpecification>] :tag_specifications
@@ -1680,12 +1686,13 @@ module Aws::EC2
1680
1686
  # with, if any.
1681
1687
  #
1682
1688
  # * `network-border-group` - A unique set of Availability Zones, Local
1683
- # Zones, or Wavelength Zones from where AWS advertises IP addresses.
1689
+ # Zones, or Wavelength Zones from where Amazon Web Services advertises
1690
+ # IP addresses.
1684
1691
  #
1685
1692
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
1686
1693
  # that the address is associated with, if any.
1687
1694
  #
1688
- # * `network-interface-owner-id` - The AWS account ID of the owner.
1695
+ # * `network-interface-owner-id` - The account ID of the owner.
1689
1696
  #
1690
1697
  # * `private-ip-address` - \[EC2-VPC\] The private IP address associated
1691
1698
  # with the Elastic IP address.
@@ -2168,7 +2175,7 @@ module Aws::EC2
2168
2175
  # interface.
2169
2176
  #
2170
2177
  # * `network-interface.requester-managed` - Indicates whether the
2171
- # network interface is being managed by AWS.
2178
+ # network interface is being managed by Amazon Web Services.
2172
2179
  #
2173
2180
  # * `network-interface.status` - The status of the network interface
2174
2181
  # (`available`) \| `in-use`).
@@ -2187,7 +2194,7 @@ module Aws::EC2
2187
2194
  #
2188
2195
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
2189
2196
  #
2190
- # * `owner-id` - The AWS account ID of the instance owner.
2197
+ # * `owner-id` - The account ID of the instance owner.
2191
2198
  #
2192
2199
  # * `placement-group-name` - The name of the placement group for the
2193
2200
  # instance.
@@ -2215,8 +2222,8 @@ module Aws::EC2
2215
2222
  # terminate the instance). Similar to the state-reason-code filter.
2216
2223
  #
2217
2224
  # * `requester-id` - The ID of the entity that launched the instance on
2218
- # your behalf (for example, AWS Management Console, Auto Scaling, and
2219
- # so on).
2225
+ # your behalf (for example, Management Console, Auto Scaling, and so
2226
+ # on).
2220
2227
  #
2221
2228
  # * `reservation-id` - The ID of the instance's reservation. A
2222
2229
  # reservation ID is created any time you launch an instance. A
@@ -2699,7 +2706,7 @@ module Aws::EC2
2699
2706
  #
2700
2707
  # * `network-interface-id` - The ID of the network interface.
2701
2708
  #
2702
- # * `owner-id` - The AWS account ID of the network interface owner.
2709
+ # * `owner-id` - The account ID of the network interface owner.
2703
2710
  #
2704
2711
  # * `private-ip-address` - The private IPv4 address or addresses of the
2705
2712
  # network interface.
@@ -2707,11 +2714,11 @@ module Aws::EC2
2707
2714
  # * `private-dns-name` - The private DNS name of the network interface
2708
2715
  # (IPv4).
2709
2716
  #
2710
- # * `requester-id` - The alias or AWS account ID of the principal or
2711
- # service that created the network interface.
2717
+ # * `requester-id` - The alias or account ID of the principal or service
2718
+ # that created the network interface.
2712
2719
  #
2713
2720
  # * `requester-managed` - Indicates whether the network interface is
2714
- # being managed by an AWS service (for example, AWS Management
2721
+ # being managed by an Amazon Web Service (for example, Management
2715
2722
  # Console, Auto Scaling, and so on).
2716
2723
  #
2717
2724
  # * `source-dest-check` - Indicates whether the network interface
@@ -3443,12 +3450,13 @@ module Aws::EC2
3443
3450
  # with, if any.
3444
3451
  #
3445
3452
  # * `network-border-group` - A unique set of Availability Zones, Local
3446
- # Zones, or Wavelength Zones from where AWS advertises IP addresses.
3453
+ # Zones, or Wavelength Zones from where Amazon Web Services advertises
3454
+ # IP addresses.
3447
3455
  #
3448
3456
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
3449
3457
  # that the address is associated with, if any.
3450
3458
  #
3451
- # * `network-interface-owner-id` - The AWS account ID of the owner.
3459
+ # * `network-interface-owner-id` - The account ID of the owner.
3452
3460
  #
3453
3461
  # * `private-ip-address` - \[EC2-VPC\] The private IP address associated
3454
3462
  # with the Elastic IP address.