aws-sdk-ec2 1.572.0 → 1.574.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +27 -1
- data/lib/aws-sdk-ec2/client_api.rb +5 -0
- data/lib/aws-sdk-ec2/types.rb +51 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +19 -9
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 217d7a59a65bb261fe86dda86fb9ef23d78cba68588de8895809dbe9f9cade4a
|
|
4
|
+
data.tar.gz: 708972b2b0ea8219b8d70a4edb03ce352d293c5d860d17516e53052a152f6ad9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 123fa1696aeca604a26bc152ca3374e2d46df7798654c8755c51d9666f7cb4e999382ba53e4552b6766275211bd9bb76bd110ce4d4982ed71545d83d1bb8599e
|
|
7
|
+
data.tar.gz: a52121ea571166a8448a6bfcaa1de5a0ef2f54003b19cc1c31ee035fc26e07dd92e228e2941000e479a0ff6b78afa39a3a33ec743a35a5df2b1eeed3f972dd65
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.574.0 (2025-11-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
|
|
8
|
+
|
|
9
|
+
1.573.0 (2025-11-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.
|
|
13
|
+
|
|
4
14
|
1.572.0 (2025-11-07)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.574.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -7703,6 +7703,7 @@ module Aws::EC2
|
|
|
7703
7703
|
# ],
|
|
7704
7704
|
# },
|
|
7705
7705
|
# },
|
|
7706
|
+
# require_encryption_in_transit: false,
|
|
7706
7707
|
# },
|
|
7707
7708
|
# image_id: "String",
|
|
7708
7709
|
# },
|
|
@@ -7792,6 +7793,7 @@ module Aws::EC2
|
|
|
7792
7793
|
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
7793
7794
|
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
7794
7795
|
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
7796
|
+
# resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
7795
7797
|
# resp.errors[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
7796
7798
|
# resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
7797
7799
|
# resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -7862,6 +7864,7 @@ module Aws::EC2
|
|
|
7862
7864
|
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
7863
7865
|
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
7864
7866
|
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
7867
|
+
# resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
7865
7868
|
# resp.instances[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
7866
7869
|
# resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
7867
7870
|
# resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -10275,6 +10278,7 @@ module Aws::EC2
|
|
|
10275
10278
|
# ],
|
|
10276
10279
|
# },
|
|
10277
10280
|
# },
|
|
10281
|
+
# require_encryption_in_transit: false,
|
|
10278
10282
|
# },
|
|
10279
10283
|
# private_dns_name_options: {
|
|
10280
10284
|
# hostname_type: "ip-name", # accepts ip-name, resource-name
|
|
@@ -10705,6 +10709,7 @@ module Aws::EC2
|
|
|
10705
10709
|
# ],
|
|
10706
10710
|
# },
|
|
10707
10711
|
# },
|
|
10712
|
+
# require_encryption_in_transit: false,
|
|
10708
10713
|
# },
|
|
10709
10714
|
# private_dns_name_options: {
|
|
10710
10715
|
# hostname_type: "ip-name", # accepts ip-name, resource-name
|
|
@@ -10883,6 +10888,7 @@ module Aws::EC2
|
|
|
10883
10888
|
# resp.launch_template_version.launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
10884
10889
|
# resp.launch_template_version.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
10885
10890
|
# resp.launch_template_version.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
10891
|
+
# resp.launch_template_version.launch_template_data.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
10886
10892
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
10887
10893
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
10888
10894
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -18157,6 +18163,7 @@ module Aws::EC2
|
|
|
18157
18163
|
# remote_ipv_6_network_cidr: "String",
|
|
18158
18164
|
# outside_ip_address_type: "String",
|
|
18159
18165
|
# transport_transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
|
18166
|
+
# tunnel_bandwidth: "standard", # accepts standard, large
|
|
18160
18167
|
# static_routes_only: false,
|
|
18161
18168
|
# },
|
|
18162
18169
|
# })
|
|
@@ -18208,6 +18215,7 @@ module Aws::EC2
|
|
|
18208
18215
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
18209
18216
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
18210
18217
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
18218
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
18211
18219
|
# resp.vpn_connection.routes #=> Array
|
|
18212
18220
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
18213
18221
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -26765,6 +26773,7 @@ module Aws::EC2
|
|
|
26765
26773
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26766
26774
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26767
26775
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26776
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26768
26777
|
# resp.fleets[0].launch_template_configs[0].overrides[0].image_id #=> String
|
|
26769
26778
|
# resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings #=> Array
|
|
26770
26779
|
# resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].device_name #=> String
|
|
@@ -26860,6 +26869,7 @@ module Aws::EC2
|
|
|
26860
26869
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26861
26870
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26862
26871
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26872
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26863
26873
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
26864
26874
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
26865
26875
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -26930,6 +26940,7 @@ module Aws::EC2
|
|
|
26930
26940
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26931
26941
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26932
26942
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26943
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26933
26944
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
26934
26945
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
26935
26946
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -32449,6 +32460,7 @@ module Aws::EC2
|
|
|
32449
32460
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
32450
32461
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
32451
32462
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
32463
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
32452
32464
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
32453
32465
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
32454
32466
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -39042,6 +39054,7 @@ module Aws::EC2
|
|
|
39042
39054
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
39043
39055
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
39044
39056
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
39057
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
39045
39058
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups #=> Array
|
|
39046
39059
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_id #=> String
|
|
39047
39060
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_name #=> String
|
|
@@ -39099,6 +39112,7 @@ module Aws::EC2
|
|
|
39099
39112
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
39100
39113
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
39101
39114
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
39115
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
39102
39116
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
|
|
39103
39117
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
|
|
39104
39118
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
|
|
@@ -44211,6 +44225,7 @@ module Aws::EC2
|
|
|
44211
44225
|
# resp.vpn_connections[0].options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
44212
44226
|
# resp.vpn_connections[0].options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
44213
44227
|
# resp.vpn_connections[0].options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
44228
|
+
# resp.vpn_connections[0].options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
44214
44229
|
# resp.vpn_connections[0].routes #=> Array
|
|
44215
44230
|
# resp.vpn_connections[0].routes[0].destination_cidr_block #=> String
|
|
44216
44231
|
# resp.vpn_connections[0].routes[0].source #=> String, one of "Static"
|
|
@@ -49505,6 +49520,7 @@ module Aws::EC2
|
|
|
49505
49520
|
# ],
|
|
49506
49521
|
# },
|
|
49507
49522
|
# },
|
|
49523
|
+
# require_encryption_in_transit: false,
|
|
49508
49524
|
# },
|
|
49509
49525
|
# max_results: 1,
|
|
49510
49526
|
# next_token: "String",
|
|
@@ -50649,6 +50665,7 @@ module Aws::EC2
|
|
|
50649
50665
|
# resp.launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
50650
50666
|
# resp.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
50651
50667
|
# resp.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
50668
|
+
# resp.launch_template_data.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
50652
50669
|
# resp.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
50653
50670
|
# resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
50654
50671
|
# resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -51960,6 +51977,7 @@ module Aws::EC2
|
|
|
51960
51977
|
# ],
|
|
51961
51978
|
# },
|
|
51962
51979
|
# },
|
|
51980
|
+
# require_encryption_in_transit: false,
|
|
51963
51981
|
# },
|
|
51964
51982
|
# },
|
|
51965
51983
|
# dry_run: false,
|
|
@@ -54681,6 +54699,7 @@ module Aws::EC2
|
|
|
54681
54699
|
# ],
|
|
54682
54700
|
# },
|
|
54683
54701
|
# },
|
|
54702
|
+
# require_encryption_in_transit: false,
|
|
54684
54703
|
# },
|
|
54685
54704
|
# image_id: "String",
|
|
54686
54705
|
# },
|
|
@@ -58101,6 +58120,7 @@ module Aws::EC2
|
|
|
58101
58120
|
# ],
|
|
58102
58121
|
# },
|
|
58103
58122
|
# },
|
|
58123
|
+
# require_encryption_in_transit: false,
|
|
58104
58124
|
# },
|
|
58105
58125
|
# },
|
|
58106
58126
|
# ],
|
|
@@ -60450,6 +60470,7 @@ module Aws::EC2
|
|
|
60450
60470
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60451
60471
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60452
60472
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60473
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60453
60474
|
# resp.vpn_connection.routes #=> Array
|
|
60454
60475
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60455
60476
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60581,6 +60602,7 @@ module Aws::EC2
|
|
|
60581
60602
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60582
60603
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60583
60604
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60605
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60584
60606
|
# resp.vpn_connection.routes #=> Array
|
|
60585
60607
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60586
60608
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60685,6 +60707,7 @@ module Aws::EC2
|
|
|
60685
60707
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60686
60708
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60687
60709
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60710
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60688
60711
|
# resp.vpn_connection.routes #=> Array
|
|
60689
60712
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60690
60713
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -60870,6 +60893,7 @@ module Aws::EC2
|
|
|
60870
60893
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_group_arn #=> String
|
|
60871
60894
|
# resp.vpn_connection.options.tunnel_options[0].log_options.cloud_watch_log_options.log_output_format #=> String
|
|
60872
60895
|
# resp.vpn_connection.options.tunnel_options[0].enable_tunnel_lifecycle_control #=> Boolean
|
|
60896
|
+
# resp.vpn_connection.options.tunnel_bandwidth #=> String, one of "standard", "large"
|
|
60873
60897
|
# resp.vpn_connection.routes #=> Array
|
|
60874
60898
|
# resp.vpn_connection.routes[0].destination_cidr_block #=> String
|
|
60875
60899
|
# resp.vpn_connection.routes[0].source #=> String, one of "Static"
|
|
@@ -63995,6 +64019,7 @@ module Aws::EC2
|
|
|
63995
64019
|
# ],
|
|
63996
64020
|
# },
|
|
63997
64021
|
# },
|
|
64022
|
+
# require_encryption_in_transit: false,
|
|
63998
64023
|
# },
|
|
63999
64024
|
# security_groups: [
|
|
64000
64025
|
# {
|
|
@@ -64080,6 +64105,7 @@ module Aws::EC2
|
|
|
64080
64105
|
# ],
|
|
64081
64106
|
# },
|
|
64082
64107
|
# },
|
|
64108
|
+
# require_encryption_in_transit: false,
|
|
64083
64109
|
# },
|
|
64084
64110
|
# },
|
|
64085
64111
|
# ],
|
|
@@ -69139,7 +69165,7 @@ module Aws::EC2
|
|
|
69139
69165
|
tracer: tracer
|
|
69140
69166
|
)
|
|
69141
69167
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
69142
|
-
context[:gem_version] = '1.
|
|
69168
|
+
context[:gem_version] = '1.574.0'
|
|
69143
69169
|
Seahorse::Client::Request.new(handlers, context)
|
|
69144
69170
|
end
|
|
69145
69171
|
|
|
@@ -3741,6 +3741,7 @@ module Aws::EC2
|
|
|
3741
3741
|
VpnStaticRoute = Shapes::StructureShape.new(name: 'VpnStaticRoute')
|
|
3742
3742
|
VpnStaticRouteList = Shapes::ListShape.new(name: 'VpnStaticRouteList')
|
|
3743
3743
|
VpnStaticRouteSource = Shapes::StringShape.new(name: 'VpnStaticRouteSource')
|
|
3744
|
+
VpnTunnelBandwidth = Shapes::StringShape.new(name: 'VpnTunnelBandwidth')
|
|
3744
3745
|
VpnTunnelLogOptions = Shapes::StructureShape.new(name: 'VpnTunnelLogOptions')
|
|
3745
3746
|
VpnTunnelLogOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelLogOptionsSpecification')
|
|
3746
3747
|
VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
|
|
@@ -12173,6 +12174,7 @@ module Aws::EC2
|
|
|
12173
12174
|
InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypeSet"))
|
|
12174
12175
|
InstanceRequirements.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "maxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
|
12175
12176
|
InstanceRequirements.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactors, location_name: "baselinePerformanceFactors"))
|
|
12177
|
+
InstanceRequirements.add_member(:require_encryption_in_transit, Shapes::ShapeRef.new(shape: Boolean, location_name: "requireEncryptionInTransit"))
|
|
12176
12178
|
InstanceRequirements.struct_class = Types::InstanceRequirements
|
|
12177
12179
|
|
|
12178
12180
|
InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
|
|
@@ -12200,6 +12202,7 @@ module Aws::EC2
|
|
|
12200
12202
|
InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "AllowedInstanceType"))
|
|
12201
12203
|
InstanceRequirementsRequest.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
|
12202
12204
|
InstanceRequirementsRequest.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactorsRequest, location_name: "BaselinePerformanceFactors"))
|
|
12205
|
+
InstanceRequirementsRequest.add_member(:require_encryption_in_transit, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEncryptionInTransit"))
|
|
12203
12206
|
InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
|
|
12204
12207
|
|
|
12205
12208
|
InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
|
|
@@ -18381,6 +18384,7 @@ module Aws::EC2
|
|
|
18381
18384
|
VpnConnectionOptions.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transportTransitGatewayAttachmentId"))
|
|
18382
18385
|
VpnConnectionOptions.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "tunnelInsideIpVersion"))
|
|
18383
18386
|
VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
|
|
18387
|
+
VpnConnectionOptions.add_member(:tunnel_bandwidth, Shapes::ShapeRef.new(shape: VpnTunnelBandwidth, location_name: "tunnelBandwidth"))
|
|
18384
18388
|
VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
|
|
18385
18389
|
|
|
18386
18390
|
VpnConnectionOptionsSpecification.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAcceleration"))
|
|
@@ -18392,6 +18396,7 @@ module Aws::EC2
|
|
|
18392
18396
|
VpnConnectionOptionsSpecification.add_member(:remote_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv6NetworkCidr"))
|
|
18393
18397
|
VpnConnectionOptionsSpecification.add_member(:outside_ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "OutsideIpAddressType"))
|
|
18394
18398
|
VpnConnectionOptionsSpecification.add_member(:transport_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransportTransitGatewayAttachmentId"))
|
|
18399
|
+
VpnConnectionOptionsSpecification.add_member(:tunnel_bandwidth, Shapes::ShapeRef.new(shape: VpnTunnelBandwidth, location_name: "TunnelBandwidth"))
|
|
18395
18400
|
VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
|
|
18396
18401
|
VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
|
|
18397
18402
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -49493,6 +49493,19 @@ module Aws::EC2
|
|
|
49493
49493
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection
|
|
49494
49494
|
# @return [Types::BaselinePerformanceFactors]
|
|
49495
49495
|
#
|
|
49496
|
+
# @!attribute [rw] require_encryption_in_transit
|
|
49497
|
+
# Specifies whether instance types must support encrypting in-transit
|
|
49498
|
+
# traffic between instances. For more information, including the
|
|
49499
|
+
# supported instance types, see [Encryption in transit][1] in the
|
|
49500
|
+
# *Amazon EC2 User Guide*.
|
|
49501
|
+
#
|
|
49502
|
+
# Default: `false`
|
|
49503
|
+
#
|
|
49504
|
+
#
|
|
49505
|
+
#
|
|
49506
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit
|
|
49507
|
+
# @return [Boolean]
|
|
49508
|
+
#
|
|
49496
49509
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirements AWS API Documentation
|
|
49497
49510
|
#
|
|
49498
49511
|
class InstanceRequirements < Struct.new(
|
|
@@ -49520,7 +49533,8 @@ module Aws::EC2
|
|
|
49520
49533
|
:network_bandwidth_gbps,
|
|
49521
49534
|
:allowed_instance_types,
|
|
49522
49535
|
:max_spot_price_as_percentage_of_optimal_on_demand_price,
|
|
49523
|
-
:baseline_performance_factors
|
|
49536
|
+
:baseline_performance_factors,
|
|
49537
|
+
:require_encryption_in_transit)
|
|
49524
49538
|
SENSITIVE = []
|
|
49525
49539
|
include Aws::Structure
|
|
49526
49540
|
end
|
|
@@ -49984,6 +49998,19 @@ module Aws::EC2
|
|
|
49984
49998
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection
|
|
49985
49999
|
# @return [Types::BaselinePerformanceFactorsRequest]
|
|
49986
50000
|
#
|
|
50001
|
+
# @!attribute [rw] require_encryption_in_transit
|
|
50002
|
+
# Specifies whether instance types must support encrypting in-transit
|
|
50003
|
+
# traffic between instances. For more information, including the
|
|
50004
|
+
# supported instance types, see [Encryption in transit][1] in the
|
|
50005
|
+
# *Amazon EC2 User Guide*.
|
|
50006
|
+
#
|
|
50007
|
+
# Default: `false`
|
|
50008
|
+
#
|
|
50009
|
+
#
|
|
50010
|
+
#
|
|
50011
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encryption-transit
|
|
50012
|
+
# @return [Boolean]
|
|
50013
|
+
#
|
|
49987
50014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirementsRequest AWS API Documentation
|
|
49988
50015
|
#
|
|
49989
50016
|
class InstanceRequirementsRequest < Struct.new(
|
|
@@ -50011,7 +50038,8 @@ module Aws::EC2
|
|
|
50011
50038
|
:network_bandwidth_gbps,
|
|
50012
50039
|
:allowed_instance_types,
|
|
50013
50040
|
:max_spot_price_as_percentage_of_optimal_on_demand_price,
|
|
50014
|
-
:baseline_performance_factors
|
|
50041
|
+
:baseline_performance_factors,
|
|
50042
|
+
:require_encryption_in_transit)
|
|
50015
50043
|
SENSITIVE = []
|
|
50016
50044
|
include Aws::Structure
|
|
50017
50045
|
end
|
|
@@ -82076,6 +82104,15 @@ module Aws::EC2
|
|
|
82076
82104
|
# Indicates the VPN tunnel options.
|
|
82077
82105
|
# @return [Array<Types::TunnelOption>]
|
|
82078
82106
|
#
|
|
82107
|
+
# @!attribute [rw] tunnel_bandwidth
|
|
82108
|
+
# The configured bandwidth for the VPN tunnel. Represents the current
|
|
82109
|
+
# throughput capacity setting for the tunnel connection. `standard`
|
|
82110
|
+
# tunnel bandwidth supports up to 1.25 Gbps per tunnel while `large`
|
|
82111
|
+
# supports up to 5 Gbps per tunnel. If no tunnel bandwidth was
|
|
82112
|
+
# specified for the connection, `standard` is used as the default
|
|
82113
|
+
# value.
|
|
82114
|
+
# @return [String]
|
|
82115
|
+
#
|
|
82079
82116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpnConnectionOptions AWS API Documentation
|
|
82080
82117
|
#
|
|
82081
82118
|
class VpnConnectionOptions < Struct.new(
|
|
@@ -82088,7 +82125,8 @@ module Aws::EC2
|
|
|
82088
82125
|
:outside_ip_address_type,
|
|
82089
82126
|
:transport_transit_gateway_attachment_id,
|
|
82090
82127
|
:tunnel_inside_ip_version,
|
|
82091
|
-
:tunnel_options
|
|
82128
|
+
:tunnel_options,
|
|
82129
|
+
:tunnel_bandwidth)
|
|
82092
82130
|
SENSITIVE = []
|
|
82093
82131
|
include Aws::Structure
|
|
82094
82132
|
end
|
|
@@ -82152,6 +82190,15 @@ module Aws::EC2
|
|
|
82152
82190
|
# Required if `OutsideIpAddressType` is set to `PrivateIpv4`.
|
|
82153
82191
|
# @return [String]
|
|
82154
82192
|
#
|
|
82193
|
+
# @!attribute [rw] tunnel_bandwidth
|
|
82194
|
+
# The desired bandwidth specification for the VPN tunnel, used when
|
|
82195
|
+
# creating or modifying VPN connection options to set the tunnel's
|
|
82196
|
+
# throughput capacity. `standard` supports up to 1.25 Gbps per tunnel,
|
|
82197
|
+
# while `large` supports up to 5 Gbps per tunnel. The default value is
|
|
82198
|
+
# `standard`. Existing VPN connections without a bandwidth setting
|
|
82199
|
+
# will automatically default to `standard`.
|
|
82200
|
+
# @return [String]
|
|
82201
|
+
#
|
|
82155
82202
|
# @!attribute [rw] static_routes_only
|
|
82156
82203
|
# Indicate whether the VPN connection uses static routes only. If you
|
|
82157
82204
|
# are creating a VPN connection for a device that does not support
|
|
@@ -82173,6 +82220,7 @@ module Aws::EC2
|
|
|
82173
82220
|
:remote_ipv_6_network_cidr,
|
|
82174
82221
|
:outside_ip_address_type,
|
|
82175
82222
|
:transport_transit_gateway_attachment_id,
|
|
82223
|
+
:tunnel_bandwidth,
|
|
82176
82224
|
:static_routes_only)
|
|
82177
82225
|
SENSITIVE = []
|
|
82178
82226
|
include Aws::Structure
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1658,7 +1658,8 @@ module Aws
|
|
|
1658
1658
|
},
|
|
1659
1659
|
]?
|
|
1660
1660
|
}?
|
|
1661
|
-
}
|
|
1661
|
+
}?,
|
|
1662
|
+
require_encryption_in_transit: bool?
|
|
1662
1663
|
}?,
|
|
1663
1664
|
image_id: ::String?
|
|
1664
1665
|
},
|
|
@@ -2450,7 +2451,8 @@ module Aws
|
|
|
2450
2451
|
},
|
|
2451
2452
|
]?
|
|
2452
2453
|
}?
|
|
2453
|
-
}
|
|
2454
|
+
}?,
|
|
2455
|
+
require_encryption_in_transit: bool?
|
|
2454
2456
|
}?,
|
|
2455
2457
|
private_dns_name_options: {
|
|
2456
2458
|
hostname_type: ("ip-name" | "resource-name")?,
|
|
@@ -2725,7 +2727,8 @@ module Aws
|
|
|
2725
2727
|
},
|
|
2726
2728
|
]?
|
|
2727
2729
|
}?
|
|
2728
|
-
}
|
|
2730
|
+
}?,
|
|
2731
|
+
require_encryption_in_transit: bool?
|
|
2729
2732
|
}?,
|
|
2730
2733
|
private_dns_name_options: {
|
|
2731
2734
|
hostname_type: ("ip-name" | "resource-name")?,
|
|
@@ -4598,6 +4601,7 @@ module Aws
|
|
|
4598
4601
|
remote_ipv_6_network_cidr: ::String?,
|
|
4599
4602
|
outside_ip_address_type: ::String?,
|
|
4600
4603
|
transport_transit_gateway_attachment_id: ::String?,
|
|
4604
|
+
tunnel_bandwidth: ("standard" | "large")?,
|
|
4601
4605
|
static_routes_only: bool?
|
|
4602
4606
|
}
|
|
4603
4607
|
) -> _CreateVpnConnectionResponseSuccess
|
|
@@ -10290,7 +10294,8 @@ module Aws
|
|
|
10290
10294
|
},
|
|
10291
10295
|
]?
|
|
10292
10296
|
}?
|
|
10293
|
-
}
|
|
10297
|
+
}?,
|
|
10298
|
+
require_encryption_in_transit: bool?
|
|
10294
10299
|
},
|
|
10295
10300
|
?max_results: ::Integer,
|
|
10296
10301
|
?next_token: ::String,
|
|
@@ -10783,7 +10788,8 @@ module Aws
|
|
|
10783
10788
|
},
|
|
10784
10789
|
]?
|
|
10785
10790
|
}?
|
|
10786
|
-
}
|
|
10791
|
+
}?,
|
|
10792
|
+
require_encryption_in_transit: bool?
|
|
10787
10793
|
}?
|
|
10788
10794
|
},
|
|
10789
10795
|
?dry_run: bool,
|
|
@@ -11539,7 +11545,8 @@ module Aws
|
|
|
11539
11545
|
},
|
|
11540
11546
|
]?
|
|
11541
11547
|
}?
|
|
11542
|
-
}
|
|
11548
|
+
}?,
|
|
11549
|
+
require_encryption_in_transit: bool?
|
|
11543
11550
|
}?,
|
|
11544
11551
|
image_id: ::String?
|
|
11545
11552
|
},
|
|
@@ -12335,7 +12342,8 @@ module Aws
|
|
|
12335
12342
|
},
|
|
12336
12343
|
]?
|
|
12337
12344
|
}?
|
|
12338
|
-
}
|
|
12345
|
+
}?,
|
|
12346
|
+
require_encryption_in_transit: bool?
|
|
12339
12347
|
}?
|
|
12340
12348
|
},
|
|
12341
12349
|
]?
|
|
@@ -13759,7 +13767,8 @@ module Aws
|
|
|
13759
13767
|
},
|
|
13760
13768
|
]?
|
|
13761
13769
|
}?
|
|
13762
|
-
}
|
|
13770
|
+
}?,
|
|
13771
|
+
require_encryption_in_transit: bool?
|
|
13763
13772
|
}?,
|
|
13764
13773
|
security_groups: Array[
|
|
13765
13774
|
{
|
|
@@ -13844,7 +13853,8 @@ module Aws
|
|
|
13844
13853
|
},
|
|
13845
13854
|
]?
|
|
13846
13855
|
}?
|
|
13847
|
-
}
|
|
13856
|
+
}?,
|
|
13857
|
+
require_encryption_in_transit: bool?
|
|
13848
13858
|
}?
|
|
13849
13859
|
},
|
|
13850
13860
|
]?
|
data/sig/types.rbs
CHANGED
|
@@ -10784,6 +10784,7 @@ module Aws::EC2
|
|
|
10784
10784
|
attr_accessor allowed_instance_types: ::Array[::String]
|
|
10785
10785
|
attr_accessor max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer
|
|
10786
10786
|
attr_accessor baseline_performance_factors: Types::BaselinePerformanceFactors
|
|
10787
|
+
attr_accessor require_encryption_in_transit: bool
|
|
10787
10788
|
SENSITIVE: []
|
|
10788
10789
|
end
|
|
10789
10790
|
|
|
@@ -10813,6 +10814,7 @@ module Aws::EC2
|
|
|
10813
10814
|
attr_accessor allowed_instance_types: ::Array[::String]
|
|
10814
10815
|
attr_accessor max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer
|
|
10815
10816
|
attr_accessor baseline_performance_factors: Types::BaselinePerformanceFactorsRequest
|
|
10817
|
+
attr_accessor require_encryption_in_transit: bool
|
|
10816
10818
|
SENSITIVE: []
|
|
10817
10819
|
end
|
|
10818
10820
|
|
|
@@ -17716,6 +17718,7 @@ module Aws::EC2
|
|
|
17716
17718
|
attr_accessor transport_transit_gateway_attachment_id: ::String
|
|
17717
17719
|
attr_accessor tunnel_inside_ip_version: ("ipv4" | "ipv6")
|
|
17718
17720
|
attr_accessor tunnel_options: ::Array[Types::TunnelOption]
|
|
17721
|
+
attr_accessor tunnel_bandwidth: ("standard" | "large")
|
|
17719
17722
|
SENSITIVE: []
|
|
17720
17723
|
end
|
|
17721
17724
|
|
|
@@ -17729,6 +17732,7 @@ module Aws::EC2
|
|
|
17729
17732
|
attr_accessor remote_ipv_6_network_cidr: ::String
|
|
17730
17733
|
attr_accessor outside_ip_address_type: ::String
|
|
17731
17734
|
attr_accessor transport_transit_gateway_attachment_id: ::String
|
|
17735
|
+
attr_accessor tunnel_bandwidth: ("standard" | "large")
|
|
17732
17736
|
attr_accessor static_routes_only: bool
|
|
17733
17737
|
SENSITIVE: []
|
|
17734
17738
|
end
|