aws-sdk-ec2 1.334.0 → 1.336.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.
@@ -4530,6 +4530,9 @@ module Aws::EC2
4530
4530
  # resp.capacity_reservation.outpost_arn #=> String
4531
4531
  # resp.capacity_reservation.capacity_reservation_fleet_id #=> String
4532
4532
  # resp.capacity_reservation.placement_group_arn #=> String
4533
+ # resp.capacity_reservation.capacity_allocations #=> Array
4534
+ # resp.capacity_reservation.capacity_allocations[0].allocation_type #=> String, one of "used"
4535
+ # resp.capacity_reservation.capacity_allocations[0].count #=> Integer
4533
4536
  #
4534
4537
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateCapacityReservation AWS API Documentation
4535
4538
  #
@@ -18343,6 +18346,9 @@ module Aws::EC2
18343
18346
  # resp.capacity_reservations[0].outpost_arn #=> String
18344
18347
  # resp.capacity_reservations[0].capacity_reservation_fleet_id #=> String
18345
18348
  # resp.capacity_reservations[0].placement_group_arn #=> String
18349
+ # resp.capacity_reservations[0].capacity_allocations #=> Array
18350
+ # resp.capacity_reservations[0].capacity_allocations[0].allocation_type #=> String, one of "used"
18351
+ # resp.capacity_reservations[0].capacity_allocations[0].count #=> Integer
18346
18352
  #
18347
18353
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeCapacityReservations AWS API Documentation
18348
18354
  #
@@ -22583,16 +22589,6 @@ module Aws::EC2
22583
22589
  # the call fails. If you describe instances and specify only instance
22584
22590
  # IDs that are in an unaffected zone, the call works normally.
22585
22591
  #
22586
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
22587
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
22588
- # from EC2-Classic to a VPC][1] in the *Amazon EC2 User Guide*.
22589
- #
22590
- # </note>
22591
- #
22592
- #
22593
- #
22594
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
22595
- #
22596
22592
  # @option params [Array<Types::Filter>] :filters
22597
22593
  # The filters.
22598
22594
  #
@@ -25329,10 +25325,10 @@ module Aws::EC2
25329
25325
  # @option params [Array<Types::Filter>] :filters
25330
25326
  # The filters. The following are the possible values:
25331
25327
  #
25332
- # * PathFound - A Boolean value that indicates whether a feasible path
25328
+ # * path-found - A Boolean value that indicates whether a feasible path
25333
25329
  # is found.
25334
25330
  #
25335
- # * Status - The status of the analysis (running \| succeeded \|
25331
+ # * status - The status of the analysis (running \| succeeded \|
25336
25332
  # failed).
25337
25333
  #
25338
25334
  # @option params [Integer] :max_results
@@ -25437,6 +25433,7 @@ module Aws::EC2
25437
25433
  # resp.network_insights_analyses[0].forward_path_components[0].route_table_route.origin #=> String
25438
25434
  # resp.network_insights_analyses[0].forward_path_components[0].route_table_route.transit_gateway_id #=> String
25439
25435
  # resp.network_insights_analyses[0].forward_path_components[0].route_table_route.vpc_peering_connection_id #=> String
25436
+ # resp.network_insights_analyses[0].forward_path_components[0].route_table_route.state #=> String
25440
25437
  # resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.cidr #=> String
25441
25438
  # resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.direction #=> String
25442
25439
  # resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.security_group_id #=> String
@@ -25468,6 +25465,159 @@ module Aws::EC2
25468
25465
  # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
25469
25466
  # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
25470
25467
  # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
25468
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations #=> Array
25469
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.id #=> String
25470
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.arn #=> String
25471
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl.name #=> String
25472
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.cidr #=> String
25473
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.egress #=> Boolean
25474
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
25475
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
25476
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.protocol #=> String
25477
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.rule_action #=> String
25478
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
25479
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].address #=> String
25480
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].addresses #=> Array
25481
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].addresses[0] #=> String
25482
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.id #=> String
25483
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.arn #=> String
25484
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].attached_to.name #=> String
25485
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].availability_zones #=> Array
25486
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].availability_zones[0] #=> String
25487
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].cidrs #=> Array
25488
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].cidrs[0] #=> String
25489
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.id #=> String
25490
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.arn #=> String
25491
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component.name #=> String
25492
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.id #=> String
25493
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.arn #=> String
25494
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].customer_gateway.name #=> String
25495
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.id #=> String
25496
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.arn #=> String
25497
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination.name #=> String
25498
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.id #=> String
25499
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.arn #=> String
25500
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].destination_vpc.name #=> String
25501
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].direction #=> String
25502
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].explanation_code #=> String
25503
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.id #=> String
25504
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.arn #=> String
25505
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].ingress_route_table.name #=> String
25506
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.id #=> String
25507
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.arn #=> String
25508
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].internet_gateway.name #=> String
25509
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_arn #=> String
25510
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
25511
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
25512
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
25513
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.address #=> String
25514
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
25515
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
25516
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
25517
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
25518
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target.port #=> Integer
25519
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.id #=> String
25520
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
25521
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_group.name #=> String
25522
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups #=> Array
25523
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
25524
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
25525
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
25526
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].load_balancer_target_port #=> Integer
25527
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
25528
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
25529
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
25530
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].missing_component #=> String
25531
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.id #=> String
25532
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.arn #=> String
25533
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].nat_gateway.name #=> String
25534
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.id #=> String
25535
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.arn #=> String
25536
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].network_interface.name #=> String
25537
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].packet_field #=> String
25538
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.id #=> String
25539
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
25540
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_peering_connection.name #=> String
25541
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port #=> Integer
25542
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges #=> Array
25543
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges[0].from #=> Integer
25544
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].port_ranges[0].to #=> Integer
25545
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.id #=> String
25546
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.arn #=> String
25547
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].prefix_list.name #=> String
25548
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].protocols #=> Array
25549
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].protocols[0] #=> String
25550
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
25551
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
25552
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
25553
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.gateway_id #=> String
25554
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.instance_id #=> String
25555
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
25556
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
25557
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.origin #=> String
25558
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
25559
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
25560
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table_route.state #=> String
25561
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.id #=> String
25562
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.arn #=> String
25563
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].route_table.name #=> String
25564
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.id #=> String
25565
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.arn #=> String
25566
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group.name #=> String
25567
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.cidr #=> String
25568
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.direction #=> String
25569
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
25570
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
25571
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
25572
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
25573
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_group_rule.protocol #=> String
25574
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups #=> Array
25575
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].id #=> String
25576
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].arn #=> String
25577
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].security_groups[0].name #=> String
25578
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.id #=> String
25579
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.arn #=> String
25580
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].source_vpc.name #=> String
25581
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].state #=> String
25582
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.id #=> String
25583
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.arn #=> String
25584
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet.name #=> String
25585
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.id #=> String
25586
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.arn #=> String
25587
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].subnet_route_table.name #=> String
25588
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.id #=> String
25589
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.arn #=> String
25590
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc.name #=> String
25591
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.id #=> String
25592
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.arn #=> String
25593
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpc_endpoint.name #=> String
25594
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.id #=> String
25595
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.arn #=> String
25596
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_connection.name #=> String
25597
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.id #=> String
25598
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.arn #=> String
25599
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].vpn_gateway.name #=> String
25600
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.id #=> String
25601
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.arn #=> String
25602
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway.name #=> String
25603
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
25604
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
25605
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
25606
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
25607
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
25608
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
25609
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
25610
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
25611
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
25612
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
25613
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
25614
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
25615
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
25616
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component_account #=> String
25617
+ # resp.network_insights_analyses[0].forward_path_components[0].explanations[0].component_region #=> String
25618
+ # resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.id #=> String
25619
+ # resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.arn #=> String
25620
+ # resp.network_insights_analyses[0].forward_path_components[0].elastic_load_balancer_listener.name #=> String
25471
25621
  # resp.network_insights_analyses[0].return_path_components #=> Array
