aws-sdk-chimesdkmeetings 1.9.0 → 1.10.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/client_api.rb +58 -9
- data/lib/aws-sdk-chimesdkmeetings/errors.rb +52 -0
- data/lib/aws-sdk-chimesdkmeetings/types.rb +42 -0
- data/lib/aws-sdk-chimesdkmeetings.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f377fd267016dc2663cb31495b2d2638540e5a28ad4dad066696f7e415d5f50c
|
4
|
+
data.tar.gz: 10d85bd64ff64001a9a4cf5fa5ec5a1013c9f602ee136d955550ad077584a0fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19abc3d0cf4ff691d1577595d143619c05f4c5d9341971dd76f66e59a2214d334ae52bbbf77ef903b17be2a023cb9f362cd3706a2a8e3bf68369508630d7cd9f
|
7
|
+
data.tar.gz: 4dbb9e03420b71be32baec51f3ce98d0f3db9531ae763f4ed97e82360f816217791c90c3073f14d8260864b9d6a850e75cbf2d42f4967dd3f90bc9860ccb006b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|
@@ -945,7 +945,7 @@ module Aws::ChimeSDKMeetings
|
|
945
945
|
params: params,
|
946
946
|
config: config)
|
947
947
|
context[:gem_name] = 'aws-sdk-chimesdkmeetings'
|
948
|
-
context[:gem_version] = '1.
|
948
|
+
context[:gem_version] = '1.10.0'
|
949
949
|
Seahorse::Client::Request.new(handlers, context)
|
950
950
|
end
|
951
951
|
|
@@ -59,10 +59,12 @@ module Aws::ChimeSDKMeetings
|
|
59
59
|
PrimaryMeetingId = Shapes::StringShape.new(name: 'PrimaryMeetingId')
|
60
60
|
ResultMax = Shapes::IntegerShape.new(name: 'ResultMax')
|
61
61
|
RetryAfterSeconds = Shapes::StringShape.new(name: 'RetryAfterSeconds')
|
62
|
+
ServiceFailureException = Shapes::StructureShape.new(name: 'ServiceFailureException')
|
62
63
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
63
64
|
StartMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StartMeetingTranscriptionRequest')
|
64
65
|
StopMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StopMeetingTranscriptionRequest')
|
65
66
|
String = Shapes::StringShape.new(name: 'String')
|
67
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
66
68
|
TranscribeContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeContentIdentificationType')
|
67
69
|
TranscribeContentRedactionType = Shapes::StringShape.new(name: 'TranscribeContentRedactionType')
|
68
70
|
TranscribeLanguageCode = Shapes::StringShape.new(name: 'TranscribeLanguageCode')
|
@@ -247,6 +249,11 @@ module Aws::ChimeSDKMeetings
|
|
247
249
|
NotificationsConfiguration.add_member(:sqs_queue_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SqsQueueArn"))
|
248
250
|
NotificationsConfiguration.struct_class = Types::NotificationsConfiguration
|
249
251
|
|
252
|
+
ServiceFailureException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
|
253
|
+
ServiceFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
254
|
+
ServiceFailureException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
255
|
+
ServiceFailureException.struct_class = Types::ServiceFailureException
|
256
|
+
|
250
257
|
ServiceUnavailableException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
|
251
258
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
252
259
|
ServiceUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
@@ -260,6 +267,11 @@ module Aws::ChimeSDKMeetings
|
|
260
267
|
StopMeetingTranscriptionRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "MeetingId"))
|
261
268
|
StopMeetingTranscriptionRequest.struct_class = Types::StopMeetingTranscriptionRequest
|
262
269
|
|
270
|
+
ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
|
271
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
272
|
+
ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
273
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
274
|
+
|
263
275
|
TranscriptionConfiguration.add_member(:engine_transcribe_settings, Shapes::ShapeRef.new(shape: EngineTranscribeSettings, location_name: "EngineTranscribeSettings"))
|
264
276
|
TranscriptionConfiguration.add_member(:engine_transcribe_medical_settings, Shapes::ShapeRef.new(shape: EngineTranscribeMedicalSettings, location_name: "EngineTranscribeMedicalSettings"))
|
265
277
|
TranscriptionConfiguration.struct_class = Types::TranscriptionConfiguration
|
@@ -298,11 +310,14 @@ module Aws::ChimeSDKMeetings
|
|
298
310
|
o.input = Shapes::ShapeRef.new(shape: BatchCreateAttendeeRequest)
|
299
311
|
o.output = Shapes::ShapeRef.new(shape: BatchCreateAttendeeResponse)
|
300
312
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
301
|
-
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
302
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
303
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
304
313
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
314
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
315
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
316
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
305
317
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
318
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
319
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
320
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
306
321
|
end)
|
307
322
|
|
308
323
|
api.add_operation(:create_attendee, Seahorse::Model::Operation.new.tap do |o|
|
@@ -313,11 +328,13 @@ module Aws::ChimeSDKMeetings
|
|
313
328
|
o.output = Shapes::ShapeRef.new(shape: CreateAttendeeResponse)
|
314
329
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
315
330
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
331
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
316
332
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
317
333
|
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
318
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
319
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
320
334
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
335
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
336
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
337
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
321
338
|
end)
|
322
339
|
|
323
340
|
api.add_operation(:create_meeting, Seahorse::Model::Operation.new.tap do |o|
|
@@ -327,8 +344,11 @@ module Aws::ChimeSDKMeetings
|
|
327
344
|
o.input = Shapes::ShapeRef.new(shape: CreateMeetingRequest)
|
328
345
|
o.output = Shapes::ShapeRef.new(shape: CreateMeetingResponse)
|
329
346
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
330
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
347
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
331
348
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
349
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
350
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
351
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
332
352
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
333
353
|
end)
|
334
354
|
|
@@ -339,8 +359,11 @@ module Aws::ChimeSDKMeetings
|
|
339
359
|
o.input = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequest)
|
340
360
|
o.output = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesResponse)
|
341
361
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
342
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
362
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
343
363
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
364
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
365
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
366
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
344
367
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
345
368
|
end)
|
346
369
|
|
@@ -350,8 +373,13 @@ module Aws::ChimeSDKMeetings
|
|
350
373
|
o.http_request_uri = "/meetings/{MeetingId}/attendees/{AttendeeId}"
|
351
374
|
o.input = Shapes::ShapeRef.new(shape: DeleteAttendeeRequest)
|
352
375
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
376
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
353
377
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
354
378
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
379
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
380
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
381
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
382
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
355
383
|
end)
|
356
384
|
|
357
385
|
api.add_operation(:delete_meeting, Seahorse::Model::Operation.new.tap do |o|
|
@@ -362,6 +390,11 @@ module Aws::ChimeSDKMeetings
|
|
362
390
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
363
391
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
364
392
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
393
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
394
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
395
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
396
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
397
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
365
398
|
end)
|
366
399
|
|
367
400
|
api.add_operation(:get_attendee, Seahorse::Model::Operation.new.tap do |o|
|
@@ -371,8 +404,12 @@ module Aws::ChimeSDKMeetings
|
|
371
404
|
o.input = Shapes::ShapeRef.new(shape: GetAttendeeRequest)
|
372
405
|
o.output = Shapes::ShapeRef.new(shape: GetAttendeeResponse)
|
373
406
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
374
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
375
407
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
408
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
409
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
410
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
411
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
412
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
376
413
|
end)
|
377
414
|
|
378
415
|
api.add_operation(:get_meeting, Seahorse::Model::Operation.new.tap do |o|
|
@@ -384,6 +421,10 @@ module Aws::ChimeSDKMeetings
|
|
384
421
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
385
422
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
386
423
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
424
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
425
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
426
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
427
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
387
428
|
end)
|
388
429
|
|
389
430
|
api.add_operation(:list_attendees, Seahorse::Model::Operation.new.tap do |o|
|
@@ -393,8 +434,12 @@ module Aws::ChimeSDKMeetings
|
|
393
434
|
o.input = Shapes::ShapeRef.new(shape: ListAttendeesRequest)
|
394
435
|
o.output = Shapes::ShapeRef.new(shape: ListAttendeesResponse)
|
395
436
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
396
|
-
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
397
437
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
438
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
439
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
440
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
441
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
442
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
398
443
|
o[:pager] = Aws::Pager.new(
|
399
444
|
limit_key: "max_results",
|
400
445
|
tokens: {
|
@@ -415,7 +460,9 @@ module Aws::ChimeSDKMeetings
|
|
415
460
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
416
461
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
417
462
|
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
463
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
418
464
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
465
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
419
466
|
end)
|
420
467
|
|
421
468
|
api.add_operation(:stop_meeting_transcription, Seahorse::Model::Operation.new.tap do |o|
|
@@ -429,7 +476,9 @@ module Aws::ChimeSDKMeetings
|
|
429
476
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
430
477
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
431
478
|
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
479
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
432
480
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
481
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
433
482
|
end)
|
434
483
|
end
|
435
484
|
|
@@ -31,7 +31,9 @@ module Aws::ChimeSDKMeetings
|
|
31
31
|
# * {ForbiddenException}
|
32
32
|
# * {LimitExceededException}
|
33
33
|
# * {NotFoundException}
|
34
|
+
# * {ServiceFailureException}
|
34
35
|
# * {ServiceUnavailableException}
|
36
|
+
# * {ThrottlingException}
|
35
37
|
# * {UnauthorizedException}
|
36
38
|
# * {UnprocessableEntityException}
|
37
39
|
#
|
@@ -141,6 +143,31 @@ module Aws::ChimeSDKMeetings
|
|
141
143
|
end
|
142
144
|
end
|
143
145
|
|
146
|
+
class ServiceFailureException < ServiceError
|
147
|
+
|
148
|
+
# @param [Seahorse::Client::RequestContext] context
|
149
|
+
# @param [String] message
|
150
|
+
# @param [Aws::ChimeSDKMeetings::Types::ServiceFailureException] data
|
151
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
152
|
+
super(context, message, data)
|
153
|
+
end
|
154
|
+
|
155
|
+
# @return [String]
|
156
|
+
def code
|
157
|
+
@code || @data[:code]
|
158
|
+
end
|
159
|
+
|
160
|
+
# @return [String]
|
161
|
+
def message
|
162
|
+
@message || @data[:message]
|
163
|
+
end
|
164
|
+
|
165
|
+
# @return [String]
|
166
|
+
def request_id
|
167
|
+
@data[:request_id]
|
168
|
+
end
|
169
|
+
end
|
170
|
+
|
144
171
|
class ServiceUnavailableException < ServiceError
|
145
172
|
|
146
173
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -171,6 +198,31 @@ module Aws::ChimeSDKMeetings
|
|
171
198
|
end
|
172
199
|
end
|
173
200
|
|
201
|
+
class ThrottlingException < ServiceError
|
202
|
+
|
203
|
+
# @param [Seahorse::Client::RequestContext] context
|
204
|
+
# @param [String] message
|
205
|
+
# @param [Aws::ChimeSDKMeetings::Types::ThrottlingException] data
|
206
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
207
|
+
super(context, message, data)
|
208
|
+
end
|
209
|
+
|
210
|
+
# @return [String]
|
211
|
+
def code
|
212
|
+
@code || @data[:code]
|
213
|
+
end
|
214
|
+
|
215
|
+
# @return [String]
|
216
|
+
def message
|
217
|
+
@message || @data[:message]
|
218
|
+
end
|
219
|
+
|
220
|
+
# @return [String]
|
221
|
+
def request_id
|
222
|
+
@data[:request_id]
|
223
|
+
end
|
224
|
+
end
|
225
|
+
|
174
226
|
class UnauthorizedException < ServiceError
|
175
227
|
|
176
228
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -999,6 +999,27 @@ module Aws::ChimeSDKMeetings
|
|
999
999
|
include Aws::Structure
|
1000
1000
|
end
|
1001
1001
|
|
1002
|
+
# The service encountered an unexpected error.
|
1003
|
+
#
|
1004
|
+
# @!attribute [rw] code
|
1005
|
+
# @return [String]
|
1006
|
+
#
|
1007
|
+
# @!attribute [rw] message
|
1008
|
+
# @return [String]
|
1009
|
+
#
|
1010
|
+
# @!attribute [rw] request_id
|
1011
|
+
# @return [String]
|
1012
|
+
#
|
1013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ServiceFailureException AWS API Documentation
|
1014
|
+
#
|
1015
|
+
class ServiceFailureException < Struct.new(
|
1016
|
+
:code,
|
1017
|
+
:message,
|
1018
|
+
:request_id)
|
1019
|
+
SENSITIVE = []
|
1020
|
+
include Aws::Structure
|
1021
|
+
end
|
1022
|
+
|
1002
1023
|
# The service is currently unavailable.
|
1003
1024
|
#
|
1004
1025
|
# @!attribute [rw] code
|
@@ -1098,6 +1119,27 @@ module Aws::ChimeSDKMeetings
|
|
1098
1119
|
include Aws::Structure
|
1099
1120
|
end
|
1100
1121
|
|
1122
|
+
# The number of customer requests exceeds the request rate limit.
|
1123
|
+
#
|
1124
|
+
# @!attribute [rw] code
|
1125
|
+
# @return [String]
|
1126
|
+
#
|
1127
|
+
# @!attribute [rw] message
|
1128
|
+
# @return [String]
|
1129
|
+
#
|
1130
|
+
# @!attribute [rw] request_id
|
1131
|
+
# @return [String]
|
1132
|
+
#
|
1133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/ThrottlingException AWS API Documentation
|
1134
|
+
#
|
1135
|
+
class ThrottlingException < Struct.new(
|
1136
|
+
:code,
|
1137
|
+
:message,
|
1138
|
+
:request_id)
|
1139
|
+
SENSITIVE = []
|
1140
|
+
include Aws::Structure
|
1141
|
+
end
|
1142
|
+
|
1101
1143
|
# The configuration for the current transcription operation. Must
|
1102
1144
|
# contain `EngineTranscribeSettings` or
|
1103
1145
|
# `EngineTranscribeMedicalSettings`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.10.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: 2022-
|
11
|
+
date: 2022-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|