aws-sdk-ecs 1.203.0 → 1.204.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 +39 -20
- data/lib/aws-sdk-ecs/customizations.rb +0 -8
- data/lib/aws-sdk-ecs/types.rb +55 -23
- data/lib/aws-sdk-ecs.rb +1 -1
- 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: 5a74bf734d34a33e2fef2a312d74d47a75b537546edb624e72ddf145b58479ff
|
4
|
+
data.tar.gz: 627cac1713d3e612e82c56da82b0a6ed278bfc750ffd9198b471448ea3473003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: beeff90b83243b65c589661fa16bafdd04b8610848578afa2489919d145dd57e96aaa7d4a382f847ebe5da98160b1e87134f09890aab7d20d08507ecc379f706
|
7
|
+
data.tar.gz: 32adae7935082adf2e1b70839c6f4616679df8276dc820db2dea534e984035f182d44db66fcb47b3051c1fea03b53e19c22d71788306aa68205462f294fd90b6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.204.0 (2025-09-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
|
8
|
+
|
4
9
|
1.203.0 (2025-08-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.204.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -1093,6 +1093,19 @@ module Aws::ECS
|
|
1093
1093
|
# Availability Zones][1] in the <i> <i>Amazon Elastic Container Service
|
1094
1094
|
# Developer Guide</i> </i>.
|
1095
1095
|
#
|
1096
|
+
# The default behavior of `AvailabilityZoneRebalancing` differs between
|
1097
|
+
# create and update requests:
|
1098
|
+
#
|
1099
|
+
# * For create service requests, when when no value is specified for
|
1100
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults the value to to
|
1101
|
+
# `ENABLED`.
|
1102
|
+
#
|
1103
|
+
# * For update service requests, when no value is specified for
|
1104
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults to the existing
|
1105
|
+
# service’s `AvailabilityZoneRebalancing` value. If the service never
|
1106
|
+
# had an `AvailabilityZoneRebalancing` value set, Amazon ECS treats
|
1107
|
+
# this as `DISABLED`.
|
1108
|
+
#
|
1096
1109
|
#
|
1097
1110
|
#
|
1098
1111
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
|
@@ -1102,13 +1115,13 @@ module Aws::ECS
|
|
1102
1115
|
# your service. For more information, see [Service load balancing][1] in
|
1103
1116
|
# the *Amazon Elastic Container Service Developer Guide*.
|
1104
1117
|
#
|
1105
|
-
# If the service uses the
|
1106
|
-
#
|
1107
|
-
#
|
1108
|
-
#
|
1109
|
-
#
|
1110
|
-
#
|
1111
|
-
#
|
1118
|
+
# If the service uses the `ECS` deployment controller and using either
|
1119
|
+
# an Application Load Balancer or Network Load Balancer, you must
|
1120
|
+
# specify one or more target group ARNs to attach to the service. The
|
1121
|
+
# service-linked role is required for services that use multiple target
|
1122
|
+
# groups. For more information, see [Using service-linked roles for
|
1123
|
+
# Amazon ECS][2] in the *Amazon Elastic Container Service Developer
|
1124
|
+
# Guide*.
|
1112
1125
|
#
|
1113
1126
|
# If the service uses the `CODE_DEPLOY` deployment controller, the
|
1114
1127
|
# service is required to use either an Application Load Balancer or
|
@@ -1288,20 +1301,13 @@ module Aws::ECS
|
|
1288
1301
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html
|
1289
1302
|
#
|
1290
1303
|
# @option params [Integer] :health_check_grace_period_seconds
|
1291
|
-
# The period of time, in seconds, that the Amazon ECS service
|
1292
|
-
# ignores unhealthy Elastic Load Balancing, VPC Lattice, and
|
1293
|
-
# health checks after a task has first started. If you
|
1294
|
-
# health check grace period value, the default value of
|
1295
|
-
# you
|
1304
|
+
# The period of time, in seconds, that the Amazon Amazon ECS service
|
1305
|
+
# scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and
|
1306
|
+
# container health checks after a task has first started. If you do not
|
1307
|
+
# specify a health check grace period value, the default value of 0 is
|
1308
|
+
# used. If you do not use any of the health checks, then
|
1296
1309
|
# `healthCheckGracePeriodSeconds` is unused.
|
1297
1310
|
#
|
1298
|
-
# If your service's tasks take a while to start and respond to health
|
1299
|
-
# checks, you can specify a health check grace period of up to
|
1300
|
-
# 2,147,483,647 seconds (about 69 years). During that time, the Amazon
|
1301
|
-
# ECS service scheduler ignores health check status. This grace period
|
1302
|
-
# can prevent the service scheduler from marking tasks as unhealthy and
|
1303
|
-
# stopping them before they have time to come up.
|
1304
|
-
#
|
1305
1311
|
# @option params [String] :scheduling_strategy
|
1306
1312
|
# The scheduling strategy to use for the service. For more information,
|
1307
1313
|
# see [Services][1].
|
@@ -11703,6 +11709,19 @@ module Aws::ECS
|
|
11703
11709
|
# Availability Zones][1] in the <i> <i>Amazon Elastic Container Service
|
11704
11710
|
# Developer Guide</i> </i>.
|
11705
11711
|
#
|
11712
|
+
# The default behavior of `AvailabilityZoneRebalancing` differs between
|
11713
|
+
# create and update requests:
|
11714
|
+
#
|
11715
|
+
# * For create service requests, when when no value is specified for
|
11716
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults the value to to
|
11717
|
+
# `ENABLED`.
|
11718
|
+
#
|
11719
|
+
# * For update service requests, when no value is specified for
|
11720
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults to the existing
|
11721
|
+
# service’s `AvailabilityZoneRebalancing` value. If the service never
|
11722
|
+
# had an `AvailabilityZoneRebalancing` value set, Amazon ECS treats
|
11723
|
+
# this as `DISABLED`.
|
11724
|
+
#
|
11706
11725
|
# This parameter doesn't trigger a new service deployment.
|
11707
11726
|
#
|
11708
11727
|
#
|
@@ -12814,7 +12833,7 @@ module Aws::ECS
|
|
12814
12833
|
tracer: tracer
|
12815
12834
|
)
|
12816
12835
|
context[:gem_name] = 'aws-sdk-ecs'
|
12817
|
-
context[:gem_version] = '1.
|
12836
|
+
context[:gem_version] = '1.204.0'
|
12818
12837
|
Seahorse::Client::Request.new(handlers, context)
|
12819
12838
|
end
|
12820
12839
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -334,7 +334,7 @@ module Aws::ECS
|
|
334
334
|
end
|
335
335
|
|
336
336
|
# Your Amazon Web Services account was blocked. For more information,
|
337
|
-
# contact [ Amazon Web
|
337
|
+
# contact [ Amazon Web Services Support][1].
|
338
338
|
#
|
339
339
|
#
|
340
340
|
#
|
@@ -966,7 +966,7 @@ module Aws::ECS
|
|
966
966
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html
|
967
967
|
#
|
968
968
|
# @!attribute [rw] name
|
969
|
-
# The name of the cluster setting. The value is `containerInsights
|
969
|
+
# The name of the cluster setting. The value is `containerInsights`.
|
970
970
|
# @return [String]
|
971
971
|
#
|
972
972
|
# @!attribute [rw] value
|
@@ -2725,6 +2725,19 @@ module Aws::ECS
|
|
2725
2725
|
# Availability Zones][1] in the <i> <i>Amazon Elastic Container
|
2726
2726
|
# Service Developer Guide</i> </i>.
|
2727
2727
|
#
|
2728
|
+
# The default behavior of `AvailabilityZoneRebalancing` differs
|
2729
|
+
# between create and update requests:
|
2730
|
+
#
|
2731
|
+
# * For create service requests, when when no value is specified for
|
2732
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults the value to to
|
2733
|
+
# `ENABLED`.
|
2734
|
+
#
|
2735
|
+
# * For update service requests, when no value is specified for
|
2736
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults to the existing
|
2737
|
+
# service’s `AvailabilityZoneRebalancing` value. If the service
|
2738
|
+
# never had an `AvailabilityZoneRebalancing` value set, Amazon ECS
|
2739
|
+
# treats this as `DISABLED`.
|
2740
|
+
#
|
2728
2741
|
#
|
2729
2742
|
#
|
2730
2743
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
|
@@ -2735,13 +2748,13 @@ module Aws::ECS
|
|
2735
2748
|
# your service. For more information, see [Service load balancing][1]
|
2736
2749
|
# in the *Amazon Elastic Container Service Developer Guide*.
|
2737
2750
|
#
|
2738
|
-
# If the service uses the
|
2739
|
-
#
|
2740
|
-
#
|
2741
|
-
#
|
2742
|
-
#
|
2743
|
-
#
|
2744
|
-
#
|
2751
|
+
# If the service uses the `ECS` deployment controller and using either
|
2752
|
+
# an Application Load Balancer or Network Load Balancer, you must
|
2753
|
+
# specify one or more target group ARNs to attach to the service. The
|
2754
|
+
# service-linked role is required for services that use multiple
|
2755
|
+
# target groups. For more information, see [Using service-linked roles
|
2756
|
+
# for Amazon ECS][2] in the *Amazon Elastic Container Service
|
2757
|
+
# Developer Guide*.
|
2745
2758
|
#
|
2746
2759
|
# If the service uses the `CODE_DEPLOY` deployment controller, the
|
2747
2760
|
# service is required to use either an Application Load Balancer or
|
@@ -2937,19 +2950,12 @@ module Aws::ECS
|
|
2937
2950
|
# @return [Types::NetworkConfiguration]
|
2938
2951
|
#
|
2939
2952
|
# @!attribute [rw] health_check_grace_period_seconds
|
2940
|
-
# The period of time, in seconds, that the Amazon ECS service
|
2953
|
+
# The period of time, in seconds, that the Amazon Amazon ECS service
|
2941
2954
|
# scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and
|
2942
|
-
# container health checks after a task has first started. If you
|
2943
|
-
#
|
2944
|
-
#
|
2955
|
+
# container health checks after a task has first started. If you do
|
2956
|
+
# not specify a health check grace period value, the default value of
|
2957
|
+
# 0 is used. If you do not use any of the health checks, then
|
2945
2958
|
# `healthCheckGracePeriodSeconds` is unused.
|
2946
|
-
#
|
2947
|
-
# If your service's tasks take a while to start and respond to health
|
2948
|
-
# checks, you can specify a health check grace period of up to
|
2949
|
-
# 2,147,483,647 seconds (about 69 years). During that time, the Amazon
|
2950
|
-
# ECS service scheduler ignores health check status. This grace period
|
2951
|
-
# can prevent the service scheduler from marking tasks as unhealthy
|
2952
|
-
# and stopping them before they have time to come up.
|
2953
2959
|
# @return [Integer]
|
2954
2960
|
#
|
2955
2961
|
# @!attribute [rw] scheduling_strategy
|
@@ -3970,7 +3976,7 @@ module Aws::ECS
|
|
3970
3976
|
# stops the unhealthy tasks one-by-one — using the
|
3971
3977
|
# `minimumHealthyPercent` as a constraint — to clear up capacity to
|
3972
3978
|
# launch replacement tasks. For more information about how the
|
3973
|
-
# scheduler replaces unhealthy tasks, see [Amazon ECS services][1]
|
3979
|
+
# scheduler replaces unhealthy tasks, see [Amazon ECS services][1].
|
3974
3980
|
#
|
3975
3981
|
# For services that *do not* use a load balancer, the following should
|
3976
3982
|
# be noted:
|
@@ -9933,8 +9939,8 @@ module Aws::ECS
|
|
9933
9939
|
#
|
9934
9940
|
# @!attribute [rw] health_check_grace_period_seconds
|
9935
9941
|
# The period of time, in seconds, that the Amazon ECS service
|
9936
|
-
# scheduler ignores unhealthy Elastic Load Balancing
|
9937
|
-
# checks after a task has first started.
|
9942
|
+
# scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and
|
9943
|
+
# container health checks after a task has first started.
|
9938
9944
|
# @return [Integer]
|
9939
9945
|
#
|
9940
9946
|
# @!attribute [rw] scheduling_strategy
|
@@ -10035,6 +10041,19 @@ module Aws::ECS
|
|
10035
10041
|
# Availability Zones][1] in the <i> <i>Amazon Elastic Container
|
10036
10042
|
# Service Developer Guide</i> </i>.
|
10037
10043
|
#
|
10044
|
+
# The default behavior of `AvailabilityZoneRebalancing` differs
|
10045
|
+
# between create and update requests:
|
10046
|
+
#
|
10047
|
+
# * For create service requests, when when no value is specified for
|
10048
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults the value to to
|
10049
|
+
# `ENABLED`.
|
10050
|
+
#
|
10051
|
+
# * For update service requests, when no value is specified for
|
10052
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults to the existing
|
10053
|
+
# service’s `AvailabilityZoneRebalancing` value. If the service
|
10054
|
+
# never had an `AvailabilityZoneRebalancing` value set, Amazon ECS
|
10055
|
+
# treats this as `DISABLED`.
|
10056
|
+
#
|
10038
10057
|
#
|
10039
10058
|
#
|
10040
10059
|
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
|
@@ -13944,6 +13963,19 @@ module Aws::ECS
|
|
13944
13963
|
# Availability Zones][1] in the <i> <i>Amazon Elastic Container
|
13945
13964
|
# Service Developer Guide</i> </i>.
|
13946
13965
|
#
|
13966
|
+
# The default behavior of `AvailabilityZoneRebalancing` differs
|
13967
|
+
# between create and update requests:
|
13968
|
+
#
|
13969
|
+
# * For create service requests, when when no value is specified for
|
13970
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults the value to to
|
13971
|
+
# `ENABLED`.
|
13972
|
+
#
|
13973
|
+
# * For update service requests, when no value is specified for
|
13974
|
+
# `AvailabilityZoneRebalancing`, Amazon ECS defaults to the existing
|
13975
|
+
# service’s `AvailabilityZoneRebalancing` value. If the service
|
13976
|
+
# never had an `AvailabilityZoneRebalancing` value set, Amazon ECS
|
13977
|
+
# treats this as `DISABLED`.
|
13978
|
+
#
|
13947
13979
|
# This parameter doesn't trigger a new service deployment.
|
13948
13980
|
#
|
13949
13981
|
#
|
data/lib/aws-sdk-ecs.rb
CHANGED