25472
25622
  # resp.network_insights_analyses[0].return_path_components[0].sequence_number #=> Integer
25473
25623
  # resp.network_insights_analyses[0].return_path_components[0].acl_rule.cidr #=> String
@@ -25518,6 +25668,7 @@ module Aws::EC2
25518
25668
  # resp.network_insights_analyses[0].return_path_components[0].route_table_route.origin #=> String
25519
25669
  # resp.network_insights_analyses[0].return_path_components[0].route_table_route.transit_gateway_id #=> String
25520
25670
  # resp.network_insights_analyses[0].return_path_components[0].route_table_route.vpc_peering_connection_id #=> String
25671
+ # resp.network_insights_analyses[0].return_path_components[0].route_table_route.state #=> String
25521
25672
  # resp.network_insights_analyses[0].return_path_components[0].security_group_rule.cidr #=> String
25522
25673
  # resp.network_insights_analyses[0].return_path_components[0].security_group_rule.direction #=> String
25523
25674
  # resp.network_insights_analyses[0].return_path_components[0].security_group_rule.security_group_id #=> String
@@ -25549,6 +25700,159 @@ module Aws::EC2
25549
25700
  # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
25550
25701
  # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
25551
25702
  # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
25703
+ # resp.network_insights_analyses[0].return_path_components[0].explanations #=> Array
25704
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.id #=> String
25705
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.arn #=> String
25706
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl.name #=> String
25707
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.cidr #=> String
25708
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.egress #=> Boolean
25709
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
25710
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
25711
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.protocol #=> String
25712
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.rule_action #=> String
25713
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
25714
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].address #=> String
25715
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].addresses #=> Array
25716
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].addresses[0] #=> String
25717
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.id #=> String
25718
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.arn #=> String
25719
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].attached_to.name #=> String
25720
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].availability_zones #=> Array
25721
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].availability_zones[0] #=> String
25722
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].cidrs #=> Array
25723
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].cidrs[0] #=> String
25724
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.id #=> String
25725
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.arn #=> String
25726
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].component.name #=> String
25727
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.id #=> String
25728
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.arn #=> String
25729
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].customer_gateway.name #=> String
25730
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.id #=> String
25731
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.arn #=> String
25732
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination.name #=> String
25733
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.id #=> String
25734
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.arn #=> String
25735
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].destination_vpc.name #=> String
25736
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].direction #=> String
25737
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].explanation_code #=> String
25738
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.id #=> String
25739
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.arn #=> String
25740
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].ingress_route_table.name #=> String
25741
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.id #=> String
25742
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.arn #=> String
25743
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].internet_gateway.name #=> String
25744
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_arn #=> String
25745
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
25746
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
25747
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
25748
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.address #=> String
25749
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
25750
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
25751
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
25752
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
25753
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target.port #=> Integer
25754
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.id #=> String
25755
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
25756
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_group.name #=> String
25757
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups #=> Array
25758
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
25759
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
25760
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
25761
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].load_balancer_target_port #=> Integer
25762
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
25763
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
25764
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
25765
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].missing_component #=> String
25766
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.id #=> String
25767
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.arn #=> String
25768
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].nat_gateway.name #=> String
25769
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.id #=> String
25770
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.arn #=> String
25771
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].network_interface.name #=> String
25772
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].packet_field #=> String
25773
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.id #=> String
25774
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
25775
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_peering_connection.name #=> String
25776
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].port #=> Integer
25777
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges #=> Array
25778
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges[0].from #=> Integer
25779
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].port_ranges[0].to #=> Integer
25780
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.id #=> String
25781
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.arn #=> String
25782
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].prefix_list.name #=> String
25783
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].protocols #=> Array
25784
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].protocols[0] #=> String
25785
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
25786
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
25787
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
25788
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.gateway_id #=> String
25789
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.instance_id #=> String
25790
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
25791
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
25792
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.origin #=> String
25793
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
25794
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
25795
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table_route.state #=> String
25796
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.id #=> String
25797
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.arn #=> String
25798
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].route_table.name #=> String
25799
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.id #=> String
25800
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.arn #=> String
25801
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group.name #=> String
25802
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.cidr #=> String
25803
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.direction #=> String
25804
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
25805
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
25806
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
25807
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
25808
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_group_rule.protocol #=> String
25809
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups #=> Array
25810
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].id #=> String
25811
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].arn #=> String
25812
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].security_groups[0].name #=> String
25813
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.id #=> String
25814
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.arn #=> String
25815
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].source_vpc.name #=> String
25816
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].state #=> String
25817
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.id #=> String
25818
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.arn #=> String
25819
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet.name #=> String
25820
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.id #=> String
25821
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.arn #=> String
25822
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].subnet_route_table.name #=> String
25823
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.id #=> String
25824
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.arn #=> String
25825
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc.name #=> String
25826
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.id #=> String
25827
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.arn #=> String
25828
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpc_endpoint.name #=> String
25829
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.id #=> String
25830
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.arn #=> String
25831
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_connection.name #=> String
25832
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.id #=> String
25833
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.arn #=> String
25834
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].vpn_gateway.name #=> String
25835
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.id #=> String
25836
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.arn #=> String
25837
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway.name #=> String
25838
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
25839
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
25840
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
25841
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
25842
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
25843
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
25844
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
25845
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
25846
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
25847
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
25848
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
25849
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
25850
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
25851
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].component_account #=> String
25852
+ # resp.network_insights_analyses[0].return_path_components[0].explanations[0].component_region #=> String
25853
+ # resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.id #=> String
25854
+ # resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.arn #=> String
25855
+ # resp.network_insights_analyses[0].return_path_components[0].elastic_load_balancer_listener.name #=> String
25552
25856
  # resp.network_insights_analyses[0].explanations #=> Array
