aws-sdk-ec2 1.572.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45d247022e00770698c4dd6a66d16831c22a01b2638b07a90c65a9ece2457757
4
- data.tar.gz: fc9cc06e62ece765209c9679673ec762be1b43b47965be07f3d5afcba4095037
3
+ metadata.gz: ca6daa49dccb57e20e708a1dee76286f275cfda66070d218a568f9d6e7d8b855
4
+ data.tar.gz: 8702b4e9bf973f1cf2a42b77ed8a702edc9ab6c589305c06218d396690ca853c
5
5
  SHA512:
6
- metadata.gz: c92e130c8e01b91abbe263534de480251d50c0148c5fd8583e111ca53da9ea7bea9e129bc9f257a0f2aabd4205df3f9ec8d32773b26c8ff62b1d297747da8a29
7
- data.tar.gz: f4d4ba22a2a9ecdccfd2720677c98a5d28cc00fff7a39f002832c040c2f320c450ec6e0cae4c0075c54e47f656f8dddc52fd8a67367e0ba23feb9cb90a247d05
6
+ metadata.gz: 5c89589918850d953171cefe8b8519f22330a95df4db7c8581d78ce2cdedc37b597ca1e1d97517f196fc4e2167c34d4bf0312ca190222bd64b7bdacf7ad36514
7
+ data.tar.gz: 7b4309e793466b4beeba9dd27debc56951b43edc305d1498265295fc0f33fcbfbc222f0803fa8143652a471d81f612bf3efce04cf3fea809f740255ab1e53fff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.572.0 (2025-11-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.572.0
1
+ 1.573.0
@@ -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
@@ -26765,6 +26771,7 @@ module Aws::EC2
26765
26771
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
26766
26772
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
26767
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
26768
26775
  # resp.fleets[0].launch_template_configs[0].overrides[0].image_id #=> String
26769
26776
  # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings #=> Array
26770
26777
  # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].device_name #=> String
@@ -26860,6 +26867,7 @@ module Aws::EC2
26860
26867
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
26861
26868
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
26862
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
26863
26871
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.image_id #=> String
26864
26872
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
26865
26873
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
@@ -26930,6 +26938,7 @@ module Aws::EC2
26930
26938
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
26931
26939
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_performance_factors.cpu.references #=> Array
26932
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
26933
26942
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.image_id #=> String
26934
26943
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings #=> Array
26935
26944
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].device_name #=> String
@@ -32449,6 +32458,7 @@ module Aws::EC2
32449
32458
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
32450
32459
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
32451
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
32452
32462
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
32453
32463
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
32454
32464
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
@@ -39042,6 +39052,7 @@ module Aws::EC2
39042
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
39043
39053
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
39044
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
39045
39056
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups #=> Array
39046
39057
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_id #=> String
39047
39058
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].security_groups[0].group_name #=> String
@@ -39099,6 +39110,7 @@ module Aws::EC2
39099
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
39100
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
39101
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
39102
39114
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
39103
39115
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
39104
39116
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
@@ -49505,6 +49517,7 @@ module Aws::EC2
49505
49517
  # ],
49506
49518
  # },
49507
49519
  # },
49520
+ # require_encryption_in_transit: false,
49508
49521
  # },
49509
49522
  # max_results: 1,
49510
49523
  # next_token: "String",
@@ -50649,6 +50662,7 @@ module Aws::EC2
50649
50662
  # resp.launch_template_data.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
50650
50663
  # resp.launch_template_data.instance_requirements.baseline_performance_factors.cpu.references #=> Array
50651
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
50652
50666
  # resp.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
50653
50667
  # resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
50654
50668
  # resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
@@ -51960,6 +51974,7 @@ module Aws::EC2
51960
51974
  # ],
51961
51975
  # },
51962
51976
  # },
51977
+ # require_encryption_in_transit: false,
51963
51978
  # },
51964
51979
  # },
51965
51980
  # dry_run: false,
@@ -54681,6 +54696,7 @@ module Aws::EC2
54681
54696
  # ],
54682
54697
  # },
54683
54698
  # },
