aws-sdk-ec2 1.571.0 → 1.573.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 +76 -1
- data/lib/aws-sdk-ec2/client_api.rb +24 -0
- data/lib/aws-sdk-ec2/types.rb +220 -9
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +35 -13
- data/sig/types.rbs +22 -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: ca6daa49dccb57e20e708a1dee76286f275cfda66070d218a568f9d6e7d8b855
|
|
4
|
+
data.tar.gz: 8702b4e9bf973f1cf2a42b77ed8a702edc9ab6c589305c06218d396690ca853c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c89589918850d953171cefe8b8519f22330a95df4db7c8581d78ce2cdedc37b597ca1e1d97517f196fc4e2167c34d4bf0312ca190222bd64b7bdacf7ad36514
|
|
7
|
+
data.tar.gz: 7b4309e793466b4beeba9dd27debc56951b43edc305d1498265295fc0f33fcbfbc222f0803fa8143652a471d81f612bf3efce04cf3fea809f740255ab1e53fff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.573.0 (2025-11-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* 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.
|
|
8
|
+
|
|
9
|
+
1.572.0 (2025-11-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service
|
|
13
|
+
|
|
4
14
|
1.571.0 (2025-11-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.573.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
|
|
@@ -9754,6 +9757,19 @@ module Aws::EC2
|
|
|
9754
9757
|
#
|
|
9755
9758
|
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
|
9756
9759
|
#
|
|
9760
|
+
# @option params [Types::ExternalAuthorityConfiguration] :external_authority_configuration
|
|
9761
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
9762
|
+
# authority system. It specifies the type of external system and the
|
|
9763
|
+
# external resource identifier that identifies your account or instance
|
|
9764
|
+
# in that system.
|
|
9765
|
+
#
|
|
9766
|
+
# In IPAM, an external authority is a third-party IP address management
|
|
9767
|
+
# system that provides CIDR blocks when you provision address space for
|
|
9768
|
+
# top-level IPAM pools. This allows you to use your existing IP
|
|
9769
|
+
# management system to control which address ranges are allocated to
|
|
9770
|
+
# Amazon Web Services while using Amazon VPC IPAM to manage subnets
|
|
9771
|
+
# within those ranges.
|
|
9772
|
+
#
|
|
9757
9773
|
# @return [Types::CreateIpamScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9758
9774
|
#
|
|
9759
9775
|
# * {Types::CreateIpamScopeResult#ipam_scope #ipam_scope} => Types::IpamScope
|
|
@@ -9776,6 +9792,10 @@ module Aws::EC2
|
|
|
9776
9792
|
# },
|
|
9777
9793
|
# ],
|
|
9778
9794
|
# client_token: "String",
|
|
9795
|
+
# external_authority_configuration: {
|
|
9796
|
+
# type: "infoblox", # accepts infoblox
|
|
9797
|
+
# external_resource_identifier: "String",
|
|
9798
|
+
# },
|
|
9779
9799
|
# })
|
|
9780
9800
|
#
|
|
9781
9801
|
# @example Response structure
|
|
@@ -9793,6 +9813,8 @@ module Aws::EC2
|
|
|
9793
9813
|
# resp.ipam_scope.tags #=> Array
|
|
9794
9814
|
# resp.ipam_scope.tags[0].key #=> String
|
|
9795
9815
|
# resp.ipam_scope.tags[0].value #=> String
|
|
9816
|
+
# resp.ipam_scope.external_authority_configuration.type #=> String, one of "infoblox"
|
|
9817
|
+
# resp.ipam_scope.external_authority_configuration.external_resource_identifier #=> String
|
|
9796
9818
|
#
|
|
9797
9819
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamScope AWS API Documentation
|
|
9798
9820
|
#
|
|
@@ -10256,6 +10278,7 @@ module Aws::EC2
|
|
|
10256
10278
|
# ],
|
|
10257
10279
|
# },
|
|
10258
10280
|
# },
|
|
10281
|
+
# require_encryption_in_transit: false,
|
|
10259
10282
|
# },
|
|
10260
10283
|
# private_dns_name_options: {
|
|
10261
10284
|
# hostname_type: "ip-name", # accepts ip-name, resource-name
|
|
@@ -10686,6 +10709,7 @@ module Aws::EC2
|
|
|
10686
10709
|
# ],
|
|
10687
10710
|
# },
|
|
10688
10711
|
# },
|
|
10712
|
+
# require_encryption_in_transit: false,
|
|
10689
10713
|
# },
|
|
10690
10714
|
# private_dns_name_options: {
|
|
10691
10715
|
# hostname_type: "ip-name", # accepts ip-name, resource-name
|
|
@@ -10864,6 +10888,7 @@ module Aws::EC2
|
|
|
10864
10888
|
# resp.launch_template_version.launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
10865
10889
|
# resp.launch_template_version.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
10866
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
|
|
10867
10892
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
10868
10893
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
10869
10894
|
# resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -17572,6 +17597,8 @@ module Aws::EC2
|
|
|
17572
17597
|
# dns_options: {
|
|
17573
17598
|
# dns_record_ip_type: "ipv4", # accepts ipv4, dualstack, ipv6, service-defined
|
|
17574
17599
|
# private_dns_only_for_inbound_resolver_endpoint: false,
|
|
17600
|
+
# private_dns_preference: "String",
|
|
17601
|
+
# private_dns_specified_domains: ["String"],
|
|
17575
17602
|
# },
|
|
17576
17603
|
# client_token: "String",
|
|
17577
17604
|
# private_dns_enabled: false,
|
|
@@ -17616,6 +17643,9 @@ module Aws::EC2
|
|
|
17616
17643
|
# resp.vpc_endpoint.ip_address_type #=> String, one of "ipv4", "dualstack", "ipv6"
|
|
17617
17644
|
# resp.vpc_endpoint.dns_options.dns_record_ip_type #=> String, one of "ipv4", "dualstack", "ipv6", "service-defined"
|
|
17618
17645
|
# resp.vpc_endpoint.dns_options.private_dns_only_for_inbound_resolver_endpoint #=> Boolean
|
|
17646
|
+
# resp.vpc_endpoint.dns_options.private_dns_preference #=> String
|
|
17647
|
+
# resp.vpc_endpoint.dns_options.private_dns_specified_domains #=> Array
|
|
17648
|
+
# resp.vpc_endpoint.dns_options.private_dns_specified_domains[0] #=> String
|
|
17619
17649
|
# resp.vpc_endpoint.private_dns_enabled #=> Boolean
|
|
17620
17650
|
# resp.vpc_endpoint.requester_managed #=> Boolean
|
|
17621
17651
|
# resp.vpc_endpoint.network_interface_ids #=> Array
|
|
@@ -19504,6 +19534,8 @@ module Aws::EC2
|
|
|
19504
19534
|
# resp.ipam_scope.tags #=> Array
|
|
19505
19535
|
# resp.ipam_scope.tags[0].key #=> String
|
|
19506
19536
|
# resp.ipam_scope.tags[0].value #=> String
|
|
19537
|
+
# resp.ipam_scope.external_authority_configuration.type #=> String, one of "infoblox"
|
|
19538
|
+
# resp.ipam_scope.external_authority_configuration.external_resource_identifier #=> String
|
|
19507
19539
|
#
|
|
19508
19540
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpamScope AWS API Documentation
|
|
19509
19541
|
#
|
|
@@ -26739,6 +26771,7 @@ module Aws::EC2
|
|
|
26739
26771
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26740
26772
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26741
26773
|
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26774
|
+
# resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26742
26775
|
# resp.fleets[0].launch_template_configs[0].overrides[0].image_id #=> String
|
|
26743
26776
|
# resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings #=> Array
|
|
26744
26777
|
# resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].device_name #=> String
|
|
@@ -26834,6 +26867,7 @@ module Aws::EC2
|
|
|
26834
26867
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26835
26868
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26836
26869
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26870
|
+
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26837
26871
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
26838
26872
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
26839
26873
|
# resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -26904,6 +26938,7 @@ module Aws::EC2
|
|
|
26904
26938
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
26905
26939
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
26906
26940
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
26941
|
+
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
26907
26942
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.image_id #=> String
|
|
26908
26943
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
|
|
26909
26944
|
# resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
|
|
@@ -31773,6 +31808,8 @@ module Aws::EC2
|
|
|
31773
31808
|
# resp.ipam_scopes[0].tags #=> Array
|
|
31774
31809
|
# resp.ipam_scopes[0].tags[0].key #=> String
|
|
31775
31810
|
# resp.ipam_scopes[0].tags[0].value #=> String
|
|
31811
|
+
# resp.ipam_scopes[0].external_authority_configuration.type #=> String, one of "infoblox"
|
|
31812
|
+
# resp.ipam_scopes[0].external_authority_configuration.external_resource_identifier #=> String
|
|
31776
31813
|
#
|
|
31777
31814
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpamScopes AWS API Documentation
|
|
31778
31815
|
#
|
|
@@ -32421,6 +32458,7 @@ module Aws::EC2
|
|
|
32421
32458
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
32422
32459
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
32423
32460
|
# resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
32461
|
+
# resp.launch_template_versions[0].launch_template_data.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
32424
32462
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
32425
32463
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
32426
32464
|
# resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -39014,6 +39052,7 @@ module Aws::EC2
|
|
|
39014
39052
|
# 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
|
|
39015
39053
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
39016
39054
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
39055
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
39017
39056
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups #=> Array
|
|
39018
39057
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_id #=> String
|
|
39019
39058
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_name #=> String
|
|
@@ -39071,6 +39110,7 @@ module Aws::EC2
|
|
|
39071
39110
|
# 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
|
|
39072
39111
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
39073
39112
|
# 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
|
|
39113
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.require_encryption_in_transit #=> Boolean
|
|
39074
39114
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
|
|
39075
39115
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
|
|
39076
39116
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
|
|
@@ -43676,6 +43716,9 @@ module Aws::EC2
|
|
|
43676
43716
|
# resp.vpc_endpoints[0].ip_address_type #=> String, one of "ipv4", "dualstack", "ipv6"
|
|
43677
43717
|
# resp.vpc_endpoints[0].dns_options.dns_record_ip_type #=> String, one of "ipv4", "dualstack", "ipv6", "service-defined"
|
|
43678
43718
|
# resp.vpc_endpoints[0].dns_options.private_dns_only_for_inbound_resolver_endpoint #=> Boolean
|
|
43719
|
+
# resp.vpc_endpoints[0].dns_options.private_dns_preference #=> String
|
|
43720
|
+
# resp.vpc_endpoints[0].dns_options.private_dns_specified_domains #=> Array
|
|
43721
|
+
# resp.vpc_endpoints[0].dns_options.private_dns_specified_domains[0] #=> String
|
|
43679
43722
|
# resp.vpc_endpoints[0].private_dns_enabled #=> Boolean
|
|
43680
43723
|
# resp.vpc_endpoints[0].requester_managed #=> Boolean
|
|
43681
43724
|
# resp.vpc_endpoints[0].network_interface_ids #=> Array
|
|
@@ -49474,6 +49517,7 @@ module Aws::EC2
|
|
|
49474
49517
|
# ],
|
|
49475
49518
|
# },
|
|
49476
49519
|
# },
|
|
49520
|
+
# require_encryption_in_transit: false,
|
|
49477
49521
|
# },
|
|
49478
49522
|
# max_results: 1,
|
|
49479
49523
|
# next_token: "String",
|
|
@@ -50618,6 +50662,7 @@ module Aws::EC2
|
|
|
50618
50662
|
# resp.launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
|
|
50619
50663
|
# resp.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
|
|
50620
50664
|
# resp.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
|
|
50665
|
+
# resp.launch_template_data.instance_requirements.require_encryption_in_transit #=> Boolean
|
|
50621
50666
|
# resp.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
|
|
50622
50667
|
# resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
|
|
50623
50668
|
# resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
|
|
@@ -51929,6 +51974,7 @@ module Aws::EC2
|
|
|
51929
51974
|
# ],
|
|
51930
51975
|
# },
|
|
51931
51976
|
# },
|
|
51977
|
+
# require_encryption_in_transit: false,
|
|
51932
51978
|
# },
|
|
51933
51979
|
# },
|
|
51934
51980
|
# dry_run: false,
|
|
@@ -54650,6 +54696,7 @@ module Aws::EC2
|
|
|
54650
54696
|
# ],
|
|
54651
54697
|
# },
|
|
54652
54698
|
# },
|
|
54699
|
+
# require_encryption_in_transit: false,
|
|
54653
54700
|
# },
|
|
54654
54701
|
# image_id: "String",
|
|
54655
54702
|
# },
|
|
@@ -56908,6 +56955,22 @@ module Aws::EC2
|
|
|
56908
56955
|
# @option params [String] :description
|
|
56909
56956
|
# The description of the scope you want to modify.
|
|
56910
56957
|
#
|
|
56958
|
+
# @option params [Types::ExternalAuthorityConfiguration] :external_authority_configuration
|
|
56959
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
56960
|
+
# authority system. It specifies the type of external system and the
|
|
56961
|
+
# external resource identifier that identifies your account or instance
|
|
56962
|
+
# in that system.
|
|
56963
|
+
#
|
|
56964
|
+
# In IPAM, an external authority is a third-party IP address management
|
|
56965
|
+
# system that provides CIDR blocks when you provision address space for
|
|
56966
|
+
# top-level IPAM pools. This allows you to use your existing IP
|
|
56967
|
+
# management system to control which address ranges are allocated to
|
|
56968
|
+
# Amazon Web Services while using Amazon VPC IPAM to manage subnets
|
|
56969
|
+
# within those ranges.
|
|
56970
|
+
#
|
|
56971
|
+
# @option params [Boolean] :remove_external_authority_configuration
|
|
56972
|
+
# Remove the external authority configuration. `true` to remove.
|
|
56973
|
+
#
|
|
56911
56974
|
# @return [Types::ModifyIpamScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
56912
56975
|
#
|
|
56913
56976
|
# * {Types::ModifyIpamScopeResult#ipam_scope #ipam_scope} => Types::IpamScope
|
|
@@ -56918,6 +56981,11 @@ module Aws::EC2
|
|
|
56918
56981
|
# dry_run: false,
|
|
56919
56982
|
# ipam_scope_id: "IpamScopeId", # required
|
|
56920
56983
|
# description: "String",
|
|
56984
|
+
# external_authority_configuration: {
|
|
56985
|
+
# type: "infoblox", # accepts infoblox
|
|
56986
|
+
# external_resource_identifier: "String",
|
|
56987
|
+
# },
|
|
56988
|
+
# remove_external_authority_configuration: false,
|
|
56921
56989
|
# })
|
|
56922
56990
|
#
|
|
56923
56991
|
# @example Response structure
|
|
@@ -56935,6 +57003,8 @@ module Aws::EC2
|
|
|
56935
57003
|
# resp.ipam_scope.tags #=> Array
|
|
56936
57004
|
# resp.ipam_scope.tags[0].key #=> String
|
|
56937
57005
|
# resp.ipam_scope.tags[0].value #=> String
|
|
57006
|
+
# resp.ipam_scope.external_authority_configuration.type #=> String, one of "infoblox"
|
|
57007
|
+
# resp.ipam_scope.external_authority_configuration.external_resource_identifier #=> String
|
|
56938
57008
|
#
|
|
56939
57009
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamScope AWS API Documentation
|
|
56940
57010
|
#
|
|
@@ -58047,6 +58117,7 @@ module Aws::EC2
|
|
|
58047
58117
|
# ],
|
|
58048
58118
|
# },
|
|
58049
58119
|
# },
|
|
58120
|
+
# require_encryption_in_transit: false,
|
|
58050
58121
|
# },
|
|
58051
58122
|
# },
|
|
58052
58123
|
# ],
|
|
@@ -59879,6 +59950,8 @@ module Aws::EC2
|
|
|
59879
59950
|
# dns_options: {
|
|
59880
59951
|
# dns_record_ip_type: "ipv4", # accepts ipv4, dualstack, ipv6, service-defined
|
|
59881
59952
|
# private_dns_only_for_inbound_resolver_endpoint: false,
|
|
59953
|
+
# private_dns_preference: "String",
|
|
59954
|
+
# private_dns_specified_domains: ["String"],
|
|
59882
59955
|
# },
|
|
59883
59956
|
# private_dns_enabled: false,
|
|
59884
59957
|
# subnet_configurations: [
|
|
@@ -63939,6 +64012,7 @@ module Aws::EC2
|
|
|
63939
64012
|
# ],
|
|
63940
64013
|
# },
|
|
63941
64014
|
# },
|
|
64015
|
+
# require_encryption_in_transit: false,
|
|
63942
64016
|
# },
|
|
63943
64017
|
# security_groups: [
|
|
63944
64018
|
# {
|
|
@@ -64024,6 +64098,7 @@ module Aws::EC2
|
|
|
64024
64098
|
# ],
|
|
64025
64099
|
# },
|
|
64026
64100
|
# },
|
|
64101
|
+
# require_encryption_in_transit: false,
|
|
64027
64102
|
# },
|
|
64028
64103
|
# },
|
|
64029
64104
|
# ],
|
|
@@ -69083,7 +69158,7 @@ module Aws::EC2
|
|
|
69083
69158
|
tracer: tracer
|
|
69084
69159
|
)
|
|
69085
69160
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
69086
|
-
context[:gem_version] = '1.
|
|
69161
|
+
context[:gem_version] = '1.573.0'
|
|
69087
69162
|
Seahorse::Client::Request.new(handlers, context)
|
|
69088
69163
|
end
|
|
69089
69164
|
|
|
@@ -1604,6 +1604,7 @@ module Aws::EC2
|
|
|
1604
1604
|
ExportVerifiedAccessInstanceClientConfigurationRequest = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationRequest')
|
|
1605
1605
|
ExportVerifiedAccessInstanceClientConfigurationResult = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationResult')
|
|
1606
1606
|
ExportVmTaskId = Shapes::StringShape.new(name: 'ExportVmTaskId')
|
|
1607
|
+
ExternalAuthorityConfiguration = Shapes::StructureShape.new(name: 'ExternalAuthorityConfiguration')
|
|
1607
1608
|
FailedCapacityReservationFleetCancellationResult = Shapes::StructureShape.new(name: 'FailedCapacityReservationFleetCancellationResult')
|
|
1608
1609
|
FailedCapacityReservationFleetCancellationResultSet = Shapes::ListShape.new(name: 'FailedCapacityReservationFleetCancellationResultSet')
|
|
1609
1610
|
FailedQueuedPurchaseDeletion = Shapes::StructureShape.new(name: 'FailedQueuedPurchaseDeletion')
|
|
@@ -2216,6 +2217,8 @@ module Aws::EC2
|
|
|
2216
2217
|
IpamResourceTagList = Shapes::ListShape.new(name: 'IpamResourceTagList')
|
|
2217
2218
|
IpamResourceType = Shapes::StringShape.new(name: 'IpamResourceType')
|
|
2218
2219
|
IpamScope = Shapes::StructureShape.new(name: 'IpamScope')
|
|
2220
|
+
IpamScopeExternalAuthorityConfiguration = Shapes::StructureShape.new(name: 'IpamScopeExternalAuthorityConfiguration')
|
|
2221
|
+
IpamScopeExternalAuthorityType = Shapes::StringShape.new(name: 'IpamScopeExternalAuthorityType')
|
|
2219
2222
|
IpamScopeId = Shapes::StringShape.new(name: 'IpamScopeId')
|
|
2220
2223
|
IpamScopeSet = Shapes::ListShape.new(name: 'IpamScopeSet')
|
|
2221
2224
|
IpamScopeState = Shapes::StringShape.new(name: 'IpamScopeState')
|
|
@@ -2851,6 +2854,7 @@ module Aws::EC2
|
|
|
2851
2854
|
PrivateDnsNameOptionsOnLaunch = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsOnLaunch')
|
|
2852
2855
|
PrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsRequest')
|
|
2853
2856
|
PrivateDnsNameOptionsResponse = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsResponse')
|
|
2857
|
+
PrivateDnsSpecifiedDomainSet = Shapes::ListShape.new(name: 'PrivateDnsSpecifiedDomainSet')
|
|
2854
2858
|
PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
|
|
2855
2859
|
PrivateIpAddressCount = Shapes::IntegerShape.new(name: 'PrivateIpAddressCount')
|
|
2856
2860
|
PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
|
|
@@ -5762,6 +5766,7 @@ module Aws::EC2
|
|
|
5762
5766
|
CreateIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
5763
5767
|
CreateIpamScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5764
5768
|
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5769
|
+
CreateIpamScopeRequest.add_member(:external_authority_configuration, Shapes::ShapeRef.new(shape: ExternalAuthorityConfiguration, location_name: "ExternalAuthorityConfiguration"))
|
|
5765
5770
|
CreateIpamScopeRequest.struct_class = Types::CreateIpamScopeRequest
|
|
5766
5771
|
|
|
5767
5772
|
CreateIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
|
@@ -9776,10 +9781,14 @@ module Aws::EC2
|
|
|
9776
9781
|
|
|
9777
9782
|
DnsOptions.add_member(:dns_record_ip_type, Shapes::ShapeRef.new(shape: DnsRecordIpType, location_name: "dnsRecordIpType"))
|
|
9778
9783
|
DnsOptions.add_member(:private_dns_only_for_inbound_resolver_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsOnlyForInboundResolverEndpoint"))
|
|
9784
|
+
DnsOptions.add_member(:private_dns_preference, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsPreference"))
|
|
9785
|
+
DnsOptions.add_member(:private_dns_specified_domains, Shapes::ShapeRef.new(shape: PrivateDnsSpecifiedDomainSet, location_name: "privateDnsSpecifiedDomainSet"))
|
|
9779
9786
|
DnsOptions.struct_class = Types::DnsOptions
|
|
9780
9787
|
|
|
9781
9788
|
DnsOptionsSpecification.add_member(:dns_record_ip_type, Shapes::ShapeRef.new(shape: DnsRecordIpType, location_name: "DnsRecordIpType"))
|
|
9782
9789
|
DnsOptionsSpecification.add_member(:private_dns_only_for_inbound_resolver_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsOnlyForInboundResolverEndpoint"))
|
|
9790
|
+
DnsOptionsSpecification.add_member(:private_dns_preference, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsPreference"))
|
|
9791
|
+
DnsOptionsSpecification.add_member(:private_dns_specified_domains, Shapes::ShapeRef.new(shape: PrivateDnsSpecifiedDomainSet, location_name: "PrivateDnsSpecifiedDomain"))
|
|
9783
9792
|
DnsOptionsSpecification.struct_class = Types::DnsOptionsSpecification
|
|
9784
9793
|
|
|
9785
9794
|
DnsServersOptionsModifyStructure.add_member(:custom_dns_servers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "CustomDnsServers"))
|
|
@@ -10326,6 +10335,10 @@ module Aws::EC2
|
|
|
10326
10335
|
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:open_vpn_configurations, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationList, location_name: "openVpnConfigurationSet"))
|
|
10327
10336
|
ExportVerifiedAccessInstanceClientConfigurationResult.struct_class = Types::ExportVerifiedAccessInstanceClientConfigurationResult
|
|
10328
10337
|
|
|
10338
|
+
ExternalAuthorityConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: IpamScopeExternalAuthorityType, location_name: "Type"))
|
|
10339
|
+
ExternalAuthorityConfiguration.add_member(:external_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ExternalResourceIdentifier"))
|
|
10340
|
+
ExternalAuthorityConfiguration.struct_class = Types::ExternalAuthorityConfiguration
|
|
10341
|
+
|
|
10329
10342
|
FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
|
10330
10343
|
FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
|
|
10331
10344
|
FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
|
|
@@ -12160,6 +12173,7 @@ module Aws::EC2
|
|
|
12160
12173
|
InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypeSet"))
|
|
12161
12174
|
InstanceRequirements.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "maxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
|
12162
12175
|
InstanceRequirements.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactors, location_name: "baselinePerformanceFactors"))
|
|
12176
|
+
InstanceRequirements.add_member(:require_encryption_in_transit, Shapes::ShapeRef.new(shape: Boolean, location_name: "requireEncryptionInTransit"))
|
|
12163
12177
|
InstanceRequirements.struct_class = Types::InstanceRequirements
|
|
12164
12178
|
|
|
12165
12179
|
InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
|
|
@@ -12187,6 +12201,7 @@ module Aws::EC2
|
|
|
12187
12201
|
InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "AllowedInstanceType"))
|
|
12188
12202
|
InstanceRequirementsRequest.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
|
12189
12203
|
InstanceRequirementsRequest.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactorsRequest, location_name: "BaselinePerformanceFactors"))
|
|
12204
|
+
InstanceRequirementsRequest.add_member(:require_encryption_in_transit, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireEncryptionInTransit"))
|
|
12190
12205
|
InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
|
|
12191
12206
|
|
|
12192
12207
|
InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
|
|
@@ -12722,8 +12737,13 @@ module Aws::EC2
|
|
|
12722
12737
|
IpamScope.add_member(:pool_count, Shapes::ShapeRef.new(shape: Integer, location_name: "poolCount"))
|
|
12723
12738
|
IpamScope.add_member(:state, Shapes::ShapeRef.new(shape: IpamScopeState, location_name: "state"))
|
|
12724
12739
|
IpamScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
12740
|
+
IpamScope.add_member(:external_authority_configuration, Shapes::ShapeRef.new(shape: IpamScopeExternalAuthorityConfiguration, location_name: "externalAuthorityConfiguration"))
|
|
12725
12741
|
IpamScope.struct_class = Types::IpamScope
|
|
12726
12742
|
|
|
12743
|
+
IpamScopeExternalAuthorityConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: IpamScopeExternalAuthorityType, location_name: "type"))
|
|
12744
|
+
IpamScopeExternalAuthorityConfiguration.add_member(:external_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "externalResourceIdentifier"))
|
|
12745
|
+
IpamScopeExternalAuthorityConfiguration.struct_class = Types::IpamScopeExternalAuthorityConfiguration
|
|
12746
|
+
|
|
12727
12747
|
IpamScopeSet.member = Shapes::ShapeRef.new(shape: IpamScope, location_name: "item")
|
|
12728
12748
|
|
|
12729
12749
|
IpamSet.member = Shapes::ShapeRef.new(shape: Ipam, location_name: "item")
|
|
@@ -13813,6 +13833,8 @@ module Aws::EC2
|
|
|
13813
13833
|
ModifyIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
13814
13834
|
ModifyIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
|
13815
13835
|
ModifyIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
13836
|
+
ModifyIpamScopeRequest.add_member(:external_authority_configuration, Shapes::ShapeRef.new(shape: ExternalAuthorityConfiguration, location_name: "ExternalAuthorityConfiguration"))
|
|
13837
|
+
ModifyIpamScopeRequest.add_member(:remove_external_authority_configuration, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveExternalAuthorityConfiguration"))
|
|
13816
13838
|
ModifyIpamScopeRequest.struct_class = Types::ModifyIpamScopeRequest
|
|
13817
13839
|
|
|
13818
13840
|
ModifyIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
|
@@ -15063,6 +15085,8 @@ module Aws::EC2
|
|
|
15063
15085
|
PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
|
15064
15086
|
PrivateDnsNameOptionsResponse.struct_class = Types::PrivateDnsNameOptionsResponse
|
|
15065
15087
|
|
|
15088
|
+
PrivateDnsSpecifiedDomainSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
15089
|
+
|
|
15066
15090
|
PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
|
|
15067
15091
|
|
|
15068
15092
|
PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -11226,6 +11226,20 @@ module Aws::EC2
|
|
|
11226
11226
|
# [1]: https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html
|
|
11227
11227
|
# @return [String]
|
|
11228
11228
|
#
|
|
11229
|
+
# @!attribute [rw] external_authority_configuration
|
|
11230
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
11231
|
+
# authority system. It specifies the type of external system and the
|
|
11232
|
+
# external resource identifier that identifies your account or
|
|
11233
|
+
# instance in that system.
|
|
11234
|
+
#
|
|
11235
|
+
# In IPAM, an external authority is a third-party IP address
|
|
11236
|
+
# management system that provides CIDR blocks when you provision
|
|
11237
|
+
# address space for top-level IPAM pools. This allows you to use your
|
|
11238
|
+
# existing IP management system to control which address ranges are
|
|
11239
|
+
# allocated to Amazon Web Services while using Amazon VPC IPAM to
|
|
11240
|
+
# manage subnets within those ranges.
|
|
11241
|
+
# @return [Types::ExternalAuthorityConfiguration]
|
|
11242
|
+
#
|
|
11229
11243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamScopeRequest AWS API Documentation
|
|
11230
11244
|
#
|
|
11231
11245
|
class CreateIpamScopeRequest < Struct.new(
|
|
@@ -11233,7 +11247,8 @@ module Aws::EC2
|
|
|
11233
11247
|
:ipam_id,
|
|
11234
11248
|
:description,
|
|
11235
11249
|
:tag_specifications,
|
|
11236
|
-
:client_token
|
|
11250
|
+
:client_token,
|
|
11251
|
+
:external_authority_configuration)
|
|
11237
11252
|
SENSITIVE = []
|
|
11238
11253
|
include Aws::Structure
|
|
11239
11254
|
end
|
|
@@ -36020,11 +36035,45 @@ module Aws::EC2
|
|
|
36020
36035
|
# Indicates whether to enable private DNS only for inbound endpoints.
|
|
36021
36036
|
# @return [Boolean]
|
|
36022
36037
|
#
|
|
36038
|
+
# @!attribute [rw] private_dns_preference
|
|
36039
|
+
# The preference for which private domains have a private hosted zone
|
|
36040
|
+
# created for and associated with the specified VPC. Only supported
|
|
36041
|
+
# when private DNS is enabled and when the VPC endpoint type is
|
|
36042
|
+
# ServiceNetwork or Resource.
|
|
36043
|
+
#
|
|
36044
|
+
# * `ALL_DOMAINS` - VPC Lattice provisions private hosted zones for
|
|
36045
|
+
# all custom domain names.
|
|
36046
|
+
#
|
|
36047
|
+
# * `VERIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
36048
|
+
# zone only if custom domain name has been verified by the provider.
|
|
36049
|
+
#
|
|
36050
|
+
# * `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` - VPC Lattice provisions
|
|
36051
|
+
# private hosted zones for all verified custom domain names and
|
|
36052
|
+
# other domain names that the resource consumer specifies. The
|
|
36053
|
+
# resource consumer specifies the domain names in the
|
|
36054
|
+
# PrivateDnsSpecifiedDomains parameter.
|
|
36055
|
+
#
|
|
36056
|
+
# * `SPECIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
36057
|
+
# zone for domain names specified by the resource consumer. The
|
|
36058
|
+
# resource consumer specifies the domain names in the
|
|
36059
|
+
# PrivateDnsSpecifiedDomains parameter.
|
|
36060
|
+
# @return [String]
|
|
36061
|
+
#
|
|
36062
|
+
# @!attribute [rw] private_dns_specified_domains
|
|
36063
|
+
# Indicates which of the private domains to create private hosted
|
|
36064
|
+
# zones for and associate with the specified VPC. Only supported when
|
|
36065
|
+
# private DNS is enabled and the private DNS preference is
|
|
36066
|
+
# `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or
|
|
36067
|
+
# `SPECIFIED_DOMAINS_ONLY`.
|
|
36068
|
+
# @return [Array<String>]
|
|
36069
|
+
#
|
|
36023
36070
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DnsOptions AWS API Documentation
|
|
36024
36071
|
#
|
|
36025
36072
|
class DnsOptions < Struct.new(
|
|
36026
36073
|
:dns_record_ip_type,
|
|
36027
|
-
:private_dns_only_for_inbound_resolver_endpoint
|
|
36074
|
+
:private_dns_only_for_inbound_resolver_endpoint,
|
|
36075
|
+
:private_dns_preference,
|
|
36076
|
+
:private_dns_specified_domains)
|
|
36028
36077
|
SENSITIVE = []
|
|
36029
36078
|
include Aws::Structure
|
|
36030
36079
|
end
|
|
@@ -36043,11 +36092,44 @@ module Aws::EC2
|
|
|
36043
36092
|
# on-premises to the interface endpoint.
|
|
36044
36093
|
# @return [Boolean]
|
|
36045
36094
|
#
|
|
36095
|
+
# @!attribute [rw] private_dns_preference
|
|
36096
|
+
# The preference for which private domains have a private hosted zone
|
|
36097
|
+
# created for and associated with the specified VPC. Only supported
|
|
36098
|
+
# when private DNS is enabled and when the VPC endpoint type is
|
|
36099
|
+
# ServiceNetwork or Resource.
|
|
36100
|
+
#
|
|
36101
|
+
# * `ALL_DOMAINS` - VPC Lattice provisions private hosted zones for
|
|
36102
|
+
# all custom domain names.
|
|
36103
|
+
#
|
|
36104
|
+
# * `VERIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
36105
|
+
# zone only if custom domain name has been verified by the provider.
|
|
36106
|
+
#
|
|
36107
|
+
# * `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` - VPC Lattice provisions
|
|
36108
|
+
# private hosted zones for all verified custom domain names and
|
|
36109
|
+
# other domain names that the resource consumer specifies. The
|
|
36110
|
+
# resource consumer specifies the domain names in the
|
|
36111
|
+
# PrivateDnsSpecifiedDomains parameter.
|
|
36112
|
+
#
|
|
36113
|
+
# * `SPECIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
36114
|
+
# zone for domain names specified by the resource consumer. The
|
|
36115
|
+
# resource consumer specifies the domain names in the
|
|
36116
|
+
# PrivateDnsSpecifiedDomains parameter.
|
|
36117
|
+
# @return [String]
|
|
36118
|
+
#
|
|
36119
|
+
# @!attribute [rw] private_dns_specified_domains
|
|
36120
|
+
# Indicates which of the private domains to create private hosted
|
|
36121
|
+
# zones for and associate with the specified VPC. Only supported when
|
|
36122
|
+
# private DNS is enabled and the private DNS preference is
|
|
36123
|
+
# verified-domains-and-specified-domains or specified-domains-only.
|
|
36124
|
+
# @return [Array<String>]
|
|
36125
|
+
#
|
|
36046
36126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DnsOptionsSpecification AWS API Documentation
|
|
36047
36127
|
#
|
|
36048
36128
|
class DnsOptionsSpecification < Struct.new(
|
|
36049
36129
|
:dns_record_ip_type,
|
|
36050
|
-
:private_dns_only_for_inbound_resolver_endpoint
|
|
36130
|
+
:private_dns_only_for_inbound_resolver_endpoint,
|
|
36131
|
+
:private_dns_preference,
|
|
36132
|
+
:private_dns_specified_domains)
|
|
36051
36133
|
SENSITIVE = []
|
|
36052
36134
|
include Aws::Structure
|
|
36053
36135
|
end
|
|
@@ -39017,6 +39099,37 @@ module Aws::EC2
|
|
|
39017
39099
|
include Aws::Structure
|
|
39018
39100
|
end
|
|
39019
39101
|
|
|
39102
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
39103
|
+
# authority system. It specifies the type of external system and the
|
|
39104
|
+
# external resource identifier that identifies your account or instance
|
|
39105
|
+
# in that system.
|
|
39106
|
+
#
|
|
39107
|
+
# For more information, see [Integrate VPC IPAM with Infoblox
|
|
39108
|
+
# infrastructure][1] in the *Amazon VPC IPAM User Guide*..
|
|
39109
|
+
#
|
|
39110
|
+
#
|
|
39111
|
+
#
|
|
39112
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html
|
|
39113
|
+
#
|
|
39114
|
+
# @!attribute [rw] type
|
|
39115
|
+
# The type of external authority.
|
|
39116
|
+
# @return [String]
|
|
39117
|
+
#
|
|
39118
|
+
# @!attribute [rw] external_resource_identifier
|
|
39119
|
+
# The identifier for the external resource managing this scope. For
|
|
39120
|
+
# Infoblox integrations, this is the Infoblox resource identifier in
|
|
39121
|
+
# the format `<version>.identity.account.<entity_realm>.<entity_id>`.
|
|
39122
|
+
# @return [String]
|
|
39123
|
+
#
|
|
39124
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExternalAuthorityConfiguration AWS API Documentation
|
|
39125
|
+
#
|
|
39126
|
+
class ExternalAuthorityConfiguration < Struct.new(
|
|
39127
|
+
:type,
|
|
39128
|
+
:external_resource_identifier)
|
|
39129
|
+
SENSITIVE = []
|
|
39130
|
+
include Aws::Structure
|
|
39131
|
+
end
|
|
39132
|
+
|
|
39020
39133
|
# Describes a Capacity Reservation Fleet that could not be cancelled.
|
|
39021
39134
|
#
|
|
39022
39135
|
# @!attribute [rw] capacity_reservation_fleet_id
|
|
@@ -49380,6 +49493,19 @@ module Aws::EC2
|
|
|
49380
49493
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection
|
|
49381
49494
|
# @return [Types::BaselinePerformanceFactors]
|
|
49382
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
|
+
#
|
|
49383
49509
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirements AWS API Documentation
|
|
49384
49510
|
#
|
|
49385
49511
|
class InstanceRequirements < Struct.new(
|
|
@@ -49407,7 +49533,8 @@ module Aws::EC2
|
|
|
49407
49533
|
:network_bandwidth_gbps,
|
|
49408
49534
|
:allowed_instance_types,
|
|
49409
49535
|
:max_spot_price_as_percentage_of_optimal_on_demand_price,
|
|
49410
|
-
:baseline_performance_factors
|
|
49536
|
+
:baseline_performance_factors,
|
|
49537
|
+
:require_encryption_in_transit)
|
|
49411
49538
|
SENSITIVE = []
|
|
49412
49539
|
include Aws::Structure
|
|
49413
49540
|
end
|
|
@@ -49871,6 +49998,19 @@ module Aws::EC2
|
|
|
49871
49998
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection
|
|
49872
49999
|
# @return [Types::BaselinePerformanceFactorsRequest]
|
|
49873
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
|
+
#
|
|
49874
50014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirementsRequest AWS API Documentation
|
|
49875
50015
|
#
|
|
49876
50016
|
class InstanceRequirementsRequest < Struct.new(
|
|
@@ -49898,7 +50038,8 @@ module Aws::EC2
|
|
|
49898
50038
|
:network_bandwidth_gbps,
|
|
49899
50039
|
:allowed_instance_types,
|
|
49900
50040
|
:max_spot_price_as_percentage_of_optimal_on_demand_price,
|
|
49901
|
-
:baseline_performance_factors
|
|
50041
|
+
:baseline_performance_factors,
|
|
50042
|
+
:require_encryption_in_transit)
|
|
49902
50043
|
SENSITIVE = []
|
|
49903
50044
|
include Aws::Structure
|
|
49904
50045
|
end
|
|
@@ -52841,6 +52982,23 @@ module Aws::EC2
|
|
|
52841
52982
|
# name and `TeamA` for the filter value.
|
|
52842
52983
|
# @return [Array<Types::Tag>]
|
|
52843
52984
|
#
|
|
52985
|
+
# @!attribute [rw] external_authority_configuration
|
|
52986
|
+
# The external authority configuration for this IPAM scope, if
|
|
52987
|
+
# configured.
|
|
52988
|
+
#
|
|
52989
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
52990
|
+
# authority system. It specifies the type of external system and the
|
|
52991
|
+
# external resource identifier that identifies your account or
|
|
52992
|
+
# instance in that system.
|
|
52993
|
+
#
|
|
52994
|
+
# In IPAM, an external authority is a third-party IP address
|
|
52995
|
+
# management system that provides CIDR blocks when you provision
|
|
52996
|
+
# address space for top-level IPAM pools. This allows you to use your
|
|
52997
|
+
# existing IP management system to control which address ranges are
|
|
52998
|
+
# allocated to Amazon Web Services while using Amazon VPC IPAM to
|
|
52999
|
+
# manage subnets within those ranges.
|
|
53000
|
+
# @return [Types::IpamScopeExternalAuthorityConfiguration]
|
|
53001
|
+
#
|
|
52844
53002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpamScope AWS API Documentation
|
|
52845
53003
|
#
|
|
52846
53004
|
class IpamScope < Struct.new(
|
|
@@ -52854,7 +53012,40 @@ module Aws::EC2
|
|
|
52854
53012
|
:description,
|
|
52855
53013
|
:pool_count,
|
|
52856
53014
|
:state,
|
|
52857
|
-
:tags
|
|
53015
|
+
:tags,
|
|
53016
|
+
:external_authority_configuration)
|
|
53017
|
+
SENSITIVE = []
|
|
53018
|
+
include Aws::Structure
|
|
53019
|
+
end
|
|
53020
|
+
|
|
53021
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
53022
|
+
# authority system. It specifies the type of external system and the
|
|
53023
|
+
# external resource identifier that identifies your account or instance
|
|
53024
|
+
# in that system.
|
|
53025
|
+
#
|
|
53026
|
+
# In IPAM, an external authority is a third-party IP address management
|
|
53027
|
+
# system that provides CIDR blocks when you provision address space for
|
|
53028
|
+
# top-level IPAM pools. This allows you to use your existing IP
|
|
53029
|
+
# management system to control which address ranges are allocated to
|
|
53030
|
+
# Amazon Web Services while using Amazon VPC IPAM to manage subnets
|
|
53031
|
+
# within those ranges.
|
|
53032
|
+
#
|
|
53033
|
+
# @!attribute [rw] type
|
|
53034
|
+
# The type of external authority managing this scope. Currently
|
|
53035
|
+
# supports `Infoblox` for integration with Infoblox Universal DDI.
|
|
53036
|
+
# @return [String]
|
|
53037
|
+
#
|
|
53038
|
+
# @!attribute [rw] external_resource_identifier
|
|
53039
|
+
# The identifier for the external resource managing this scope. For
|
|
53040
|
+
# Infoblox integrations, this is the Infoblox resource identifier in
|
|
53041
|
+
# the format `<version>.identity.account.<entity_realm>.<entity_id>`.
|
|
53042
|
+
# @return [String]
|
|
53043
|
+
#
|
|
53044
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpamScopeExternalAuthorityConfiguration AWS API Documentation
|
|
53045
|
+
#
|
|
53046
|
+
class IpamScopeExternalAuthorityConfiguration < Struct.new(
|
|
53047
|
+
:type,
|
|
53048
|
+
:external_resource_identifier)
|
|
52858
53049
|
SENSITIVE = []
|
|
52859
53050
|
include Aws::Structure
|
|
52860
53051
|
end
|
|
@@ -58906,12 +59097,32 @@ module Aws::EC2
|
|
|
58906
59097
|
# The description of the scope you want to modify.
|
|
58907
59098
|
# @return [String]
|
|
58908
59099
|
#
|
|
59100
|
+
# @!attribute [rw] external_authority_configuration
|
|
59101
|
+
# The configuration that links an Amazon VPC IPAM scope to an external
|
|
59102
|
+
# authority system. It specifies the type of external system and the
|
|
59103
|
+
# external resource identifier that identifies your account or
|
|
59104
|
+
# instance in that system.
|
|
59105
|
+
#
|
|
59106
|
+
# In IPAM, an external authority is a third-party IP address
|
|
59107
|
+
# management system that provides CIDR blocks when you provision
|
|
59108
|
+
# address space for top-level IPAM pools. This allows you to use your
|
|
59109
|
+
# existing IP management system to control which address ranges are
|
|
59110
|
+
# allocated to Amazon Web Services while using Amazon VPC IPAM to
|
|
59111
|
+
# manage subnets within those ranges.
|
|
59112
|
+
# @return [Types::ExternalAuthorityConfiguration]
|
|
59113
|
+
#
|
|
59114
|
+
# @!attribute [rw] remove_external_authority_configuration
|
|
59115
|
+
# Remove the external authority configuration. `true` to remove.
|
|
59116
|
+
# @return [Boolean]
|
|
59117
|
+
#
|
|
58909
59118
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamScopeRequest AWS API Documentation
|
|
58910
59119
|
#
|
|
58911
59120
|
class ModifyIpamScopeRequest < Struct.new(
|
|
58912
59121
|
:dry_run,
|
|
58913
59122
|
:ipam_scope_id,
|
|
58914
|
-
:description
|
|
59123
|
+
:description,
|
|
59124
|
+
:external_authority_configuration,
|
|
59125
|
+
:remove_external_authority_configuration)
|
|
58915
59126
|
SENSITIVE = []
|
|
58916
59127
|
include Aws::Structure
|
|
58917
59128
|
end
|
|
@@ -65203,8 +65414,8 @@ module Aws::EC2
|
|
|
65203
65414
|
# @!attribute [rw] state
|
|
65204
65415
|
# The verification state of the VPC endpoint service.
|
|
65205
65416
|
#
|
|
65206
|
-
#
|
|
65207
|
-
#
|
|
65417
|
+
# Consumers of the endpoint service can use the private name only when
|
|
65418
|
+
# the state is `verified`.
|
|
65208
65419
|
# @return [String]
|
|
65209
65420
|
#
|
|
65210
65421
|
# @!attribute [rw] type
|
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
|
},
|
|
@@ -2176,7 +2177,11 @@ module Aws
|
|
|
2176
2177
|
]?
|
|
2177
2178
|
},
|
|
2178
2179
|
],
|
|
2179
|
-
?client_token: ::String
|
|
2180
|
+
?client_token: ::String,
|
|
2181
|
+
?external_authority_configuration: {
|
|
2182
|
+
type: ("infoblox")?,
|
|
2183
|
+
external_resource_identifier: ::String?
|
|
2184
|
+
}
|
|
2180
2185
|
) -> _CreateIpamScopeResponseSuccess
|
|
2181
2186
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIpamScopeResponseSuccess
|
|
2182
2187
|
|
|
@@ -2446,7 +2451,8 @@ module Aws
|
|
|
2446
2451
|
},
|
|
2447
2452
|
]?
|
|
2448
2453
|
}?
|
|
2449
|
-
}
|
|
2454
|
+
}?,
|
|
2455
|
+
require_encryption_in_transit: bool?
|
|
2450
2456
|
}?,
|
|
2451
2457
|
private_dns_name_options: {
|
|
2452
2458
|
hostname_type: ("ip-name" | "resource-name")?,
|
|
@@ -2721,7 +2727,8 @@ module Aws
|
|
|
2721
2727
|
},
|
|
2722
2728
|
]?
|
|
2723
2729
|
}?
|
|
2724
|
-
}
|
|
2730
|
+
}?,
|
|
2731
|
+
require_encryption_in_transit: bool?
|
|
2725
2732
|
}?,
|
|
2726
2733
|
private_dns_name_options: {
|
|
2727
2734
|
hostname_type: ("ip-name" | "resource-name")?,
|
|
@@ -4404,7 +4411,9 @@ module Aws
|
|
|
4404
4411
|
?ip_address_type: ("ipv4" | "dualstack" | "ipv6"),
|
|
4405
4412
|
?dns_options: {
|
|
4406
4413
|
dns_record_ip_type: ("ipv4" | "dualstack" | "ipv6" | "service-defined")?,
|
|
4407
|
-
private_dns_only_for_inbound_resolver_endpoint: bool
|
|
4414
|
+
private_dns_only_for_inbound_resolver_endpoint: bool?,
|
|
4415
|
+
private_dns_preference: ::String?,
|
|
4416
|
+
private_dns_specified_domains: Array[::String]?
|
|
4408
4417
|
},
|
|
4409
4418
|
?client_token: ::String,
|
|
4410
4419
|
?private_dns_enabled: bool,
|
|
@@ -10284,7 +10293,8 @@ module Aws
|
|
|
10284
10293
|
},
|
|
10285
10294
|
]?
|
|
10286
10295
|
}?
|
|
10287
|
-
}
|
|
10296
|
+
}?,
|
|
10297
|
+
require_encryption_in_transit: bool?
|
|
10288
10298
|
},
|
|
10289
10299
|
?max_results: ::Integer,
|
|
10290
10300
|
?next_token: ::String,
|
|
@@ -10777,7 +10787,8 @@ module Aws
|
|
|
10777
10787
|
},
|
|
10778
10788
|
]?
|
|
10779
10789
|
}?
|
|
10780
|
-
}
|
|
10790
|
+
}?,
|
|
10791
|
+
require_encryption_in_transit: bool?
|
|
10781
10792
|
}?
|
|
10782
10793
|
},
|
|
10783
10794
|
?dry_run: bool,
|
|
@@ -11533,7 +11544,8 @@ module Aws
|
|
|
11533
11544
|
},
|
|
11534
11545
|
]?
|
|
11535
11546
|
}?
|
|
11536
|
-
}
|
|
11547
|
+
}?,
|
|
11548
|
+
require_encryption_in_transit: bool?
|
|
11537
11549
|
}?,
|
|
11538
11550
|
image_id: ::String?
|
|
11539
11551
|
},
|
|
@@ -12027,7 +12039,12 @@ module Aws
|
|
|
12027
12039
|
def modify_ipam_scope: (
|
|
12028
12040
|
?dry_run: bool,
|
|
12029
12041
|
ipam_scope_id: ::String,
|
|
12030
|
-
?description: ::String
|
|
12042
|
+
?description: ::String,
|
|
12043
|
+
?external_authority_configuration: {
|
|
12044
|
+
type: ("infoblox")?,
|
|
12045
|
+
external_resource_identifier: ::String?
|
|
12046
|
+
},
|
|
12047
|
+
?remove_external_authority_configuration: bool
|
|
12031
12048
|
) -> _ModifyIpamScopeResponseSuccess
|
|
12032
12049
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyIpamScopeResponseSuccess
|
|
12033
12050
|
|
|
@@ -12324,7 +12341,8 @@ module Aws
|
|
|
12324
12341
|
},
|
|
12325
12342
|
]?
|
|
12326
12343
|
}?
|
|
12327
|
-
}
|
|
12344
|
+
}?,
|
|
12345
|
+
require_encryption_in_transit: bool?
|
|
12328
12346
|
}?
|
|
12329
12347
|
},
|
|
12330
12348
|
]?
|
|
@@ -12752,7 +12770,9 @@ module Aws
|
|
|
12752
12770
|
?ip_address_type: ("ipv4" | "dualstack" | "ipv6"),
|
|
12753
12771
|
?dns_options: {
|
|
12754
12772
|
dns_record_ip_type: ("ipv4" | "dualstack" | "ipv6" | "service-defined")?,
|
|
12755
|
-
private_dns_only_for_inbound_resolver_endpoint: bool
|
|
12773
|
+
private_dns_only_for_inbound_resolver_endpoint: bool?,
|
|
12774
|
+
private_dns_preference: ::String?,
|
|
12775
|
+
private_dns_specified_domains: Array[::String]?
|
|
12756
12776
|
},
|
|
12757
12777
|
?private_dns_enabled: bool,
|
|
12758
12778
|
?subnet_configurations: Array[
|
|
@@ -13746,7 +13766,8 @@ module Aws
|
|
|
13746
13766
|
},
|
|
13747
13767
|
]?
|
|
13748
13768
|
}?
|
|
13749
|
-
}
|
|
13769
|
+
}?,
|
|
13770
|
+
require_encryption_in_transit: bool?
|
|
13750
13771
|
}?,
|
|
13751
13772
|
security_groups: Array[
|
|
13752
13773
|
{
|
|
@@ -13831,7 +13852,8 @@ module Aws
|
|
|
13831
13852
|
},
|
|
13832
13853
|
]?
|
|
13833
13854
|
}?
|
|
13834
|
-
}
|
|
13855
|
+
}?,
|
|
13856
|
+
require_encryption_in_transit: bool?
|
|
13835
13857
|
}?
|
|
13836
13858
|
},
|
|
13837
13859
|
]?
|
data/sig/types.rbs
CHANGED
|
@@ -2435,6 +2435,7 @@ module Aws::EC2
|
|
|
2435
2435
|
attr_accessor description: ::String
|
|
2436
2436
|
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
2437
2437
|
attr_accessor client_token: ::String
|
|
2438
|
+
attr_accessor external_authority_configuration: Types::ExternalAuthorityConfiguration
|
|
2438
2439
|
SENSITIVE: []
|
|
2439
2440
|
end
|
|
2440
2441
|
|
|
@@ -7931,12 +7932,16 @@ module Aws::EC2
|
|
|
7931
7932
|
class DnsOptions
|
|
7932
7933
|
attr_accessor dns_record_ip_type: ("ipv4" | "dualstack" | "ipv6" | "service-defined")
|
|
7933
7934
|
attr_accessor private_dns_only_for_inbound_resolver_endpoint: bool
|
|
7935
|
+
attr_accessor private_dns_preference: ::String
|
|
7936
|
+
attr_accessor private_dns_specified_domains: ::Array[::String]
|
|
7934
7937
|
SENSITIVE: []
|
|
7935
7938
|
end
|
|
7936
7939
|
|
|
7937
7940
|
class DnsOptionsSpecification
|
|
7938
7941
|
attr_accessor dns_record_ip_type: ("ipv4" | "dualstack" | "ipv6" | "service-defined")
|
|
7939
7942
|
attr_accessor private_dns_only_for_inbound_resolver_endpoint: bool
|
|
7943
|
+
attr_accessor private_dns_preference: ::String
|
|
7944
|
+
attr_accessor private_dns_specified_domains: ::Array[::String]
|
|
7940
7945
|
SENSITIVE: []
|
|
7941
7946
|
end
|
|
7942
7947
|
|
|
@@ -8610,6 +8615,12 @@ module Aws::EC2
|
|
|
8610
8615
|
SENSITIVE: []
|
|
8611
8616
|
end
|
|
8612
8617
|
|
|
8618
|
+
class ExternalAuthorityConfiguration
|
|
8619
|
+
attr_accessor type: ("infoblox")
|
|
8620
|
+
attr_accessor external_resource_identifier: ::String
|
|
8621
|
+
SENSITIVE: []
|
|
8622
|
+
end
|
|
8623
|
+
|
|
8613
8624
|
class FailedCapacityReservationFleetCancellationResult
|
|
8614
8625
|
attr_accessor capacity_reservation_fleet_id: ::String
|
|
8615
8626
|
attr_accessor cancel_capacity_reservation_fleet_error: Types::CancelCapacityReservationFleetError
|
|
@@ -10773,6 +10784,7 @@ module Aws::EC2
|
|
|
10773
10784
|
attr_accessor allowed_instance_types: ::Array[::String]
|
|
10774
10785
|
attr_accessor max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer
|
|
10775
10786
|
attr_accessor baseline_performance_factors: Types::BaselinePerformanceFactors
|
|
10787
|
+
attr_accessor require_encryption_in_transit: bool
|
|
10776
10788
|
SENSITIVE: []
|
|
10777
10789
|
end
|
|
10778
10790
|
|
|
@@ -10802,6 +10814,7 @@ module Aws::EC2
|
|
|
10802
10814
|
attr_accessor allowed_instance_types: ::Array[::String]
|
|
10803
10815
|
attr_accessor max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer
|
|
10804
10816
|
attr_accessor baseline_performance_factors: Types::BaselinePerformanceFactorsRequest
|
|
10817
|
+
attr_accessor require_encryption_in_transit: bool
|
|
10805
10818
|
SENSITIVE: []
|
|
10806
10819
|
end
|
|
10807
10820
|
|
|
@@ -11343,6 +11356,13 @@ module Aws::EC2
|
|
|
11343
11356
|
attr_accessor pool_count: ::Integer
|
|
11344
11357
|
attr_accessor state: ("create-in-progress" | "create-complete" | "create-failed" | "modify-in-progress" | "modify-complete" | "modify-failed" | "delete-in-progress" | "delete-complete" | "delete-failed" | "isolate-in-progress" | "isolate-complete" | "restore-in-progress")
|
|
11345
11358
|
attr_accessor tags: ::Array[Types::Tag]
|
|
11359
|
+
attr_accessor external_authority_configuration: Types::IpamScopeExternalAuthorityConfiguration
|
|
11360
|
+
SENSITIVE: []
|
|
11361
|
+
end
|
|
11362
|
+
|
|
11363
|
+
class IpamScopeExternalAuthorityConfiguration
|
|
11364
|
+
attr_accessor type: ("infoblox")
|
|
11365
|
+
attr_accessor external_resource_identifier: ::String
|
|
11346
11366
|
SENSITIVE: []
|
|
11347
11367
|
end
|
|
11348
11368
|
|
|
@@ -12616,6 +12636,8 @@ module Aws::EC2
|
|
|
12616
12636
|
attr_accessor dry_run: bool
|
|
12617
12637
|
attr_accessor ipam_scope_id: ::String
|
|
12618
12638
|
attr_accessor description: ::String
|
|
12639
|
+
attr_accessor external_authority_configuration: Types::ExternalAuthorityConfiguration
|
|
12640
|
+
attr_accessor remove_external_authority_configuration: bool
|
|
12619
12641
|
SENSITIVE: []
|
|
12620
12642
|
end
|
|
12621
12643
|
|