aws-sdk-ec2 1.303.0 → 1.304.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecad19d176ce3abd63ed2fb22ac90192eacb8cbbea2fd1c7fd11cc779a97fc47
4
- data.tar.gz: 4b1e5d91d16e267279068ceb806352ae256f77545b40dec3ccc0c9d2ce488fb8
3
+ metadata.gz: 9a951c1658ef7910387e10baaacc762e1fb12c34244a70e967f1cad4eed0a835
4
+ data.tar.gz: feac1bdfca6e5573d736fb4a3d935925610e5cdece01fca9a4c47c5181dce557
5
5
  SHA512:
6
- metadata.gz: ef765515a993d85ba06b1ab9d11508c2b56ace78287aa024d9539d0e70c957b2f2d941fde2a95c260e945aafd931c893504c385680032e5d5467e5a69a103f22
7
- data.tar.gz: 47b81b148a06ba5a52d95587019c31e2b524a08fdc06b1bc41dc669f9396c4e2d2ef95cf20e3710c6c80c78277ffb4e398e5936b21374c7f5201593444210905
6
+ metadata.gz: 701bf365700ac7dd9ceaf16f551c65fb55d71127701697f3d6bb7455caca58a64131465fdff98cb5cdb4436ecd957660f7b7f3a77f1cc427fdfb5f8516852451
7
+ data.tar.gz: d4afcc11f16f3d64c4e65c4ac264f493b572b3cff64cf5bc16666bb0d50e411916897ff4ed4ba02121e3591a206841eca338c5966a5c97db5a20f690d321e314
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.304.0 (2022-03-25)
5
+ ------------------
6
+
7
+ * Feature - This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
8
+
4
9
  1.303.0 (2022-03-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.303.0
1
+ 1.304.0
@@ -18079,7 +18079,7 @@ module Aws::EC2
18079
18079
  # @example Request syntax with placeholder values
18080
18080
  #
18081
18081
  # resp = client.describe_coip_pools({
18082
- # pool_ids: ["CoipPoolId"],
18082
+ # pool_ids: ["Ipv4PoolCoipId"],
18083
18083
  # filters: [
18084
18084
  # {
18085
18085
  # name: "String",
@@ -24365,7 +24365,7 @@ module Aws::EC2
24365
24365
  # The time when the network insights analyses ended.
24366
24366
  #
24367
24367
  # @option params [Array<Types::Filter>] :filters
24368
- # The filters. The following are possible values:
24368
+ # The filters. The following are the possible values:
24369
24369
  #
24370
24370
  # * PathFound - A Boolean value that indicates whether a feasible path
24371
24371
  # is found.
@@ -24491,6 +24491,21 @@ module Aws::EC2
24491
24491
  # resp.network_insights_analyses[0].forward_path_components[0].vpc.id #=> String
24492
24492
  # resp.network_insights_analyses[0].forward_path_components[0].vpc.arn #=> String
24493
24493
  # resp.network_insights_analyses[0].forward_path_components[0].vpc.name #=> String
24494
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details #=> Array
24495
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].additional_detail_type #=> String
24496
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.id #=> String
24497
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.arn #=> String
24498
+ # resp.network_insights_analyses[0].forward_path_components[0].additional_details[0].component.name #=> String
24499
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.id #=> String
24500
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.arn #=> String
24501
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway.name #=> String
24502
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
24503
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.state #=> String
24504
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.route_origin #=> String
24505
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
24506
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
24507
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
24508
+ # resp.network_insights_analyses[0].forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
24494
24509
  # resp.network_insights_analyses[0].return_path_components #=> Array
24495
24510
  # resp.network_insights_analyses[0].return_path_components[0].sequence_number #=> Integer
24496
24511
  # resp.network_insights_analyses[0].return_path_components[0].acl_rule.cidr #=> String
@@ -24557,6 +24572,21 @@ module Aws::EC2
24557
24572
  # resp.network_insights_analyses[0].return_path_components[0].vpc.id #=> String
24558
24573
  # resp.network_insights_analyses[0].return_path_components[0].vpc.arn #=> String
24559
24574
  # resp.network_insights_analyses[0].return_path_components[0].vpc.name #=> String
