aws-sdk-ec2 1.411.0 → 1.412.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2484,8 +2484,6 @@ module Aws::EC2
2484
2484
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
2485
2485
  # for example, `2021-09-29T*`, which matches an entire day.
2486
2486
  #
2487
- # * `license-pool` -
2488
- #
2489
2487
  # * `maintenance-options.auto-recovery` - The current automatic recovery
2490
2488
  # behavior of the instance (`disabled` \| `default`).
2491
2489
  #
@@ -2514,25 +2512,37 @@ module Aws::EC2
2514
2512
  # * `monitoring-state` - Indicates whether detailed monitoring is
2515
2513
  # enabled (`disabled` \| `enabled`).
2516
2514
  #
2517
- # * `network-interface.addresses.primary` - Specifies whether the IPv4
2518
- # address of the network interface is the primary private IPv4
2519
- # address.
2515
+ # * `network-interface.addresses.association.allocation-id` - The
2516
+ # allocation ID.
2520
2517
  #
2521
- # * `network-interface.addresses.private-ip-address` - The private IPv4
2522
- # address associated with the network interface.
2518
+ # * `network-interface.addresses.association.association-id` - The
2519
+ # association ID.
2520
+ #
2521
+ # * `network-interface.addresses.association.carrier-ip` - The carrier
2522
+ # IP address.
2523
+ #
2524
+ # * `network-interface.addresses.association.customer-owned-ip` - The
2525
+ # customer-owned IP address.
2526
+ #
2527
+ # * `network-interface.addresses.association.ip-owner-id` - The owner ID
2528
+ # of the private IPv4 address associated with the network interface.
2529
+ #
2530
+ # * `network-interface.addresses.association.public-dns-name` - The
2531
+ # public DNS name.
2523
2532
  #
2524
2533
  # * `network-interface.addresses.association.public-ip` - The ID of the
2525
2534
  # association of an Elastic IP address (IPv4) with a network
2526
2535
  # interface.
2527
2536
  #
2528
- # * `network-interface.addresses.association.ip-owner-id` - The owner ID
2529
- # of the private IPv4 address associated with the network interface.
2537
+ # * `network-interface.addresses.primary` - Specifies whether the IPv4
2538
+ # address of the network interface is the primary private IPv4
2539
+ # address.
2530
2540
  #
2531
- # * `network-interface.association.public-ip` - The address of the
2532
- # Elastic IP address (IPv4) bound to the network interface.
2541
+ # * `network-interface.addresses.private-dns-name` - The private DNS
2542
+ # name.
2533
2543
  #
2534
- # * `network-interface.association.ip-owner-id` - The owner of the
2535
- # Elastic IP address (IPv4) associated with the network interface.
2544
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
2545
+ # address associated with the network interface.
2536
2546
  #
2537
2547
  # * `network-interface.association.allocation-id` - The allocation ID
2538
2548
  # returned when you allocated the Elastic IP address (IPv4) for your
@@ -2542,30 +2552,52 @@ module Aws::EC2
2542
2552
  # returned when the network interface was associated with an IPv4
2543
2553
  # address.
2544
2554
  #
2555
+ # * `network-interface.association.carrier-ip` - The customer-owned IP
2556
+ # address.
2557
+ #
2558
+ # * `network-interface.association.customer-owned-ip` - The
2559
+ # customer-owned IP address.
2560
+ #
2561
+ # * `network-interface.association.ip-owner-id` - The owner of the
2562
+ # Elastic IP address (IPv4) associated with the network interface.
2563
+ #
2564
+ # * `network-interface.association.public-dns-name` - The public DNS
2565
+ # name.
2566
+ #
2567
+ # * `network-interface.association.public-ip` - The address of the
2568
+ # Elastic IP address (IPv4) bound to the network interface.
2569
+ #
2570
+ # * `network-interface.attachment.attach-time` - The time that the
2571
+ # network interface was attached to an instance.
2572
+ #
2545
2573
  # * `network-interface.attachment.attachment-id` - The ID of the
2546
2574
  # interface attachment.
2547
2575
  #
2576
+ # * `network-interface.attachment.delete-on-termination` - Specifies
2577
+ # whether the attachment is deleted when an instance is terminated.
2578
+ #
2579
+ # * `network-interface.attachment.device-index` - The device index to
2580
+ # which the network interface is attached.
2581
+ #
2548
2582
  # * `network-interface.attachment.instance-id` - The ID of the instance
