aws-sdk-ec2 1.195.0 → 1.200.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: a06c277d35fa2814c15f45b6045ef55bba448f8120f9034d908a0030a0554240
4
- data.tar.gz: 2b0f2219a609858951445ab9c9fac6aa6302958e9832ec2a6800df120ea5c2d3
3
+ metadata.gz: 74b39c7015b1fe70243bc4856fd470a2eff67292b7c8a830628eedfb2f3d459d
4
+ data.tar.gz: c15df8e54285b4821dab85348e9a6b1e0d40e2f1d3c544b5cf710bd733815e2c
5
5
  SHA512:
6
- metadata.gz: 3f6b6779ce554dadfeb8b0dccdd00df0c6e411d158f43ffcd721f52a1f3703adc3ee3e29a6524e32cd285328641975b0b6fb03be739e212f26d9762d0097d6c6
7
- data.tar.gz: 1242464e8137d8d79a64460d8c05622f2bf7e027838769804a4f61ed5c22528fa94be05e277638e247d29bee4ef922c5808cada95da49fbf56f85e354ec80e32
6
+ metadata.gz: b978170f67bb4ee61056da61e5eb556ba4c8e6127c708cd86b544367a3f4bf4514e1468256fc49f91e8139531755c3adbb900a6eb7d0aaae71b8de0c8dc0d1c7
7
+ data.tar.gz: 734dc51216adbece8bfa2f184a6ad109ff9946908400ebba85937dd6ce01977895e5f378f270c9caeec81fccf4f1b901589d7cd12a7c18b6be44485b533a76d9
@@ -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.195.0'
75
+ GEM_VERSION = '1.200.0'
76
76
 
77
77
  end
@@ -3984,14 +3984,16 @@ module Aws::EC2
3984
3984
  # * To add a route for an on-premises network, enter the AWS
3985
3985
  # Site-to-Site VPN connection's IPv4 CIDR range
3986
3986
  #
3987
- # Route address ranges cannot overlap with the CIDR range specified for
3988
- # client allocation.
3987
+ # * To add a route for the local network, enter the client CIDR range
3989
3988
  #
3990
3989
  # @option params [required, String] :target_vpc_subnet_id
3991
3990
  # The ID of the subnet through which you want to route traffic. The
3992
3991
  # specified subnet must be an existing target network of the Client VPN
3993
3992
  # endpoint.
3994
3993
  #
3994
+ # Alternatively, if you're adding a route for the local network,
3995
+ # specify `local`.
3996
+ #
3995
3997
  # @option params [String] :description
3996
3998
  # A brief description of the route.
3997
3999
  #
@@ -6050,6 +6052,8 @@ module Aws::EC2
6050
6052
  # resp.route.type #=> String, one of "static", "propagated"
6051
6053
  # resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
6052
6054
  # resp.route.local_gateway_route_table_id #=> String
6055
+ # resp.route.local_gateway_route_table_arn #=> String
6056
+ # resp.route.owner_id #=> String
6053
6057
  #
6054
6058
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayRoute AWS API Documentation
6055
6059
  #
@@ -6105,8 +6109,10 @@ module Aws::EC2
6105
6109
  #
6106
6110
  # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_vpc_association_id #=> String
6107
6111
  # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_id #=> String
6112
+ # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_arn #=> String
6108
6113
  # resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
6109
6114
  # resp.local_gateway_route_table_vpc_association.vpc_id #=> String
6115
+ # resp.local_gateway_route_table_vpc_association.owner_id #=> String
6110
6116
  # resp.local_gateway_route_table_vpc_association.state #=> String
6111
6117
  # resp.local_gateway_route_table_vpc_association.tags #=> Array
6112
6118
  # resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
@@ -10791,6 +10797,8 @@ module Aws::EC2
10791
10797
  # resp.route.type #=> String, one of "static", "propagated"
10792
10798
  # resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
10793
10799
  # resp.route.local_gateway_route_table_id #=> String
10800
+ # resp.route.local_gateway_route_table_arn #=> String
10801
+ # resp.route.owner_id #=> String
10794
10802
  #
10795
10803
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayRoute AWS API Documentation
10796
10804
  #
@@ -10828,8 +10836,10 @@ module Aws::EC2
10828
10836
  #
10829
10837
  # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_vpc_association_id #=> String
10830
10838
  # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_id #=> String
10839
+ # resp.local_gateway_route_table_vpc_association.local_gateway_route_table_arn #=> String
10831
10840
  # resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
