aws-sdk-ecs 1.173.0 → 1.176.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1614 -34
- data/lib/aws-sdk-ecs/types.rb +5 -6
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
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
|
#
|
@@ -1378,9 +1377,9 @@ module Aws::ECS
|
|
1378
1377
|
# @return [Array<Types::VolumeFrom>]
|
1379
1378
|
#
|
1380
1379
|
# @!attribute [rw] linux_parameters
|
1381
|
-
# Linux-specific modifications that are applied to the
|
1382
|
-
# as Linux kernel capabilities. For more
|
1383
|
-
# [KernelCapabilities][1].
|
1380
|
+
# Linux-specific modifications that are applied to the default Docker
|
1381
|
+
# container configuration, such as Linux kernel capabilities. For more
|
1382
|
+
# information see [KernelCapabilities][1].
|
1384
1383
|
#
|
1385
1384
|
# <note markdown="1"> This parameter is not supported for Windows containers.
|
1386
1385
|
#
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.176.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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|