2549
2583
  # to which the network interface is attached.
2550
2584
  #
2551
2585
  # * `network-interface.attachment.instance-owner-id` - The owner ID of
2552
2586
  # the instance to which the network interface is attached.
2553
2587
  #
2554
- # * `network-interface.attachment.device-index` - The device index to
2555
- # which the network interface is attached.
2588
+ # * `network-interface.attachment.network-card-index` - The index of the
2589
+ # network card.
2556
2590
  #
2557
2591
  # * `network-interface.attachment.status` - The status of the attachment
2558
2592
  # (`attaching` \| `attached` \| `detaching` \| `detached`).
2559
2593
  #
2560
- # * `network-interface.attachment.attach-time` - The time that the
2561
- # network interface was attached to an instance.
2562
- #
2563
- # * `network-interface.attachment.delete-on-termination` - Specifies
2564
- # whether the attachment is deleted when an instance is terminated.
2565
- #
2566
2594
  # * `network-interface.availability-zone` - The Availability Zone for
2567
2595
  # the network interface.
2568
2596
  #
2597
+ # * `network-interface.deny-all-igw-traffic` - A Boolean that indicates
2598
+ # whether a network interface with an IPv6 address is unreachable from
2599
+ # the public internet.
2600
+ #
2569
2601
  # * `network-interface.description` - The description of the network
2570
2602
  # interface.
2571
2603
  #
@@ -2575,21 +2607,42 @@ module Aws::EC2
2575
2607
  # * `network-interface.group-name` - The name of a security group
2576
2608
  # associated with the network interface.
2577
2609
  #
2610
+ # * `network-interface.ipv4-prefixes.ipv4-prefix` - The IPv4 prefixes
2611
+ # that are assigned to the network interface.
2612
+ #
2613
+ # * `network-interface.ipv6-address` - The IPv6 address associated with
2614
+ # the network interface.
2615
+ #
2578
2616
  # * `network-interface.ipv6-addresses.ipv6-address` - The IPv6 address
2579
2617
  # associated with the network interface.
2580
2618
  #
2619
+ # * `network-interface.ipv6-addresses.is-primary-ipv6` - A Boolean that
2620
+ # indicates whether this is the primary IPv6 address.
2621
+ #
2622
+ # * `network-interface.ipv6-native` - A Boolean that indicates whether
2623
+ # this is an IPv6 only network interface.
2624
+ #
2625
+ # * `network-interface.ipv6-prefixes.ipv6-prefix` - The IPv6 prefix
2626
+ # assigned to the network interface.
2627
+ #
2581
2628
  # * `network-interface.mac-address` - The MAC address of the network
2582
2629
  # interface.
2583
2630
  #
2584
2631
  # * `network-interface.network-interface-id` - The ID of the network
2585
2632
  # interface.
2586
2633
  #
2634
+ # * `network-interface.outpost-arn` - The ARN of the Outpost.
2635
+ #
2587
2636
  # * `network-interface.owner-id` - The ID of the owner of the network
2588
2637
  # interface.
2589
2638
  #
2590
2639
  # * `network-interface.private-dns-name` - The private DNS name of the
2591
2640
  # network interface.
2592
2641
  #
2642
+ # * `network-interface.private-ip-address` - The private IPv4 address.
2643
+ #
2644
+ # * `network-interface.public-dns-name` - The public DNS name.
2645
+ #
2593
2646
  # * `network-interface.requester-id` - The requester ID for the network
2594
2647
  # interface.
2595
2648
  #
@@ -2608,6 +2661,12 @@ module Aws::EC2
2608
2661
  # * `network-interface.subnet-id` - The ID of the subnet for the network
2609
2662
  # interface.
2610
2663
  #
2664
+ # * `network-interface.tag-key` - The key of a tag assigned to the
2665
+ # network interface.
2666
+ #
2667
+ # * `network-interface.tag-value` - The value of a tag assigned to the
2668
+ # network interface.
2669
+ #
2611
2670
  # * `network-interface.vpc-id` - The ID of the VPC for the network
2612
2671
  # interface.
2613
2672
  #
@@ -3117,24 +3176,24 @@ module Aws::EC2
3117
3176
  # @option options [Array<Types::Filter>] :filters
3118
3177
  # One or more filters.
3119
3178
  #