25553
25857
  # resp.network_insights_analyses[0].explanations[0].acl.id #=> String
25554
25858
  # resp.network_insights_analyses[0].explanations[0].acl.arn #=> String
@@ -25641,6 +25945,7 @@ module Aws::EC2
25641
25945
  # resp.network_insights_analyses[0].explanations[0].route_table_route.origin #=> String
25642
25946
  # resp.network_insights_analyses[0].explanations[0].route_table_route.transit_gateway_id #=> String
25643
25947
  # resp.network_insights_analyses[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
25948
+ # resp.network_insights_analyses[0].explanations[0].route_table_route.state #=> String
25644
25949
  # resp.network_insights_analyses[0].explanations[0].route_table.id #=> String
25645
25950
  # resp.network_insights_analyses[0].explanations[0].route_table.arn #=> String
25646
25951
  # resp.network_insights_analyses[0].explanations[0].route_table.name #=> String
@@ -25696,6 +26001,8 @@ module Aws::EC2
25696
26001
  # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.id #=> String
25697
26002
  # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.arn #=> String
25698
26003
  # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.name #=> String
26004
+ # resp.network_insights_analyses[0].explanations[0].component_account #=> String
26005
+ # resp.network_insights_analyses[0].explanations[0].component_region #=> String
25699
26006
  # resp.network_insights_analyses[0].alternate_path_hints #=> Array
25700
26007
  # resp.network_insights_analyses[0].alternate_path_hints[0].component_id #=> String
25701
26008
  # resp.network_insights_analyses[0].alternate_path_hints[0].component_arn #=> String
@@ -25721,15 +26028,13 @@ module Aws::EC2
25721
26028
  # @option params [Array<Types::Filter>] :filters
25722
26029
  # The filters. The following are the possible values:
25723
26030
  #
25724
- # * Destination - The ID of the resource.
26031
+ # * destination - The ID of the resource.
25725
26032
  #
25726
- # * DestinationPort - The destination port.
26033
+ # * destination-port - The destination port.
25727
26034
  #
25728
- # * Name - The path name.
26035
+ # * protocol - The protocol.
25729
26036
  #
25730
- # * Protocol - The protocol.
25731
- #
25732
- # * Source - The ID of the resource.
26037
+ # * source - The ID of the resource.
25733
26038
  #
25734
26039
  # @option params [Integer] :max_results
25735
26040
  # The maximum number of results to return with a single call. To
@@ -26833,17 +27138,9 @@ module Aws::EC2
26833
27138
  # For more information about Reserved Instances, see [Reserved
26834
27139
  # Instances][1] in the *Amazon EC2 User Guide*.
26835
27140
  #
26836
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
26837
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
26838
- # from EC2-Classic to a VPC][2] in the *Amazon Elastic Compute Cloud
26839
- # User Guide*.
26840
- #
26841
- # </note>
26842
- #
26843
27141
  #
26844
27142
  #
26845
27143
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html
26846
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
26847
27144
  #
26848
27145
  # @option params [Array<Types::Filter>] :filters
26849
27146
  # One or more filters.
@@ -27077,17 +27374,9 @@ module Aws::EC2
27077
27374
  # For more information, see [Modifying Reserved Instances][1] in the
27078
27375
  # *Amazon EC2 User Guide*.
27079
27376
  #
27080
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
27081
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
27082
- # from EC2-Classic to a VPC][2] in the *Amazon Elastic Compute Cloud
27083
- # User Guide*.
27084
- #
27085
- # </note>
27086
- #
27087
27377
  #
27088
27378
  #
27089
27379
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html
27090
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
27091
27380
  #
27092
27381
  # @option params [Array<Types::Filter>] :filters
27093
27382
  # One or more filters.
@@ -27198,17 +27487,9 @@ module Aws::EC2
27198
27487
  # For more information, see [Reserved Instance Marketplace][1] in the
27199
27488
  # *Amazon EC2 User Guide*.
27200
27489
  #
27201
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
27202
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
27203
- # from EC2-Classic to a VPC][2] in the *Amazon Elastic Compute Cloud
27204
- # User Guide*.
27205
- #
27206
- # </note>
27207
- #
27208
27490
  #
27209
27491
  #
27210
27492
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
27211
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
27212
27493
  #
27213
27494
  # @option params [String] :availability_zone
27214
27495
  # The Availability Zone in which the Reserved Instance can be used.
@@ -27617,17 +27898,6 @@ module Aws::EC2
27617
27898
  # PurchaseScheduledInstances to purchase Scheduled Instances with that
27618
27899
  # schedule.
27619
27900
  #
27620
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
27621
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
27622
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
27623
- # User Guide*.
27624
- #
27625
- # </note>
27626
- #
27627
- #
27628
- #
27629
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
27630
- #
27631
27901
  # @option params [Boolean] :dry_run
27632
27902
  # Checks whether you have the required permissions for the action,
27633
27903
  # without actually making the request, and provides an error response.
@@ -27789,17 +28059,6 @@ module Aws::EC2
27789
28059
  # Describes the specified Scheduled Instances or all your Scheduled
27790
28060
  # Instances.
27791
28061
  #