24575
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details #=> Array
24576
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].additional_detail_type #=> String
24577
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.id #=> String
24578
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.arn #=> String
24579
+ # resp.network_insights_analyses[0].return_path_components[0].additional_details[0].component.name #=> String
24580
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.id #=> String
24581
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.arn #=> String
24582
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway.name #=> String
24583
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
24584
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.state #=> String
24585
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.route_origin #=> String
24586
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
24587
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
24588
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
24589
+ # resp.network_insights_analyses[0].return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
24560
24590
  # resp.network_insights_analyses[0].explanations #=> Array
24561
24591
  # resp.network_insights_analyses[0].explanations[0].acl.id #=> String
24562
24592
  # resp.network_insights_analyses[0].explanations[0].acl.arn #=> String
@@ -24688,6 +24718,22 @@ module Aws::EC2
24688
24718
  # resp.network_insights_analyses[0].explanations[0].vpn_gateway.id #=> String
24689
24719
  # resp.network_insights_analyses[0].explanations[0].vpn_gateway.arn #=> String
24690
24720
  # resp.network_insights_analyses[0].explanations[0].vpn_gateway.name #=> String
24721
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.id #=> String
24722
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.arn #=> String
24723
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway.name #=> String
24724
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.id #=> String
24725
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.arn #=> String
24726
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table.name #=> String
24727
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
24728
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.state #=> String
24729
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.route_origin #=> String
24730
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
24731
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.attachment_id #=> String
24732
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.resource_id #=> String
24733
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_route_table_route.resource_type #=> String
24734
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.id #=> String
24735
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.arn #=> String
24736
+ # resp.network_insights_analyses[0].explanations[0].transit_gateway_attachment.name #=> String
24691
24737
  # resp.network_insights_analyses[0].alternate_path_hints #=> Array
24692
24738
  # resp.network_insights_analyses[0].alternate_path_hints[0].component_id #=> String
24693
24739
  # resp.network_insights_analyses[0].alternate_path_hints[0].component_arn #=> String
@@ -24711,7 +24757,7 @@ module Aws::EC2
24711
24757
  # The IDs of the paths.
24712
24758
  #
24713
24759
  # @option params [Array<Types::Filter>] :filters
24714
- # The filters. The following are possible values:
24760
+ # The filters. The following are the possible values:
24715
24761
  #
24716
24762
  # * Destination - The ID of the resource.
24717
24763
  #
@@ -34627,7 +34673,7 @@ module Aws::EC2
34627
34673
  # @example Request syntax with placeholder values
34628
34674
  #
34629
34675
  # resp = client.get_coip_pool_usage({
34630
- # pool_id: "CoipPoolId", # required
34676
+ # pool_id: "Ipv4PoolCoipId", # required
34631
34677
  # filters: [
34632
34678
  # {
34633
34679
  # name: "String",
@@ -35988,6 +36034,21 @@ module Aws::EC2
35988
36034
  # resp.analysis_findings[0].finding_components[0].vpc.id #=> String
35989
36035
  # resp.analysis_findings[0].finding_components[0].vpc.arn #=> String
35990
36036
  # resp.analysis_findings[0].finding_components[0].vpc.name #=> String
36037
+ # resp.analysis_findings[0].finding_components[0].additional_details #=> Array
36038
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].additional_detail_type #=> String
36039
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.id #=> String
36040
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.arn #=> String
36041
+ # resp.analysis_findings[0].finding_components[0].additional_details[0].component.name #=> String
36042
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.id #=> String
36043
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.arn #=> String
36044
+ # resp.analysis_findings[0].finding_components[0].transit_gateway.name #=> String
36045
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.destination_cidr #=> String
36046
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.state #=> String
36047
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.route_origin #=> String
36048
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
36049
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.attachment_id #=> String
36050
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_id #=> String
36051
+ # resp.analysis_findings[0].finding_components[0].transit_gateway_route_table_route.resource_type #=> String
35991
36052
  # resp.next_token #=> String
35992
36053
  #
35993
36054
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeAnalysisFindings AWS API Documentation
@@ -48319,6 +48380,21 @@ module Aws::EC2
48319
48380
  # resp.network_insights_analysis.forward_path_components[0].vpc.id #=> String
