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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1594 -37
- data/lib/aws-sdk-ecs/types.rb +2 -3
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -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
|
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
|
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
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.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:
|
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
|