aws-sdk-ecs 1.180.0 → 1.181.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 +1 -1
- data/lib/aws-sdk-ecs/types.rb +10 -10
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e7d526b5e8d22f2f96938c6ac396eb3a89efb3535d6bb99855fa831096c8313
|
4
|
+
data.tar.gz: 1a1e85378a505be720c894da53befa8e5ae76bd367200cface2885be22e25b06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c28928eea92e371a0c36cf9b55d58bf5a1956a060a40e962aeb278716e57a82809af2abd62cb98a2b3bb9f5c6660d305d9415a45e70d8289f7ce5ae7ebacc17b
|
7
|
+
data.tar.gz: a41cd1f6074973f8e440bac3059d66f9e05ebd4bdd1f10bb33367d1ed235d69625e3830783c43f357eab97bf0b6de192f2a72186f1c132f1448d4d3b4587d8da
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.181.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -12448,7 +12448,7 @@ module Aws::ECS
|
|
12448
12448
|
tracer: tracer
|
12449
12449
|
)
|
12450
12450
|
context[:gem_name] = 'aws-sdk-ecs'
|
12451
|
-
context[:gem_version] = '1.
|
12451
|
+
context[:gem_version] = '1.181.0'
|
12452
12452
|
Seahorse::Client::Request.new(handlers, context)
|
12453
12453
|
end
|
12454
12454
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -275,9 +275,6 @@ module Aws::ECS
|
|
275
275
|
#
|
276
276
|
# * When the service `deploymentController` is `ECS`, the value must
|
277
277
|
# be `DISABLED`.
|
278
|
-
#
|
279
|
-
# * When you use `create-service` or `update-service`, the default is
|
280
|
-
# `ENABLED`.
|
281
278
|
# @return [String]
|
282
279
|
#
|
283
280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/AwsVpcConfiguration AWS API Documentation
|
@@ -846,8 +843,8 @@ module Aws::ECS
|
|
846
843
|
# Map namespace that's used when you create a service and don't
|
847
844
|
# specify a Service Connect configuration. The namespace name can
|
848
845
|
# include up to 1024 characters. The name is case-sensitive. The name
|
849
|
-
# can't include
|
850
|
-
#
|
846
|
+
# can't include greater than (>), less than (<), double
|
847
|
+
# quotation marks ("), or slash (/).
|
851
848
|
#
|
852
849
|
# If you enter an existing namespace name or ARN, then that namespace
|
853
850
|
# will be used. Any namespace type is supported. The namespace must be
|
@@ -5650,6 +5647,13 @@ module Aws::ECS
|
|
5650
5647
|
# The specified parameter isn't valid. Review the available parameters
|
5651
5648
|
# for the API request.
|
5652
5649
|
#
|
5650
|
+
# For more information about service event errors, see [Amazon ECS
|
5651
|
+
# service event messages][1].
|
5652
|
+
#
|
5653
|
+
#
|
5654
|
+
#
|
5655
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html
|
5656
|
+
#
|
5653
5657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/InvalidParameterException AWS API Documentation
|
5654
5658
|
#
|
5655
5659
|
class InvalidParameterException < Aws::EmptyStructure; end
|
@@ -12033,11 +12037,7 @@ module Aws::ECS
|
|
12033
12037
|
#
|
12034
12038
|
# If you're using the EC2 launch type or the external launch type,
|
12035
12039
|
# this field is optional. Supported values are between `128` CPU units
|
12036
|
-
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs).
|
12037
|
-
#
|
12038
|
-
# If you're using the Fargate launch type, this field is required and
|
12039
|
-
# you must use one of the following values, which determines your
|
12040
|
-
# range of supported values for the `memory` parameter. The CPU units
|
12040
|
+
# (`0.125` vCPUs) and `196608` CPU units (`192` vCPUs). The CPU units
|
12041
12041
|
# cannot be less than 1 vCPU when you use Windows containers on
|
12042
12042
|
# Fargate.
|
12043
12043
|
#
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.181.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|