aws-sdk-medialive 1.118.0 → 1.119.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/waiters.rbs CHANGED
@@ -118,6 +118,46 @@ module Aws
118
118
  ) -> Client::_DescribeMultiplexResponseSuccess
119
119
  | (Hash[Symbol, untyped]) -> Client::_DescribeMultiplexResponseSuccess
120
120
  end
121
+
122
+ class SignalMapCreated
123
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
124
+ | (?Hash[Symbol, untyped]) -> void
125
+
126
+ def wait: (
127
+ identifier: ::String
128
+ ) -> Client::_GetSignalMapResponseSuccess
129
+ | (Hash[Symbol, untyped]) -> Client::_GetSignalMapResponseSuccess
130
+ end
131
+
132
+ class SignalMapMonitorDeleted
133
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
134
+ | (?Hash[Symbol, untyped]) -> void
135
+
136
+ def wait: (
137
+ identifier: ::String
138
+ ) -> Client::_GetSignalMapResponseSuccess
139
+ | (Hash[Symbol, untyped]) -> Client::_GetSignalMapResponseSuccess
140
+ end
141
+
142
+ class SignalMapMonitorDeployed
143
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
144
+ | (?Hash[Symbol, untyped]) -> void
145
+
146
+ def wait: (
147
+ identifier: ::String
148
+ ) -> Client::_GetSignalMapResponseSuccess
149
+ | (Hash[Symbol, untyped]) -> Client::_GetSignalMapResponseSuccess
150
+ end
151
+
152
+ class SignalMapUpdated
153
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
154
+ | (?Hash[Symbol, untyped]) -> void
155
+
156
+ def wait: (
157
+ identifier: ::String
158
+ ) -> Client::_GetSignalMapResponseSuccess
159
+ | (Hash[Symbol, untyped]) -> Client::_GetSignalMapResponseSuccess
160
+ end
121
161
  end
122
162
  end
123
163
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.118.0
4
+ version: 1.119.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-04-03 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core