10832
10841
  # resp.local_gateway_route_table_vpc_association.vpc_id #=> String
10842
+ # resp.local_gateway_route_table_vpc_association.owner_id #=> String
10833
10843
  # resp.local_gateway_route_table_vpc_association.state #=> String
10834
10844
  # resp.local_gateway_route_table_vpc_association.tags #=> Array
10835
10845
  # resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
@@ -18502,6 +18512,8 @@ module Aws::EC2
18502
18512
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_virtual_interface_group_id #=> String
18503
18513
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_id #=> String
18504
18514
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_route_table_id #=> String
18515
+ # resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_route_table_arn #=> String
18516
+ # resp.local_gateway_route_table_virtual_interface_group_associations[0].owner_id #=> String
18505
18517
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].state #=> String
18506
18518
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].tags #=> Array
18507
18519
  # resp.local_gateway_route_table_virtual_interface_group_associations[0].tags[0].key #=> String
@@ -18579,8 +18591,10 @@ module Aws::EC2
18579
18591
  # resp.local_gateway_route_table_vpc_associations #=> Array
18580
18592
  # resp.local_gateway_route_table_vpc_associations[0].local_gateway_route_table_vpc_association_id #=> String
18581
18593
  # resp.local_gateway_route_table_vpc_associations[0].local_gateway_route_table_id #=> String
18594
+ # resp.local_gateway_route_table_vpc_associations[0].local_gateway_route_table_arn #=> String
18582
18595
  # resp.local_gateway_route_table_vpc_associations[0].local_gateway_id #=> String
18583
18596
  # resp.local_gateway_route_table_vpc_associations[0].vpc_id #=> String
18597
+ # resp.local_gateway_route_table_vpc_associations[0].owner_id #=> String
18584
18598
  # resp.local_gateway_route_table_vpc_associations[0].state #=> String
18585
18599
  # resp.local_gateway_route_table_vpc_associations[0].tags #=> Array
18586
18600
  # resp.local_gateway_route_table_vpc_associations[0].tags[0].key #=> String
@@ -18655,8 +18669,10 @@ module Aws::EC2
18655
18669
  #
18656
18670
  # resp.local_gateway_route_tables #=> Array
18657
18671
  # resp.local_gateway_route_tables[0].local_gateway_route_table_id #=> String
18672
+ # resp.local_gateway_route_tables[0].local_gateway_route_table_arn #=> String
18658
18673
  # resp.local_gateway_route_tables[0].local_gateway_id #=> String
18659
18674
  # resp.local_gateway_route_tables[0].outpost_arn #=> String
18675
+ # resp.local_gateway_route_tables[0].owner_id #=> String
18660
18676
  # resp.local_gateway_route_tables[0].state #=> String
18661
18677
  # resp.local_gateway_route_tables[0].tags #=> Array
18662
18678
  # resp.local_gateway_route_tables[0].tags[0].key #=> String
@@ -18731,6 +18747,7 @@ module Aws::EC2
18731
18747
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids #=> Array
18732
18748
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids[0] #=> String
18733
18749
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_id #=> String
18750
+ # resp.local_gateway_virtual_interface_groups[0].owner_id #=> String
18734
18751
  # resp.local_gateway_virtual_interface_groups[0].tags #=> Array
18735
18752
  # resp.local_gateway_virtual_interface_groups[0].tags[0].key #=> String
18736
18753
  # resp.local_gateway_virtual_interface_groups[0].tags[0].value #=> String
@@ -18799,6 +18816,7 @@ module Aws::EC2
18799
18816
  # resp.local_gateway_virtual_interfaces[0].peer_address #=> String
18800
18817
  # resp.local_gateway_virtual_interfaces[0].local_bgp_asn #=> Integer
18801
18818
  # resp.local_gateway_virtual_interfaces[0].peer_bgp_asn #=> Integer
18819
+ # resp.local_gateway_virtual_interfaces[0].owner_id #=> String
18802
18820
  # resp.local_gateway_virtual_interfaces[0].tags #=> Array
18803
18821
  # resp.local_gateway_virtual_interfaces[0].tags[0].key #=> String
18804
18822
  # resp.local_gateway_virtual_interfaces[0].tags[0].value #=> String
@@ -33164,8 +33182,7 @@ module Aws::EC2
33164
33182
  req.send_request(options)
33165
33183
  end
33166
33184
 
33167
- # Modifies the connection options for your Site-to-Site VPN VPN
33168
- # connection.
33185
+ # Modifies the connection options for your Site-to-Site VPN connection.
33169
33186
  #