27792
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
27793
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
27794
- # from EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud
27795
- # User Guide*.
27796
- #
27797
- # </note>
27798
- #
27799
- #
27800
- #
27801
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
27802
- #
27803
28062
  # @option params [Boolean] :dry_run
27804
28063
  # Checks whether you have the required permissions for the action,
27805
28064
  # without actually making the request, and provides an error response.
@@ -30027,10 +30286,22 @@ module Aws::EC2
30027
30286
  # to be returned for the subnet. You can also use `cidr` or
30028
30287
  # `cidrBlock` as the filter names.
30029
30288
  #
30289
+ # * `customer-owned-ipv4-pool` - The customer-owned IPv4 address pool
30290
+ # associated with the subnet.
30291
+ #
30030
30292
  # * `default-for-az` - Indicates whether this is the default subnet for
30031
30293
  # the Availability Zone (`true` \| `false`). You can also use
30032
30294
  # `defaultForAz` as the filter name.
30033
30295
  #
30296
+ # * `enable-dns64` - Indicates whether DNS queries made to the
30297
+ # Amazon-provided DNS Resolver in this subnet should return synthetic
30298
+ # IPv6 addresses for IPv4-only destinations.
30299
+ #
30300
+ # * `enable-lni-at-device-index` - Indicates the device position for
30301
+ # local network interfaces in this subnet. For example, `1` indicates
30302
+ # local network interfaces in this subnet are the secondary network
30303
+ # interface (eth1).
30304
+ #
30034
30305
  # * `ipv6-cidr-block-association.ipv6-cidr-block` - An IPv6 CIDR block
30035
30306
  # associated with the subnet.
30036
30307
  #
@@ -30043,11 +30314,33 @@ module Aws::EC2
30043
30314
  # * `ipv6-native` - Indicates whether this is an IPv6 only subnet
30044
30315
  # (`true` \| `false`).
30045
30316
  #
30317
+ # * `map-customer-owned-ip-on-launch` - Indicates whether a network
30318
+ # interface created in this subnet (including a network interface
30319
+ # created by RunInstances) receives a customer-owned IPv4 address.
30320
+ #
30321
+ # * `map-public-ip-on-launch` - Indicates whether instances launched in
30322
+ # this subnet receive a public IPv4 address.
30323
+ #
30046
30324
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
30047
30325
  #
30048
30326
  # * `owner-id` - The ID of the Amazon Web Services account that owns the
30049
30327
  # subnet.
30050
30328
  #
30329
+ # * `private-dns-name-options-on-launch.hostname-type` - The type of
30330
+ # hostname to assign to instances in the subnet at launch. For
30331
+ # IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS
30332
+ # name can be based on the instance IPv4 address (ip-name) or the
30333
+ # instance ID (resource-name). For IPv6 only subnets, an instance DNS
30334
+ # name must be based on the instance ID (resource-name).
30335
+ #
30336
+ # * `private-dns-name-options-on-launch.enable-resource-name-dns-a-record`
30337
+ # - Indicates whether to respond to DNS queries for instance hostnames
30338
+ # with DNS A records.
30339
+ #
30340
+ # * `private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record`
30341
+ # - Indicates whether to respond to DNS queries for instance hostnames
30342
+ # with DNS AAAA records.
30343
+ #
30051
30344
  # * `state` - The state of the subnet (`pending` \| `available`).
30052
30345
  #
30053
30346
  # * `subnet-arn` - The Amazon Resource Name (ARN) of the subnet.
@@ -37404,6 +37697,7 @@ module Aws::EC2
37404
37697
  # resp.analysis_findings[0].finding_components[0].route_table_route.origin #=> String
37405
37698
  # resp.analysis_findings[0].finding_components[0].route_table_route.transit_gateway_id #=> String
37406
37699
  # resp.analysis_findings[0].finding_components[0].route_table_route.vpc_peering_connection_id #=> String
37700
+ # resp.analysis_findings[0].finding_components[0].route_table_route.state #=> String
37407
37701
  # resp.analysis_findings[0].finding_components[0].security_group_rule.cidr #=> String
37408
37702
  # resp.analysis_findings[0].finding_components[0].security_group_rule.direction #=> String
37409
37703
  # resp.analysis_findings[0].finding_components[0].security_group_rule.security_group_id #=> String
@@ -37435,6 +37729,159 @@ module Aws::EC2
37435
37729
  # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.attachment_id #=> String
37436
37730
  # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_id #=> String
37437
37731
  # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_type #=> String
