aws-sdk-ecs 1.218.0 → 1.219.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: efcc71770d3ba6877f6817cc61c3a3f5f9d7483e0a93ebe4eaa6cdeb6751ff11
4
- data.tar.gz: 214cc9fab866a0debffb96ca59dd427673caae62b8a802f4927e651778589d1b
3
+ metadata.gz: 281d9f9dd2d1cab420c75a64e36518eba02e9e95a21999ae7adbdfdd3aad02f9
4
+ data.tar.gz: 53e474ec3d8c6bdc1a77bb1196f4d195a55595563f66a2099fd8eac500270e56
5
5
  SHA512:
6
- metadata.gz: a5326b02953e84d6a2a0662d7e7289cbd2273e321ddbb2d5e315f1241aa6c65ab2600df68db9b1214d48b8ac7b21a68a1f919d60507e50648199d91f288dfc14
7
- data.tar.gz: c2119d7a60263a64b73b22b6c1b5ef0d1f9c147aaac4f90841db178824c237b4d4576912e58e6e2f1d389c48af19b406d08e6fcca8416d723db35d5c2ad2b4bd
6
+ metadata.gz: 2fb3616f47344a12c9dbe7e54d42d8992197dd7ec6151a5138e16e0cb39cdb132ea63c1576f8eb3953bce79bcad7fb3663b541faf715ef7de12942736664df6a
7
+ data.tar.gz: 1c1d02416b3c57d76ff5d48494ccb1c1de3964bf66a09f88886c33926772245aed34f24f74f833a376ad3707d040658e56c66242a2449ba82d0f66f80d7de294
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.219.0 (2026-01-15)
5
+ ------------------
6
+
7
+ * Feature - Adds support for configuring FIPS in AWS GovCloud (US) Regions via a new ECS Capacity Provider field fipsEnabled. When enabled, instances launched by the capacity provider will use a FIPS-140 enabled AMI. Instances will use FIPS-140 compliant cryptographic modules and AWS FIPS endpoints.
8
+
4
9
  1.218.0 (2026-01-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.218.0
1
+ 1.219.0
@@ -666,6 +666,7 @@ module Aws::ECS
666
666
  # allowed_instance_types: ["AllowedInstanceType"],
667
667
  # max_spot_price_as_percentage_of_optimal_on_demand_price: 1,
668
668
  # },
669
+ # fips_enabled: false,
669
670
  # },
670
671
  # propagate_tags: "CAPACITY_PROVIDER", # accepts CAPACITY_PROVIDER, NONE
671
672
  # infrastructure_optimization: {
@@ -744,6 +745,7 @@ module Aws::ECS
744
745
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types #=> Array
745
746
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types[0] #=> String
746
747
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
748
+ # resp.capacity_provider.managed_instances_provider.instance_launch_template.fips_enabled #=> Boolean
747
749
  # resp.capacity_provider.managed_instances_provider.propagate_tags #=> String, one of "CAPACITY_PROVIDER", "NONE"
748
750
  # resp.capacity_provider.managed_instances_provider.infrastructure_optimization.scale_in_after #=> Integer
749
751
  # resp.capacity_provider.update_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED"
@@ -3022,6 +3024,7 @@ module Aws::ECS
3022
3024
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types #=> Array
3023
3025
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types[0] #=> String
3024
3026
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
3027
+ # resp.capacity_provider.managed_instances_provider.instance_launch_template.fips_enabled #=> Boolean
3025
3028
  # resp.capacity_provider.managed_instances_provider.propagate_tags #=> String, one of "CAPACITY_PROVIDER", "NONE"
3026
3029
  # resp.capacity_provider.managed_instances_provider.infrastructure_optimization.scale_in_after #=> Integer
3027
3030
  # resp.capacity_provider.update_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED"
@@ -4557,6 +4560,7 @@ module Aws::ECS
4557
4560
  # resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types #=> Array
4558
4561
  # resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types[0] #=> String
4559
4562
  # resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
4563
+ # resp.capacity_providers[0].managed_instances_provider.instance_launch_template.fips_enabled #=> Boolean
4560
4564
  # resp.capacity_providers[0].managed_instances_provider.propagate_tags #=> String, one of "CAPACITY_PROVIDER", "NONE"
4561
4565
  # resp.capacity_providers[0].managed_instances_provider.infrastructure_optimization.scale_in_after #=> Integer
4562
4566
  # resp.capacity_providers[0].update_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED"
@@ -11580,6 +11584,7 @@ module Aws::ECS
11580
11584
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types #=> Array
11581
11585
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.allowed_instance_types[0] #=> String
11582
11586
  # resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.max_spot_price_as_percentage_of_optimal_on_demand_price #=> Integer
11587
+ # resp.capacity_provider.managed_instances_provider.instance_launch_template.fips_enabled #=> Boolean
11583
11588
  # resp.capacity_provider.managed_instances_provider.propagate_tags #=> String, one of "CAPACITY_PROVIDER", "NONE"
11584
11589
  # resp.capacity_provider.managed_instances_provider.infrastructure_optimization.scale_in_after #=> Integer
11585
11590
  # resp.capacity_provider.update_status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED"
@@ -14033,7 +14038,7 @@ module Aws::ECS
14033
14038
  tracer: tracer
14034
14039
  )