33170
33187
  # When you modify the VPN connection options, the VPN endpoint IP
33171
33188
  # addresses on the AWS side do not change, and the tunnel options do not
@@ -33173,7 +33190,7 @@ module Aws::EC2
33173
33190
  # brief period while the VPN connection is updated.
33174
33191
  #
33175
33192
  # @option params [required, String] :vpn_connection_id
33176
- # The ID of the Site-to-Site VPN VPN connection.
33193
+ # The ID of the Site-to-Site VPN connection.
33177
33194
  #
33178
33195
  # @option params [String] :local_ipv_4_network_cidr
33179
33196
  # The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
@@ -36444,10 +36461,19 @@ module Aws::EC2
36444
36461
  end
36445
36462
 
36446
36463
  # \[VPC only\] Removes the specified egress rules from a security group
36447
- # for EC2-VPC. This action doesn't apply to security groups for use in
36464
+ # for EC2-VPC. This action does not apply to security groups for use in
36448
36465
  # EC2-Classic. To remove a rule, the values that you specify (for
36449
36466
  # example, ports) must match the existing rule's values exactly.
36450
36467
  #
36468
+ # <note markdown="1"> \[Default VPC\] If the values you specify do not match the existing
36469
+ # rule's values, no error is returned, and the output describes the
36470
+ # security group rules that were not revoked.
36471
+ #
36472
+ # AWS recommends that you use DescribeSecurityGroups to verify that the
36473
+ # rule has been removed.
36474
+ #
36475
+ # </note>
36476
+ #
36451
36477
  # Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or
36452
36478
  # source security group. For the TCP and UDP protocols, you must also
36453
36479
  # specify the destination port or range of ports. For the ICMP protocol,
@@ -36492,7 +36518,10 @@ module Aws::EC2
36492
36518
  # Not supported. Use a set of IP permissions to specify a destination
36493
36519
  # security group.
36494
36520
  #
36495
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
36521
+ # @return [Types::RevokeSecurityGroupEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
36522
+ #
36523
+ # * {Types::RevokeSecurityGroupEgressResult#return #return} => Boolean
36524
+ # * {Types::RevokeSecurityGroupEgressResult#unknown_ip_permissions #unknown_ip_permissions} => Array&lt;Types::IpPermission&gt;
36496
36525
  #
36497
36526
  # @example Request syntax with placeholder values
36498
36527
  #
@@ -36543,6 +36572,31 @@ module Aws::EC2
36543
36572
  # source_security_group_owner_id: "String",
36544
36573
  # })
36545
36574
  #
36575
+ # @example Response structure
36576
+ #
36577
+ # resp.return #=> Boolean
36578
+ # resp.unknown_ip_permissions #=> Array
36579
+ # resp.unknown_ip_permissions[0].from_port #=> Integer
36580
+ # resp.unknown_ip_permissions[0].ip_protocol #=> String
36581
+ # resp.unknown_ip_permissions[0].ip_ranges #=> Array
36582
+ # resp.unknown_ip_permissions[0].ip_ranges[0].cidr_ip #=> String
36583
+ # resp.unknown_ip_permissions[0].ip_ranges[0].description #=> String
36584
+ # resp.unknown_ip_permissions[0].ipv_6_ranges #=> Array
36585
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
36586
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].description #=> String
36587
+ # resp.unknown_ip_permissions[0].prefix_list_ids #=> Array
36588
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].description #=> String
36589
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].prefix_list_id #=> String
36590
+ # resp.unknown_ip_permissions[0].to_port #=> Integer
36591
+ # resp.unknown_ip_permissions[0].user_id_group_pairs #=> Array
36592
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].description #=> String
36593
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].group_id #=> String
36594
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].group_name #=> String
36595
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].peering_status #=> String
36596
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].user_id #=> String
36597
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
36598
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
36599
+ #
36546
36600
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupEgress AWS API Documentation
36547
36601
  #
36548
36602
  # @overload revoke_security_group_egress(params = {})
@@ -36556,9 +36610,12 @@ module Aws::EC2
36556
36610
  # rule, the values that you specify (for example, ports) must match the
36557
36611
  # existing rule's values exactly.
36558
36612
  #