37732
+ # resp.analysis_findings[0].finding_components[0].explanations #=> Array
37733
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl.id #=> String
37734
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl.arn #=> String
37735
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl.name #=> String
37736
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.cidr #=> String
37737
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.egress #=> Boolean
37738
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.port_range.from #=> Integer
37739
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.port_range.to #=> Integer
37740
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.protocol #=> String
37741
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.rule_action #=> String
37742
+ # resp.analysis_findings[0].finding_components[0].explanations[0].acl_rule.rule_number #=> Integer
37743
+ # resp.analysis_findings[0].finding_components[0].explanations[0].address #=> String
37744
+ # resp.analysis_findings[0].finding_components[0].explanations[0].addresses #=> Array
37745
+ # resp.analysis_findings[0].finding_components[0].explanations[0].addresses[0] #=> String
37746
+ # resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.id #=> String
37747
+ # resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.arn #=> String
37748
+ # resp.analysis_findings[0].finding_components[0].explanations[0].attached_to.name #=> String
37749
+ # resp.analysis_findings[0].finding_components[0].explanations[0].availability_zones #=> Array
37750
+ # resp.analysis_findings[0].finding_components[0].explanations[0].availability_zones[0] #=> String
37751
+ # resp.analysis_findings[0].finding_components[0].explanations[0].cidrs #=> Array
37752
+ # resp.analysis_findings[0].finding_components[0].explanations[0].cidrs[0] #=> String
37753
+ # resp.analysis_findings[0].finding_components[0].explanations[0].component.id #=> String
37754
+ # resp.analysis_findings[0].finding_components[0].explanations[0].component.arn #=> String
37755
+ # resp.analysis_findings[0].finding_components[0].explanations[0].component.name #=> String
37756
+ # resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.id #=> String
37757
+ # resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.arn #=> String
37758
+ # resp.analysis_findings[0].finding_components[0].explanations[0].customer_gateway.name #=> String
37759
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination.id #=> String
37760
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination.arn #=> String
37761
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination.name #=> String
37762
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.id #=> String
37763
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.arn #=> String
37764
+ # resp.analysis_findings[0].finding_components[0].explanations[0].destination_vpc.name #=> String
37765
+ # resp.analysis_findings[0].finding_components[0].explanations[0].direction #=> String
37766
+ # resp.analysis_findings[0].finding_components[0].explanations[0].explanation_code #=> String
37767
+ # resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.id #=> String
37768
+ # resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.arn #=> String
37769
+ # resp.analysis_findings[0].finding_components[0].explanations[0].ingress_route_table.name #=> String
37770
+ # resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.id #=> String
37771
+ # resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.arn #=> String
37772
+ # resp.analysis_findings[0].finding_components[0].explanations[0].internet_gateway.name #=> String
37773
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_arn #=> String
37774
+ # resp.analysis_findings[0].finding_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
37775
+ # resp.analysis_findings[0].finding_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
37776
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_listener_port #=> Integer
37777
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.address #=> String
37778
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.availability_zone #=> String
37779
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.id #=> String
37780
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.arn #=> String
37781
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.instance.name #=> String
37782
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target.port #=> Integer
37783
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.id #=> String
37784
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.arn #=> String
37785
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_group.name #=> String
37786
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups #=> Array
37787
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
37788
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
37789
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
37790
+ # resp.analysis_findings[0].finding_components[0].explanations[0].load_balancer_target_port #=> Integer
37791
+ # resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
37792
+ # resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
37793
+ # resp.analysis_findings[0].finding_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
37794
+ # resp.analysis_findings[0].finding_components[0].explanations[0].missing_component #=> String
37795
+ # resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.id #=> String
37796
+ # resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.arn #=> String
37797
+ # resp.analysis_findings[0].finding_components[0].explanations[0].nat_gateway.name #=> String
37798
+ # resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.id #=> String
37799
+ # resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.arn #=> String
37800
+ # resp.analysis_findings[0].finding_components[0].explanations[0].network_interface.name #=> String
37801
+ # resp.analysis_findings[0].finding_components[0].explanations[0].packet_field #=> String
37802
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.id #=> String
37803
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.arn #=> String
37804
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_peering_connection.name #=> String
37805
+ # resp.analysis_findings[0].finding_components[0].explanations[0].port #=> Integer
37806
+ # resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges #=> Array
37807
+ # resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges[0].from #=> Integer
37808
+ # resp.analysis_findings[0].finding_components[0].explanations[0].port_ranges[0].to #=> Integer
37809
+ # resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.id #=> String
37810
+ # resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.arn #=> String
37811
+ # resp.analysis_findings[0].finding_components[0].explanations[0].prefix_list.name #=> String
37812
+ # resp.analysis_findings[0].finding_components[0].explanations[0].protocols #=> Array
37813
+ # resp.analysis_findings[0].finding_components[0].explanations[0].protocols[0] #=> String
37814
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.destination_cidr #=> String
37815
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
37816
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
37817
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.gateway_id #=> String
37818
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.instance_id #=> String
37819
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
37820
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.network_interface_id #=> String
37821
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.origin #=> String
37822
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
37823
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
37824
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table_route.state #=> String
37825
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table.id #=> String
37826
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table.arn #=> String
37827
+ # resp.analysis_findings[0].finding_components[0].explanations[0].route_table.name #=> String
37828
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group.id #=> String
37829
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group.arn #=> String
37830
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group.name #=> String
37831
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.cidr #=> String
37832
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.direction #=> String
37833
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.security_group_id #=> String
37834
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
37835
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
37836
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
37837
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_group_rule.protocol #=> String
37838
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_groups #=> Array
37839
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].id #=> String
37840
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].arn #=> String
37841
+ # resp.analysis_findings[0].finding_components[0].explanations[0].security_groups[0].name #=> String
37842
+ # resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.id #=> String
37843
+ # resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.arn #=> String
37844
+ # resp.analysis_findings[0].finding_components[0].explanations[0].source_vpc.name #=> String
37845
+ # resp.analysis_findings[0].finding_components[0].explanations[0].state #=> String
37846
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet.id #=> String
37847
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet.arn #=> String
37848
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet.name #=> String
37849
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.id #=> String
37850
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.arn #=> String
37851
+ # resp.analysis_findings[0].finding_components[0].explanations[0].subnet_route_table.name #=> String
37852
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc.id #=> String
37853
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc.arn #=> String
37854
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc.name #=> String
37855
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.id #=> String
37856
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.arn #=> String
37857
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpc_endpoint.name #=> String
37858
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.id #=> String
37859
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.arn #=> String
37860
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_connection.name #=> String
37861
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.id #=> String
37862
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.arn #=> String
37863
+ # resp.analysis_findings[0].finding_components[0].explanations[0].vpn_gateway.name #=> String
37864
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.id #=> String
37865
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.arn #=> String
37866
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway.name #=> String
37867
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.id #=> String
37868
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.arn #=> String
37869
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table.name #=> String
37870
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
37871
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
37872
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
37873
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
37874
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
37875
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
37876
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
37877
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.id #=> String
37878
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.arn #=> String
37879
+ # resp.analysis_findings[0].finding_components[0].explanations[0].transit_gateway_attachment.name #=> String
37880
+ # resp.analysis_findings[0].finding_components[0].explanations[0].component_account #=> String
37881
+ # resp.analysis_findings[0].finding_components[0].explanations[0].component_region #=> String
37882
+ # resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.id #=> String
37883
+ # resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.arn #=> String
37884
+ # resp.analysis_findings[0].finding_components[0].elastic_load_balancer_listener.name #=> String
37438
37885
  # resp.next_token #=> String
37439
37886
  #
37440
37887
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeAnalysisFindings AWS API Documentation
@@ -41237,16 +41684,16 @@ module Aws::EC2
41237
41684
  # `optional`.
41238
41685
  #
41239
41686
  # If the state is `optional`, you can choose to retrieve instance
41240
- # metadata with or without a signed token header on your request. If you
41687
+ # metadata with or without a session token on your request. If you
41241
41688
  # retrieve the IAM role credentials without a token, the version 1.0
41242
41689
  # role credentials are returned. If you retrieve the IAM role