48320
48381
  # resp.network_insights_analysis.forward_path_components[0].vpc.arn #=> String
48321
48382
  # resp.network_insights_analysis.forward_path_components[0].vpc.name #=> String
48383
+ # resp.network_insights_analysis.forward_path_components[0].additional_details #=> Array
48384
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].additional_detail_type #=> String
48385
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.id #=> String
48386
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.arn #=> String
48387
+ # resp.network_insights_analysis.forward_path_components[0].additional_details[0].component.name #=> String
48388
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.id #=> String
48389
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.arn #=> String
48390
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway.name #=> String
48391
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
48392
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.state #=> String
48393
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.route_origin #=> String
48394
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
48395
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
48396
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_id #=> String
48397
+ # resp.network_insights_analysis.forward_path_components[0].transit_gateway_route_table_route.resource_type #=> String
48322
48398
  # resp.network_insights_analysis.return_path_components #=> Array
48323
48399
  # resp.network_insights_analysis.return_path_components[0].sequence_number #=> Integer
48324
48400
  # resp.network_insights_analysis.return_path_components[0].acl_rule.cidr #=> String
@@ -48385,6 +48461,21 @@ module Aws::EC2
48385
48461
  # resp.network_insights_analysis.return_path_components[0].vpc.id #=> String
48386
48462
  # resp.network_insights_analysis.return_path_components[0].vpc.arn #=> String
48387
48463
  # resp.network_insights_analysis.return_path_components[0].vpc.name #=> String
48464
+ # resp.network_insights_analysis.return_path_components[0].additional_details #=> Array
48465
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].additional_detail_type #=> String
48466
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.id #=> String
48467
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.arn #=> String
48468
+ # resp.network_insights_analysis.return_path_components[0].additional_details[0].component.name #=> String
48469
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.id #=> String
48470
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.arn #=> String
48471
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway.name #=> String
48472
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.destination_cidr #=> String
48473
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.state #=> String
48474
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.route_origin #=> String
48475
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.prefix_list_id #=> String
48476
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.attachment_id #=> String
48477
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_id #=> String
48478
+ # resp.network_insights_analysis.return_path_components[0].transit_gateway_route_table_route.resource_type #=> String
48388
48479
  # resp.network_insights_analysis.explanations #=> Array
48389
48480
  # resp.network_insights_analysis.explanations[0].acl.id #=> String
48390
48481
  # resp.network_insights_analysis.explanations[0].acl.arn #=> String
@@ -48516,6 +48607,22 @@ module Aws::EC2
48516
48607
  # resp.network_insights_analysis.explanations[0].vpn_gateway.id #=> String
48517
48608
  # resp.network_insights_analysis.explanations[0].vpn_gateway.arn #=> String
48518
48609
  # resp.network_insights_analysis.explanations[0].vpn_gateway.name #=> String
48610
+ # resp.network_insights_analysis.explanations[0].transit_gateway.id #=> String
48611
+ # resp.network_insights_analysis.explanations[0].transit_gateway.arn #=> String
48612
+ # resp.network_insights_analysis.explanations[0].transit_gateway.name #=> String
48613
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.id #=> String
48614
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.arn #=> String
48615
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table.name #=> String
48616
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.destination_cidr #=> String
48617
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.state #=> String
48618
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.route_origin #=> String
48619
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.prefix_list_id #=> String
48620
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.attachment_id #=> String
48621
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.resource_id #=> String
48622
+ # resp.network_insights_analysis.explanations[0].transit_gateway_route_table_route.resource_type #=> String
48623
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.id #=> String
48624
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.arn #=> String
48625
+ # resp.network_insights_analysis.explanations[0].transit_gateway_attachment.name #=> String
48519
48626
  # resp.network_insights_analysis.alternate_path_hints #=> Array
48520
48627
  # resp.network_insights_analysis.alternate_path_hints[0].component_id #=> String
48521
48628
  # resp.network_insights_analysis.alternate_path_hints[0].component_arn #=> String
@@ -49343,7 +49450,7 @@ module Aws::EC2
49343
49450
  params: params,
49344
49451
  config: config)
