aws-sdk-ec2 1.263.0 → 1.264.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 +202 -86
- data/lib/aws-sdk-ec2/client_api.rb +59 -2
- data/lib/aws-sdk-ec2/instance.rb +2 -2
- data/lib/aws-sdk-ec2/resource.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +226 -69
- data/lib/aws-sdk-ec2/vpc.rb +2 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -1445,8 +1445,8 @@ module Aws::EC2
|
|
1445
1445
|
#
|
1446
1446
|
# @!attribute [rw] client_token
|
1447
1447
|
# Unique, case-sensitive identifier that you provide to ensure the
|
1448
|
-
# idempotency of the request. For more information, see [How to
|
1449
|
-
#
|
1448
|
+
# idempotency of the request. For more information, see [How to ensure
|
1449
|
+
# idempotency][1].
|
1450
1450
|
#
|
1451
1451
|
# **A suitable default value is auto-generated.** You should normally
|
1452
1452
|
# not need to pass this option.
|
@@ -2171,7 +2171,7 @@ module Aws::EC2
|
|
2171
2171
|
#
|
2172
2172
|
# {
|
2173
2173
|
# dry_run: false,
|
2174
|
-
# groups: ["
|
2174
|
+
# groups: ["SecurityGroupId"], # required
|
2175
2175
|
# instance_id: "InstanceId", # required
|
2176
2176
|
# vpc_id: "VpcId", # required
|
2177
2177
|
# }
|
@@ -2541,8 +2541,8 @@ module Aws::EC2
|
|
2541
2541
|
#
|
2542
2542
|
# @!attribute [rw] client_token
|
2543
2543
|
# Unique, case-sensitive identifier that you provide to ensure the
|
2544
|
-
# idempotency of the request. For more information, see [How to
|
2545
|
-
#
|
2544
|
+
# idempotency of the request. For more information, see [How to ensure
|
2545
|
+
# idempotency][1].
|
2546
2546
|
#
|
2547
2547
|
# **A suitable default value is auto-generated.** You should normally
|
2548
2548
|
# not need to pass this option.
|
@@ -4183,7 +4183,7 @@ module Aws::EC2
|
|
4183
4183
|
#
|
4184
4184
|
# @!attribute [rw] client_root_certificate_chain_arn
|
4185
4185
|
# The ARN of the client certificate. The certificate must be signed by
|
4186
|
-
# a certificate authority (CA) and it must be provisioned in
|
4186
|
+
# a certificate authority (CA) and it must be provisioned in
|
4187
4187
|
# Certificate Manager (ACM).
|
4188
4188
|
# @return [String]
|
4189
4189
|
#
|
@@ -4376,7 +4376,7 @@ module Aws::EC2
|
|
4376
4376
|
# @return [Boolean]
|
4377
4377
|
#
|
4378
4378
|
# @!attribute [rw] lambda_function_arn
|
4379
|
-
# The Amazon Resource Name (ARN) of the
|
4379
|
+
# The Amazon Resource Name (ARN) of the Lambda function used for
|
4380
4380
|
# connection authorization.
|
4381
4381
|
# @return [String]
|
4382
4382
|
#
|
@@ -4397,7 +4397,7 @@ module Aws::EC2
|
|
4397
4397
|
# @return [Boolean]
|
4398
4398
|
#
|
4399
4399
|
# @!attribute [rw] lambda_function_arn
|
4400
|
-
# The Amazon Resource Name (ARN) of the
|
4400
|
+
# The Amazon Resource Name (ARN) of the Lambda function used for
|
4401
4401
|
# connection authorization.
|
4402
4402
|
# @return [String]
|
4403
4403
|
#
|
@@ -4455,7 +4455,7 @@ module Aws::EC2
|
|
4455
4455
|
end
|
4456
4456
|
|
4457
4457
|
# Describes the authentication methods used by a Client VPN endpoint.
|
4458
|
-
# For more information, see [Authentication][1] in the *
|
4458
|
+
# For more information, see [Authentication][1] in the *Client VPN
|
4459
4459
|
# Administrator Guide*.
|
4460
4460
|
#
|
4461
4461
|
#
|
@@ -4490,8 +4490,8 @@ module Aws::EC2
|
|
4490
4490
|
end
|
4491
4491
|
|
4492
4492
|
# Describes the authentication method to be used by a Client VPN
|
4493
|
-
# endpoint. For more information, see [Authentication][1] in the *
|
4494
|
-
#
|
4493
|
+
# endpoint. For more information, see [Authentication][1] in the *Client
|
4494
|
+
# VPN Administrator Guide*.
|
4495
4495
|
#
|
4496
4496
|
#
|
4497
4497
|
#
|
@@ -4706,12 +4706,11 @@ module Aws::EC2
|
|
4706
4706
|
# @return [Array<String>]
|
4707
4707
|
#
|
4708
4708
|
# @!attribute [rw] split_tunnel
|
4709
|
-
# Indicates whether split-tunnel is enabled in the
|
4709
|
+
# Indicates whether split-tunnel is enabled in the Client VPN
|
4710
4710
|
# endpoint.
|
4711
4711
|
#
|
4712
4712
|
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
4713
|
-
#
|
4714
|
-
# Guide*.
|
4713
|
+
# Client VPN endpoint][1] in the *Client VPN Administrator Guide*.
|
4715
4714
|
#
|
4716
4715
|
#
|
4717
4716
|
#
|
@@ -5951,7 +5950,7 @@ module Aws::EC2
|
|
5951
5950
|
#
|
5952
5951
|
# @!attribute [rw] server_certificate_arn
|
5953
5952
|
# The ARN of the server certificate. For more information, see the
|
5954
|
-
# [
|
5953
|
+
# [Certificate Manager User Guide][1].
|
5955
5954
|
#
|
5956
5955
|
#
|
5957
5956
|
#
|
@@ -6006,14 +6005,13 @@ module Aws::EC2
|
|
6006
6005
|
# @return [String]
|
6007
6006
|
#
|
6008
6007
|
# @!attribute [rw] split_tunnel
|
6009
|
-
# Indicates whether split-tunnel is enabled on the
|
6008
|
+
# Indicates whether split-tunnel is enabled on the Client VPN
|
6010
6009
|
# endpoint.
|
6011
6010
|
#
|
6012
6011
|
# By default, split-tunnel on a VPN endpoint is disabled.
|
6013
6012
|
#
|
6014
|
-
# For information about split-tunnel VPN endpoints, see [Split-
|
6015
|
-
#
|
6016
|
-
# Guide*.
|
6013
|
+
# For information about split-tunnel VPN endpoints, see [Split-tunnel
|
6014
|
+
# Client VPN endpoint][1] in the *Client VPN Administrator Guide*.
|
6017
6015
|
#
|
6018
6016
|
#
|
6019
6017
|
#
|
@@ -6029,8 +6027,8 @@ module Aws::EC2
|
|
6029
6027
|
#
|
6030
6028
|
# @!attribute [rw] client_token
|
6031
6029
|
# Unique, case-sensitive identifier that you provide to ensure the
|
6032
|
-
# idempotency of the request. For more information, see [How to
|
6033
|
-
#
|
6030
|
+
# idempotency of the request. For more information, see [How to ensure
|
6031
|
+
# idempotency][1].
|
6034
6032
|
#
|
6035
6033
|
# **A suitable default value is auto-generated.** You should normally
|
6036
6034
|
# not need to pass this option.
|
@@ -6139,8 +6137,8 @@ module Aws::EC2
|
|
6139
6137
|
# * To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR
|
6140
6138
|
# range
|
6141
6139
|
#
|
6142
|
-
# * To add a route for an on-premises network, enter the
|
6143
|
-
# Site-to-Site VPN connection's IPv4 CIDR range
|
6140
|
+
# * To add a route for an on-premises network, enter the Amazon Web
|
6141
|
+
# Services Site-to-Site VPN connection's IPv4 CIDR range
|
6144
6142
|
#
|
6145
6143
|
# * To add a route for the local network, enter the client CIDR range
|
6146
6144
|
# @return [String]
|
@@ -6160,8 +6158,8 @@ module Aws::EC2
|
|
6160
6158
|
#
|
6161
6159
|
# @!attribute [rw] client_token
|
6162
6160
|
# Unique, case-sensitive identifier that you provide to ensure the
|
6163
|
-
# idempotency of the request. For more information, see [How to
|
6164
|
-
#
|
6161
|
+
# idempotency of the request. For more information, see [How to ensure
|
6162
|
+
# idempotency][1].
|
6165
6163
|
#
|
6166
6164
|
# **A suitable default value is auto-generated.** You should normally
|
6167
6165
|
# not need to pass this option.
|
@@ -22465,7 +22463,7 @@ module Aws::EC2
|
|
22465
22463
|
# values: ["String"],
|
22466
22464
|
# },
|
22467
22465
|
# ],
|
22468
|
-
# group_ids: ["
|
22466
|
+
# group_ids: ["SecurityGroupId"],
|
22469
22467
|
# group_names: ["SecurityGroupName"],
|
22470
22468
|
# dry_run: false,
|
22471
22469
|
# next_token: "String",
|
@@ -32304,6 +32302,130 @@ module Aws::EC2
|
|
32304
32302
|
include Aws::Structure
|
32305
32303
|
end
|
32306
32304
|
|
32305
|
+
# @note When making an API call, you may pass GetVpnConnectionDeviceSampleConfigurationRequest
|
32306
|
+
# data as a hash:
|
32307
|
+
#
|
32308
|
+
# {
|
32309
|
+
# vpn_connection_id: "VpnConnectionId", # required
|
32310
|
+
# vpn_connection_device_type_id: "VpnConnectionDeviceTypeId", # required
|
32311
|
+
# internet_key_exchange_version: "String",
|
32312
|
+
# dry_run: false,
|
32313
|
+
# }
|
32314
|
+
#
|
32315
|
+
# @!attribute [rw] vpn_connection_id
|
32316
|
+
# The `VpnConnectionId` specifies the Site-to-Site VPN connection used
|
32317
|
+
# for the sample configuration.
|
32318
|
+
# @return [String]
|
32319
|
+
#
|
32320
|
+
# @!attribute [rw] vpn_connection_device_type_id
|
32321
|
+
# Device identifier provided by the `GetVpnConnectionDeviceTypes` API.
|
32322
|
+
# @return [String]
|
32323
|
+
#
|
32324
|
+
# @!attribute [rw] internet_key_exchange_version
|
32325
|
+
# The IKE version to be used in the sample configuration file for your
|
32326
|
+
# customer gateway device. You can specify one of the following
|
32327
|
+
# versions: `ikev1` or `ikev2`.
|
32328
|
+
# @return [String]
|
32329
|
+
#
|
32330
|
+
# @!attribute [rw] dry_run
|
32331
|
+
# Checks whether you have the required permissions for the action,
|
32332
|
+
# without actually making the request, and provides an error response.
|
32333
|
+
# If you have the required permissions, the error response is
|
32334
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
32335
|
+
# @return [Boolean]
|
32336
|
+
#
|
32337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceSampleConfigurationRequest AWS API Documentation
|
32338
|
+
#
|
32339
|
+
class GetVpnConnectionDeviceSampleConfigurationRequest < Struct.new(
|
32340
|
+
:vpn_connection_id,
|
32341
|
+
:vpn_connection_device_type_id,
|
32342
|
+
:internet_key_exchange_version,
|
32343
|
+
:dry_run)
|
32344
|
+
SENSITIVE = []
|
32345
|
+
include Aws::Structure
|
32346
|
+
end
|
32347
|
+
|
32348
|
+
# @!attribute [rw] vpn_connection_device_sample_configuration
|
32349
|
+
# Sample configuration file for the specified customer gateway device.
|
32350
|
+
# @return [String]
|
32351
|
+
#
|
32352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceSampleConfigurationResult AWS API Documentation
|
32353
|
+
#
|
32354
|
+
class GetVpnConnectionDeviceSampleConfigurationResult < Struct.new(
|
32355
|
+
:vpn_connection_device_sample_configuration)
|
32356
|
+
SENSITIVE = [:vpn_connection_device_sample_configuration]
|
32357
|
+
include Aws::Structure
|
32358
|
+
end
|
32359
|
+
|
32360
|
+
# @note When making an API call, you may pass GetVpnConnectionDeviceTypesRequest
|
32361
|
+
# data as a hash:
|
32362
|
+
#
|
32363
|
+
# {
|
32364
|
+
# max_results: 1,
|
32365
|
+
# next_token: "NextToken",
|
32366
|
+
# dry_run: false,
|
32367
|
+
# }
|
32368
|
+
#
|
32369
|
+
# @!attribute [rw] max_results
|
32370
|
+
# The maximum number of results returned by
|
32371
|
+
# `GetVpnConnectionDeviceTypes` in paginated output. When this
|
32372
|
+
# parameter is used, `GetVpnConnectionDeviceTypes` only returns
|
32373
|
+
# `MaxResults` results in a single page along with a `NextToken`
|
32374
|
+
# response element. The remaining results of the initial request can
|
32375
|
+
# be seen by sending another `GetVpnConnectionDeviceTypes` request
|
32376
|
+
# with the returned `NextToken` value. This value can be between 200
|
32377
|
+
# and 1000. If this parameter is not used, then
|
32378
|
+
# `GetVpnConnectionDeviceTypes` returns all results.
|
32379
|
+
# @return [Integer]
|
32380
|
+
#
|
32381
|
+
# @!attribute [rw] next_token
|
32382
|
+
# The `NextToken` value returned from a previous paginated
|
32383
|
+
# `GetVpnConnectionDeviceTypes` request where `MaxResults` was used
|
32384
|
+
# and the results exceeded the value of that parameter. Pagination
|
32385
|
+
# continues from the end of the previous results that returned the
|
32386
|
+
# `NextToken` value. This value is null when there are no more results
|
32387
|
+
# to return.
|
32388
|
+
# @return [String]
|
32389
|
+
#
|
32390
|
+
# @!attribute [rw] dry_run
|
32391
|
+
# Checks whether you have the required permissions for the action,
|
32392
|
+
# without actually making the request, and provides an error response.
|
32393
|
+
# If you have the required permissions, the error response is
|
32394
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
32395
|
+
# @return [Boolean]
|
32396
|
+
#
|
32397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceTypesRequest AWS API Documentation
|
32398
|
+
#
|
32399
|
+
class GetVpnConnectionDeviceTypesRequest < Struct.new(
|
32400
|
+
:max_results,
|
32401
|
+
:next_token,
|
32402
|
+
:dry_run)
|
32403
|
+
SENSITIVE = []
|
32404
|
+
include Aws::Structure
|
32405
|
+
end
|
32406
|
+
|
32407
|
+
# @!attribute [rw] vpn_connection_device_types
|
32408
|
+
# List of customer gateway devices that have a sample configuration
|
32409
|
+
# file available for use.
|
32410
|
+
# @return [Array<Types::VpnConnectionDeviceType>]
|
32411
|
+
#
|
32412
|
+
# @!attribute [rw] next_token
|
32413
|
+
# The `NextToken` value to include in a future
|
32414
|
+
# `GetVpnConnectionDeviceTypes` request. When the results of a
|
32415
|
+
# `GetVpnConnectionDeviceTypes` request exceed `MaxResults`, this
|
32416
|
+
# value can be used to retrieve the next page of results. This value
|
32417
|
+
# is null when there are no more results to return.
|
32418
|
+
# @return [String]
|
32419
|
+
#
|
32420
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVpnConnectionDeviceTypesResult AWS API Documentation
|
32421
|
+
#
|
32422
|
+
class GetVpnConnectionDeviceTypesResult < Struct.new(
|
32423
|
+
:vpn_connection_device_types,
|
32424
|
+
:next_token)
|
32425
|
+
SENSITIVE = []
|
32426
|
+
include Aws::Structure
|
32427
|
+
end
|
32428
|
+
|
32307
32429
|
# Describes the GPU accelerators for the instance type.
|
32308
32430
|
#
|
32309
32431
|
# @!attribute [rw] name
|
@@ -33298,8 +33420,8 @@ module Aws::EC2
|
|
33298
33420
|
#
|
33299
33421
|
# @!attribute [rw] certificate_revocation_list
|
33300
33422
|
# The client certificate revocation list file. For more information,
|
33301
|
-
# see [Generate a Client Certificate Revocation List][1] in the
|
33302
|
-
# Client VPN Administrator Guide*.
|
33423
|
+
# see [Generate a Client Certificate Revocation List][1] in the
|
33424
|
+
# *Client VPN Administrator Guide*.
|
33303
33425
|
#
|
33304
33426
|
#
|
33305
33427
|
#
|
@@ -39578,7 +39700,7 @@ module Aws::EC2
|
|
39578
39700
|
#
|
39579
39701
|
# @!attribute [rw] server_certificate_arn
|
39580
39702
|
# The ARN of the server certificate to be used. The server certificate
|
39581
|
-
# must be provisioned in
|
39703
|
+
# must be provisioned in Certificate Manager (ACM).
|
39582
39704
|
# @return [String]
|
39583
39705
|
#
|
39584
39706
|
# @!attribute [rw] connection_log_options
|
@@ -39618,9 +39740,8 @@ module Aws::EC2
|
|
39618
39740
|
# @!attribute [rw] split_tunnel
|
39619
39741
|
# Indicates whether the VPN is split-tunnel.
|
39620
39742
|
#
|
39621
|
-
# For information about split-tunnel VPN endpoints, see [Split-
|
39622
|
-
#
|
39623
|
-
# Guide*.
|
39743
|
+
# For information about split-tunnel VPN endpoints, see [Split-tunnel
|
39744
|
+
# Client VPN endpoint][1] in the *Client VPN Administrator Guide*.
|
39624
39745
|
#
|
39625
39746
|
#
|
39626
39747
|
#
|
@@ -40289,7 +40410,7 @@ module Aws::EC2
|
|
40289
40410
|
# ena_support: {
|
40290
40411
|
# value: false,
|
40291
40412
|
# },
|
40292
|
-
# groups: ["
|
40413
|
+
# groups: ["SecurityGroupId"],
|
40293
40414
|
# instance_id: "InstanceId", # required
|
40294
40415
|
# instance_initiated_shutdown_behavior: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
40295
40416
|
# instance_type: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
@@ -42670,7 +42791,7 @@ module Aws::EC2
|
|
42670
42791
|
# @return [String]
|
42671
42792
|
#
|
42672
42793
|
# @!attribute [rw] remote_ipv_4_network_cidr
|
42673
|
-
# The IPv4 CIDR on the
|
42794
|
+
# The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
|
42674
42795
|
#
|
42675
42796
|
# Default: `0.0.0.0/0`
|
42676
42797
|
# @return [String]
|
@@ -42683,7 +42804,7 @@ module Aws::EC2
|
|
42683
42804
|
# @return [String]
|
42684
42805
|
#
|
42685
42806
|
# @!attribute [rw] remote_ipv_6_network_cidr
|
42686
|
-
# The IPv6 CIDR on the
|
42807
|
+
# The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
|
42687
42808
|
#
|
42688
42809
|
# Default: `::/0`
|
42689
42810
|
# @return [String]
|
@@ -42744,8 +42865,8 @@ module Aws::EC2
|
|
42744
42865
|
# @return [String]
|
42745
42866
|
#
|
42746
42867
|
# @!attribute [rw] vpn_gateway_id
|
42747
|
-
# The ID of the virtual private gateway at the
|
42748
|
-
# connection.
|
42868
|
+
# The ID of the virtual private gateway at the Amazon Web Services
|
42869
|
+
# side of the VPN connection.
|
42749
42870
|
# @return [String]
|
42750
42871
|
#
|
42751
42872
|
# @!attribute [rw] dry_run
|
@@ -42789,7 +42910,7 @@ module Aws::EC2
|
|
42789
42910
|
# }
|
42790
42911
|
#
|
42791
42912
|
# @!attribute [rw] vpn_connection_id
|
42792
|
-
# The ID of the
|
42913
|
+
# The ID of the Amazon Web Services Site-to-Site VPN connection.
|
42793
42914
|
# @return [String]
|
42794
42915
|
#
|
42795
42916
|
# @!attribute [rw] vpn_tunnel_outside_ip_address
|
@@ -42883,7 +43004,7 @@ module Aws::EC2
|
|
42883
43004
|
# }
|
42884
43005
|
#
|
42885
43006
|
# @!attribute [rw] vpn_connection_id
|
42886
|
-
# The ID of the
|
43007
|
+
# The ID of the Amazon Web Services Site-to-Site VPN connection.
|
42887
43008
|
# @return [String]
|
42888
43009
|
#
|
42889
43010
|
# @!attribute [rw] vpn_tunnel_outside_ip_address
|
@@ -42924,7 +43045,7 @@ module Aws::EC2
|
|
42924
43045
|
include Aws::Structure
|
42925
43046
|
end
|
42926
43047
|
|
42927
|
-
# The
|
43048
|
+
# The Amazon Web Services Site-to-Site VPN tunnel options to modify.
|
42928
43049
|
#
|
42929
43050
|
# @note When making an API call, you may pass ModifyVpnTunnelOptionsSpecification
|
42930
43051
|
# data as a hash:
|
@@ -43037,9 +43158,9 @@ module Aws::EC2
|
|
43037
43158
|
#
|
43038
43159
|
# @!attribute [rw] rekey_margin_time_seconds
|
43039
43160
|
# The margin time, in seconds, before the phase 2 lifetime expires,
|
43040
|
-
# during which the
|
43041
|
-
# rekey. The exact time of the rekey is randomly
|
43042
|
-
# value for `RekeyFuzzPercentage`.
|
43161
|
+
# during which the Amazon Web Services side of the VPN connection
|
43162
|
+
# performs an IKE rekey. The exact time of the rekey is randomly
|
43163
|
+
# selected based on the value for `RekeyFuzzPercentage`.
|
43043
43164
|
#
|
43044
43165
|
# Constraints: A value between 60 and half of `Phase2LifetimeSeconds`.
|
43045
43166
|
#
|
@@ -43136,8 +43257,8 @@ module Aws::EC2
|
|
43136
43257
|
# @!attribute [rw] startup_action
|
43137
43258
|
# The action to take when the establishing the tunnel for the VPN
|
43138
43259
|
# connection. By default, your customer gateway device must initiate
|
43139
|
-
# the IKE negotiation and bring up the tunnel. Specify `start` for
|
43140
|
-
# to initiate the IKE negotiation.
|
43260
|
+
# the IKE negotiation and bring up the tunnel. Specify `start` for
|
43261
|
+
# Amazon Web Services to initiate the IKE negotiation.
|
43141
43262
|
#
|
43142
43263
|
# Valid Values: `add` \| `start`
|
43143
43264
|
#
|
@@ -51605,25 +51726,21 @@ module Aws::EC2
|
|
51605
51726
|
#
|
51606
51727
|
# {
|
51607
51728
|
# local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
|
51729
|
+
# max_results: 1,
|
51730
|
+
# next_token: "String",
|
51731
|
+
# dry_run: false,
|
51608
51732
|
# filters: [ # required
|
51609
51733
|
# {
|
51610
51734
|
# name: "String",
|
51611
51735
|
# values: ["String"],
|
51612
51736
|
# },
|
51613
51737
|
# ],
|
51614
|
-
# max_results: 1,
|
51615
|
-
# next_token: "String",
|
51616
|
-
# dry_run: false,
|
51617
51738
|
# }
|
51618
51739
|
#
|
51619
51740
|
# @!attribute [rw] local_gateway_route_table_id
|
51620
51741
|
# The ID of the local gateway route table.
|
51621
51742
|
# @return [String]
|
51622
51743
|
#
|
51623
|
-
# @!attribute [rw] filters
|
51624
|
-
# One or more filters.
|
51625
|
-
# @return [Array<Types::Filter>]
|
51626
|
-
#
|
51627
51744
|
# @!attribute [rw] max_results
|
51628
51745
|
# The maximum number of results to return with a single call. To
|
51629
51746
|
# retrieve the remaining results, make another call with the returned
|
@@ -51641,14 +51758,18 @@ module Aws::EC2
|
|
51641
51758
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
51642
51759
|
# @return [Boolean]
|
51643
51760
|
#
|
51761
|
+
# @!attribute [rw] filters
|
51762
|
+
# One or more filters.
|
51763
|
+
# @return [Array<Types::Filter>]
|
51764
|
+
#
|
51644
51765
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SearchLocalGatewayRoutesRequest AWS API Documentation
|
51645
51766
|
#
|
51646
51767
|
class SearchLocalGatewayRoutesRequest < Struct.new(
|
51647
51768
|
:local_gateway_route_table_id,
|
51648
|
-
:filters,
|
51649
51769
|
:max_results,
|
51650
51770
|
:next_token,
|
51651
|
-
:dry_run
|
51771
|
+
:dry_run,
|
51772
|
+
:filters)
|
51652
51773
|
SENSITIVE = []
|
51653
51774
|
include Aws::Structure
|
51654
51775
|
end
|
@@ -57044,8 +57165,8 @@ module Aws::EC2
|
|
57044
57165
|
#
|
57045
57166
|
# @!attribute [rw] rekey_margin_time_seconds
|
57046
57167
|
# The margin time, in seconds, before the phase 2 lifetime expires,
|
57047
|
-
# during which the
|
57048
|
-
# rekey.
|
57168
|
+
# during which the Amazon Web Services side of the VPN connection
|
57169
|
+
# performs an IKE rekey.
|
57049
57170
|
# @return [Integer]
|
57050
57171
|
#
|
57051
57172
|
# @!attribute [rw] rekey_fuzz_percentage
|
@@ -58722,8 +58843,8 @@ module Aws::EC2
|
|
58722
58843
|
#
|
58723
58844
|
# @!attribute [rw] category
|
58724
58845
|
# The category of the VPN connection. A value of `VPN` indicates an
|
58725
|
-
#
|
58726
|
-
# Classic VPN connection.
|
58846
|
+
# Amazon Web Services VPN connection. A value of `VPN-Classic`
|
58847
|
+
# indicates an Amazon Web Services Classic VPN connection.
|
58727
58848
|
# @return [String]
|
58728
58849
|
#
|
58729
58850
|
# @!attribute [rw] state
|
@@ -58739,8 +58860,8 @@ module Aws::EC2
|
|
58739
58860
|
# @return [String]
|
58740
58861
|
#
|
58741
58862
|
# @!attribute [rw] vpn_gateway_id
|
58742
|
-
# The ID of the virtual private gateway at the
|
58743
|
-
# connection.
|
58863
|
+
# The ID of the virtual private gateway at the Amazon Web Services
|
58864
|
+
# side of the VPN connection.
|
58744
58865
|
# @return [String]
|
58745
58866
|
#
|
58746
58867
|
# @!attribute [rw] transit_gateway_id
|
@@ -58782,6 +58903,42 @@ module Aws::EC2
|
|
58782
58903
|
include Aws::Structure
|
58783
58904
|
end
|
58784
58905
|
|
58906
|
+
# List of customer gateway devices that have a sample configuration file
|
58907
|
+
# available for use. You can also see the list of device types with
|
58908
|
+
# sample configuration files available under [Your customer gateway
|
58909
|
+
# device][1] in the *Amazon Web Services Site-to-Site VPN User Guide*.
|
58910
|
+
#
|
58911
|
+
#
|
58912
|
+
#
|
58913
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html
|
58914
|
+
#
|
58915
|
+
# @!attribute [rw] vpn_connection_device_type_id
|
58916
|
+
# Customer gateway device identifier.
|
58917
|
+
# @return [String]
|
58918
|
+
#
|
58919
|
+
# @!attribute [rw] vendor
|
58920
|
+
# Customer gateway device vendor.
|
58921
|
+
# @return [String]
|
58922
|
+
#
|
58923
|
+
# @!attribute [rw] platform
|
58924
|
+
# Customer gateway device platform.
|
58925
|
+
# @return [String]
|
58926
|
+
#
|
58927
|
+
# @!attribute [rw] software
|
58928
|
+
# Customer gateway device software version.
|
58929
|
+
# @return [String]
|
58930
|
+
#
|
58931
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpnConnectionDeviceType AWS API Documentation
|
58932
|
+
#
|
58933
|
+
class VpnConnectionDeviceType < Struct.new(
|
58934
|
+
:vpn_connection_device_type_id,
|
58935
|
+
:vendor,
|
58936
|
+
:platform,
|
58937
|
+
:software)
|
58938
|
+
SENSITIVE = []
|
58939
|
+
include Aws::Structure
|
58940
|
+
end
|
58941
|
+
|
58785
58942
|
# Describes VPN connection options.
|
58786
58943
|
#
|
58787
58944
|
# @!attribute [rw] enable_acceleration
|
@@ -58799,7 +58956,7 @@ module Aws::EC2
|
|
58799
58956
|
# @return [String]
|
58800
58957
|
#
|
58801
58958
|
# @!attribute [rw] remote_ipv_4_network_cidr
|
58802
|
-
# The IPv4 CIDR on the
|
58959
|
+
# The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
|
58803
58960
|
# @return [String]
|
58804
58961
|
#
|
58805
58962
|
# @!attribute [rw] local_ipv_6_network_cidr
|
@@ -58808,7 +58965,7 @@ module Aws::EC2
|
|
58808
58965
|
# @return [String]
|
58809
58966
|
#
|
58810
58967
|
# @!attribute [rw] remote_ipv_6_network_cidr
|
58811
|
-
# The IPv6 CIDR on the
|
58968
|
+
# The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
|
58812
58969
|
# @return [String]
|
58813
58970
|
#
|
58814
58971
|
# @!attribute [rw] tunnel_inside_ip_version
|
@@ -58932,7 +59089,7 @@ module Aws::EC2
|
|
58932
59089
|
# @return [String]
|
58933
59090
|
#
|
58934
59091
|
# @!attribute [rw] remote_ipv_4_network_cidr
|
58935
|
-
# The IPv4 CIDR on the
|
59092
|
+
# The IPv4 CIDR on the Amazon Web Services side of the VPN connection.
|
58936
59093
|
#
|
58937
59094
|
# Default: `0.0.0.0/0`
|
58938
59095
|
# @return [String]
|
@@ -58945,7 +59102,7 @@ module Aws::EC2
|
|
58945
59102
|
# @return [String]
|
58946
59103
|
#
|
58947
59104
|
# @!attribute [rw] remote_ipv_6_network_cidr
|
58948
|
-
# The IPv6 CIDR on the
|
59105
|
+
# The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
|
58949
59106
|
#
|
58950
59107
|
# Default: `::/0`
|
58951
59108
|
# @return [String]
|
@@ -59149,9 +59306,9 @@ module Aws::EC2
|
|
59149
59306
|
#
|
59150
59307
|
# @!attribute [rw] rekey_margin_time_seconds
|
59151
59308
|
# The margin time, in seconds, before the phase 2 lifetime expires,
|
59152
|
-
# during which the
|
59153
|
-
# rekey. The exact time of the rekey is randomly
|
59154
|
-
# value for `RekeyFuzzPercentage`.
|
59309
|
+
# during which the Amazon Web Services side of the VPN connection
|
59310
|
+
# performs an IKE rekey. The exact time of the rekey is randomly
|
59311
|
+
# selected based on the value for `RekeyFuzzPercentage`.
|
59155
59312
|
#
|
59156
59313
|
# Constraints: A value between 60 and half of `Phase2LifetimeSeconds`.
|
59157
59314
|
#
|
@@ -59248,8 +59405,8 @@ module Aws::EC2
|
|
59248
59405
|
# @!attribute [rw] startup_action
|
59249
59406
|
# The action to take when the establishing the tunnel for the VPN
|
59250
59407
|
# connection. By default, your customer gateway device must initiate
|
59251
|
-
# the IKE negotiation and bring up the tunnel. Specify `start` for
|
59252
|
-
# to initiate the IKE negotiation.
|
59408
|
+
# the IKE negotiation and bring up the tunnel. Specify `start` for
|
59409
|
+
# Amazon Web Services to initiate the IKE negotiation.
|
59253
59410
|
#
|
59254
59411
|
# Valid Values: `add` \| `start`
|
59255
59412
|
#
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -297,7 +297,7 @@ module Aws::EC2
|
|
297
297
|
#
|
298
298
|
# vpc.attach_classic_link_instance({
|
299
299
|
# dry_run: false,
|
300
|
-
# groups: ["
|
300
|
+
# groups: ["SecurityGroupId"], # required
|
301
301
|
# instance_id: "InstanceId", # required
|
302
302
|
# })
|
303
303
|
# @param [Hash] options ({})
|
@@ -1772,7 +1772,7 @@ module Aws::EC2
|
|
1772
1772
|
# values: ["String"],
|
1773
1773
|
# },
|
1774
1774
|
# ],
|
1775
|
-
# group_ids: ["
|
1775
|
+
# group_ids: ["SecurityGroupId"],
|
1776
1776
|
# group_names: ["SecurityGroupName"],
|
1777
1777
|
# dry_run: false,
|
1778
1778
|
# })
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.
|
4
|
+
version: 1.264.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: 2021-09-
|
11
|
+
date: 2021-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|