54699
+ # require_encryption_in_transit: false,
54684
54700
  # },
54685
54701
  # image_id: "String",
54686
54702
  # },
@@ -58101,6 +58117,7 @@ module Aws::EC2
58101
58117
  # ],
58102
58118
  # },
58103
58119
  # },
58120
+ # require_encryption_in_transit: false,
58104
58121
  # },
58105
58122
  # },
58106
58123
  # ],
@@ -63995,6 +64012,7 @@ module Aws::EC2
63995
64012
  # ],
63996
64013
  # },
63997
64014
  # },
64015
+ # require_encryption_in_transit: false,
63998
64016
  # },
63999
64017
  # security_groups: [
64000
64018
  # {
@@ -64080,6 +64098,7 @@ module Aws::EC2
64080
64098
  # ],
64081
64099
  # },
64082
64100
  # },
64101
+ # require_encryption_in_transit: false,
64083
64102
  # },
64084
64103
  # },
64085
64104
  # ],
@@ -69139,7 +69158,7 @@ module Aws::EC2
69139
69158
  tracer: tracer
69140
69159
  )
69141
69160
  context[:gem_name] = 'aws-sdk-ec2'
69142
- context[:gem_version] = '1.572.0'
69161
+ context[:gem_version] = '1.573.0'
69143
69162
  Seahorse::Client::Request.new(handlers, context)
69144
69163
  end
69145
69164
 
@@ -12173,6 +12173,7 @@ module Aws::EC2
12173
12173
  InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypeSet"))
12174
12174
  InstanceRequirements.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "maxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
12175
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"))
12176
12177
  InstanceRequirements.struct_class = Types::InstanceRequirements
12177
12178
 
12178
12179
  InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
@@ -12200,6 +12201,7 @@ module Aws::EC2
12200
12201
  InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "AllowedInstanceType"))
12201
12202
  InstanceRequirementsRequest.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
12202
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"))
12203
12205
  InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
12204
12206
 
12205
12207
  InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
@@ -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
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.572.0'
81
+ GEM_VERSION = '1.573.0'
82
82
 
83
83
  end
84
84
 
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")?,
@@ -10290,7 +10293,8 @@ module Aws
10290
10293
  },
10291
10294
  ]?
10292
10295
  }?
10293
- }?
10296
+ }?,
10297
+ require_encryption_in_transit: bool?
10294
10298
  },
10295
10299
  ?max_results: ::Integer,
10296
10300
  ?next_token: ::String,
@@ -10783,7 +10787,8 @@ module Aws
10783
10787
  },
10784
10788
  ]?
10785
10789
  }?
10786
- }?
10790
+ }?,
10791
+ require_encryption_in_transit: bool?
10787
10792
  }?
10788
10793
  },
10789
10794
  ?dry_run: bool,
@@ -11539,7 +11544,8 @@ module Aws
11539
11544
  },
11540
11545
  ]?
11541
11546
  }?
11542
- }?
11547
+ }?,
11548
+ require_encryption_in_transit: bool?
11543
11549
  }?,
11544
11550
  image_id: ::String?
11545
11551
  },
@@ -12335,7 +12341,8 @@ module Aws
12335
12341
  },
12336
12342
  ]?
12337
12343
  }?
12338
- }?
12344
+ }?,
12345
+ require_encryption_in_transit: bool?
12339
12346
  }?
12340
12347
  },
12341
12348
  ]?
@@ -13759,7 +13766,8 @@ module Aws
13759
13766
  },
13760
13767
  ]?
13761
13768
  }?
13762
- }?
13769
+ }?,
13770
+ require_encryption_in_transit: bool?
13763
13771
  }?,
13764
13772
  security_groups: Array[
13765
13773
  {
@@ -13844,7 +13852,8 @@ module Aws
13844
13852
  },
13845
13853
  ]?
13846
13854
  }?
13847
- }?
13855
+ }?,
13856
+ require_encryption_in_transit: bool?
13848
13857
  }?
13849
13858
  },
13850
13859
  ]?
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.572.0
4
+ version: 1.573.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services