41243
- # credentials using a valid signed token, the version 2.0 role
41690
+ # credentials using a valid session token, the version 2.0 role
41244
41691
  # credentials are returned.
41245
41692
  #
41246
- # If the state is `required`, you must send a signed token header with
41247
- # any instance metadata retrieval requests. In this state, retrieving
41248
- # the IAM role credential always returns the version 2.0 credentials;
41249
- # the version 1.0 credentials are not available.
41693
+ # If the state is `required`, you must send a session token with any
41694
+ # instance metadata retrieval requests. In this state, retrieving the
41695
+ # IAM role credentials always returns the version 2.0 credentials; the
41696
+ # version 1.0 credentials are not available.
41250
41697
  #
41251
41698
  # @option params [Integer] :http_put_response_hop_limit
41252
41699
  # The desired HTTP PUT response hop limit for instance metadata
@@ -42168,18 +42615,18 @@ module Aws::EC2
42168
42615
  req.send_request(options)
42169
42616
  end
42170
42617
 
42171
- # Modifies the Availability Zone, instance count, instance type, or
42172
- # network platform (EC2-Classic or EC2-VPC) of your Reserved Instances.
42173
- # The Reserved Instances to be modified must be identical, except for
42174
- # Availability Zone, network platform, and instance type.
42618
+ # Modifies the configuration of your Reserved Instances, such as the
42619
+ # Availability Zone, instance count, or instance type. The Reserved
42620
+ # Instances to be modified must be identical, except for Availability
42621
+ # Zone, network platform, and instance type.
42175
42622
  #
42176
42623
  # For more information, see [Modifying Reserved Instances][1] in the
42177
42624
  # *Amazon EC2 User Guide*.
42178
42625
  #
42179
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
42180
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
42181
- # from EC2-Classic to a VPC][2] in the *Amazon Elastic Compute Cloud
42182
- # User Guide*.
42626
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
42627
+ # EC2-Classic to a VPC. For more information, see [Migrate from
42628
+ # EC2-Classic to a VPC][2] in the *Amazon Elastic Compute Cloud User
42629
+ # Guide*.
42183
42630
  #
42184
42631
  # </note>
42185
42632
  #
@@ -45075,10 +45522,18 @@ module Aws::EC2
45075
45522
  # For more information, see [Reserved Instances][1] and [Reserved
45076
45523
  # Instance Marketplace][2] in the *Amazon EC2 User Guide*.
45077
45524
  #
45525
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
45526
+ # EC2-Classic to a VPC. For more information, see [Migrate from
45527
+ # EC2-Classic to a VPC][3] in the *Amazon Elastic Compute Cloud User
45528
+ # Guide*.
45529
+ #
45530
+ # </note>
45531
+ #
45078
45532
  #
45079
45533
  #
45080
45534
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html
45081
45535
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html
45536
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
45082
45537
  #
45083
45538
  # @option params [required, Integer] :instance_count
45084
45539
  # The number of Reserved Instances to purchase.
@@ -45131,6 +45586,10 @@ module Aws::EC2
45131
45586
  req.send_request(options)
45132
45587
  end
45133
45588
 
45589
+ # <note markdown="1"> You can no longer purchase Scheduled Instances.
45590
+ #
45591
+ # </note>
45592
+ #
45134
45593
  # Purchases the Scheduled Instances with the specified schedule.
45135
45594
  #
45136
45595
  # Scheduled Instances enable you to purchase Amazon EC2 compute capacity
@@ -47198,9 +47657,9 @@ module Aws::EC2
47198
47657
  # Spot Instances, see [Which is the best Spot request method to use?][2]
47199
47658
  # in the *Amazon EC2 User Guide for Linux Instances*.
47200
47659
  #
47201
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
47202
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
47203
- # from EC2-Classic to a VPC][3] in the *Amazon EC2 User Guide for Linux
47660
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
47661
+ # EC2-Classic to a VPC. For more information, see [Migrate from
47662
+ # EC2-Classic to a VPC][3] in the *Amazon EC2 User Guide for Linux
47204
47663
  # Instances*.
47205
47664
  #
47206
47665
  # </note>
@@ -48636,9 +49095,9 @@ module Aws::EC2
48636
49095
  # For troubleshooting, see [What to do if an instance immediately
48637
49096
  # terminates][7], and [Troubleshooting connecting to your instance][8].
48638
49097
  #
48639
- # <note markdown="1"> We are retiring EC2-Classic on August 15, 2022. We recommend that you
48640
- # migrate from EC2-Classic to a VPC. For more information, see [Migrate
48641
- # from EC2-Classic to a VPC][9] in the *Amazon EC2 User Guide*.
49098
+ # <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
49099
+ # EC2-Classic to a VPC. For more information, see [Migrate from
49100
+ # EC2-Classic to a VPC][9] in the *Amazon EC2 User Guide*.
48642
49101
  #
48643
49102
  # </note>
48644
49103
  #
@@ -50228,6 +50687,7 @@ module Aws::EC2
50228
50687
  # resp.network_insights_analysis.forward_path_components[0].route_table_route.origin #=> String
50229
50688
  # resp.network_insights_analysis.forward_path_components[0].route_table_route.transit_gateway_id #=> String
50230
50689
  # resp.network_insights_analysis.forward_path_components[0].route_table_route.vpc_peering_connection_id #=> String
50690
+ # resp.network_insights_analysis.forward_path_components[0].route_table_route.state #=> String
50231
50691
  # resp.network_insights_analysis.forward_path_components[0].security_group_rule.cidr #=> String
50232
50692
  # resp.network_insights_analysis.forward_path_components[0].security_group_rule.direction #=> String
50233
50693
  # resp.network_insights_analysis.forward_path_components[0].security_group_rule.security_group_id #=> String
@@ -50259,6 +50719,159 @@ module Aws::EC2
50259
50719
  # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
50260
50720
  # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
50261
50721
  # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