36559
- # <note markdown="1"> \[EC2-Classic only\] If the values you specify do not match the
36560
- # existing rule's values, no error is returned. Use
36561
- # DescribeSecurityGroups to verify that the rule has been removed.
36613
+ # <note markdown="1"> \[EC2-Classic , default VPC\] If the values you specify do not match
36614
+ # the existing rule's values, no error is returned, and the output
36615
+ # describes the security group rules that were not revoked.
36616
+ #
36617
+ # AWS recommends that you use DescribeSecurityGroups to verify that the
36618
+ # rule has been removed.
36562
36619
  #
36563
36620
  # </note>
36564
36621
  #
@@ -36630,7 +36687,10 @@ module Aws::EC2
36630
36687
  # If you have the required permissions, the error response is
36631
36688
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
36632
36689
  #
36633
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
36690
+ # @return [Types::RevokeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
36691
+ #
36692
+ # * {Types::RevokeSecurityGroupIngressResult#return #return} => Boolean
36693
+ # * {Types::RevokeSecurityGroupIngressResult#unknown_ip_permissions #unknown_ip_permissions} => Array&lt;Types::IpPermission&gt;
36634
36694
  #
36635
36695
  # @example Request syntax with placeholder values
36636
36696
  #
@@ -36682,6 +36742,31 @@ module Aws::EC2
36682
36742
  # dry_run: false,
36683
36743
  # })
36684
36744
  #
36745
+ # @example Response structure
36746
+ #
36747
+ # resp.return #=> Boolean
36748
+ # resp.unknown_ip_permissions #=> Array
36749
+ # resp.unknown_ip_permissions[0].from_port #=> Integer
36750
+ # resp.unknown_ip_permissions[0].ip_protocol #=> String
36751
+ # resp.unknown_ip_permissions[0].ip_ranges #=> Array
36752
+ # resp.unknown_ip_permissions[0].ip_ranges[0].cidr_ip #=> String
36753
+ # resp.unknown_ip_permissions[0].ip_ranges[0].description #=> String
36754
+ # resp.unknown_ip_permissions[0].ipv_6_ranges #=> Array
36755
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
36756
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].description #=> String
36757
+ # resp.unknown_ip_permissions[0].prefix_list_ids #=> Array
36758
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].description #=> String
36759
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].prefix_list_id #=> String
36760
+ # resp.unknown_ip_permissions[0].to_port #=> Integer
36761
+ # resp.unknown_ip_permissions[0].user_id_group_pairs #=> Array
36762
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].description #=> String
36763
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].group_id #=> String
36764
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].group_name #=> String
36765
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].peering_status #=> String
36766
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].user_id #=> String
36767
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
36768
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
36769
+ #
36685
36770
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngress AWS API Documentation
36686
36771
  #
36687
36772
  # @overload revoke_security_group_ingress(params = {})
@@ -37668,6 +37753,8 @@ module Aws::EC2
37668
37753
  # resp.routes[0].type #=> String, one of "static", "propagated"
37669
37754
  # resp.routes[0].state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
37670
37755
  # resp.routes[0].local_gateway_route_table_id #=> String
37756
+ # resp.routes[0].local_gateway_route_table_arn #=> String
37757
+ # resp.routes[0].owner_id #=> String
37671
37758
  # resp.next_token #=> String
37672
37759
  #
37673
37760
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SearchLocalGatewayRoutes AWS API Documentation
@@ -38770,7 +38857,7 @@ module Aws::EC2
38770
38857
  params: params,
38771
38858
  config: config)
38772
38859
  context[:gem_name] = 'aws-sdk-ec2'
38773
- context[:gem_version] = '1.195.0'
38860
+ context[:gem_version] = '1.200.0'
38774
38861
  Seahorse::Client::Request.new(handlers, context)
38775
38862
  end
38776
38863
 
@@ -1695,7 +1695,9 @@ module Aws::EC2
1695
1695
  RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
1696
1696
  RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
1697
1697
  RevokeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressRequest')
1698
+ RevokeSecurityGroupEgressResult = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressResult')
1698
1699
  RevokeSecurityGroupIngressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupIngressRequest')
1700
+ RevokeSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeSecurityGroupIngressResult')
1699
1701
  RootDeviceType = Shapes::StringShape.new(name: 'RootDeviceType')
1700
1702
  RootDeviceTypeList = Shapes::ListShape.new(name: 'RootDeviceTypeList')
1701
1703
  Route = Shapes::StructureShape.new(name: 'Route')
@@ -7153,13 +7155,17 @@ module Aws::EC2
7153
7155
  LocalGatewayRoute.add_member(:type, Shapes::ShapeRef.new(shape: LocalGatewayRouteType, location_name: "type"))