49345
49452
  context[:gem_name] = 'aws-sdk-ec2'
49346
- context[:gem_version] = '1.303.0'
49453
+ context[:gem_version] = '1.304.0'
49347
49454
  Seahorse::Client::Request.new(handlers, context)
49348
49455
  end
49349
49456
 
@@ -54,6 +54,8 @@ module Aws::EC2
54
54
  AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
55
55
  AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
56
56
  AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
57
+ AdditionalDetail = Shapes::StructureShape.new(name: 'AdditionalDetail')
58
+ AdditionalDetailList = Shapes::ListShape.new(name: 'AdditionalDetailList')
57
59
  Address = Shapes::StructureShape.new(name: 'Address')
58
60
  AddressAttribute = Shapes::StructureShape.new(name: 'AddressAttribute')
59
61
  AddressAttributeName = Shapes::StringShape.new(name: 'AddressAttributeName')
@@ -1546,6 +1548,7 @@ module Aws::EC2
1546
1548
  IpamScopeType = Shapes::StringShape.new(name: 'IpamScopeType')
1547
1549
  IpamSet = Shapes::ListShape.new(name: 'IpamSet')
1548
1550
  IpamState = Shapes::StringShape.new(name: 'IpamState')
1551
+ Ipv4PoolCoipId = Shapes::StringShape.new(name: 'Ipv4PoolCoipId')
1549
1552
  Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
1550
1553
  Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
1551
1554
  Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
@@ -2514,6 +2517,7 @@ module Aws::EC2
2514
2517
  TransitGatewayRouteTableList = Shapes::ListShape.new(name: 'TransitGatewayRouteTableList')
2515
2518
  TransitGatewayRouteTablePropagation = Shapes::StructureShape.new(name: 'TransitGatewayRouteTablePropagation')
2516
2519
  TransitGatewayRouteTablePropagationList = Shapes::ListShape.new(name: 'TransitGatewayRouteTablePropagationList')
2520
+ TransitGatewayRouteTableRoute = Shapes::StructureShape.new(name: 'TransitGatewayRouteTableRoute')
2517
2521
  TransitGatewayRouteTableState = Shapes::StringShape.new(name: 'TransitGatewayRouteTableState')
2518
2522
  TransitGatewayRouteType = Shapes::StringShape.new(name: 'TransitGatewayRouteType')
2519
2523
  TransitGatewayState = Shapes::StringShape.new(name: 'TransitGatewayState')
@@ -2792,6 +2796,12 @@ module Aws::EC2
2792
2796
  AddPrefixListEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
2793
2797
  AddPrefixListEntry.struct_class = Types::AddPrefixListEntry
2794
2798
 
2799
+ AdditionalDetail.add_member(:additional_detail_type, Shapes::ShapeRef.new(shape: String, location_name: "additionalDetailType"))
2800
+ AdditionalDetail.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
2801
+ AdditionalDetail.struct_class = Types::AdditionalDetail
2802
+
2803
+ AdditionalDetailList.member = Shapes::ShapeRef.new(shape: AdditionalDetail, location_name: "item")
2804
+
2795
2805
  Address.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
2796
2806
  Address.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
2797
2807
  Address.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
@@ -3661,14 +3671,14 @@ module Aws::EC2
3661
3671
 
3662
3672
  CoipAddressUsageSet.member = Shapes::ShapeRef.new(shape: CoipAddressUsage, location_name: "item")
3663
3673
 
3664
- CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "poolId"))
3674
+ CoipPool.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "poolId"))
3665
3675
  CoipPool.add_member(:pool_cidrs, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "poolCidrSet"))
3666
3676
  CoipPool.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "localGatewayRouteTableId"))
3667
3677
  CoipPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3668
3678
  CoipPool.add_member(:pool_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "poolArn"))
3669
3679
  CoipPool.struct_class = Types::CoipPool
3670
3680
 
3671
- CoipPoolIdSet.member = Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "item")
3681
+ CoipPoolIdSet.member = Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, location_name: "item")
3672
3682
 
3673
3683
  CoipPoolSet.member = Shapes::ShapeRef.new(shape: CoipPool, location_name: "item")
3674
3684
 