3120
- # * `addresses.private-ip-address` - The private IPv4 addresses
3121
- # associated with the network interface.
3179
+ # * `association.allocation-id` - The allocation ID returned when you
3180
+ # allocated the Elastic IP address (IPv4) for your network interface.
3122
3181
  #
3123
- # * `addresses.primary` - Whether the private IPv4 address is the
3124
- # primary IP address associated with the network interface.
3182
+ # * `association.association-id` - The association ID returned when the
3183
+ # network interface was associated with an IPv4 address.
3184
+ #
3185
+ # * `addresses.association.owner-id` - The owner ID of the addresses
3186
+ # associated with the network interface.
3125
3187
  #
3126
3188
  # * `addresses.association.public-ip` - The association ID returned when
3127
3189
  # the network interface was associated with the Elastic IP address
3128
3190
  # (IPv4).
3129
3191
  #
3130
- # * `addresses.association.owner-id` - The owner ID of the addresses
3131
- # associated with the network interface.
3132
- #
3133
- # * `association.association-id` - The association ID returned when the
3134
- # network interface was associated with an IPv4 address.
3192
+ # * `addresses.primary` - Whether the private IPv4 address is the
3193
+ # primary IP address associated with the network interface.
3135
3194
  #
3136
- # * `association.allocation-id` - The allocation ID returned when you
3137
- # allocated the Elastic IP address (IPv4) for your network interface.
3195
+ # * `addresses.private-ip-address` - The private IPv4 addresses
3196
+ # associated with the network interface.
3138
3197
  #
3139
3198
  # * `association.ip-owner-id` - The owner of the Elastic IP address
3140
3199
  # (IPv4) associated with the network interface.
@@ -3145,11 +3204,11 @@ module Aws::EC2
3145
3204
  # * `association.public-dns-name` - The public DNS name for the network
3146
3205
  # interface (IPv4).
3147
3206
  #
3148
- # * `attachment.attachment-id` - The ID of the interface attachment.
3149
- #
3150
3207
  # * `attachment.attach-time` - The time that the network interface was
3151
3208
  # attached to an instance.
3152
3209
  #
3210
+ # * `attachment.attachment-id` - The ID of the interface attachment.
3211
+ #
3153
3212
  # * `attachment.delete-on-termination` - Indicates whether the
3154
3213
  # attachment is deleted when an instance is terminated.
3155
3214
  #
@@ -3173,19 +3232,17 @@ module Aws::EC2
3173
3232
  # * `group-id` - The ID of a security group associated with the network
3174
3233
  # interface.
3175
3234
  #
3176
- # * `group-name` - The name of a security group associated with the
3177
- # network interface.
3178
- #
3179
3235
  # * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
3180
3236
  # network interface.
3181
3237
  #
3182
3238
  # * `interface-type` - The type of network interface
3183
3239
  # (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
3184
- # `branch` \| `efa` \| `gateway_load_balancer` \|
3185
- # `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
3186
- # `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
3187
- # `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
3188
- # `transit_gateway` \| `trunk` \| `vpc_endpoint`).
3240
+ # `branch` \| `ec2_instance_connect_endpoint` \| `efa` \| `efs` \|
3241
+ # `gateway_load_balancer` \| `gateway_load_balancer_endpoint` \|
3242
+ # `global_accelerator_managed` \| `interface` \| `iot_rules_managed`
3243
+ # \| `lambda` \| `load_balancer` \| `nat_gateway` \|
3244
+ # `network_load_balancer` \| `quicksight` \| `transit_gateway` \|
3245
+ # `trunk` \| `vpc_endpoint`).
3189
3246
  #
3190
3247
  # * `mac-address` - The MAC address of the network interface.
3191
3248
  #
@@ -3194,12 +3251,12 @@ module Aws::EC2
3194
3251
  # * `owner-id` - The Amazon Web Services account ID of the network
3195
3252
  # interface owner.
3196
3253
  #
3197
- # * `private-ip-address` - The private IPv4 address or addresses of the
3198
- # network interface.
3199
- #
3200
3254
  # * `private-dns-name` - The private DNS name of the network interface
3201
3255
  # (IPv4).
3202
3256
  #
3257
+ # * `private-ip-address` - The private IPv4 address or addresses of the
3258
+ # network interface.
3259
+ #
3203
3260
  # * `requester-id` - The alias or Amazon Web Services account ID of the
3204
3261
  # principal or service that created the network interface.
3205
3262
  #
@@ -1266,8 +1266,6 @@ module Aws::EC2
1266
1266
  # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