7154
7156
  LocalGatewayRoute.add_member(:state, Shapes::ShapeRef.new(shape: LocalGatewayRouteState, location_name: "state"))
7155
7157
  LocalGatewayRoute.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, location_name: "localGatewayRouteTableId"))
7158
+ LocalGatewayRoute.add_member(:local_gateway_route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayRouteTableArn"))
7159
+ LocalGatewayRoute.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7156
7160
  LocalGatewayRoute.struct_class = Types::LocalGatewayRoute
7157
7161
 
7158
7162
  LocalGatewayRouteList.member = Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "item")
7159
7163
 
7160
7164
  LocalGatewayRouteTable.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
7165
+ LocalGatewayRouteTable.add_member(:local_gateway_route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayRouteTableArn"))
7161
7166
  LocalGatewayRouteTable.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: LocalGatewayId, location_name: "localGatewayId"))
7162
7167
  LocalGatewayRouteTable.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
7168
+ LocalGatewayRouteTable.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7163
7169
  LocalGatewayRouteTable.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
7164
7170
  LocalGatewayRouteTable.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7165
7171
  LocalGatewayRouteTable.struct_class = Types::LocalGatewayRouteTable
@@ -7172,6 +7178,8 @@ module Aws::EC2
7172
7178
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "localGatewayVirtualInterfaceGroupId"))
7173
7179
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
7174
7180
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayId, location_name: "localGatewayRouteTableId"))
7181
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:local_gateway_route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayRouteTableArn"))
7182
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7175
7183
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
7176
7184
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7177
7185
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation.struct_class = Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
@@ -7182,8 +7190,10 @@ module Aws::EC2
7182
7190
 
7183
7191
  LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_route_table_vpc_association_id, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociationId, location_name: "localGatewayRouteTableVpcAssociationId"))
7184
7192
  LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
7193
+ LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_route_table_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayRouteTableArn"))
7185
7194
  LocalGatewayRouteTableVpcAssociation.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
7186
7195
  LocalGatewayRouteTableVpcAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
7196
+ LocalGatewayRouteTableVpcAssociation.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7187
7197
  LocalGatewayRouteTableVpcAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
7188
7198
  LocalGatewayRouteTableVpcAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7189
7199
  LocalGatewayRouteTableVpcAssociation.struct_class = Types::LocalGatewayRouteTableVpcAssociation
@@ -7201,12 +7211,14 @@ module Aws::EC2
7201
7211
  LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
7202
7212
  LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
7203
7213
  LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
7214
+ LocalGatewayVirtualInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7204
7215
  LocalGatewayVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7205
7216
  LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
7206
7217
 
7207
7218
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "localGatewayVirtualInterfaceGroupId"))
7208
7219
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
7209
7220
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
7221
+ LocalGatewayVirtualInterfaceGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7210
7222
  LocalGatewayVirtualInterfaceGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7211
7223
  LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
7212
7224
 
@@ -8703,6 +8715,10 @@ module Aws::EC2
8703
8715
  RevokeSecurityGroupEgressRequest.add_member(:source_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceSecurityGroupOwnerId"))
8704
8716
  RevokeSecurityGroupEgressRequest.struct_class = Types::RevokeSecurityGroupEgressRequest
8705
8717
 
8718
+ RevokeSecurityGroupEgressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8719
+ RevokeSecurityGroupEgressResult.add_member(:unknown_ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "unknownIpPermissionSet"))
8720
+ RevokeSecurityGroupEgressResult.struct_class = Types::RevokeSecurityGroupEgressResult
8721
+
8706
8722
  RevokeSecurityGroupIngressRequest.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: String, location_name: "CidrIp"))
8707
8723
  RevokeSecurityGroupIngressRequest.add_member(:from_port, Shapes::ShapeRef.new(shape: Integer, location_name: "FromPort"))
8708
8724
  RevokeSecurityGroupIngressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
@@ -8715,6 +8731,10 @@ module Aws::EC2
8715
8731
  RevokeSecurityGroupIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8716
8732
  RevokeSecurityGroupIngressRequest.struct_class = Types::RevokeSecurityGroupIngressRequest
8717
8733
 
8734
+ RevokeSecurityGroupIngressResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8735
+ RevokeSecurityGroupIngressResult.add_member(:unknown_ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "unknownIpPermissionSet"))
8736
+ RevokeSecurityGroupIngressResult.struct_class = Types::RevokeSecurityGroupIngressResult
8737
+
8718
8738
  RootDeviceTypeList.member = Shapes::ShapeRef.new(shape: RootDeviceType, location_name: "item")