@@ -7171,6 +7181,10 @@ module Aws::EC2
7171
7181
  Explanation.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpcEndpoint"))
7172
7182
  Explanation.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnConnection"))
7173
7183
  Explanation.add_member(:vpn_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpnGateway"))
7184
+ Explanation.add_member(:transit_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGateway"))
7185
+ Explanation.add_member(:transit_gateway_route_table, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGatewayRouteTable"))
7186
+ Explanation.add_member(:transit_gateway_route_table_route, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableRoute, location_name: "transitGatewayRouteTableRoute"))
7187
+ Explanation.add_member(:transit_gateway_attachment, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGatewayAttachment"))
7174
7188
  Explanation.struct_class = Types::Explanation
7175
7189
 
7176
7190
  ExplanationList.member = Shapes::ShapeRef.new(shape: Explanation, location_name: "item")
@@ -7516,7 +7530,7 @@ module Aws::EC2
7516
7530
  GetCapacityReservationUsageResult.add_member(:instance_usages, Shapes::ShapeRef.new(shape: InstanceUsageSet, location_name: "instanceUsageSet"))
7517
7531
  GetCapacityReservationUsageResult.struct_class = Types::GetCapacityReservationUsageResult
7518
7532
 
7519
- GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: CoipPoolId, required: true, location_name: "PoolId"))
7533
+ GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "PoolId"))
7520
7534
  GetCoipPoolUsageRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
7521
7535
  GetCoipPoolUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CoipPoolMaxResults, location_name: "MaxResults"))
7522
7536
  GetCoipPoolUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -10360,6 +10374,9 @@ module Aws::EC2
10360
10374
  PathComponent.add_member(:source_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "sourceVpc"))
10361
10375
  PathComponent.add_member(:subnet, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "subnet"))
10362
10376
  PathComponent.add_member(:vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "vpc"))
10377
+ PathComponent.add_member(:additional_details, Shapes::ShapeRef.new(shape: AdditionalDetailList, location_name: "additionalDetailSet"))
10378
+ PathComponent.add_member(:transit_gateway, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "transitGateway"))
10379
+ PathComponent.add_member(:transit_gateway_route_table_route, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableRoute, location_name: "transitGatewayRouteTableRoute"))
10363
10380
  PathComponent.struct_class = Types::PathComponent
10364
10381
 
10365
10382
  PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
@@ -12630,6 +12647,15 @@ module Aws::EC2
12630
12647
 
12631
12648
  TransitGatewayRouteTablePropagationList.member = Shapes::ShapeRef.new(shape: TransitGatewayRouteTablePropagation, location_name: "item")
12632
12649
 
12650
+ TransitGatewayRouteTableRoute.add_member(:destination_cidr, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidr"))
12651
+ TransitGatewayRouteTableRoute.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
12652
+ TransitGatewayRouteTableRoute.add_member(:route_origin, Shapes::ShapeRef.new(shape: String, location_name: "routeOrigin"))
12653
+ TransitGatewayRouteTableRoute.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: String, location_name: "prefixListId"))
12654
+ TransitGatewayRouteTableRoute.add_member(:attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "attachmentId"))
12655
+ TransitGatewayRouteTableRoute.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
12656
+ TransitGatewayRouteTableRoute.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
12657
+ TransitGatewayRouteTableRoute.struct_class = Types::TransitGatewayRouteTableRoute
12658
+
12633
12659
  TransitGatewaySubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
12634
12660
 
12635
12661
  TransitGatewayVpcAttachment.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
@@ -651,6 +651,25 @@ module Aws::EC2
651
651
  include Aws::Structure
652
652
  end
653
653
 
654
+ # Describes an additional detail for a path analysis.
655
+ #
656
+ # @!attribute [rw] additional_detail_type
657
+ # The information type.
658
+ # @return [String]
659
+ #
660
+ # @!attribute [rw] component
661
+ # The path component.
662
+ # @return [Types::AnalysisComponent]
663
+ #
664
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AdditionalDetail AWS API Documentation
665
+ #
666
+ class AdditionalDetail < Struct.new(
667
+ :additional_detail_type,
668
+ :component)
669
+ SENSITIVE = []
670
+ include Aws::Structure
671
+ end
672
+
654
673
  # Describes an Elastic IP address, or a carrier IP address.
