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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f836d60a9a037d4ac8463315f8ef36005d7724cbdb1120d48437c80d5be69cf
4
- data.tar.gz: b35be142b9b23c3e038273f72b21838029b9eebe2262fa01dbc309abc2935b6d
3
+ metadata.gz: 6e7d526b5e8d22f2f96938c6ac396eb3a89efb3535d6bb99855fa831096c8313
4
+ data.tar.gz: 1a1e85378a505be720c894da53befa8e5ae76bd367200cface2885be22e25b06
5
5
  SHA512:
6
- metadata.gz: a5ac8d91eb85751fe36a37a91e7c58f48ee4ee3fcb893c2834c0621c153a76d5fed48899e952828250e9942712e024e9785dc2e1f5dc19da068e9559322ea14e
7
- data.tar.gz: cd3dc6e2d2d5735ea89cb6798be8bb2bc9c36bd97dc92dd179b29b62b4ddfbf888cac83e2b196c84f7869d0b57c46acfc893e7b291c640047bcf9ff65ff0c9e4
6
+ metadata.gz: c28928eea92e371a0c36cf9b55d58bf5a1956a060a40e962aeb278716e57a82809af2abd62cb98a2b3bb9f5c6660d305d9415a45e70d8289f7ce5ae7ebacc17b
7
+ data.tar.gz: a41cd1f6074973f8e440bac3059d66f9e05ebd4bdd1f10bb33367d1ed235d69625e3830783c43f357eab97bf0b6de192f2a72186f1c132f1448d4d3b4587d8da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.181.0 (2025-03-11)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation only update for Amazon ECS to address various tickets.
8
+
4
9
  1.180.0 (2025-02-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.180.0
1
+ 1.181.0
@@ -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.180.0'
12451
+ context[:gem_version] = '1.181.0'
12452
12452
  Seahorse::Client::Request.new(handlers, context)
12453
12453
  end
12454
12454
 
@@ -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 hyphens (-), tilde (~), greater than (>), less
850
- # than (<), or slash (/).
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
@@ -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.180.0'
58
+ GEM_VERSION = '1.181.0'
59
59
 
60
60
  end
61
61
 
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.180.0
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-02-19 00:00:00.000000000 Z
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