8719
8739
 
8720
8740
  Route.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
@@ -13973,7 +13993,7 @@ module Aws::EC2
13973
13993
  o.http_method = "POST"
13974
13994
  o.http_request_uri = "/"
13975
13995
  o.input = Shapes::ShapeRef.new(shape: RevokeSecurityGroupEgressRequest)
13976
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
13996
+ o.output = Shapes::ShapeRef.new(shape: RevokeSecurityGroupEgressResult)
13977
13997
  end)
13978
13998
 
13979
13999
  api.add_operation(:revoke_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -13981,7 +14001,7 @@ module Aws::EC2
13981
14001
  o.http_method = "POST"
13982
14002
  o.http_request_uri = "/"
13983
14003
  o.input = Shapes::ShapeRef.new(shape: RevokeSecurityGroupIngressRequest)
13984
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
14004
+ o.output = Shapes::ShapeRef.new(shape: RevokeSecurityGroupIngressResult)
13985
14005
  end)
13986
14006
 
13987
14007
  api.add_operation(:run_instances, Seahorse::Model::Operation.new.tap do |o|
@@ -580,7 +580,7 @@ module Aws::EC2
580
580
  # @option options [String] :source_security_group_owner_id
581
581
  # Not supported. Use a set of IP permissions to specify a destination
582
582
  # security group.
583
- # @return [EmptyStructure]
583
+ # @return [Types::RevokeSecurityGroupEgressResult]
584
584
  def revoke_egress(options = {})
585
585
  options = options.merge(group_id: @id)
586
586
  resp = @client.revoke_security_group_egress(options)
@@ -680,7 +680,7 @@ module Aws::EC2
680
680
  # without actually making the request, and provides an error response.
681
681
  # If you have the required permissions, the error response is
682
682
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
683
- # @return [EmptyStructure]
683
+ # @return [Types::RevokeSecurityGroupIngressResult]
684
684
  def revoke_ingress(options = {})
685
685
  options = options.merge(group_id: @id)
686
686
  resp = @client.revoke_security_group_ingress(options)
@@ -5195,14 +5195,16 @@ module Aws::EC2
5195
5195
  # * To add a route for an on-premises network, enter the AWS
5196
5196
  # Site-to-Site VPN connection's IPv4 CIDR range
5197
5197
  #
5198
- # Route address ranges cannot overlap with the CIDR range specified
5199
- # for client allocation.
5198
+ # * To add a route for the local network, enter the client CIDR range
5200
5199
  # @return [String]
5201
5200
  #
5202
5201
  # @!attribute [rw] target_vpc_subnet_id
5203
5202
  # The ID of the subnet through which you want to route traffic. The
5204
5203
  # specified subnet must be an existing target network of the Client
5205
5204
  # VPN endpoint.
5205
+ #
5206
+ # Alternatively, if you're adding a route for the local network,
5207
+ # specify `local`.
5206
5208
  # @return [String]
5207
5209
  #
5208
5210
  # @!attribute [rw] description
@@ -33962,7 +33964,7 @@ module Aws::EC2
33962
33964
  # @return [String]
33963
33965
  #
33964
33966
  # @!attribute [rw] owner_id
33965
- # The ID of the AWS account ID that owns the local gateway.
33967
+ # The AWS account ID that owns the local gateway.
33966
33968
  # @return [String]
33967
33969
  #
33968
33970
  # @!attribute [rw] state
@@ -34007,6 +34009,14 @@ module Aws::EC2
34007
34009
  # The ID of the local gateway route table.
34008
34010
  # @return [String]
34009
34011
  #
34012
+ # @!attribute [rw] local_gateway_route_table_arn
34013
+ # The Amazon Resource Name (ARN) of the local gateway route table.
34014
+ # @return [String]
34015
+ #
34016
+ # @!attribute [rw] owner_id
34017
+ # The AWS account ID that owns the local gateway route.
34018
+ # @return [String]
34019
+ #
34010
34020
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRoute AWS API Documentation
34011
34021
  #
34012
34022
  class LocalGatewayRoute < Struct.new(
@@ -34014,7 +34024,9 @@ module Aws::EC2
34014
34024
  :local_gateway_virtual_interface_group_id,
34015
34025
  :type,
34016
34026
  :state,
34017
- :local_gateway_route_table_id)
34027
+ :local_gateway_route_table_id,
34028
+ :local_gateway_route_table_arn,
34029
+ :owner_id)
34018
34030
  SENSITIVE = []