50722
+ # resp.network_insights_analysis.forward_path_components[0].explanations #=> Array
50723
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.id #=> String
50724
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.arn #=> String
50725
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl.name #=> String
50726
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.cidr #=> String
50727
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.egress #=> Boolean
50728
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
50729
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
50730
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.protocol #=> String
50731
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.rule_action #=> String
50732
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
50733
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].address #=> String
50734
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].addresses #=> Array
50735
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].addresses[0] #=> String
50736
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.id #=> String
50737
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.arn #=> String
50738
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].attached_to.name #=> String
50739
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].availability_zones #=> Array
50740
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].availability_zones[0] #=> String
50741
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].cidrs #=> Array
50742
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].cidrs[0] #=> String
50743
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].component.id #=> String
50744
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].component.arn #=> String
50745
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].component.name #=> String
50746
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.id #=> String
50747
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.arn #=> String
50748
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].customer_gateway.name #=> String
50749
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.id #=> String
50750
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.arn #=> String
50751
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination.name #=> String
50752
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.id #=> String
50753
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.arn #=> String
50754
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].destination_vpc.name #=> String
50755
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].direction #=> String
50756
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].explanation_code #=> String
50757
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.id #=> String
50758
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.arn #=> String
50759
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].ingress_route_table.name #=> String
50760
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.id #=> String
50761
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.arn #=> String
50762
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].internet_gateway.name #=> String
50763
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_arn #=> String
50764
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
50765
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
50766
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
50767
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.address #=> String
50768
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
50769
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
50770
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
50771
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
50772
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target.port #=> Integer
50773
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.id #=> String
50774
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
50775
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_group.name #=> String
50776
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups #=> Array
50777
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
50778
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
50779
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
50780
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].load_balancer_target_port #=> Integer
50781
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
50782
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
50783
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
50784
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].missing_component #=> String
50785
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.id #=> String
50786
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.arn #=> String
50787
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].nat_gateway.name #=> String
50788
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.id #=> String
50789
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.arn #=> String
50790
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].network_interface.name #=> String
50791
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].packet_field #=> String
50792
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.id #=> String
50793
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
50794
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_peering_connection.name #=> String
50795
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].port #=> Integer
50796
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges #=> Array
50797
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges[0].from #=> Integer
50798
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].port_ranges[0].to #=> Integer
50799
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.id #=> String
50800
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.arn #=> String
50801
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].prefix_list.name #=> String
50802
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].protocols #=> Array
50803
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].protocols[0] #=> String
50804
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
50805
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
50806
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
50807
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.gateway_id #=> String
50808
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.instance_id #=> String
50809
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
50810
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
50811
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.origin #=> String
50812
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
50813
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
50814
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table_route.state #=> String
50815
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.id #=> String
50816
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.arn #=> String
50817
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].route_table.name #=> String
50818
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.id #=> String
50819
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.arn #=> String
50820
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group.name #=> String
50821
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.cidr #=> String
50822
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.direction #=> String
50823
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
50824
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
50825
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
50826
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
50827
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_group_rule.protocol #=> String
50828
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups #=> Array
50829
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].id #=> String
50830
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].arn #=> String
50831
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].security_groups[0].name #=> String
50832
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.id #=> String
50833
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.arn #=> String
50834
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].source_vpc.name #=> String
50835
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].state #=> String
50836
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.id #=> String
50837
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.arn #=> String
50838
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet.name #=> String
50839
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.id #=> String
50840
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.arn #=> String
50841
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].subnet_route_table.name #=> String
50842
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.id #=> String
50843
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.arn #=> String
50844
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc.name #=> String
50845
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.id #=> String
50846
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.arn #=> String
50847
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpc_endpoint.name #=> String
50848
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.id #=> String
50849
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.arn #=> String
50850
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_connection.name #=> String
50851
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.id #=> String
50852
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.arn #=> String
50853
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].vpn_gateway.name #=> String
50854
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.id #=> String
50855
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.arn #=> String
50856
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway.name #=> String
50857
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
50858
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
50859
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
50860
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
50861
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
50862
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
50863
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
50864
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
50865
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
50866
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
50867
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
50868
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
50869
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
50870
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].component_account #=> String
50871
+ # resp.network_insights_analysis.forward_path_components[0].explanations[0].component_region #=> String
50872
+ # resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.id #=> String
50873
+ # resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.arn #=> String
50874
+ # resp.network_insights_analysis.forward_path_components[0].elastic_load_balancer_listener.name #=> String
50262
50875
  # resp.network_insights_analysis.return_path_components #=> Array
50263
50876
  # resp.network_insights_analysis.return_path_components[0].sequence_number #=> Integer
50264
50877
  # resp.network_insights_analysis.return_path_components[0].acl_rule.cidr #=> String
@@ -50309,6 +50922,7 @@ module Aws::EC2
50309
50922
  # resp.network_insights_analysis.return_path_components[0].route_table_route.origin #=> String
50310
50923
  # resp.network_insights_analysis.return_path_components[0].route_table_route.transit_gateway_id #=> String
50311
50924
  # resp.network_insights_analysis.return_path_components[0].route_table_route.vpc_peering_connection_id #=> String
50925
+ # resp.network_insights_analysis.return_path_components[0].route_table_route.state #=> String
50312
50926
  # resp.network_insights_analysis.return_path_components[0].security_group_rule.cidr #=> String
50313
50927
  # resp.network_insights_analysis.return_path_components[0].security_group_rule.direction #=> String
50314
50928
  # resp.network_insights_analysis.return_path_components[0].security_group_rule.security_group_id #=> String
@@ -50340,6 +50954,159 @@ module Aws::EC2
50340
50954
  # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
50341
50955
  # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
50342
50956
  # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