14035
14040
  context[:gem_name] = 'aws-sdk-ecs'
14036
- context[:gem_version] = '1.218.0'
14041
+ context[:gem_version] = '1.219.0'
14037
14042
  Seahorse::Client::Request.new(handlers, context)
14038
14043
  end
14039
14044
 
@@ -1406,6 +1406,7 @@ module Aws::ECS
1406
1406
  InstanceLaunchTemplate.add_member(:monitoring, Shapes::ShapeRef.new(shape: ManagedInstancesMonitoringOptions, location_name: "monitoring"))
1407
1407
  InstanceLaunchTemplate.add_member(:capacity_option_type, Shapes::ShapeRef.new(shape: CapacityOptionType, location_name: "capacityOptionType"))
1408
1408
  InstanceLaunchTemplate.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "instanceRequirements"))
1409
+ InstanceLaunchTemplate.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "fipsEnabled"))
1409
1410
  InstanceLaunchTemplate.struct_class = Types::InstanceLaunchTemplate
1410
1411
 
1411
1412
  InstanceLaunchTemplateUpdate.add_member(:ec2_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceProfileArn"))
@@ -6907,6 +6907,17 @@ module Aws::ECS
6907
6907
  # specified criteria.
6908
6908
  # @return [Types::InstanceRequirementsRequest]
6909
6909
  #
6910
+ # @!attribute [rw] fips_enabled
6911
+ # Determines whether to enable FIPS 140-2 validated cryptographic
6912
+ # modules on EC2 instances launched by the capacity provider. If
6913
+ # `true`, instances use FIPS-compliant cryptographic algorithms and
6914
+ # modules for enhanced security compliance. If `false`, instances use
6915
+ # standard cryptographic implementations.
6916
+ #
6917
+ # If not specified, instances are launched with FIPS enabled in AWS
6918
+ # GovCloud (US) regions and FIPS disabled in other regions.
6919
+ # @return [Boolean]
6920
+ #
6910
6921
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/InstanceLaunchTemplate AWS API Documentation
6911
6922
  #
6912
6923
  class InstanceLaunchTemplate < Struct.new(
@@ -6915,7 +6926,8 @@ module Aws::ECS
6915
6926
  :storage_configuration,
6916
6927
  :monitoring,
6917
6928
  :capacity_option_type,
6918
- :instance_requirements)
6929
+ :instance_requirements,
6930
+ :fips_enabled)
6919
6931
  SENSITIVE = []
6920
6932
  include Aws::Structure
6921
6933
  end
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.218.0'
58
+ GEM_VERSION = '1.219.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -164,7 +164,8 @@ module Aws
164
164
  }?,
165
165
  allowed_instance_types: Array[::String]?,
166
166
  max_spot_price_as_percentage_of_optimal_on_demand_price: ::Integer?
167
- }?
167
+ }?,
168
+ fips_enabled: bool?
168
169
  },
169
170
  propagate_tags: ("CAPACITY_PROVIDER" | "NONE")?,
170
171
  infrastructure_optimization: {
data/sig/types.rbs CHANGED
@@ -1020,6 +1020,7 @@ module Aws::ECS
1020
1020
  attr_accessor monitoring: ("BASIC" | "DETAILED")
1021
1021
  attr_accessor capacity_option_type: ("ON_DEMAND" | "SPOT")
1022
1022
  attr_accessor instance_requirements: Types::InstanceRequirementsRequest
1023
+ attr_accessor fips_enabled: bool
1023
1024
  SENSITIVE: []
1024
1025
  end
1025
1026
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.218.0
4
+ version: 1.219.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services