1267
1267
  # for example, `2021-09-29T*`, which matches an entire day.
1268
1268
  #
1269
- # * `license-pool` -
1270
- #
1271
1269
  # * `maintenance-options.auto-recovery` - The current automatic recovery
1272
1270
  # behavior of the instance (`disabled` \| `default`).
1273
1271
  #
@@ -1296,25 +1294,37 @@ module Aws::EC2
1296
1294
  # * `monitoring-state` - Indicates whether detailed monitoring is
1297
1295
  # enabled (`disabled` \| `enabled`).
1298
1296
  #
1299
- # * `network-interface.addresses.primary` - Specifies whether the IPv4
1300
- # address of the network interface is the primary private IPv4
1301
- # address.
1297
+ # * `network-interface.addresses.association.allocation-id` - The
1298
+ # allocation ID.
1302
1299
  #
1303
- # * `network-interface.addresses.private-ip-address` - The private IPv4
1304
- # address associated with the network interface.
1300
+ # * `network-interface.addresses.association.association-id` - The
1301
+ # association ID.
1302
+ #
1303
+ # * `network-interface.addresses.association.carrier-ip` - The carrier
1304
+ # IP address.
1305
+ #
1306
+ # * `network-interface.addresses.association.customer-owned-ip` - The
1307
+ # customer-owned IP address.
1308
+ #
1309
+ # * `network-interface.addresses.association.ip-owner-id` - The owner ID
1310
+ # of the private IPv4 address associated with the network interface.
1311
+ #
1312
+ # * `network-interface.addresses.association.public-dns-name` - The
1313
+ # public DNS name.
1305
1314
  #
1306
1315
  # * `network-interface.addresses.association.public-ip` - The ID of the
1307
1316
  # association of an Elastic IP address (IPv4) with a network
1308
1317
  # interface.
1309
1318
  #
1310
- # * `network-interface.addresses.association.ip-owner-id` - The owner ID
1311
- # of the private IPv4 address associated with the network interface.
1319
+ # * `network-interface.addresses.primary` - Specifies whether the IPv4
1320
+ # address of the network interface is the primary private IPv4
1321
+ # address.
1312
1322
  #
1313
- # * `network-interface.association.public-ip` - The address of the
1314
- # Elastic IP address (IPv4) bound to the network interface.
1323
+ # * `network-interface.addresses.private-dns-name` - The private DNS
1324
+ # name.
1315
1325
  #
1316
- # * `network-interface.association.ip-owner-id` - The owner of the
1317
- # Elastic IP address (IPv4) associated with the network interface.
1326
+ # * `network-interface.addresses.private-ip-address` - The private IPv4
1327
+ # address associated with the network interface.
1318
1328
  #
1319
1329
  # * `network-interface.association.allocation-id` - The allocation ID
1320
1330
  # returned when you allocated the Elastic IP address (IPv4) for your
@@ -1324,30 +1334,52 @@ module Aws::EC2
1324
1334
  # returned when the network interface was associated with an IPv4
1325
1335
  # address.
1326
1336
  #
1337
+ # * `network-interface.association.carrier-ip` - The customer-owned IP
1338
+ # address.
1339
+ #
1340
+ # * `network-interface.association.customer-owned-ip` - The
1341
+ # customer-owned IP address.
1342
+ #
1343
+ # * `network-interface.association.ip-owner-id` - The owner of the
1344
+ # Elastic IP address (IPv4) associated with the network interface.
1345
+ #
1346
+ # * `network-interface.association.public-dns-name` - The public DNS
1347
+ # name.
1348
+ #
1349
+ # * `network-interface.association.public-ip` - The address of the
1350
+ # Elastic IP address (IPv4) bound to the network interface.
1351
+ #
1352
+ # * `network-interface.attachment.attach-time` - The time that the
1353
+ # network interface was attached to an instance.
1354
+ #
1327
1355
  # * `network-interface.attachment.attachment-id` - The ID of the
1328
1356
  # interface attachment.
1329
1357
  #
1358
+ # * `network-interface.attachment.delete-on-termination` - Specifies
1359
+ # whether the attachment is deleted when an instance is terminated.
1360
+ #
1361
+ # * `network-interface.attachment.device-index` - The device index to
1362
+ # which the network interface is attached.
1363
+ #
1330
1364
  # * `network-interface.attachment.instance-id` - The ID of the instance
