aws-sdk-ecs 1.222.0 → 1.223.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +7 -1
- data/lib/aws-sdk-ecs/client_api.rb +2 -0
- data/lib/aws-sdk-ecs/types.rb +44 -0
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +2 -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: 1301241819214b4c4ff7efba8582ff933b1f2fed1d22346d752ee88df81b397f
|
|
4
|
+
data.tar.gz: dbe2fe2623628e669ecb890609052032355a48961cde105696494b349552b248
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23030d34e6db07051a52a53714daa8ae3572e355cba984ef6832582633ff96b7fd93b3ff33319a3b87c19f4d591475ad8ab97c95014860d5cfa02a83f546062c
|
|
7
|
+
data.tar.gz: 487758c861e7c7be596c8e08f995be9688045501849c6fdb86beadca2830dc6203539de16e9a75ce9f786653279ec15627d750f18623646ec5dfb6a74f466ae5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.223.0 (2026-03-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon ECS now supports configuring whether tags are propagated to the EC2 Instance Metadata Service (IMDS) for instances launched by the Managed Instances capacity provider. This gives customers control over tag visibility in IMDS when using ECS Managed Instances.
|
|
8
|
+
|
|
4
9
|
1.222.0 (2026-02-26)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.223.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -613,6 +613,7 @@ module Aws::ECS
|
|
|
613
613
|
# },
|
|
614
614
|
# monitoring: "BASIC", # accepts BASIC, DETAILED
|
|
615
615
|
# capacity_option_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT, RESERVED
|
|
616
|
+
# instance_metadata_tags_propagation: false,
|
|
616
617
|
# instance_requirements: {
|
|
617
618
|
# v_cpu_count: { # required
|
|
618
619
|
# min: 1, # required
|
|
@@ -708,6 +709,7 @@ module Aws::ECS
|
|
|
708
709
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.storage_configuration.storage_size_gi_b #=> Integer
|
|
709
710
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.monitoring #=> String, one of "BASIC", "DETAILED"
|
|
710
711
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.capacity_option_type #=> String, one of "ON_DEMAND", "SPOT", "RESERVED"
|
|
712
|
+
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_metadata_tags_propagation #=> Boolean
|
|
711
713
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.min #=> Integer
|
|
712
714
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.max #=> Integer
|
|
713
715
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.memory_mi_b.min #=> Integer
|
|
@@ -2989,6 +2991,7 @@ module Aws::ECS
|
|
|
2989
2991
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.storage_configuration.storage_size_gi_b #=> Integer
|
|
2990
2992
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.monitoring #=> String, one of "BASIC", "DETAILED"
|
|
2991
2993
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.capacity_option_type #=> String, one of "ON_DEMAND", "SPOT", "RESERVED"
|
|
2994
|
+
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_metadata_tags_propagation #=> Boolean
|
|
2992
2995
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.min #=> Integer
|
|
2993
2996
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.max #=> Integer
|
|
2994
2997
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.memory_mi_b.min #=> Integer
|
|
@@ -4527,6 +4530,7 @@ module Aws::ECS
|
|
|
4527
4530
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.storage_configuration.storage_size_gi_b #=> Integer
|
|
4528
4531
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.monitoring #=> String, one of "BASIC", "DETAILED"
|
|
4529
4532
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.capacity_option_type #=> String, one of "ON_DEMAND", "SPOT", "RESERVED"
|
|
4533
|
+
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_metadata_tags_propagation #=> Boolean
|
|
4530
4534
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.min #=> Integer
|
|
4531
4535
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.max #=> Integer
|
|
4532
4536
|
# resp.capacity_providers[0].managed_instances_provider.instance_launch_template.instance_requirements.memory_mi_b.min #=> Integer
|
|
@@ -11473,6 +11477,7 @@ module Aws::ECS
|
|
|
11473
11477
|
# storage_configuration: {
|
|
11474
11478
|
# storage_size_gi_b: 1,
|
|
11475
11479
|
# },
|
|
11480
|
+
# instance_metadata_tags_propagation: false,
|
|
11476
11481
|
# monitoring: "BASIC", # accepts BASIC, DETAILED
|
|
11477
11482
|
# instance_requirements: {
|
|
11478
11483
|
# v_cpu_count: { # required
|
|
@@ -11562,6 +11567,7 @@ module Aws::ECS
|
|
|
11562
11567
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.storage_configuration.storage_size_gi_b #=> Integer
|
|
11563
11568
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.monitoring #=> String, one of "BASIC", "DETAILED"
|
|
11564
11569
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.capacity_option_type #=> String, one of "ON_DEMAND", "SPOT", "RESERVED"
|
|
11570
|
+
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_metadata_tags_propagation #=> Boolean
|
|
11565
11571
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.min #=> Integer
|
|
11566
11572
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.v_cpu_count.max #=> Integer
|
|
11567
11573
|
# resp.capacity_provider.managed_instances_provider.instance_launch_template.instance_requirements.memory_mi_b.min #=> Integer
|
|
@@ -14062,7 +14068,7 @@ module Aws::ECS
|
|
|
14062
14068
|
tracer: tracer
|
|
14063
14069
|
)
|
|
14064
14070
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
14065
|
-
context[:gem_version] = '1.
|
|
14071
|
+
context[:gem_version] = '1.223.0'
|
|
14066
14072
|
Seahorse::Client::Request.new(handlers, context)
|
|
14067
14073
|
end
|
|
14068
14074
|
|
|
@@ -1411,6 +1411,7 @@ module Aws::ECS
|
|
|
1411
1411
|
InstanceLaunchTemplate.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesStorageConfiguration, location_name: "storageConfiguration"))
|
|
1412
1412
|
InstanceLaunchTemplate.add_member(:monitoring, Shapes::ShapeRef.new(shape: ManagedInstancesMonitoringOptions, location_name: "monitoring"))
|
|
1413
1413
|
InstanceLaunchTemplate.add_member(:capacity_option_type, Shapes::ShapeRef.new(shape: CapacityOptionType, location_name: "capacityOptionType"))
|
|
1414
|
+
InstanceLaunchTemplate.add_member(:instance_metadata_tags_propagation, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "instanceMetadataTagsPropagation"))
|
|
1414
1415
|
InstanceLaunchTemplate.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "instanceRequirements"))
|
|
1415
1416
|
InstanceLaunchTemplate.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "fipsEnabled"))
|
|
1416
1417
|
InstanceLaunchTemplate.add_member(:capacity_reservations, Shapes::ShapeRef.new(shape: CapacityReservationRequest, location_name: "capacityReservations"))
|
|
@@ -1419,6 +1420,7 @@ module Aws::ECS
|
|
|
1419
1420
|
InstanceLaunchTemplateUpdate.add_member(:ec2_instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceProfileArn"))
|
|
1420
1421
|
InstanceLaunchTemplateUpdate.add_member(:network_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesNetworkConfiguration, location_name: "networkConfiguration"))
|
|
1421
1422
|
InstanceLaunchTemplateUpdate.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: ManagedInstancesStorageConfiguration, location_name: "storageConfiguration"))
|
|
1423
|
+
InstanceLaunchTemplateUpdate.add_member(:instance_metadata_tags_propagation, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "instanceMetadataTagsPropagation"))
|
|
1422
1424
|
InstanceLaunchTemplateUpdate.add_member(:monitoring, Shapes::ShapeRef.new(shape: ManagedInstancesMonitoringOptions, location_name: "monitoring"))
|
|
1423
1425
|
InstanceLaunchTemplateUpdate.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "instanceRequirements"))
|
|
1424
1426
|
InstanceLaunchTemplateUpdate.add_member(:capacity_reservations, Shapes::ShapeRef.new(shape: CapacityReservationRequest, location_name: "capacityReservations"))
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
|
@@ -7043,6 +7043,27 @@ module Aws::ECS
|
|
|
7043
7043
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html
|
|
7044
7044
|
# @return [String]
|
|
7045
7045
|
#
|
|
7046
|
+
# @!attribute [rw] instance_metadata_tags_propagation
|
|
7047
|
+
# Determines whether tags are propagated to the instance metadata
|
|
7048
|
+
# service (IMDS) for Amazon EC2 instances launched by the Managed
|
|
7049
|
+
# Instances capacity provider. When enabled, all tags associated with
|
|
7050
|
+
# the instance are available through the instance metadata service.
|
|
7051
|
+
# When disabled, tags are not propagated to IMDS.
|
|
7052
|
+
#
|
|
7053
|
+
# Disable this setting if your tags contain characters that are not
|
|
7054
|
+
# compatible with IMDS, such as `/`. IMDS requires tag keys to match
|
|
7055
|
+
# the pattern `[0-9a-zA-Z\-_+=,.@:]{1,255}`.
|
|
7056
|
+
#
|
|
7057
|
+
# The default value is `true`.
|
|
7058
|
+
#
|
|
7059
|
+
# For more information, see [Work with instance tags in instance
|
|
7060
|
+
# metadata][1] in the *Amazon EC2 User Guide*.
|
|
7061
|
+
#
|
|
7062
|
+
#
|
|
7063
|
+
#
|
|
7064
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS
|
|
7065
|
+
# @return [Boolean]
|
|
7066
|
+
#
|
|
7046
7067
|
# @!attribute [rw] instance_requirements
|
|
7047
7068
|
# The instance requirements. You can specify:
|
|
7048
7069
|
#
|
|
@@ -7086,6 +7107,7 @@ module Aws::ECS
|
|
|
7086
7107
|
:storage_configuration,
|
|
7087
7108
|
:monitoring,
|
|
7088
7109
|
:capacity_option_type,
|
|
7110
|
+
:instance_metadata_tags_propagation,
|
|
7089
7111
|
:instance_requirements,
|
|
7090
7112
|
:fips_enabled,
|
|
7091
7113
|
:capacity_reservations)
|
|
@@ -7130,6 +7152,27 @@ module Aws::ECS
|
|
|
7130
7152
|
# the update.
|
|
7131
7153
|
# @return [Types::ManagedInstancesStorageConfiguration]
|
|
7132
7154
|
#
|
|
7155
|
+
# @!attribute [rw] instance_metadata_tags_propagation
|
|
7156
|
+
# Determines whether tags are propagated to the instance metadata
|
|
7157
|
+
# service (IMDS) for Amazon EC2 instances launched by the Managed
|
|
7158
|
+
# Instances capacity provider. When enabled, all tags associated with
|
|
7159
|
+
# the instance are available through the instance metadata service.
|
|
7160
|
+
# When disabled, tags are not propagated to IMDS.
|
|
7161
|
+
#
|
|
7162
|
+
# Disable this setting if your tags contain characters that are not
|
|
7163
|
+
# compatible with IMDS, such as `/`. IMDS requires tag keys to match
|
|
7164
|
+
# the pattern `[0-9a-zA-Z\-_+=,.@:]{1,255}`.
|
|
7165
|
+
#
|
|
7166
|
+
# The default value is `true`.
|
|
7167
|
+
#
|
|
7168
|
+
# For more information, see [Work with instance tags in instance
|
|
7169
|
+
# metadata][1] in the *Amazon EC2 User Guide*.
|
|
7170
|
+
#
|
|
7171
|
+
#
|
|
7172
|
+
#
|
|
7173
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS
|
|
7174
|
+
# @return [Boolean]
|
|
7175
|
+
#
|
|
7133
7176
|
# @!attribute [rw] monitoring
|
|
7134
7177
|
# CloudWatch provides two categories of monitoring: basic monitoring
|
|
7135
7178
|
# and detailed monitoring. By default, your managed instance is
|
|
@@ -7163,6 +7206,7 @@ module Aws::ECS
|
|
|
7163
7206
|
:ec2_instance_profile_arn,
|
|
7164
7207
|
:network_configuration,
|
|
7165
7208
|
:storage_configuration,
|
|
7209
|
+
:instance_metadata_tags_propagation,
|
|
7166
7210
|
:monitoring,
|
|
7167
7211
|
:instance_requirements,
|
|
7168
7212
|
:capacity_reservations)
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -112,6 +112,7 @@ module Aws
|
|
|
112
112
|
}?,
|
|
113
113
|
monitoring: ("BASIC" | "DETAILED")?,
|
|
114
114
|
capacity_option_type: ("ON_DEMAND" | "SPOT" | "RESERVED")?,
|
|
115
|
+
instance_metadata_tags_propagation: bool?,
|
|
115
116
|
instance_requirements: {
|
|
116
117
|
v_cpu_count: {
|
|
117
118
|
min: ::Integer,
|
|
@@ -1759,6 +1760,7 @@ module Aws
|
|
|
1759
1760
|
storage_configuration: {
|
|
1760
1761
|
storage_size_gi_b: ::Integer?
|
|
1761
1762
|
}?,
|
|
1763
|
+
instance_metadata_tags_propagation: bool?,
|
|
1762
1764
|
monitoring: ("BASIC" | "DETAILED")?,
|
|
1763
1765
|
instance_requirements: {
|
|
1764
1766
|
v_cpu_count: {
|
data/sig/types.rbs
CHANGED
|
@@ -1025,6 +1025,7 @@ module Aws::ECS
|
|
|
1025
1025
|
attr_accessor storage_configuration: Types::ManagedInstancesStorageConfiguration
|
|
1026
1026
|
attr_accessor monitoring: ("BASIC" | "DETAILED")
|
|
1027
1027
|
attr_accessor capacity_option_type: ("ON_DEMAND" | "SPOT" | "RESERVED")
|
|
1028
|
+
attr_accessor instance_metadata_tags_propagation: bool
|
|
1028
1029
|
attr_accessor instance_requirements: Types::InstanceRequirementsRequest
|
|
1029
1030
|
attr_accessor fips_enabled: bool
|
|
1030
1031
|
attr_accessor capacity_reservations: Types::CapacityReservationRequest
|
|
@@ -1035,6 +1036,7 @@ module Aws::ECS
|
|
|
1035
1036
|
attr_accessor ec2_instance_profile_arn: ::String
|
|
1036
1037
|
attr_accessor network_configuration: Types::ManagedInstancesNetworkConfiguration
|
|
1037
1038
|
attr_accessor storage_configuration: Types::ManagedInstancesStorageConfiguration
|
|
1039
|
+
attr_accessor instance_metadata_tags_propagation: bool
|
|
1038
1040
|
attr_accessor monitoring: ("BASIC" | "DETAILED")
|
|
1039
1041
|
attr_accessor instance_requirements: Types::InstanceRequirementsRequest
|
|
1040
1042
|
attr_accessor capacity_reservations: Types::CapacityReservationRequest
|