34019
34031
  include Aws::Structure
34020
34032
  end
@@ -34025,6 +34037,10 @@ module Aws::EC2
34025
34037
  # The ID of the local gateway route table.
34026
34038
  # @return [String]
34027
34039
  #
34040
+ # @!attribute [rw] local_gateway_route_table_arn
34041
+ # The Amazon Resource Name (ARN) of the local gateway route table.
34042
+ # @return [String]
34043
+ #
34028
34044
  # @!attribute [rw] local_gateway_id
34029
34045
  # The ID of the local gateway.
34030
34046
  # @return [String]
@@ -34033,6 +34049,10 @@ module Aws::EC2
34033
34049
  # The Amazon Resource Name (ARN) of the Outpost.
34034
34050
  # @return [String]
34035
34051
  #
34052
+ # @!attribute [rw] owner_id
34053
+ # The AWS account ID that owns the local gateway route table.
34054
+ # @return [String]
34055
+ #
34036
34056
  # @!attribute [rw] state
34037
34057
  # The state of the local gateway route table.
34038
34058
  # @return [String]
@@ -34045,8 +34065,10 @@ module Aws::EC2
34045
34065
  #
34046
34066
  class LocalGatewayRouteTable < Struct.new(
34047
34067
  :local_gateway_route_table_id,
34068
+ :local_gateway_route_table_arn,
34048
34069
  :local_gateway_id,
34049
34070
  :outpost_arn,
34071
+ :owner_id,
34050
34072
  :state,
34051
34073
  :tags)
34052
34074
  SENSITIVE = []
@@ -34072,6 +34094,16 @@ module Aws::EC2
34072
34094
  # The ID of the local gateway route table.
34073
34095
  # @return [String]
34074
34096
  #
34097
+ # @!attribute [rw] local_gateway_route_table_arn
34098
+ # The Amazon Resource Name (ARN) of the local gateway route table for
34099
+ # the virtual interface group.
34100
+ # @return [String]
34101
+ #
34102
+ # @!attribute [rw] owner_id
34103
+ # The AWS account ID that owns the local gateway virtual interface
34104
+ # group association.
34105
+ # @return [String]
34106
+ #
34075
34107
  # @!attribute [rw] state
34076
34108
  # The state of the association.
34077
34109
  # @return [String]
@@ -34087,6 +34119,8 @@ module Aws::EC2
34087
34119
  :local_gateway_virtual_interface_group_id,
34088
34120
  :local_gateway_id,
34089
34121
  :local_gateway_route_table_id,
34122
+ :local_gateway_route_table_arn,
34123
+ :owner_id,
34090
34124
  :state,
34091
34125
  :tags)
34092
34126
  SENSITIVE = []
@@ -34104,6 +34138,11 @@ module Aws::EC2
34104
34138
  # The ID of the local gateway route table.
34105
34139
  # @return [String]
34106
34140
  #
34141
+ # @!attribute [rw] local_gateway_route_table_arn
34142
+ # The Amazon Resource Name (ARN) of the local gateway route table for
34143
+ # the association.
34144
+ # @return [String]
34145
+ #
34107
34146
  # @!attribute [rw] local_gateway_id
34108
34147
  # The ID of the local gateway.
34109
34148
  # @return [String]
@@ -34112,6 +34151,11 @@ module Aws::EC2
34112
34151
  # The ID of the VPC.
34113
34152
  # @return [String]
34114
34153
  #
34154
+ # @!attribute [rw] owner_id
34155
+ # The AWS account ID that owns the local gateway route table for the
34156
+ # association.
34157
+ # @return [String]
34158
+ #
34115
34159
  # @!attribute [rw] state
34116
34160
  # The state of the association.
34117
34161
  # @return [String]
@@ -34125,8 +34169,10 @@ module Aws::EC2
34125
34169
  class LocalGatewayRouteTableVpcAssociation < Struct.new(
34126
34170
  :local_gateway_route_table_vpc_association_id,
34127
34171
  :local_gateway_route_table_id,
34172
+ :local_gateway_route_table_arn,
34128
34173
  :local_gateway_id,
34129
34174
  :vpc_id,
34175
+ :owner_id,
34130
34176
  :state,
34131
34177
  :tags)
34132
34178
  SENSITIVE = []
@@ -34164,6 +34210,10 @@ module Aws::EC2
34164
34210
  # The peer BGP ASN.
34165
34211
  # @return [Integer]