1331
1365
  # to which the network interface is attached.
1332
1366
  #
1333
1367
  # * `network-interface.attachment.instance-owner-id` - The owner ID of
1334
1368
  # the instance to which the network interface is attached.
1335
1369
  #
1336
- # * `network-interface.attachment.device-index` - The device index to
1337
- # which the network interface is attached.
1370
+ # * `network-interface.attachment.network-card-index` - The index of the
1371
+ # network card.
1338
1372
  #
1339
1373
  # * `network-interface.attachment.status` - The status of the attachment
1340
1374
  # (`attaching` \| `attached` \| `detaching` \| `detached`).
1341
1375
  #
1342
- # * `network-interface.attachment.attach-time` - The time that the
1343
- # network interface was attached to an instance.
1344
- #
1345
- # * `network-interface.attachment.delete-on-termination` - Specifies
1346
- # whether the attachment is deleted when an instance is terminated.
1347
- #
1348
1376
  # * `network-interface.availability-zone` - The Availability Zone for
1349
1377
  # the network interface.
1350
1378
  #
1379
+ # * `network-interface.deny-all-igw-traffic` - A Boolean that indicates
1380
+ # whether a network interface with an IPv6 address is unreachable from
1381
+ # the public internet.
1382
+ #
1351
1383
  # * `network-interface.description` - The description of the network
1352
1384
  # interface.
1353
1385
  #
@@ -1357,21 +1389,42 @@ module Aws::EC2
1357
1389
  # * `network-interface.group-name` - The name of a security group
1358
1390
  # associated with the network interface.
1359
1391
  #
1392
+ # * `network-interface.ipv4-prefixes.ipv4-prefix` - The IPv4 prefixes
1393
+ # that are assigned to the network interface.
1394
+ #
1395
+ # * `network-interface.ipv6-address` - The IPv6 address associated with
1396
+ # the network interface.
1397
+ #
1360
1398
  # * `network-interface.ipv6-addresses.ipv6-address` - The IPv6 address
1361
1399
  # associated with the network interface.
1362
1400
  #
1401
+ # * `network-interface.ipv6-addresses.is-primary-ipv6` - A Boolean that
1402
+ # indicates whether this is the primary IPv6 address.
1403
+ #
1404
+ # * `network-interface.ipv6-native` - A Boolean that indicates whether
1405
+ # this is an IPv6 only network interface.
1406
+ #
1407
+ # * `network-interface.ipv6-prefixes.ipv6-prefix` - The IPv6 prefix
1408
+ # assigned to the network interface.
1409
+ #
1363
1410
  # * `network-interface.mac-address` - The MAC address of the network
1364
1411
  # interface.
1365
1412
  #
1366
1413
  # * `network-interface.network-interface-id` - The ID of the network
1367
1414
  # interface.
1368
1415
  #
1416
+ # * `network-interface.outpost-arn` - The ARN of the Outpost.
1417
+ #
1369
1418
  # * `network-interface.owner-id` - The ID of the owner of the network
1370
1419
  # interface.
1371
1420
  #
1372
1421
  # * `network-interface.private-dns-name` - The private DNS name of the
1373
1422
  # network interface.
1374
1423
  #
1424
+ # * `network-interface.private-ip-address` - The private IPv4 address.
1425
+ #
1426
+ # * `network-interface.public-dns-name` - The public DNS name.
1427
+ #
1375
1428
  # * `network-interface.requester-id` - The requester ID for the network
1376
1429
  # interface.
1377
1430
  #
@@ -1390,6 +1443,12 @@ module Aws::EC2
1390
1443
  # * `network-interface.subnet-id` - The ID of the subnet for the network
1391
1444
  # interface.
1392
1445
  #
1446
+ # * `network-interface.tag-key` - The key of a tag assigned to the
1447
+ # network interface.
1448
+ #
1449
+ # * `network-interface.tag-value` - The value of a tag assigned to the
1450
+ # network interface.
1451
+ #
1393
1452
  # * `network-interface.vpc-id` - The ID of the VPC for the network
1394
1453
  # interface.
1395
1454
  #
@@ -1629,24 +1688,24 @@ module Aws::EC2
1629
1688
  # @option options [Array<Types::Filter>] :filters
1630
1689
  # One or more filters.
1631
1690
  #
