aws-sdk-chimesdkmeetings 1.64.0 → 1.65.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-chimesdkmeetings/client.rb +1 -1
- data/lib/aws-sdk-chimesdkmeetings.rb +1 -1
- data/sig/client.rbs +8 -48
- data/sig/params.rbs +37 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2477094c2b2d5e9d7c4a2587c22a3c9617866b8daa4d25d7284a9285ba55f784
|
|
4
|
+
data.tar.gz: 68d43a42372045f5e6a1811e34be9cdf37b78e05220b3e7d5d3c71f463498a05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5725a21bc2c9fd0410ccdb6b471bbdf51b8c77531bd0024b5dd1e353f936fb6a99d2a5d132bf01324a6104b91aaf99a2b4ce49b16bc4dcd407e28e24d980bd0
|
|
7
|
+
data.tar.gz: 967a13a5d3547f79f901ac62a270e861841e09b02d70d5a1d38a58fc9017f3398d4fcf90b73c82314669c503685ec738ab1d1c577c20ad1950e1c468f2dd1d7f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -1652,7 +1652,7 @@ module Aws::ChimeSDKMeetings
|
|
|
1652
1652
|
tracer: tracer
|
|
1653
1653
|
)
|
|
1654
1654
|
context[:gem_name] = 'aws-sdk-chimesdkmeetings'
|
|
1655
|
-
context[:gem_version] = '1.
|
|
1655
|
+
context[:gem_version] = '1.65.0'
|
|
1656
1656
|
Seahorse::Client::Request.new(handlers, context)
|
|
1657
1657
|
end
|
|
1658
1658
|
|
data/sig/client.rbs
CHANGED
|
@@ -87,14 +87,7 @@ module Aws
|
|
|
87
87
|
def batch_create_attendee: (
|
|
88
88
|
meeting_id: ::String,
|
|
89
89
|
attendees: Array[
|
|
90
|
-
|
|
91
|
-
external_user_id: ::String,
|
|
92
|
-
capabilities: {
|
|
93
|
-
audio: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
94
|
-
video: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
95
|
-
content: ("SendReceive" | "Send" | "Receive" | "None")
|
|
96
|
-
}?
|
|
97
|
-
},
|
|
90
|
+
Params::create_attendee_request_item
|
|
98
91
|
]
|
|
99
92
|
) -> _BatchCreateAttendeeResponseSuccess
|
|
100
93
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateAttendeeResponseSuccess
|
|
@@ -105,7 +98,7 @@ module Aws
|
|
|
105
98
|
excluded_attendee_ids: Array[
|
|
106
99
|
{
|
|
107
100
|
attendee_id: ::String
|
|
108
|
-
}
|
|
101
|
+
}
|
|
109
102
|
],
|
|
110
103
|
capabilities: {
|
|
111
104
|
audio: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
@@ -146,27 +139,14 @@ module Aws
|
|
|
146
139
|
sns_topic_arn: ::String?,
|
|
147
140
|
sqs_queue_arn: ::String?
|
|
148
141
|
},
|
|
149
|
-
?meeting_features:
|
|
150
|
-
audio: {
|
|
151
|
-
echo_reduction: ("AVAILABLE" | "UNAVAILABLE")?
|
|
152
|
-
}?,
|
|
153
|
-
video: {
|
|
154
|
-
max_resolution: ("None" | "HD" | "FHD")?
|
|
155
|
-
}?,
|
|
156
|
-
content: {
|
|
157
|
-
max_resolution: ("None" | "FHD" | "UHD")?
|
|
158
|
-
}?,
|
|
159
|
-
attendee: {
|
|
160
|
-
max_count: ::Integer?
|
|
161
|
-
}?
|
|
162
|
-
},
|
|
142
|
+
?meeting_features: Params::meeting_features_configuration,
|
|
163
143
|
?primary_meeting_id: ::String,
|
|
164
144
|
?tenant_ids: Array[::String],
|
|
165
145
|
?tags: Array[
|
|
166
146
|
{
|
|
167
147
|
key: ::String,
|
|
168
148
|
value: ::String
|
|
169
|
-
}
|
|
149
|
+
}
|
|
170
150
|
],
|
|
171
151
|
?media_placement_network_type: ("Ipv4Only" | "DualStack")
|
|
172
152
|
) -> _CreateMeetingResponseSuccess
|
|
@@ -184,34 +164,14 @@ module Aws
|
|
|
184
164
|
media_region: ::String,
|
|
185
165
|
?meeting_host_id: ::String,
|
|
186
166
|
external_meeting_id: ::String,
|
|
187
|
-
?meeting_features:
|
|
188
|
-
audio: {
|
|
189
|
-
echo_reduction: ("AVAILABLE" | "UNAVAILABLE")?
|
|
190
|
-
}?,
|
|
191
|
-
video: {
|
|
192
|
-
max_resolution: ("None" | "HD" | "FHD")?
|
|
193
|
-
}?,
|
|
194
|
-
content: {
|
|
195
|
-
max_resolution: ("None" | "FHD" | "UHD")?
|
|
196
|
-
}?,
|
|
197
|
-
attendee: {
|
|
198
|
-
max_count: ::Integer?
|
|
199
|
-
}?
|
|
200
|
-
},
|
|
167
|
+
?meeting_features: Params::meeting_features_configuration,
|
|
201
168
|
?notifications_configuration: {
|
|
202
169
|
lambda_function_arn: ::String?,
|
|
203
170
|
sns_topic_arn: ::String?,
|
|
204
171
|
sqs_queue_arn: ::String?
|
|
205
172
|
},
|
|
206
173
|
attendees: Array[
|
|
207
|
-
|
|
208
|
-
external_user_id: ::String,
|
|
209
|
-
capabilities: {
|
|
210
|
-
audio: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
211
|
-
video: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
212
|
-
content: ("SendReceive" | "Send" | "Receive" | "None")
|
|
213
|
-
}?
|
|
214
|
-
},
|
|
174
|
+
Params::create_attendee_request_item
|
|
215
175
|
],
|
|
216
176
|
?primary_meeting_id: ::String,
|
|
217
177
|
?tenant_ids: Array[::String],
|
|
@@ -219,7 +179,7 @@ module Aws
|
|
|
219
179
|
{
|
|
220
180
|
key: ::String,
|
|
221
181
|
value: ::String
|
|
222
|
-
}
|
|
182
|
+
}
|
|
223
183
|
],
|
|
224
184
|
?media_placement_network_type: ("Ipv4Only" | "DualStack")
|
|
225
185
|
) -> _CreateMeetingWithAttendeesResponseSuccess
|
|
@@ -332,7 +292,7 @@ module Aws
|
|
|
332
292
|
{
|
|
333
293
|
key: ::String,
|
|
334
294
|
value: ::String
|
|
335
|
-
}
|
|
295
|
+
}
|
|
336
296
|
]
|
|
337
297
|
) -> _TagResourceResponseSuccess
|
|
338
298
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
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 ChimeSDKMeetings
|
|
10
|
+
module Params
|
|
11
|
+
type create_attendee_request_item = {
|
|
12
|
+
external_user_id: ::String,
|
|
13
|
+
capabilities: {
|
|
14
|
+
audio: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
15
|
+
video: ("SendReceive" | "Send" | "Receive" | "None"),
|
|
16
|
+
content: ("SendReceive" | "Send" | "Receive" | "None")
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type meeting_features_configuration = {
|
|
21
|
+
audio: {
|
|
22
|
+
echo_reduction: ("AVAILABLE" | "UNAVAILABLE")?
|
|
23
|
+
}?,
|
|
24
|
+
video: {
|
|
25
|
+
max_resolution: ("None" | "HD" | "FHD")?
|
|
26
|
+
}?,
|
|
27
|
+
content: {
|
|
28
|
+
max_resolution: ("None" | "FHD" | "UHD")?
|
|
29
|
+
}?,
|
|
30
|
+
attendee: {
|
|
31
|
+
max_count: ::Integer?
|
|
32
|
+
}?
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-chimesdkmeetings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-chimesdkmeetings/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|