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.
@@ -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
  #
@@ -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 container, such
1382
- # as Linux kernel capabilities. For more information see
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
@@ -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.176.0'
59
59
 
60
60
  end
61
61
 
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.173.0
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: 2024-12-17 00:00:00.000000000 Z
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.210.0
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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement