aws-sdk-ecs 1.173.0 → 1.174.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -246,8 +246,7 @@ module Aws::ECS
246
246
  #
247
247
  # @!attribute [rw] subnets
248
248
  # The IDs of the subnets associated with the task or service. There's
249
- # a limit of 16 subnets that can be specified per
250
- # `awsvpcConfiguration`.
249
+ # a limit of 16 subnets that can be specified.
251
250
  #
252
251
  # <note markdown="1"> All specified subnets must be from the same VPC.
253
252
  #
@@ -258,7 +257,7 @@ module Aws::ECS
258
257
  # The IDs of the security groups associated with the task or service.
259
258
  # If you don't specify a security group, the default security group
260
259
  # for the VPC is used. There's a limit of 5 security groups that can
261
- # be specified per `awsvpcConfiguration`.
260
+ # be specified.
262
261
  #
263
262
  # <note markdown="1"> All specified security groups must be from the same VPC.
264
263
  #
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.173.0'
58
+ GEM_VERSION = '1.174.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.173.0
4
+ version: 1.174.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: 2024-12-17 00:00:00.000000000 Z
11
+ date: 2025-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core