aws-sdk-ec2 1.99.0 → 1.100.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +62 -14
- data/lib/aws-sdk-ec2/client_api.rb +5 -0
- data/lib/aws-sdk-ec2/image.rb +2 -1
- data/lib/aws-sdk-ec2/resource.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +86 -11
- data/lib/aws-sdk-ec2/vpc.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdfb13367fdff1158722a688c9b12c0444d859c1
|
4
|
+
data.tar.gz: 40dc8d05c518b830c7d45580acfe083b44e76849
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb6565064b3eb55f0d371fad0e54b1a4d9ed149d59b666a2e7e348b2afcd0faba5fa023cffc2144d3035a21052c47805198fa8f0a67ff097b3503aa670ce0575
|
7
|
+
data.tar.gz: a49364213624e25ccbd8d8cbe477a2181d6deb4ff68209c1a528aeaf9b0d8b9caa5717cf35b9bb4db9058a279596566fd14e0844e65aa28ed8c2593a37bbecea
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -3445,6 +3445,20 @@ module Aws::EC2
|
|
3445
3445
|
# @option params [String] :description
|
3446
3446
|
# A brief description of the Client VPN endpoint.
|
3447
3447
|
#
|
3448
|
+
# @option params [Boolean] :split_tunnel
|
3449
|
+
# Indicates whether split-tunnel is enabled on the AWS Client VPN
|
3450
|
+
# endpoint endpoint.
|
3451
|
+
#
|
3452
|
+
# By default, split-tunnel on a VPN endpoint is disabled.
|
3453
|
+
#
|
3454
|
+
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
3455
|
+
# AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
|
3456
|
+
# Guide*.
|
3457
|
+
#
|
3458
|
+
#
|
3459
|
+
#
|
3460
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html
|
3461
|
+
#
|
3448
3462
|
# @option params [Boolean] :dry_run
|
3449
3463
|
# Checks whether you have the required permissions for the action,
|
3450
3464
|
# without actually making the request, and provides an error response.
|
@@ -3496,6 +3510,7 @@ module Aws::EC2
|
|
3496
3510
|
# dns_servers: ["String"],
|
3497
3511
|
# transport_protocol: "tcp", # accepts tcp, udp
|
3498
3512
|
# description: "String",
|
3513
|
+
# split_tunnel: false,
|
3499
3514
|
# dry_run: false,
|
3500
3515
|
# client_token: "String",
|
3501
3516
|
# tag_specifications: [
|
@@ -3852,8 +3867,8 @@ module Aws::EC2
|
|
3852
3867
|
# servers, or AmazonProvidedDNS. The default DHCP option set specifies
|
3853
3868
|
# AmazonProvidedDNS. If specifying more than one domain name server,
|
3854
3869
|
# specify the IP addresses in a single parameter, separated by commas.
|
3855
|
-
#
|
3856
|
-
#
|
3870
|
+
# To have your instance receive a custom DNS hostname as specified in
|
3871
|
+
# `domain-name`, you must set `domain-name-servers` to a custom DNS
|
3857
3872
|
# server.
|
3858
3873
|
#
|
3859
3874
|
# * `domain-name` - If you're using AmazonProvidedDNS in `us-east-1`,
|
@@ -4803,6 +4818,9 @@ module Aws::EC2
|
|
4803
4818
|
# @option params [required, Types::RequestLaunchTemplateData] :launch_template_data
|
4804
4819
|
# The information for the launch template.
|
4805
4820
|
#
|
4821
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
4822
|
+
# The tags to apply to the launch template during creation.
|
4823
|
+
#
|
4806
4824
|
# @return [Types::CreateLaunchTemplateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4807
4825
|
#
|
4808
4826
|
# * {Types::CreateLaunchTemplateResult#launch_template #launch_template} => Types::LaunchTemplate
|
@@ -4982,6 +5000,17 @@ module Aws::EC2
|
|
4982
5000
|
# configured: false,
|
4983
5001
|
# },
|
4984
5002
|
# },
|
5003
|
+
# tag_specifications: [
|
5004
|
+
# {
|
5005
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
5006
|
+
# tags: [
|
5007
|
+
# {
|
5008
|
+
# key: "String",
|
5009
|
+
# value: "String",
|
5010
|
+
# },
|
5011
|
+
# ],
|
5012
|
+
# },
|
5013
|
+
# ],
|
4985
5014
|
# })
|
4986
5015
|
#
|
4987
5016
|
# @example Response structure
|
@@ -6570,7 +6599,7 @@ module Aws::EC2
|
|
6570
6599
|
# DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
6571
6600
|
#
|
6572
6601
|
# @option params [String] :copy_tags_from_source
|
6573
|
-
# Copies the tags from the specified
|
6602
|
+
# Copies the tags from the specified volume to corresponding snapshot.
|
6574
6603
|
#
|
6575
6604
|
# @return [Types::CreateSnapshotsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6576
6605
|
#
|
@@ -15909,7 +15938,7 @@ module Aws::EC2
|
|
15909
15938
|
#
|
15910
15939
|
# * `attachment.attachment-id` - The ID of the interface attachment.
|
15911
15940
|
#
|
15912
|
-
# * `attachment.attach
|
15941
|
+
# * `attachment.attach-time` - The time that the network interface was
|
15913
15942
|
# attached to an instance.
|
15914
15943
|
#
|
15915
15944
|
# * `attachment.delete-on-termination` - Indicates whether the
|
@@ -16414,19 +16443,19 @@ module Aws::EC2
|
|
16414
16443
|
req.send_request(options)
|
16415
16444
|
end
|
16416
16445
|
|
16417
|
-
# Describes the Regions that are
|
16418
|
-
#
|
16419
|
-
# for your account. For information about enabling Regions for your
|
16420
|
-
# account, see [Enabling and Disabling Regions][1] in the *AWS Billing
|
16421
|
-
# and Cost Management User Guide*.
|
16446
|
+
# Describes the Regions that are enabled for your account, or all
|
16447
|
+
# Regions.
|
16422
16448
|
#
|
16423
16449
|
# For a list of the Regions supported by Amazon EC2, see [ Regions and
|
16424
|
-
# Endpoints][
|
16450
|
+
# Endpoints][1].
|
16451
|
+
#
|
16452
|
+
# For information about enabling and disabling Regions for your account,
|
16453
|
+
# see [Managing AWS Regions][2] in the *AWS General Reference*.
|
16425
16454
|
#
|
16426
16455
|
#
|
16427
16456
|
#
|
16428
|
-
# [1]: https://docs.aws.amazon.com/
|
16429
|
-
# [2]: https://docs.aws.amazon.com/general/latest/gr/rande.html
|
16457
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
|
16458
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html
|
16430
16459
|
#
|
16431
16460
|
# @option params [Array<Types::Filter>] :filters
|
16432
16461
|
# The filters.
|
@@ -16437,7 +16466,8 @@ module Aws::EC2
|
|
16437
16466
|
# * `region-name` - The name of the Region (for example, `us-east-1`).
|
16438
16467
|
#
|
16439
16468
|
# @option params [Array<String>] :region_names
|
16440
|
-
# The names of the Regions.
|
16469
|
+
# The names of the Regions. You can specify any Regions, whether they
|
16470
|
+
# are enabled and disabled for your account.
|
16441
16471
|
#
|
16442
16472
|
# @option params [Boolean] :dry_run
|
16443
16473
|
# Checks whether you have the required permissions for the action,
|
@@ -16445,6 +16475,10 @@ module Aws::EC2
|
|
16445
16475
|
# If you have the required permissions, the error response is
|
16446
16476
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16447
16477
|
#
|
16478
|
+
# @option params [Boolean] :all_regions
|
16479
|
+
# Indicates whether to display all Regions, including Regions that are
|
16480
|
+
# disabled for your account.
|
16481
|
+
#
|
16448
16482
|
# @return [Types::DescribeRegionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16449
16483
|
#
|
16450
16484
|
# * {Types::DescribeRegionsResult#regions #regions} => Array<Types::Region>
|
@@ -16518,6 +16552,7 @@ module Aws::EC2
|
|
16518
16552
|
# ],
|
16519
16553
|
# region_names: ["String"],
|
16520
16554
|
# dry_run: false,
|
16555
|
+
# all_regions: false,
|
16521
16556
|
# })
|
16522
16557
|
#
|
16523
16558
|
# @example Response structure
|
@@ -16525,6 +16560,7 @@ module Aws::EC2
|
|
16525
16560
|
# resp.regions #=> Array
|
16526
16561
|
# resp.regions[0].endpoint #=> String
|
16527
16562
|
# resp.regions[0].region_name #=> String
|
16563
|
+
# resp.regions[0].opt_in_status #=> String
|
16528
16564
|
#
|
16529
16565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRegions AWS API Documentation
|
16530
16566
|
#
|
@@ -24676,6 +24712,17 @@ module Aws::EC2
|
|
24676
24712
|
# @option params [String] :description
|
24677
24713
|
# A brief description of the Client VPN endpoint.
|
24678
24714
|
#
|
24715
|
+
# @option params [Boolean] :split_tunnel
|
24716
|
+
# Indicates whether the VPN is split-tunnel.
|
24717
|
+
#
|
24718
|
+
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
24719
|
+
# AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
|
24720
|
+
# Guide*.
|
24721
|
+
#
|
24722
|
+
#
|
24723
|
+
#
|
24724
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html
|
24725
|
+
#
|
24679
24726
|
# @option params [Boolean] :dry_run
|
24680
24727
|
# Checks whether you have the required permissions for the action,
|
24681
24728
|
# without actually making the request, and provides an error response.
|
@@ -24701,6 +24748,7 @@ module Aws::EC2
|
|
24701
24748
|
# enabled: false,
|
24702
24749
|
# },
|
24703
24750
|
# description: "String",
|
24751
|
+
# split_tunnel: false,
|
24704
24752
|
# dry_run: false,
|
24705
24753
|
# })
|
24706
24754
|
#
|
@@ -31881,7 +31929,7 @@ module Aws::EC2
|
|
31881
31929
|
params: params,
|
31882
31930
|
config: config)
|
31883
31931
|
context[:gem_name] = 'aws-sdk-ec2'
|
31884
|
-
context[:gem_version] = '1.
|
31932
|
+
context[:gem_version] = '1.100.0'
|
31885
31933
|
Seahorse::Client::Request.new(handlers, context)
|
31886
31934
|
end
|
31887
31935
|
|
@@ -2284,6 +2284,7 @@ module Aws::EC2
|
|
2284
2284
|
CreateClientVpnEndpointRequest.add_member(:dns_servers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DnsServers"))
|
2285
2285
|
CreateClientVpnEndpointRequest.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "TransportProtocol"))
|
2286
2286
|
CreateClientVpnEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2287
|
+
CreateClientVpnEndpointRequest.add_member(:split_tunnel, Shapes::ShapeRef.new(shape: Boolean, location_name: "SplitTunnel"))
|
2287
2288
|
CreateClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2288
2289
|
CreateClientVpnEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2289
2290
|
CreateClientVpnEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -2443,6 +2444,7 @@ module Aws::EC2
|
|
2443
2444
|
CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
|
2444
2445
|
CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
2445
2446
|
CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
|
2447
|
+
CreateLaunchTemplateRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
2446
2448
|
CreateLaunchTemplateRequest.struct_class = Types::CreateLaunchTemplateRequest
|
2447
2449
|
|
2448
2450
|
CreateLaunchTemplateResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "launchTemplate"))
|
@@ -3661,6 +3663,7 @@ module Aws::EC2
|
|
3661
3663
|
DescribeRegionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
3662
3664
|
DescribeRegionsRequest.add_member(:region_names, Shapes::ShapeRef.new(shape: RegionNameStringList, location_name: "RegionName"))
|
3663
3665
|
DescribeRegionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3666
|
+
DescribeRegionsRequest.add_member(:all_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllRegions"))
|
3664
3667
|
DescribeRegionsRequest.struct_class = Types::DescribeRegionsRequest
|
3665
3668
|
|
3666
3669
|
DescribeRegionsResult.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "regionInfo"))
|
@@ -5614,6 +5617,7 @@ module Aws::EC2
|
|
5614
5617
|
ModifyClientVpnEndpointRequest.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogOptions, location_name: "ConnectionLogOptions"))
|
5615
5618
|
ModifyClientVpnEndpointRequest.add_member(:dns_servers, Shapes::ShapeRef.new(shape: DnsServersOptionsModifyStructure, location_name: "DnsServers"))
|
5616
5619
|
ModifyClientVpnEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5620
|
+
ModifyClientVpnEndpointRequest.add_member(:split_tunnel, Shapes::ShapeRef.new(shape: Boolean, location_name: "SplitTunnel"))
|
5617
5621
|
ModifyClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5618
5622
|
ModifyClientVpnEndpointRequest.struct_class = Types::ModifyClientVpnEndpointRequest
|
5619
5623
|
|
@@ -6317,6 +6321,7 @@ module Aws::EC2
|
|
6317
6321
|
|
6318
6322
|
Region.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "regionEndpoint"))
|
6319
6323
|
Region.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
6324
|
+
Region.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "optInStatus"))
|
6320
6325
|
Region.struct_class = Types::Region
|
6321
6326
|
|
6322
6327
|
RegionList.member = Shapes::ShapeRef.new(shape: Region, location_name: "item")
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -2105,7 +2105,7 @@ module Aws::EC2
|
|
2105
2105
|
#
|
2106
2106
|
# * `attachment.attachment-id` - The ID of the interface attachment.
|
2107
2107
|
#
|
2108
|
-
# * `attachment.attach
|
2108
|
+
# * `attachment.attach-time` - The time that the network interface was
|
2109
2109
|
# attached to an instance.
|
2110
2110
|
#
|
2111
2111
|
# * `attachment.delete-on-termination` - Indicates whether the
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -1165,7 +1165,7 @@ module Aws::EC2
|
|
1165
1165
|
#
|
1166
1166
|
# * `attachment.attachment-id` - The ID of the interface attachment.
|
1167
1167
|
#
|
1168
|
-
# * `attachment.attach
|
1168
|
+
# * `attachment.attach-time` - The time that the network interface was
|
1169
1169
|
# attached to an instance.
|
1170
1170
|
#
|
1171
1171
|
# * `attachment.delete-on-termination` - Indicates whether the
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -3239,7 +3239,16 @@ module Aws::EC2
|
|
3239
3239
|
# @return [Array<String>]
|
3240
3240
|
#
|
3241
3241
|
# @!attribute [rw] split_tunnel
|
3242
|
-
# Indicates whether
|
3242
|
+
# Indicates whether split-tunnel is enabled in the AWS Client VPN
|
3243
|
+
# endpoint endpoint.
|
3244
|
+
#
|
3245
|
+
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
3246
|
+
# AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
|
3247
|
+
# Guide*.
|
3248
|
+
#
|
3249
|
+
#
|
3250
|
+
#
|
3251
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html
|
3243
3252
|
# @return [Boolean]
|
3244
3253
|
#
|
3245
3254
|
# @!attribute [rw] vpn_protocol
|
@@ -4168,6 +4177,7 @@ module Aws::EC2
|
|
4168
4177
|
# dns_servers: ["String"],
|
4169
4178
|
# transport_protocol: "tcp", # accepts tcp, udp
|
4170
4179
|
# description: "String",
|
4180
|
+
# split_tunnel: false,
|
4171
4181
|
# dry_run: false,
|
4172
4182
|
# client_token: "String",
|
4173
4183
|
# tag_specifications: [
|
@@ -4239,6 +4249,21 @@ module Aws::EC2
|
|
4239
4249
|
# A brief description of the Client VPN endpoint.
|
4240
4250
|
# @return [String]
|
4241
4251
|
#
|
4252
|
+
# @!attribute [rw] split_tunnel
|
4253
|
+
# Indicates whether split-tunnel is enabled on the AWS Client VPN
|
4254
|
+
# endpoint endpoint.
|
4255
|
+
#
|
4256
|
+
# By default, split-tunnel on a VPN endpoint is disabled.
|
4257
|
+
#
|
4258
|
+
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
4259
|
+
# AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
|
4260
|
+
# Guide*.
|
4261
|
+
#
|
4262
|
+
#
|
4263
|
+
#
|
4264
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html
|
4265
|
+
# @return [Boolean]
|
4266
|
+
#
|
4242
4267
|
# @!attribute [rw] dry_run
|
4243
4268
|
# Checks whether you have the required permissions for the action,
|
4244
4269
|
# without actually making the request, and provides an error response.
|
@@ -4273,6 +4298,7 @@ module Aws::EC2
|
|
4273
4298
|
:dns_servers,
|
4274
4299
|
:transport_protocol,
|
4275
4300
|
:description,
|
4301
|
+
:split_tunnel,
|
4276
4302
|
:dry_run,
|
4277
4303
|
:client_token,
|
4278
4304
|
:tag_specifications)
|
@@ -5447,6 +5473,17 @@ module Aws::EC2
|
|
5447
5473
|
# configured: false,
|
5448
5474
|
# },
|
5449
5475
|
# },
|
5476
|
+
# tag_specifications: [
|
5477
|
+
# {
|
5478
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
5479
|
+
# tags: [
|
5480
|
+
# {
|
5481
|
+
# key: "String",
|
5482
|
+
# value: "String",
|
5483
|
+
# },
|
5484
|
+
# ],
|
5485
|
+
# },
|
5486
|
+
# ],
|
5450
5487
|
# }
|
5451
5488
|
#
|
5452
5489
|
# @!attribute [rw] dry_run
|
@@ -5480,6 +5517,10 @@ module Aws::EC2
|
|
5480
5517
|
# The information for the launch template.
|
5481
5518
|
# @return [Types::RequestLaunchTemplateData]
|
5482
5519
|
#
|
5520
|
+
# @!attribute [rw] tag_specifications
|
5521
|
+
# The tags to apply to the launch template during creation.
|
5522
|
+
# @return [Array<Types::TagSpecification>]
|
5523
|
+
#
|
5483
5524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLaunchTemplateRequest AWS API Documentation
|
5484
5525
|
#
|
5485
5526
|
class CreateLaunchTemplateRequest < Struct.new(
|
@@ -5487,7 +5528,8 @@ module Aws::EC2
|
|
5487
5528
|
:client_token,
|
5488
5529
|
:launch_template_name,
|
5489
5530
|
:version_description,
|
5490
|
-
:launch_template_data
|
5531
|
+
:launch_template_data,
|
5532
|
+
:tag_specifications)
|
5491
5533
|
include Aws::Structure
|
5492
5534
|
end
|
5493
5535
|
|
@@ -6496,7 +6538,7 @@ module Aws::EC2
|
|
6496
6538
|
# @return [Boolean]
|
6497
6539
|
#
|
6498
6540
|
# @!attribute [rw] copy_tags_from_source
|
6499
|
-
# Copies the tags from the specified
|
6541
|
+
# Copies the tags from the specified volume to corresponding snapshot.
|
6500
6542
|
# @return [String]
|
6501
6543
|
#
|
6502
6544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateSnapshotsRequest AWS API Documentation
|
@@ -13933,7 +13975,7 @@ module Aws::EC2
|
|
13933
13975
|
#
|
13934
13976
|
# * `attachment.attachment-id` - The ID of the interface attachment.
|
13935
13977
|
#
|
13936
|
-
# * `attachment.attach
|
13978
|
+
# * `attachment.attach-time` - The time that the network interface was
|
13937
13979
|
# attached to an instance.
|
13938
13980
|
#
|
13939
13981
|
# * `attachment.delete-on-termination` - Indicates whether the
|
@@ -14328,6 +14370,7 @@ module Aws::EC2
|
|
14328
14370
|
# ],
|
14329
14371
|
# region_names: ["String"],
|
14330
14372
|
# dry_run: false,
|
14373
|
+
# all_regions: false,
|
14331
14374
|
# }
|
14332
14375
|
#
|
14333
14376
|
# @!attribute [rw] filters
|
@@ -14340,7 +14383,8 @@ module Aws::EC2
|
|
14340
14383
|
# @return [Array<Types::Filter>]
|
14341
14384
|
#
|
14342
14385
|
# @!attribute [rw] region_names
|
14343
|
-
# The names of the Regions.
|
14386
|
+
# The names of the Regions. You can specify any Regions, whether they
|
14387
|
+
# are enabled and disabled for your account.
|
14344
14388
|
# @return [Array<String>]
|
14345
14389
|
#
|
14346
14390
|
# @!attribute [rw] dry_run
|
@@ -14350,12 +14394,18 @@ module Aws::EC2
|
|
14350
14394
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14351
14395
|
# @return [Boolean]
|
14352
14396
|
#
|
14397
|
+
# @!attribute [rw] all_regions
|
14398
|
+
# Indicates whether to display all Regions, including Regions that are
|
14399
|
+
# disabled for your account.
|
14400
|
+
# @return [Boolean]
|
14401
|
+
#
|
14353
14402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeRegionsRequest AWS API Documentation
|
14354
14403
|
#
|
14355
14404
|
class DescribeRegionsRequest < Struct.new(
|
14356
14405
|
:filters,
|
14357
14406
|
:region_names,
|
14358
|
-
:dry_run
|
14407
|
+
:dry_run,
|
14408
|
+
:all_regions)
|
14359
14409
|
include Aws::Structure
|
14360
14410
|
end
|
14361
14411
|
|
@@ -22212,7 +22262,8 @@ module Aws::EC2
|
|
22212
22262
|
# @return [String]
|
22213
22263
|
#
|
22214
22264
|
# @!attribute [rw] platform
|
22215
|
-
# This value is set for Windows AMIs; otherwise, it is
|
22265
|
+
# This value is set to `windows` for Windows AMIs; otherwise, it is
|
22266
|
+
# blank.
|
22216
22267
|
# @return [String]
|
22217
22268
|
#
|
22218
22269
|
# @!attribute [rw] product_codes
|
@@ -26435,6 +26486,7 @@ module Aws::EC2
|
|
26435
26486
|
# enabled: false,
|
26436
26487
|
# },
|
26437
26488
|
# description: "String",
|
26489
|
+
# split_tunnel: false,
|
26438
26490
|
# dry_run: false,
|
26439
26491
|
# }
|
26440
26492
|
#
|
@@ -26472,6 +26524,18 @@ module Aws::EC2
|
|
26472
26524
|
# A brief description of the Client VPN endpoint.
|
26473
26525
|
# @return [String]
|
26474
26526
|
#
|
26527
|
+
# @!attribute [rw] split_tunnel
|
26528
|
+
# Indicates whether the VPN is split-tunnel.
|
26529
|
+
#
|
26530
|
+
# For information about split-tunnel VPN endpoints, see [Split-Tunnel
|
26531
|
+
# AWS Client VPN Endpoint][1] in the *AWS Client VPN Administrator
|
26532
|
+
# Guide*.
|
26533
|
+
#
|
26534
|
+
#
|
26535
|
+
#
|
26536
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html
|
26537
|
+
# @return [Boolean]
|
26538
|
+
#
|
26475
26539
|
# @!attribute [rw] dry_run
|
26476
26540
|
# Checks whether you have the required permissions for the action,
|
26477
26541
|
# without actually making the request, and provides an error response.
|
@@ -26487,6 +26551,7 @@ module Aws::EC2
|
|
26487
26551
|
:connection_log_options,
|
26488
26552
|
:dns_servers,
|
26489
26553
|
:description,
|
26554
|
+
:split_tunnel,
|
26490
26555
|
:dry_run)
|
26491
26556
|
include Aws::Structure
|
26492
26557
|
end
|
@@ -30472,11 +30537,17 @@ module Aws::EC2
|
|
30472
30537
|
# The name of the Region.
|
30473
30538
|
# @return [String]
|
30474
30539
|
#
|
30540
|
+
# @!attribute [rw] opt_in_status
|
30541
|
+
# The Region opt-in status. The possible values are
|
30542
|
+
# `opt-in-not-required`, `opted-in`, and `not-opted-in`.
|
30543
|
+
# @return [String]
|
30544
|
+
#
|
30475
30545
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Region AWS API Documentation
|
30476
30546
|
#
|
30477
30547
|
class Region < Struct.new(
|
30478
30548
|
:endpoint,
|
30479
|
-
:region_name
|
30549
|
+
:region_name,
|
30550
|
+
:opt_in_status)
|
30480
30551
|
include Aws::Structure
|
30481
30552
|
end
|
30482
30553
|
|
@@ -37457,9 +37528,13 @@ module Aws::EC2
|
|
37457
37528
|
#
|
37458
37529
|
# @!attribute [rw] resource_type
|
37459
37530
|
# The type of resource to tag. Currently, the resource types that
|
37460
|
-
# support tagging on creation are `
|
37461
|
-
# `
|
37462
|
-
#
|
37531
|
+
# support tagging on creation are: `capacity-reservation` \|
|
37532
|
+
# `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `instance`
|
37533
|
+
# \| `launch-template` \| `snapshot` \| `transit-gateway` \|
|
37534
|
+
# `transit-gateway-attachment` \| `transit-gateway-route-table` \|
|
37535
|
+
# `volume`.
|
37536
|
+
#
|
37537
|
+
# To tag a resource after it has been created, see CreateTags.
|
37463
37538
|
# @return [String]
|
37464
37539
|
#
|
37465
37540
|
# @!attribute [rw] tags
|
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -1308,7 +1308,7 @@ module Aws::EC2
|
|
1308
1308
|
#
|
1309
1309
|
# * `attachment.attachment-id` - The ID of the interface attachment.
|
1310
1310
|
#
|
1311
|
-
# * `attachment.attach
|
1311
|
+
# * `attachment.attach-time` - The time that the network interface was
|
1312
1312
|
# attached to an instance.
|
1313
1313
|
#
|
1314
1314
|
# * `attachment.delete-on-termination` - Indicates whether the
|
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.100.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: 2019-07-
|
11
|
+
date: 2019-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|