50957
+ # resp.network_insights_analysis.return_path_components[0].explanations #=> Array
50958
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl.id #=> String
50959
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl.arn #=> String
50960
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl.name #=> String
50961
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.cidr #=> String
50962
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.egress #=> Boolean
50963
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.port_range.from #=> Integer
50964
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.port_range.to #=> Integer
50965
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.protocol #=> String
50966
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.rule_action #=> String
50967
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].acl_rule.rule_number #=> Integer
50968
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].address #=> String
50969
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].addresses #=> Array
50970
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].addresses[0] #=> String
50971
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.id #=> String
50972
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.arn #=> String
50973
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].attached_to.name #=> String
50974
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].availability_zones #=> Array
50975
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].availability_zones[0] #=> String
50976
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].cidrs #=> Array
50977
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].cidrs[0] #=> String
50978
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].component.id #=> String
50979
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].component.arn #=> String
50980
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].component.name #=> String
50981
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.id #=> String
50982
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.arn #=> String
50983
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].customer_gateway.name #=> String
50984
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination.id #=> String
50985
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination.arn #=> String
50986
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination.name #=> String
50987
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.id #=> String
50988
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.arn #=> String
50989
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].destination_vpc.name #=> String
50990
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].direction #=> String
50991
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].explanation_code #=> String
50992
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.id #=> String
50993
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.arn #=> String
50994
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].ingress_route_table.name #=> String
50995
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.id #=> String
50996
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.arn #=> String
50997
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].internet_gateway.name #=> String
50998
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_arn #=> String
50999
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
51000
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
51001
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_listener_port #=> Integer
51002
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.address #=> String
51003
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.availability_zone #=> String
51004
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.id #=> String
51005
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.arn #=> String
51006
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.instance.name #=> String
51007
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target.port #=> Integer
51008
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.id #=> String
51009
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.arn #=> String
51010
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_group.name #=> String
51011
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups #=> Array
51012
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].id #=> String
51013
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].arn #=> String
51014
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_groups[0].name #=> String
51015
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].load_balancer_target_port #=> Integer
51016
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.id #=> String
51017
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.arn #=> String
51018
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].elastic_load_balancer_listener.name #=> String
51019
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].missing_component #=> String
51020
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.id #=> String
51021
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.arn #=> String
51022
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].nat_gateway.name #=> String
51023
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.id #=> String
51024
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.arn #=> String
51025
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].network_interface.name #=> String
51026
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].packet_field #=> String
51027
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.id #=> String
51028
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.arn #=> String
51029
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_peering_connection.name #=> String
51030
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].port #=> Integer
51031
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges #=> Array
51032
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges[0].from #=> Integer
51033
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].port_ranges[0].to #=> Integer
51034
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.id #=> String
51035
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.arn #=> String
51036
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].prefix_list.name #=> String
51037
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].protocols #=> Array
51038
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].protocols[0] #=> String
51039
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.destination_cidr #=> String
51040
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.destination_prefix_list_id #=> String
51041
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.egress_only_internet_gateway_id #=> String
51042
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.gateway_id #=> String
51043
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.instance_id #=> String
51044
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.nat_gateway_id #=> String
51045
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.network_interface_id #=> String
51046
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.origin #=> String
51047
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.transit_gateway_id #=> String
51048
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
51049
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table_route.state #=> String
51050
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.id #=> String
51051
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.arn #=> String
51052
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].route_table.name #=> String
51053
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.id #=> String
51054
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.arn #=> String
51055
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group.name #=> String
51056
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.cidr #=> String
51057
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.direction #=> String
51058
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.security_group_id #=> String
51059
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.port_range.from #=> Integer
51060
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.port_range.to #=> Integer
51061
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.prefix_list_id #=> String
51062
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_group_rule.protocol #=> String
51063
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups #=> Array
51064
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].id #=> String
51065
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].arn #=> String
51066
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].security_groups[0].name #=> String
51067
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.id #=> String
51068
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.arn #=> String
51069
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].source_vpc.name #=> String
51070
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].state #=> String
51071
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.id #=> String
51072
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.arn #=> String
51073
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet.name #=> String
51074
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.id #=> String
51075
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.arn #=> String
51076
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].subnet_route_table.name #=> String
51077
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.id #=> String
51078
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.arn #=> String
51079
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc.name #=> String
51080
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.id #=> String
51081
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.arn #=> String
51082
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpc_endpoint.name #=> String
51083
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.id #=> String
51084
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.arn #=> String
51085
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_connection.name #=> String
51086
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.id #=> String
51087
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.arn #=> String
51088
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].vpn_gateway.name #=> String
51089
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.id #=> String
51090
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.arn #=> String
51091
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway.name #=> String
51092
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.id #=> String
51093
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.arn #=> String
51094
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table.name #=> String
51095
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
51096
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.state #=> String
51097
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
51098
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
51099
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
51100
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
51101
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
51102
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.id #=> String
51103
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.arn #=> String
51104
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].transit_gateway_attachment.name #=> String
51105
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].component_account #=> String
51106
+ # resp.network_insights_analysis.return_path_components[0].explanations[0].component_region #=> String
51107
+ # resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.id #=> String
51108
+ # resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.arn #=> String
51109
+ # resp.network_insights_analysis.return_path_components[0].elastic_load_balancer_listener.name #=> String
50343
51110
  # resp.network_insights_analysis.explanations #=> Array
50344
51111
  # resp.network_insights_analysis.explanations[0].acl.id #=> String
50345
51112
  # resp.network_insights_analysis.explanations[0].acl.arn #=> String
@@ -50432,6 +51199,7 @@ module Aws::EC2
50432
51199
  # resp.network_insights_analysis.explanations[0].route_table_route.origin #=> String
50433
51200
  # resp.network_insights_analysis.explanations[0].route_table_route.transit_gateway_id #=> String
50434
51201
  # resp.network_insights_analysis.explanations[0].route_table_route.vpc_peering_connection_id #=> String
51202
+ # resp.network_insights_analysis.explanations[0].route_table_route.state #=> String
50435
51203
  # resp.network_insights_analysis.explanations[0].route_table.id #=> String
50436
51204
  # resp.network_insights_analysis.explanations[0].route_table.arn #=> String
50437
51205
  # resp.network_insights_analysis.explanations[0].route_table.name #=> String
@@ -50487,6 +51255,8 @@ module Aws::EC2
50487
51255
  # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.id #=> String
50488
51256
  # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.arn #=> String
50489
51257
  # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.name #=> String
51258
+ # resp.network_insights_analysis.explanations[0].component_account #=> String
51259
+ # resp.network_insights_analysis.explanations[0].component_region #=> String
50490
51260
  # resp.network_insights_analysis.alternate_path_hints #=> Array
50491
51261
  # resp.network_insights_analysis.alternate_path_hints[0].component_id #=> String
50492
51262
  # resp.network_insights_analysis.alternate_path_hints[0].component_arn #=> String
@@ -51311,7 +52081,7 @@ module Aws::EC2
51311
52081
  params: params,
51312
52082
  config: config)
51313
52083
  context[:gem_name] = 'aws-sdk-ec2'
51314
- context[:gem_version] = '1.334.0'
52084
+ context[:gem_version] = '1.336.0'
51315
52085
  Seahorse::Client::Request.new(handlers, context)
51316
52086
  end
51317
52087