34166
34212
  #
34213
+ # @!attribute [rw] owner_id
34214
+ # The AWS account ID that owns the local gateway virtual interface.
34215
+ # @return [String]
34216
+ #
34167
34217
  # @!attribute [rw] tags
34168
34218
  # The tags assigned to the virtual interface.
34169
34219
  # @return [Array<Types::Tag>]
@@ -34178,6 +34228,7 @@ module Aws::EC2
34178
34228
  :peer_address,
34179
34229
  :local_bgp_asn,
34180
34230
  :peer_bgp_asn,
34231
+ :owner_id,
34181
34232
  :tags)
34182
34233
  SENSITIVE = []
34183
34234
  include Aws::Structure
@@ -34197,6 +34248,11 @@ module Aws::EC2
34197
34248
  # The ID of the local gateway.
34198
34249
  # @return [String]
34199
34250
  #
34251
+ # @!attribute [rw] owner_id
34252
+ # The AWS account ID that owns the local gateway virtual interface
34253
+ # group.
34254
+ # @return [String]
34255
+ #
34200
34256
  # @!attribute [rw] tags
34201
34257
  # The tags assigned to the virtual interface group.
34202
34258
  # @return [Array<Types::Tag>]
@@ -34207,6 +34263,7 @@ module Aws::EC2
34207
34263
  :local_gateway_virtual_interface_group_id,
34208
34264
  :local_gateway_virtual_interface_ids,
34209
34265
  :local_gateway_id,
34266
+ :owner_id,
34210
34267
  :tags)
34211
34268
  SENSITIVE = []
34212
34269
  include Aws::Structure
@@ -37251,7 +37308,7 @@ module Aws::EC2
37251
37308
  # }
37252
37309
  #
37253
37310
  # @!attribute [rw] vpn_connection_id
37254
- # The ID of the Site-to-Site VPN VPN connection.
37311
+ # The ID of the Site-to-Site VPN connection.
37255
37312
  # @return [String]
37256
37313
  #
37257
37314
  # @!attribute [rw] local_ipv_4_network_cidr
@@ -43524,6 +43581,25 @@ module Aws::EC2
43524
43581
  include Aws::Structure
43525
43582
  end
43526
43583
 
43584
+ # @!attribute [rw] return
43585
+ # Returns `true` if the request succeeds; otherwise, returns an error.
43586
+ # @return [Boolean]
43587
+ #
43588
+ # @!attribute [rw] unknown_ip_permissions
43589
+ # The outbound rules that were unknown to the service. In some cases,
43590
+ # `unknownIpPermissionSet` might be in a different format from the
43591
+ # request parameter.
43592
+ # @return [Array<Types::IpPermission>]
43593
+ #
43594
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupEgressResult AWS API Documentation
43595
+ #
43596
+ class RevokeSecurityGroupEgressResult < Struct.new(
43597
+ :return,
43598
+ :unknown_ip_permissions)
43599
+ SENSITIVE = []
43600
+ include Aws::Structure
43601
+ end
43602
+
43527
43603
  # @note When making an API call, you may pass RevokeSecurityGroupIngressRequest
43528
43604
  # data as a hash:
43529
43605
  #
@@ -43661,6 +43737,25 @@ module Aws::EC2
43661
43737
  include Aws::Structure
43662
43738
  end
43663
43739
 
43740
+ # @!attribute [rw] return
43741
+ # Returns `true` if the request succeeds; otherwise, returns an error.
43742
+ # @return [Boolean]
43743
+ #
43744
+ # @!attribute [rw] unknown_ip_permissions
43745
+ # The inbound rules that were unknown to the service. In some cases,
43746
+ # `unknownIpPermissionSet` might be in a different format from the
43747
+ # request parameter.
43748
+ # @return [Array<Types::IpPermission>]
43749
+ #
43750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngressResult AWS API Documentation
43751
+ #
43752
+ class RevokeSecurityGroupIngressResult < Struct.new(
43753
+ :return,
43754
+ :unknown_ip_permissions)
43755
+ SENSITIVE = []
43756
+ include Aws::Structure
43757
+ end
43758
+
43664
43759
  # Describes a route in a route table.
43665
43760
  #
43666
43761
  # @!attribute [rw] destination_cidr_block
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.195.0
4
+ version: 1.200.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: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.99.0
36
+ version: 3.109.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.99.0
46
+ version: 3.109.0
47
47
  description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
48
48
  This gem is part of the AWS SDK for Ruby.
49
49
  email: