aws-sdk-ecs 1.187.0 → 1.196.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 +45 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +136 -82
- data/lib/aws-sdk-ecs/client_api.rb +3 -1
- data/lib/aws-sdk-ecs/types.rb +245 -91
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +3 -1
- metadata +6 -9
data/sig/types.rbs
CHANGED
@@ -1296,7 +1296,7 @@ module Aws::ECS
|
|
1296
1296
|
|
1297
1297
|
class RuntimePlatform
|
1298
1298
|
attr_accessor cpu_architecture: ("X86_64" | "ARM64")
|
1299
|
-
attr_accessor operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")
|
1299
|
+
attr_accessor operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_2025_CORE" | "WINDOWS_SERVER_2025_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")
|
1300
1300
|
SENSITIVE: []
|
1301
1301
|
end
|
1302
1302
|
|
@@ -1458,6 +1458,7 @@ module Aws::ECS
|
|
1458
1458
|
attr_accessor volume_type: ::String
|
1459
1459
|
attr_accessor size_in_gi_b: ::Integer
|
1460
1460
|
attr_accessor snapshot_id: ::String
|
1461
|
+
attr_accessor volume_initialization_rate: ::Integer
|
1461
1462
|
attr_accessor iops: ::Integer
|
1462
1463
|
attr_accessor throughput: ::Integer
|
1463
1464
|
attr_accessor tag_specifications: ::Array[Types::EBSTagSpecification]
|
@@ -1739,6 +1740,7 @@ module Aws::ECS
|
|
1739
1740
|
attr_accessor volume_type: ::String
|
1740
1741
|
attr_accessor size_in_gi_b: ::Integer
|
1741
1742
|
attr_accessor snapshot_id: ::String
|
1743
|
+
attr_accessor volume_initialization_rate: ::Integer
|
1742
1744
|
attr_accessor iops: ::Integer
|
1743
1745
|
attr_accessor throughput: ::Integer
|
1744
1746
|
attr_accessor tag_specifications: ::Array[Types::EBSTagSpecification]
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.196.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -19,7 +18,7 @@ dependencies:
|
|
19
18
|
version: '3'
|
20
19
|
- - ">="
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +28,7 @@ dependencies:
|
|
29
28
|
version: '3'
|
30
29
|
- - ">="
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: aws-sigv4
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecs
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ecs/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -86,15 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
84
|
requirements:
|
87
85
|
- - ">="
|
88
86
|
- !ruby/object:Gem::Version
|
89
|
-
version: '2.
|
87
|
+
version: '2.7'
|
90
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
89
|
requirements:
|
92
90
|
- - ">="
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Amazon ECS
|
100
97
|
test_files: []
|