aws-sdk-ec2 1.518.0 → 1.519.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +557 -105
- data/lib/aws-sdk-ec2/client_api.rb +173 -0
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +17 -17
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +520 -5
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +210 -96
- data/sig/instance.rbs +1 -1
- data/sig/resource.rbs +17 -17
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +2 -2
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +125 -5
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- metadata +1 -1
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -6470,7 +6470,7 @@ module Aws::EC2
|
|
6470
6470
|
# Indicates whether the client VPN session is disconnected after the
|
6471
6471
|
# maximum `sessionTimeoutHours` is reached. If `true`, users are
|
6472
6472
|
# prompted to reconnect client VPN. If `false`, client VPN attempts to
|
6473
|
-
# reconnect automatically. The default value is `
|
6473
|
+
# reconnect automatically. The default value is `false`.
|
6474
6474
|
# @return [Boolean]
|
6475
6475
|
#
|
6476
6476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ClientVpnEndpoint AWS API Documentation
|
@@ -8335,7 +8335,7 @@ module Aws::EC2
|
|
8335
8335
|
# maximum timeout specified in `SessionTimeoutHours` is reached. If
|
8336
8336
|
# `true`, users are prompted to reconnect client VPN. If `false`,
|
8337
8337
|
# client VPN attempts to reconnect automatically. The default value is
|
8338
|
-
# `
|
8338
|
+
# `false`.
|
8339
8339
|
# @return [Boolean]
|
8340
8340
|
#
|
8341
8341
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateClientVpnEndpointRequest AWS API Documentation
|
@@ -10488,6 +10488,129 @@ module Aws::EC2
|
|
10488
10488
|
include Aws::Structure
|
10489
10489
|
end
|
10490
10490
|
|
10491
|
+
# @!attribute [rw] local_gateway_id
|
10492
|
+
# The ID of the local gateway.
|
10493
|
+
# @return [String]
|
10494
|
+
#
|
10495
|
+
# @!attribute [rw] local_bgp_asn
|
10496
|
+
# The Autonomous System Number(ASN) for the local Border Gateway
|
10497
|
+
# Protocol (BGP).
|
10498
|
+
# @return [Integer]
|
10499
|
+
#
|
10500
|
+
# @!attribute [rw] local_bgp_asn_extended
|
10501
|
+
# The extended 32-bit ASN for the local BGP configuration.
|
10502
|
+
# @return [Integer]
|
10503
|
+
#
|
10504
|
+
# @!attribute [rw] tag_specifications
|
10505
|
+
# The tags to apply to the local gateway virtual interface group when
|
10506
|
+
# the resource is being created.
|
10507
|
+
# @return [Array<Types::TagSpecification>]
|
10508
|
+
#
|
10509
|
+
# @!attribute [rw] dry_run
|
10510
|
+
# Checks whether you have the required permissions for the action,
|
10511
|
+
# without actually making the request, and provides an error response.
|
10512
|
+
# If you have the required permissions, the error response is
|
10513
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
10514
|
+
# @return [Boolean]
|
10515
|
+
#
|
10516
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayVirtualInterfaceGroupRequest AWS API Documentation
|
10517
|
+
#
|
10518
|
+
class CreateLocalGatewayVirtualInterfaceGroupRequest < Struct.new(
|
10519
|
+
:local_gateway_id,
|
10520
|
+
:local_bgp_asn,
|
10521
|
+
:local_bgp_asn_extended,
|
10522
|
+
:tag_specifications,
|
10523
|
+
:dry_run)
|
10524
|
+
SENSITIVE = []
|
10525
|
+
include Aws::Structure
|
10526
|
+
end
|
10527
|
+
|
10528
|
+
# @!attribute [rw] local_gateway_virtual_interface_group
|
10529
|
+
# Information about the created local gateway virtual interface group.
|
10530
|
+
# @return [Types::LocalGatewayVirtualInterfaceGroup]
|
10531
|
+
#
|
10532
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayVirtualInterfaceGroupResult AWS API Documentation
|
10533
|
+
#
|
10534
|
+
class CreateLocalGatewayVirtualInterfaceGroupResult < Struct.new(
|
10535
|
+
:local_gateway_virtual_interface_group)
|
10536
|
+
SENSITIVE = []
|
10537
|
+
include Aws::Structure
|
10538
|
+
end
|
10539
|
+
|
10540
|
+
# @!attribute [rw] local_gateway_virtual_interface_group_id
|
10541
|
+
# The ID of the local gateway virtual interface group.
|
10542
|
+
# @return [String]
|
10543
|
+
#
|
10544
|
+
# @!attribute [rw] outpost_lag_id
|
10545
|
+
# References the Link Aggregation Group (LAG) that connects the
|
10546
|
+
# Outpost to on-premises network devices.
|
10547
|
+
# @return [String]
|
10548
|
+
#
|
10549
|
+
# @!attribute [rw] vlan
|
10550
|
+
# The virtual local area network (VLAN) used for the local gateway
|
10551
|
+
# virtual interface.
|
10552
|
+
# @return [Integer]
|
10553
|
+
#
|
10554
|
+
# @!attribute [rw] local_address
|
10555
|
+
# The IP address assigned to the local gateway virtual interface on
|
10556
|
+
# the Outpost side. Only IPv4 is supported.
|
10557
|
+
# @return [String]
|
10558
|
+
#
|
10559
|
+
# @!attribute [rw] peer_address
|
10560
|
+
# The peer IP address for the local gateway virtual interface. Only
|
10561
|
+
# IPv4 is supported.
|
10562
|
+
# @return [String]
|
10563
|
+
#
|
10564
|
+
# @!attribute [rw] peer_bgp_asn
|
10565
|
+
# The Autonomous System Number (ASN) of the Border Gateway Protocol
|
10566
|
+
# (BGP) peer.
|
10567
|
+
# @return [Integer]
|
10568
|
+
#
|
10569
|
+
# @!attribute [rw] tag_specifications
|
10570
|
+
# The tags to apply to a resource when the local gateway virtual
|
10571
|
+
# interface is being created.
|
10572
|
+
# @return [Array<Types::TagSpecification>]
|
10573
|
+
#
|
10574
|
+
# @!attribute [rw] dry_run
|
10575
|
+
# Checks whether you have the required permissions for the action,
|
10576
|
+
# without actually making the request, and provides an error response.
|
10577
|
+
# If you have the required permissions, the error response is
|
10578
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
10579
|
+
# @return [Boolean]
|
10580
|
+
#
|
10581
|
+
# @!attribute [rw] peer_bgp_asn_extended
|
10582
|
+
# The extended 32-bit ASN of the BGP peer for use with larger ASN
|
10583
|
+
# values.
|
10584
|
+
# @return [Integer]
|
10585
|
+
#
|
10586
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayVirtualInterfaceRequest AWS API Documentation
|
10587
|
+
#
|
10588
|
+
class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
|
10589
|
+
:local_gateway_virtual_interface_group_id,
|
10590
|
+
:outpost_lag_id,
|
10591
|
+
:vlan,
|
10592
|
+
:local_address,
|
10593
|
+
:peer_address,
|
10594
|
+
:peer_bgp_asn,
|
10595
|
+
:tag_specifications,
|
10596
|
+
:dry_run,
|
10597
|
+
:peer_bgp_asn_extended)
|
10598
|
+
SENSITIVE = []
|
10599
|
+
include Aws::Structure
|
10600
|
+
end
|
10601
|
+
|
10602
|
+
# @!attribute [rw] local_gateway_virtual_interface
|
10603
|
+
# Information about the local gateway virtual interface.
|
10604
|
+
# @return [Types::LocalGatewayVirtualInterface]
|
10605
|
+
#
|
10606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayVirtualInterfaceResult AWS API Documentation
|
10607
|
+
#
|
10608
|
+
class CreateLocalGatewayVirtualInterfaceResult < Struct.new(
|
10609
|
+
:local_gateway_virtual_interface)
|
10610
|
+
SENSITIVE = []
|
10611
|
+
include Aws::Structure
|
10612
|
+
end
|
10613
|
+
|
10491
10614
|
# @!attribute [rw] dry_run
|
10492
10615
|
# Checks whether you have the required permissions for the action,
|
10493
10616
|
# without actually making the request, and provides an error response.
|
@@ -16239,6 +16362,70 @@ module Aws::EC2
|
|
16239
16362
|
include Aws::Structure
|
16240
16363
|
end
|
16241
16364
|
|
16365
|
+
# @!attribute [rw] local_gateway_virtual_interface_group_id
|
16366
|
+
# The ID of the local gateway virtual interface group to delete.
|
16367
|
+
# @return [String]
|
16368
|
+
#
|
16369
|
+
# @!attribute [rw] dry_run
|
16370
|
+
# Checks whether you have the required permissions for the action,
|
16371
|
+
# without actually making the request, and provides an error response.
|
16372
|
+
# If you have the required permissions, the error response is
|
16373
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16374
|
+
# @return [Boolean]
|
16375
|
+
#
|
16376
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayVirtualInterfaceGroupRequest AWS API Documentation
|
16377
|
+
#
|
16378
|
+
class DeleteLocalGatewayVirtualInterfaceGroupRequest < Struct.new(
|
16379
|
+
:local_gateway_virtual_interface_group_id,
|
16380
|
+
:dry_run)
|
16381
|
+
SENSITIVE = []
|
16382
|
+
include Aws::Structure
|
16383
|
+
end
|
16384
|
+
|
16385
|
+
# @!attribute [rw] local_gateway_virtual_interface_group
|
16386
|
+
# Information about the deleted local gateway virtual interface group.
|
16387
|
+
# @return [Types::LocalGatewayVirtualInterfaceGroup]
|
16388
|
+
#
|
16389
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayVirtualInterfaceGroupResult AWS API Documentation
|
16390
|
+
#
|
16391
|
+
class DeleteLocalGatewayVirtualInterfaceGroupResult < Struct.new(
|
16392
|
+
:local_gateway_virtual_interface_group)
|
16393
|
+
SENSITIVE = []
|
16394
|
+
include Aws::Structure
|
16395
|
+
end
|
16396
|
+
|
16397
|
+
# @!attribute [rw] local_gateway_virtual_interface_id
|
16398
|
+
# The ID of the local virtual interface to delete.
|
16399
|
+
# @return [String]
|
16400
|
+
#
|
16401
|
+
# @!attribute [rw] dry_run
|
16402
|
+
# Checks whether you have the required permissions for the action,
|
16403
|
+
# without actually making the request, and provides an error response.
|
16404
|
+
# If you have the required permissions, the error response is
|
16405
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16406
|
+
# @return [Boolean]
|
16407
|
+
#
|
16408
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayVirtualInterfaceRequest AWS API Documentation
|
16409
|
+
#
|
16410
|
+
class DeleteLocalGatewayVirtualInterfaceRequest < Struct.new(
|
16411
|
+
:local_gateway_virtual_interface_id,
|
16412
|
+
:dry_run)
|
16413
|
+
SENSITIVE = []
|
16414
|
+
include Aws::Structure
|
16415
|
+
end
|
16416
|
+
|
16417
|
+
# @!attribute [rw] local_gateway_virtual_interface
|
16418
|
+
# Information about the deleted local gateway virtual interface.
|
16419
|
+
# @return [Types::LocalGatewayVirtualInterface]
|
16420
|
+
#
|
16421
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayVirtualInterfaceResult AWS API Documentation
|
16422
|
+
#
|
16423
|
+
class DeleteLocalGatewayVirtualInterfaceResult < Struct.new(
|
16424
|
+
:local_gateway_virtual_interface)
|
16425
|
+
SENSITIVE = []
|
16426
|
+
include Aws::Structure
|
16427
|
+
end
|
16428
|
+
|
16242
16429
|
# @!attribute [rw] dry_run
|
16243
16430
|
# Checks whether you have the required permissions for the action,
|
16244
16431
|
# without actually making the request, and provides an error response.
|
@@ -25599,6 +25786,88 @@ module Aws::EC2
|
|
25599
25786
|
include Aws::Structure
|
25600
25787
|
end
|
25601
25788
|
|
25789
|
+
# @!attribute [rw] outpost_lag_ids
|
25790
|
+
# The IDs of the Outpost LAGs.
|
25791
|
+
# @return [Array<String>]
|
25792
|
+
#
|
25793
|
+
# @!attribute [rw] filters
|
25794
|
+
# The filters to use for narrowing down the request. The following
|
25795
|
+
# filters are supported:
|
25796
|
+
#
|
25797
|
+
# * `service-link-virtual-interface-id` - The ID of the service link
|
25798
|
+
# virtual interface.
|
25799
|
+
#
|
25800
|
+
# * `service-link-virtual-interface-arn` - The ARN of the service link
|
25801
|
+
# virtual interface.
|
25802
|
+
#
|
25803
|
+
# * `outpost-id` - The Outpost ID.
|
25804
|
+
#
|
25805
|
+
# * `outpost-arn` - The Outpost ARN.
|
25806
|
+
#
|
25807
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
25808
|
+
# the service link virtual interface.
|
25809
|
+
#
|
25810
|
+
# * `vlan` - The ID of the address pool.
|
25811
|
+
#
|
25812
|
+
# * `local-address` - The local address.
|
25813
|
+
#
|
25814
|
+
# * `peer-address` - The peer address.
|
25815
|
+
#
|
25816
|
+
# * `peer-bgp-asn` - The peer BGP ASN.
|
25817
|
+
#
|
25818
|
+
# * `outpost-lag-id` - The Outpost LAG ID.
|
25819
|
+
#
|
25820
|
+
# * `configuration-state` - The configuration state of the service
|
25821
|
+
# link virtual interface.
|
25822
|
+
# @return [Array<Types::Filter>]
|
25823
|
+
#
|
25824
|
+
# @!attribute [rw] max_results
|
25825
|
+
# The maximum number of results to return with a single call. To
|
25826
|
+
# retrieve the remaining results, make another call with the returned
|
25827
|
+
# `nextToken` value.
|
25828
|
+
# @return [Integer]
|
25829
|
+
#
|
25830
|
+
# @!attribute [rw] next_token
|
25831
|
+
# The token for the next page of results.
|
25832
|
+
# @return [String]
|
25833
|
+
#
|
25834
|
+
# @!attribute [rw] dry_run
|
25835
|
+
# Checks whether you have the required permissions for the action,
|
25836
|
+
# without actually making the request, and provides an error response.
|
25837
|
+
# If you have the required permissions, the error response is
|
25838
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
25839
|
+
# @return [Boolean]
|
25840
|
+
#
|
25841
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeOutpostLagsRequest AWS API Documentation
|
25842
|
+
#
|
25843
|
+
class DescribeOutpostLagsRequest < Struct.new(
|
25844
|
+
:outpost_lag_ids,
|
25845
|
+
:filters,
|
25846
|
+
:max_results,
|
25847
|
+
:next_token,
|
25848
|
+
:dry_run)
|
25849
|
+
SENSITIVE = []
|
25850
|
+
include Aws::Structure
|
25851
|
+
end
|
25852
|
+
|
25853
|
+
# @!attribute [rw] outpost_lags
|
25854
|
+
# The Outpost LAGs.
|
25855
|
+
# @return [Array<Types::OutpostLag>]
|
25856
|
+
#
|
25857
|
+
# @!attribute [rw] next_token
|
25858
|
+
# The token to use to retrieve the next page of results. This value is
|
25859
|
+
# `null` when there are no more results to return.
|
25860
|
+
# @return [String]
|
25861
|
+
#
|
25862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeOutpostLagsResult AWS API Documentation
|
25863
|
+
#
|
25864
|
+
class DescribeOutpostLagsResult < Struct.new(
|
25865
|
+
:outpost_lags,
|
25866
|
+
:next_token)
|
25867
|
+
SENSITIVE = []
|
25868
|
+
include Aws::Structure
|
25869
|
+
end
|
25870
|
+
|
25602
25871
|
# @!attribute [rw] group_ids
|
25603
25872
|
# The IDs of the placement groups.
|
25604
25873
|
# @return [Array<String>]
|
@@ -27158,6 +27427,79 @@ module Aws::EC2
|
|
27158
27427
|
include Aws::Structure
|
27159
27428
|
end
|
27160
27429
|
|
27430
|
+
# @!attribute [rw] service_link_virtual_interface_ids
|
27431
|
+
# The IDs of the service link virtual interfaces.
|
27432
|
+
# @return [Array<String>]
|
27433
|
+
#
|
27434
|
+
# @!attribute [rw] filters
|
27435
|
+
# The filters to use for narrowing down the request. The following
|
27436
|
+
# filters are supported:
|
27437
|
+
#
|
27438
|
+
# * `outpost-lag-id` - The ID of the Outpost LAG.
|
27439
|
+
#
|
27440
|
+
# * `outpost-arn` - The Outpost ARN.
|
27441
|
+
#
|
27442
|
+
# * `owner-id` - The ID of the Amazon Web Services account that owns
|
27443
|
+
# the service link virtual interface.
|
27444
|
+
#
|
27445
|
+
# * `state` - The state of the Outpost LAG.
|
27446
|
+
#
|
27447
|
+
# * `vlan` - The ID of the address pool.
|
27448
|
+
#
|
27449
|
+
# * `service-link-virtual-interface-id` - The ID of the service link
|
27450
|
+
# virtual interface.
|
27451
|
+
#
|
27452
|
+
# * `local-gateway-virtual-interface-id` - The ID of the local gateway
|
27453
|
+
# virtual interface.
|
27454
|
+
# @return [Array<Types::Filter>]
|
27455
|
+
#
|
27456
|
+
# @!attribute [rw] max_results
|
27457
|
+
# The maximum number of results to return with a single call. To
|
27458
|
+
# retrieve the remaining results, make another call with the returned
|
27459
|
+
# `nextToken` value.
|
27460
|
+
# @return [Integer]
|
27461
|
+
#
|
27462
|
+
# @!attribute [rw] next_token
|
27463
|
+
# The token for the next page of results.
|
27464
|
+
# @return [String]
|
27465
|
+
#
|
27466
|
+
# @!attribute [rw] dry_run
|
27467
|
+
# Checks whether you have the required permissions for the action,
|
27468
|
+
# without actually making the request, and provides an error response.
|
27469
|
+
# If you have the required permissions, the error response is
|
27470
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
27471
|
+
# @return [Boolean]
|
27472
|
+
#
|
27473
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeServiceLinkVirtualInterfacesRequest AWS API Documentation
|
27474
|
+
#
|
27475
|
+
class DescribeServiceLinkVirtualInterfacesRequest < Struct.new(
|
27476
|
+
:service_link_virtual_interface_ids,
|
27477
|
+
:filters,
|
27478
|
+
:max_results,
|
27479
|
+
:next_token,
|
27480
|
+
:dry_run)
|
27481
|
+
SENSITIVE = []
|
27482
|
+
include Aws::Structure
|
27483
|
+
end
|
27484
|
+
|
27485
|
+
# @!attribute [rw] service_link_virtual_interfaces
|
27486
|
+
# Describes the service link virtual interfaces.
|
27487
|
+
# @return [Array<Types::ServiceLinkVirtualInterface>]
|
27488
|
+
#
|
27489
|
+
# @!attribute [rw] next_token
|
27490
|
+
# The token to use to retrieve the next page of results. This value is
|
27491
|
+
# `null` when there are no more results to return.
|
27492
|
+
# @return [String]
|
27493
|
+
#
|
27494
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeServiceLinkVirtualInterfacesResult AWS API Documentation
|
27495
|
+
#
|
27496
|
+
class DescribeServiceLinkVirtualInterfacesResult < Struct.new(
|
27497
|
+
:service_link_virtual_interfaces,
|
27498
|
+
:next_token)
|
27499
|
+
SENSITIVE = []
|
27500
|
+
include Aws::Structure
|
27501
|
+
end
|
27502
|
+
|
27161
27503
|
# @!attribute [rw] attribute
|
27162
27504
|
# The snapshot attribute you would like to view.
|
27163
27505
|
# @return [String]
|
@@ -51047,6 +51389,19 @@ module Aws::EC2
|
|
51047
51389
|
# The ID of the local gateway.
|
51048
51390
|
# @return [String]
|
51049
51391
|
#
|
51392
|
+
# @!attribute [rw] local_gateway_virtual_interface_group_id
|
51393
|
+
# The ID of the local gateway virtual interface group.
|
51394
|
+
# @return [String]
|
51395
|
+
#
|
51396
|
+
# @!attribute [rw] local_gateway_virtual_interface_arn
|
51397
|
+
# The Amazon Resource Number (ARN) of the local gateway virtual
|
51398
|
+
# interface.
|
51399
|
+
# @return [String]
|
51400
|
+
#
|
51401
|
+
# @!attribute [rw] outpost_lag_id
|
51402
|
+
# The Outpost LAG ID.
|
51403
|
+
# @return [String]
|
51404
|
+
#
|
51050
51405
|
# @!attribute [rw] vlan
|
51051
51406
|
# The ID of the VLAN.
|
51052
51407
|
# @return [Integer]
|
@@ -51068,6 +51423,11 @@ module Aws::EC2
|
|
51068
51423
|
# The peer BGP ASN.
|
51069
51424
|
# @return [Integer]
|
51070
51425
|
#
|
51426
|
+
# @!attribute [rw] peer_bgp_asn_extended
|
51427
|
+
# The extended 32-bit ASN of the BGP peer for use with larger ASN
|
51428
|
+
# values.
|
51429
|
+
# @return [Integer]
|
51430
|
+
#
|
51071
51431
|
# @!attribute [rw] owner_id
|
51072
51432
|
# The ID of the Amazon Web Services account that owns the local
|
51073
51433
|
# gateway virtual interface.
|
@@ -51077,18 +51437,27 @@ module Aws::EC2
|
|
51077
51437
|
# The tags assigned to the virtual interface.
|
51078
51438
|
# @return [Array<Types::Tag>]
|
51079
51439
|
#
|
51440
|
+
# @!attribute [rw] configuration_state
|
51441
|
+
# The current state of the local gateway virtual interface.
|
51442
|
+
# @return [String]
|
51443
|
+
#
|
51080
51444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterface AWS API Documentation
|
51081
51445
|
#
|
51082
51446
|
class LocalGatewayVirtualInterface < Struct.new(
|
51083
51447
|
:local_gateway_virtual_interface_id,
|
51084
51448
|
:local_gateway_id,
|
51449
|
+
:local_gateway_virtual_interface_group_id,
|
51450
|
+
:local_gateway_virtual_interface_arn,
|
51451
|
+
:outpost_lag_id,
|
51085
51452
|
:vlan,
|
51086
51453
|
:local_address,
|
51087
51454
|
:peer_address,
|
51088
51455
|
:local_bgp_asn,
|
51089
51456
|
:peer_bgp_asn,
|
51457
|
+
:peer_bgp_asn_extended,
|
51090
51458
|
:owner_id,
|
51091
|
-
:tags
|
51459
|
+
:tags,
|
51460
|
+
:configuration_state)
|
51092
51461
|
SENSITIVE = []
|
51093
51462
|
include Aws::Structure
|
51094
51463
|
end
|
@@ -51112,10 +51481,28 @@ module Aws::EC2
|
|
51112
51481
|
# gateway virtual interface group.
|
51113
51482
|
# @return [String]
|
51114
51483
|
#
|
51484
|
+
# @!attribute [rw] local_bgp_asn
|
51485
|
+
# The Autonomous System Number(ASN) for the local Border Gateway
|
51486
|
+
# Protocol (BGP).
|
51487
|
+
# @return [Integer]
|
51488
|
+
#
|
51489
|
+
# @!attribute [rw] local_bgp_asn_extended
|
51490
|
+
# The extended 32-bit ASN for the local BGP configuration.
|
51491
|
+
# @return [Integer]
|
51492
|
+
#
|
51493
|
+
# @!attribute [rw] local_gateway_virtual_interface_group_arn
|
51494
|
+
# The Amazon Resource Number (ARN) of the local gateway virtual
|
51495
|
+
# interface group.
|
51496
|
+
# @return [String]
|
51497
|
+
#
|
51115
51498
|
# @!attribute [rw] tags
|
51116
51499
|
# The tags assigned to the virtual interface group.
|
51117
51500
|
# @return [Array<Types::Tag>]
|
51118
51501
|
#
|
51502
|
+
# @!attribute [rw] configuration_state
|
51503
|
+
# The current state of the local gateway virtual interface group.
|
51504
|
+
# @return [String]
|
51505
|
+
#
|
51119
51506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterfaceGroup AWS API Documentation
|
51120
51507
|
#
|
51121
51508
|
class LocalGatewayVirtualInterfaceGroup < Struct.new(
|
@@ -51123,7 +51510,11 @@ module Aws::EC2
|
|
51123
51510
|
:local_gateway_virtual_interface_ids,
|
51124
51511
|
:local_gateway_id,
|
51125
51512
|
:owner_id,
|
51126
|
-
:
|
51513
|
+
:local_bgp_asn,
|
51514
|
+
:local_bgp_asn_extended,
|
51515
|
+
:local_gateway_virtual_interface_group_arn,
|
51516
|
+
:tags,
|
51517
|
+
:configuration_state)
|
51127
51518
|
SENSITIVE = []
|
51128
51519
|
include Aws::Structure
|
51129
51520
|
end
|
@@ -52031,7 +52422,7 @@ module Aws::EC2
|
|
52031
52422
|
# maximum timeout specified in `sessionTimeoutHours` is reached. If
|
52032
52423
|
# `true`, users are prompted to reconnect client VPN. If `false`,
|
52033
52424
|
# client VPN attempts to reconnect automatically. The default value is
|
52034
|
-
# `
|
52425
|
+
# `false`.
|
52035
52426
|
# @return [Boolean]
|
52036
52427
|
#
|
52037
52428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyClientVpnEndpointRequest AWS API Documentation
|
@@ -58602,6 +58993,52 @@ module Aws::EC2
|
|
58602
58993
|
include Aws::Structure
|
58603
58994
|
end
|
58604
58995
|
|
58996
|
+
# Describes an Outpost link aggregation group (LAG).
|
58997
|
+
#
|
58998
|
+
# @!attribute [rw] outpost_arn
|
58999
|
+
# The Amazon Resource Number (ARN) of the Outpost LAG.
|
59000
|
+
# @return [String]
|
59001
|
+
#
|
59002
|
+
# @!attribute [rw] owner_id
|
59003
|
+
# The ID of the Outpost LAG owner.
|
59004
|
+
# @return [String]
|
59005
|
+
#
|
59006
|
+
# @!attribute [rw] state
|
59007
|
+
# The current state of the Outpost LAG.
|
59008
|
+
# @return [String]
|
59009
|
+
#
|
59010
|
+
# @!attribute [rw] outpost_lag_id
|
59011
|
+
# The ID of the Outpost LAG.
|
59012
|
+
# @return [String]
|
59013
|
+
#
|
59014
|
+
# @!attribute [rw] local_gateway_virtual_interface_ids
|
59015
|
+
# The IDs of the local gateway virtual interfaces associated with the
|
59016
|
+
# Outpost LAG.
|
59017
|
+
# @return [Array<String>]
|
59018
|
+
#
|
59019
|
+
# @!attribute [rw] service_link_virtual_interface_ids
|
59020
|
+
# The service link virtual interface IDs associated with the Outpost
|
59021
|
+
# LAG.
|
59022
|
+
# @return [Array<String>]
|
59023
|
+
#
|
59024
|
+
# @!attribute [rw] tags
|
59025
|
+
# The tags associated with the Outpost LAG.
|
59026
|
+
# @return [Array<Types::Tag>]
|
59027
|
+
#
|
59028
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/OutpostLag AWS API Documentation
|
59029
|
+
#
|
59030
|
+
class OutpostLag < Struct.new(
|
59031
|
+
:outpost_arn,
|
59032
|
+
:owner_id,
|
59033
|
+
:state,
|
59034
|
+
:outpost_lag_id,
|
59035
|
+
:local_gateway_virtual_interface_ids,
|
59036
|
+
:service_link_virtual_interface_ids,
|
59037
|
+
:tags)
|
59038
|
+
SENSITIVE = []
|
59039
|
+
include Aws::Structure
|
59040
|
+
end
|
59041
|
+
|
58605
59042
|
# Describes a packet header statement.
|
58606
59043
|
#
|
58607
59044
|
# @!attribute [rw] source_addresses
|
@@ -67470,6 +67907,84 @@ module Aws::EC2
|
|
67470
67907
|
include Aws::Structure
|
67471
67908
|
end
|
67472
67909
|
|
67910
|
+
# Describes the service link virtual interfaces that establish
|
67911
|
+
# connectivity between Amazon Web Services Outpost and on-premises
|
67912
|
+
# networks.
|
67913
|
+
#
|
67914
|
+
# @!attribute [rw] service_link_virtual_interface_id
|
67915
|
+
# The ID of the service link virtual interface.
|
67916
|
+
# @return [String]
|
67917
|
+
#
|
67918
|
+
# @!attribute [rw] service_link_virtual_interface_arn
|
67919
|
+
# The Amazon Resource Number (ARN) for the service link virtual
|
67920
|
+
# interface.
|
67921
|
+
# @return [String]
|
67922
|
+
#
|
67923
|
+
# @!attribute [rw] outpost_id
|
67924
|
+
# The Outpost ID for the service link virtual interface.
|
67925
|
+
# @return [String]
|
67926
|
+
#
|
67927
|
+
# @!attribute [rw] outpost_arn
|
67928
|
+
# The Outpost Amazon Resource Number (ARN) for the service link
|
67929
|
+
# virtual interface.
|
67930
|
+
# @return [String]
|
67931
|
+
#
|
67932
|
+
# @!attribute [rw] owner_id
|
67933
|
+
# The ID of the Amazon Web Services account that owns the service link
|
67934
|
+
# virtual interface..
|
67935
|
+
# @return [String]
|
67936
|
+
#
|
67937
|
+
# @!attribute [rw] local_address
|
67938
|
+
# The IPv4 address assigned to the local gateway virtual interface on
|
67939
|
+
# the Outpost side.
|
67940
|
+
# @return [String]
|
67941
|
+
#
|
67942
|
+
# @!attribute [rw] peer_address
|
67943
|
+
# The IPv4 peer address for the service link virtual interface.
|
67944
|
+
# @return [String]
|
67945
|
+
#
|
67946
|
+
# @!attribute [rw] peer_bgp_asn
|
67947
|
+
# The ASN for the Border Gateway Protocol (BGP) associated with the
|
67948
|
+
# service link virtual interface.
|
67949
|
+
# @return [Integer]
|
67950
|
+
#
|
67951
|
+
# @!attribute [rw] vlan
|
67952
|
+
# The virtual local area network for the service link virtual
|
67953
|
+
# interface.
|
67954
|
+
# @return [Integer]
|
67955
|
+
#
|
67956
|
+
# @!attribute [rw] outpost_lag_id
|
67957
|
+
# The link aggregation group (LAG) ID for the service link virtual
|
67958
|
+
# interface.
|
67959
|
+
# @return [String]
|
67960
|
+
#
|
67961
|
+
# @!attribute [rw] tags
|
67962
|
+
# The tags associated with the service link virtual interface.
|
67963
|
+
# @return [Array<Types::Tag>]
|
67964
|
+
#
|
67965
|
+
# @!attribute [rw] configuration_state
|
67966
|
+
# The current state of the service link virtual interface.
|
67967
|
+
# @return [String]
|
67968
|
+
#
|
67969
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ServiceLinkVirtualInterface AWS API Documentation
|
67970
|
+
#
|
67971
|
+
class ServiceLinkVirtualInterface < Struct.new(
|
67972
|
+
:service_link_virtual_interface_id,
|
67973
|
+
:service_link_virtual_interface_arn,
|
67974
|
+
:outpost_id,
|
67975
|
+
:outpost_arn,
|
67976
|
+
:owner_id,
|
67977
|
+
:local_address,
|
67978
|
+
:peer_address,
|
67979
|
+
:peer_bgp_asn,
|
67980
|
+
:vlan,
|
67981
|
+
:outpost_lag_id,
|
67982
|
+
:tags,
|
67983
|
+
:configuration_state)
|
67984
|
+
SENSITIVE = []
|
67985
|
+
include Aws::Structure
|
67986
|
+
end
|
67987
|
+
|
67473
67988
|
# Describes the type of service for a VPC endpoint.
|
67474
67989
|
#
|
67475
67990
|
# @!attribute [rw] service_type
|
data/lib/aws-sdk-ec2/volume.rb
CHANGED
@@ -325,7 +325,7 @@ module Aws::EC2
|
|
325
325
|
# outpost_arn: "String",
|
326
326
|
# tag_specifications: [
|
327
327
|
# {
|
328
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
|
328
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
|
329
329
|
# tags: [
|
330
330
|
# {
|
331
331
|
# key: "String",
|