655
674
  #
656
675
  # @!attribute [rw] instance_id
@@ -1403,15 +1422,15 @@ module Aws::EC2
1403
1422
  # @return [String]
1404
1423
  #
1405
1424
  # @!attribute [rw] origin
1406
- # Describes how the route was created. The following are possible
1425
+ # Describes how the route was created. The following are the possible
1407
1426
  # values:
1408
1427
  #
1409
- # * `CreateRouteTable` - The route was automatically created when the
1428
+ # * CreateRouteTable - The route was automatically created when the
1410
1429
  # route table was created.
1411
1430
  #
1412
- # * `CreateRoute` - The route was manually added to the route table.
1431
+ # * CreateRoute - The route was manually added to the route table.
1413
1432
  #
1414
- # * `EnableVgwRoutePropagation` - The route was propagated by route
1433
+ # * EnableVgwRoutePropagation - The route was propagated by route
1415
1434
  # propagation.
1416
1435
  # @return [String]
1417
1436
  #
@@ -1447,7 +1466,7 @@ module Aws::EC2
1447
1466
  # @return [String]
1448
1467
  #
1449
1468
  # @!attribute [rw] direction
1450
- # The direction. The following are possible values:
1469
+ # The direction. The following are the possible values:
1451
1470
  #
1452
1471
  # * egress
1453
1472
  #
@@ -18362,7 +18381,7 @@ module Aws::EC2
18362
18381
  # data as a hash:
18363
18382
  #
18364
18383
  # {
18365
- # pool_ids: ["CoipPoolId"],
18384
+ # pool_ids: ["Ipv4PoolCoipId"],
18366
18385
  # filters: [
18367
18386
  # {
18368
18387
  # name: "String",
@@ -23492,7 +23511,7 @@ module Aws::EC2
23492
23511
  # @return [Time]
23493
23512
  #
23494
23513
  # @!attribute [rw] filters
23495
- # The filters. The following are possible values:
23514
+ # The filters. The following are the possible values:
23496
23515
  #
23497
23516
  # * PathFound - A Boolean value that indicates whether a feasible path
23498
23517
  # is found.
@@ -23572,7 +23591,7 @@ module Aws::EC2
23572
23591
  # @return [Array<String>]
23573
23592
  #
23574
23593
  # @!attribute [rw] filters
23575
- # The filters. The following are possible values:
23594
+ # The filters. The following are the possible values:
23576
23595
  #
23577
23596
  # * Destination - The ID of the resource.
23578
23597
  #
@@ -32432,7 +32451,7 @@ module Aws::EC2
32432
32451
  # @return [Types::AnalysisComponent]
32433
32452
  #
32434
32453
  # @!attribute [rw] direction
32435
- # The direction. The following are possible values:
32454
+ # The direction. The following are the possible values:
32436
32455
  #
32437
32456
  # * egress
32438
32457
  #
@@ -32571,6 +32590,22 @@ module Aws::EC2
32571
32590
  # The VPN gateway.
32572
32591
  # @return [Types::AnalysisComponent]
32573
32592
  #
32593
+ # @!attribute [rw] transit_gateway
32594
+ # The transit gateway.
32595
+ # @return [Types::AnalysisComponent]
32596
+ #
32597
+ # @!attribute [rw] transit_gateway_route_table
32598
+ # The transit gateway route table.
32599
+ # @return [Types::AnalysisComponent]
32600
+ #
32601
+ # @!attribute [rw] transit_gateway_route_table_route
32602
+ # The transit gateway route table route.
32603
+ # @return [Types::TransitGatewayRouteTableRoute]
32604
+ #
32605
+ # @!attribute [rw] transit_gateway_attachment
32606
+ # The transit gateway attachment.
32607
+ # @return [Types::AnalysisComponent]
32608
+ #
32574
32609
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Explanation AWS API Documentation
32575
32610
  #