1632
- # * `addresses.private-ip-address` - The private IPv4 addresses
1633
- # associated with the network interface.
1691
+ # * `association.allocation-id` - The allocation ID returned when you
1692
+ # allocated the Elastic IP address (IPv4) for your network interface.
1634
1693
  #
1635
- # * `addresses.primary` - Whether the private IPv4 address is the
1636
- # primary IP address associated with the network interface.
1694
+ # * `association.association-id` - The association ID returned when the
1695
+ # network interface was associated with an IPv4 address.
1696
+ #
1697
+ # * `addresses.association.owner-id` - The owner ID of the addresses
1698
+ # associated with the network interface.
1637
1699
  #
1638
1700
  # * `addresses.association.public-ip` - The association ID returned when
1639
1701
  # the network interface was associated with the Elastic IP address
1640
1702
  # (IPv4).
1641
1703
  #
1642
- # * `addresses.association.owner-id` - The owner ID of the addresses
1643
- # associated with the network interface.
1644
- #
1645
- # * `association.association-id` - The association ID returned when the
1646
- # network interface was associated with an IPv4 address.
1704
+ # * `addresses.primary` - Whether the private IPv4 address is the
1705
+ # primary IP address associated with the network interface.
1647
1706
  #
1648
- # * `association.allocation-id` - The allocation ID returned when you
1649
- # allocated the Elastic IP address (IPv4) for your network interface.
1707
+ # * `addresses.private-ip-address` - The private IPv4 addresses
1708
+ # associated with the network interface.
1650
1709
  #
1651
1710
  # * `association.ip-owner-id` - The owner of the Elastic IP address
1652
1711
  # (IPv4) associated with the network interface.
@@ -1657,11 +1716,11 @@ module Aws::EC2
1657
1716
  # * `association.public-dns-name` - The public DNS name for the network
1658
1717
  # interface (IPv4).
1659
1718
  #
1660
- # * `attachment.attachment-id` - The ID of the interface attachment.
1661
- #
1662
1719
  # * `attachment.attach-time` - The time that the network interface was
1663
1720
  # attached to an instance.
1664
1721
  #
1722
+ # * `attachment.attachment-id` - The ID of the interface attachment.
1723
+ #
1665
1724
  # * `attachment.delete-on-termination` - Indicates whether the
1666
1725
  # attachment is deleted when an instance is terminated.
1667
1726
  #
@@ -1685,19 +1744,17 @@ module Aws::EC2
1685
1744
  # * `group-id` - The ID of a security group associated with the network
1686
1745
  # interface.
1687
1746
  #
1688
- # * `group-name` - The name of a security group associated with the
1689
- # network interface.
1690
- #
1691
1747
  # * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the
1692
1748
  # network interface.
1693
1749
  #
1694
1750
  # * `interface-type` - The type of network interface
1695
1751
  # (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
1696
- # `branch` \| `efa` \| `gateway_load_balancer` \|
1697
- # `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \|
1698
- # `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \|
1699
- # `nat_gateway` \| `network_load_balancer` \| `quicksight` \|
1700
- # `transit_gateway` \| `trunk` \| `vpc_endpoint`).
1752
+ # `branch` \| `ec2_instance_connect_endpoint` \| `efa` \| `efs` \|
1753
+ # `gateway_load_balancer` \| `gateway_load_balancer_endpoint` \|
1754
+ # `global_accelerator_managed` \| `interface` \| `iot_rules_managed`
1755
+ # \| `lambda` \| `load_balancer` \| `nat_gateway` \|
1756
+ # `network_load_balancer` \| `quicksight` \| `transit_gateway` \|
1757
+ # `trunk` \| `vpc_endpoint`).
1701
1758
  #
1702
1759
  # * `mac-address` - The MAC address of the network interface.
1703
1760
  #
@@ -1706,12 +1763,12 @@ module Aws::EC2
1706
1763
  # * `owner-id` - The Amazon Web Services account ID of the network
1707
1764
  # interface owner.
1708
1765
  #
1709
- # * `private-ip-address` - The private IPv4 address or addresses of the
1710
- # network interface.
1711
- #
1712
1766
  # * `private-dns-name` - The private DNS name of the network interface
1713
1767
  # (IPv4).
1714
1768
  #
1769
+ # * `private-ip-address` - The private IPv4 address or addresses of the
1770
+ # network interface.
1771
+ #
1715
1772
  # * `requester-id` - The alias or Amazon Web Services account ID of the
1716
1773
  # principal or service that created the network interface.
1717
1774
  #