aws-sdk-ecs 1.139.0 → 1.140.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1 -1
- data/lib/aws-sdk-ecs/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +1753 -0
- data/sig/errors.rbs +71 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1804 -0
- data/sig/waiters.rbs +61 -0
- metadata +9 -4
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ECS
|
10
|
+
module Waiters
|
11
|
+
|
12
|
+
class ServicesInactive
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
15
|
+
|
16
|
+
def wait: (
|
17
|
+
?cluster: ::String,
|
18
|
+
services: Array[::String],
|
19
|
+
?include: Array[("TAGS")]
|
20
|
+
) -> Client::_DescribeServicesResponseSuccess
|
21
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeServicesResponseSuccess
|
22
|
+
end
|
23
|
+
|
24
|
+
class ServicesStable
|
25
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
26
|
+
| (?Hash[Symbol, untyped]) -> void
|
27
|
+
|
28
|
+
def wait: (
|
29
|
+
?cluster: ::String,
|
30
|
+
services: Array[::String],
|
31
|
+
?include: Array[("TAGS")]
|
32
|
+
) -> Client::_DescribeServicesResponseSuccess
|
33
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeServicesResponseSuccess
|
34
|
+
end
|
35
|
+
|
36
|
+
class TasksRunning
|
37
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
38
|
+
| (?Hash[Symbol, untyped]) -> void
|
39
|
+
|
40
|
+
def wait: (
|
41
|
+
?cluster: ::String,
|
42
|
+
tasks: Array[::String],
|
43
|
+
?include: Array[("TAGS")]
|
44
|
+
) -> Client::_DescribeTasksResponseSuccess
|
45
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeTasksResponseSuccess
|
46
|
+
end
|
47
|
+
|
48
|
+
class TasksStopped
|
49
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
50
|
+
| (?Hash[Symbol, untyped]) -> void
|
51
|
+
|
52
|
+
def wait: (
|
53
|
+
?cluster: ::String,
|
54
|
+
tasks: Array[::String],
|
55
|
+
?include: Array[("TAGS")]
|
56
|
+
) -> Client::_DescribeTasksResponseSuccess
|
57
|
+
| (Hash[Symbol, untyped]) -> Client::_DescribeTasksResponseSuccess
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
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.140.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-01-
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,6 +67,11 @@ files:
|
|
67
67
|
- lib/aws-sdk-ecs/resource.rb
|
68
68
|
- lib/aws-sdk-ecs/types.rb
|
69
69
|
- lib/aws-sdk-ecs/waiters.rb
|
70
|
+
- sig/client.rbs
|
71
|
+
- sig/errors.rbs
|
72
|
+
- sig/resource.rbs
|
73
|
+
- sig/types.rbs
|
74
|
+
- sig/waiters.rbs
|
70
75
|
homepage: https://github.com/aws/aws-sdk-ruby
|
71
76
|
licenses:
|
72
77
|
- Apache-2.0
|