32576
32611
  class Explanation < Struct.new(
@@ -32618,7 +32653,11 @@ module Aws::EC2
32618
32653
  :vpc,
32619
32654
  :vpc_endpoint,
32620
32655
  :vpn_connection,
32621
- :vpn_gateway)
32656
+ :vpn_gateway,
32657
+ :transit_gateway,
32658
+ :transit_gateway_route_table,
32659
+ :transit_gateway_route_table_route,
32660
+ :transit_gateway_attachment)
32622
32661
  SENSITIVE = []
32623
32662
  include Aws::Structure
32624
32663
  end
@@ -34757,7 +34796,7 @@ module Aws::EC2
34757
34796
  # data as a hash:
34758
34797
  #
34759
34798
  # {
34760
- # pool_id: "CoipPoolId", # required
34799
+ # pool_id: "Ipv4PoolCoipId", # required
34761
34800
  # filters: [
34762
34801
  # {
34763
34802
  # name: "String",
@@ -52339,6 +52378,18 @@ module Aws::EC2
52339
52378
  # The component VPC.
52340
52379
  # @return [Types::AnalysisComponent]
52341
52380
  #
52381
+ # @!attribute [rw] additional_details
52382
+ # The additional details.
52383
+ # @return [Array<Types::AdditionalDetail>]
52384
+ #
52385
+ # @!attribute [rw] transit_gateway
52386
+ # Describes a path component.
52387
+ # @return [Types::AnalysisComponent]
52388
+ #
52389
+ # @!attribute [rw] transit_gateway_route_table_route
52390
+ # The route in a transit gateway route table.
52391
+ # @return [Types::TransitGatewayRouteTableRoute]
52392
+ #
52342
52393
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PathComponent AWS API Documentation
52343
52394
  #
52344
52395
  class PathComponent < Struct.new(
@@ -52353,7 +52404,10 @@ module Aws::EC2
52353
52404
  :security_group_rule,
52354
52405
  :source_vpc,
52355
52406
  :subnet,
52356
- :vpc)
52407
+ :vpc,
52408
+ :additional_details,
52409
+ :transit_gateway,
52410
+ :transit_gateway_route_table_route)
52357
52411
  SENSITIVE = []
52358
52412
  include Aws::Structure
52359
52413
  end
@@ -66387,6 +66441,54 @@ module Aws::EC2
66387
66441
  include Aws::Structure
66388
66442
  end
66389
66443
 
66444
+ # Describes a route in a transit gateway route table.
66445
+ #
66446
+ # @!attribute [rw] destination_cidr
66447
+ # The CIDR block used for destination matches.
66448
+ # @return [String]
66449
+ #
66450
+ # @!attribute [rw] state
66451
+ # The state of the route.
66452
+ # @return [String]
66453
+ #
66454
+ # @!attribute [rw] route_origin
66455
+ # The route origin. The following are the possible values:
66456
+ #
66457
+ # * static
66458
+ #
66459
+ # * propagated
66460
+ # @return [String]
66461
+ #
66462
+ # @!attribute [rw] prefix_list_id
66463
+ # The ID of the prefix list.
66464
+ # @return [String]
66465
+ #
66466
+ # @!attribute [rw] attachment_id
66467
+ # The ID of the route attachment.
66468
+ # @return [String]
66469
+ #
66470
+ # @!attribute [rw] resource_id
66471
+ # The ID of the resource for the route attachment.
66472
+ # @return [String]
66473
+ #
66474
+ # @!attribute [rw] resource_type
66475
+ # The resource type for the route attachment.
66476
+ # @return [String]
66477
+ #
66478
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TransitGatewayRouteTableRoute AWS API Documentation
66479
+ #
66480
+ class TransitGatewayRouteTableRoute < Struct.new(
66481
+ :destination_cidr,
66482
+ :state,
66483
+ :route_origin,
66484
+ :prefix_list_id,
66485
+ :attachment_id,
66486
+ :resource_id,
66487
+ :resource_type)
66488
+ SENSITIVE = []
66489
+ include Aws::Structure
66490
+ end
66491
+
66390
66492
  # Describes a VPC attachment.
66391
66493
  #
66392
66494
  # @!attribute [rw] transit_gateway_attachment_id
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.303.0'
75
+ GEM_VERSION = '1.304.0'
76
76
 
77
77
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.303.0
4
+ version: 1.304.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4