aws-sdk-chimesdkmeetings 1.7.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccc1fefe9f4ef397dfe83ac4c6db7b343b64925b619c48b739506767d2c9619d
4
- data.tar.gz: 764e7e8c72e0ffe42d7750368b2877d991e4acd201b445f3cd41541cc345886e
3
+ metadata.gz: f377fd267016dc2663cb31495b2d2638540e5a28ad4dad066696f7e415d5f50c
4
+ data.tar.gz: 10d85bd64ff64001a9a4cf5fa5ec5a1013c9f602ee136d955550ad077584a0fa
5
5
  SHA512:
6
- metadata.gz: 0e82c3d37e7a2b1ef5c0d38001b5c702ce9b76d36f9a85912d055e6c02b0ed7bd92af39bf22d577d6ab7d79de5500d6abace8765ad6ae847f4f026e950a40612
7
- data.tar.gz: 9a87c7c829f584b57dc5f93f662d29abd9dbc694b31bc38c6b9c64c59f8c58a446b6e3a48273421d0db66746ea9745a65d2ea84989e36a6e2896e1084f9c23e4
6
+ metadata.gz: 19abc3d0cf4ff691d1577595d143619c05f4c5d9341971dd76f66e59a2214d334ae52bbbf77ef903b17be2a023cb9f362cd3706a2a8e3bf68369508630d7cd9f
7
+ data.tar.gz: 4dbb9e03420b71be32baec51f3ce98d0f3db9531ae763f4ed97e82360f816217791c90c3073f14d8260864b9d6a850e75cbf2d42f4967dd3f90bc9860ccb006b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2022-04-22)
5
+ ------------------
6
+
7
+ * Feature - Include additional exceptions types.
8
+
9
+ 1.9.0 (2022-03-21)
10
+ ------------------
11
+
12
+ * Feature - Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
13
+
14
+ 1.8.0 (2022-03-07)
15
+ ------------------
16
+
17
+ * Feature - Adds support for Transcribe language identification feature to the StartMeetingTranscription API.
18
+
4
19
  1.7.0 (2022-02-24)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.10.0
@@ -464,11 +464,14 @@ module Aws::ChimeSDKMeetings
464
464
  # @option params [required, String] :media_region
465
465
  # The Region in which to create the meeting.
466
466
  #
467
- # Available values: `af-south-1` , `ap-northeast-1` , `ap-northeast-2` ,
468
- # `ap-south-1` , `ap-southeast-1` , `ap-southeast-2` , `ca-central-1` ,
469
- # `eu-central-1` , `eu-north-1` , `eu-south-1` , `eu-west-1` ,
470
- # `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1` , `us-east-2` ,
471
- # `us-west-1` , `us-west-2` .
467
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
468
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
469
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`,
470
+ # `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`,
471
+ # `us-west-2`.
472
+ #
473
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
474
+ # `us-gov-west-1`.
472
475
  #
473
476
  # @option params [String] :meeting_host_id
474
477
  # Reserved.
@@ -484,6 +487,10 @@ module Aws::ChimeSDKMeetings
484
487
  # Lists the audio and video features enabled for a meeting, such as echo
485
488
  # reduction.
486
489
  #
490
+ # @option params [String] :primary_meeting_id
491
+ # When specified, replicates the media from the primary meeting to the
492
+ # new meeting.
493
+ #
487
494
  # @return [Types::CreateMeetingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
488
495
  #
489
496
  # * {Types::CreateMeetingResponse#meeting #meeting} => Types::Meeting
@@ -505,6 +512,7 @@ module Aws::ChimeSDKMeetings
505
512
  # echo_reduction: "AVAILABLE", # accepts AVAILABLE, UNAVAILABLE
506
513
  # },
507
514
  # },
515
+ # primary_meeting_id: "PrimaryMeetingId",
508
516
  # })
509
517
  #
510
518
  # @example Response structure
@@ -522,6 +530,7 @@ module Aws::ChimeSDKMeetings
522
530
  # resp.meeting.media_placement.screen_sharing_url #=> String
523
531
  # resp.meeting.media_placement.event_ingestion_url #=> String
524
532
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
533
+ # resp.meeting.primary_meeting_id #=> String
525
534
  #
526
535
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeeting AWS API Documentation
527
536
  #
@@ -553,6 +562,15 @@ module Aws::ChimeSDKMeetings
553
562
  # @option params [required, String] :media_region
554
563
  # The Region in which to create the meeting.
555
564
  #
565
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
566
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
567
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`,
568
+ # `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`,
569
+ # `us-west-2`.
570
+ #
571
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
572
+ # `us-gov-west-1`.
573
+ #
556
574
  # @option params [String] :meeting_host_id
557
575
  # Reserved.
558
576
  #
@@ -570,6 +588,10 @@ module Aws::ChimeSDKMeetings
570
588
  # @option params [required, Array<Types::CreateAttendeeRequestItem>] :attendees
571
589
  # The attendee information, including attendees' IDs and join tokens.
572
590
  #
591
+ # @option params [String] :primary_meeting_id
592
+ # When specified, replicates the media from the primary meeting to the
593
+ # new meeting.
594
+ #
573
595
  # @return [Types::CreateMeetingWithAttendeesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
574
596
  #
575
597
  # * {Types::CreateMeetingWithAttendeesResponse#meeting #meeting} => Types::Meeting
@@ -598,6 +620,7 @@ module Aws::ChimeSDKMeetings
598
620
  # external_user_id: "ExternalUserId", # required
599
621
  # },
600
622
  # ],
623
+ # primary_meeting_id: "PrimaryMeetingId",
601
624
  # })
602
625
  #
603
626
  # @example Response structure
@@ -615,6 +638,7 @@ module Aws::ChimeSDKMeetings
615
638
  # resp.meeting.media_placement.screen_sharing_url #=> String
616
639
  # resp.meeting.media_placement.event_ingestion_url #=> String
617
640
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
641
+ # resp.meeting.primary_meeting_id #=> String
618
642
  # resp.attendees #=> Array
619
643
  # resp.attendees[0].external_user_id #=> String
620
644
  # resp.attendees[0].attendee_id #=> String
@@ -773,6 +797,7 @@ module Aws::ChimeSDKMeetings
773
797
  # resp.meeting.media_placement.screen_sharing_url #=> String
774
798
  # resp.meeting.media_placement.event_ingestion_url #=> String
775
799
  # resp.meeting.meeting_features.audio.echo_reduction #=> String, one of "AVAILABLE", "UNAVAILABLE"
800
+ # resp.meeting.primary_meeting_id #=> String
776
801
  #
777
802
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/GetMeeting AWS API Documentation
778
803
  #
@@ -850,7 +875,7 @@ module Aws::ChimeSDKMeetings
850
875
  # meeting_id: "GuidString", # required
851
876
  # transcription_configuration: { # required
852
877
  # engine_transcribe_settings: {
853
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
878
+ # language_code: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
854
879
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
855
880
  # vocabulary_filter_name: "String",
856
881
  # vocabulary_name: "String",
@@ -861,6 +886,9 @@ module Aws::ChimeSDKMeetings
861
886
  # content_redaction_type: "PII", # accepts PII
862
887
  # pii_entity_types: "TranscribePiiEntityTypes",
863
888
  # language_model_name: "TranscribeLanguageModelName",
889
+ # identify_language: false,
890
+ # language_options: "TranscribeLanguageOptions",
891
+ # preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
864
892
  # },
865
893
  # engine_transcribe_medical_settings: {
866
894
  # language_code: "en-US", # required, accepts en-US
@@ -917,7 +945,7 @@ module Aws::ChimeSDKMeetings
917
945
  params: params,
918
946
  config: config)
919
947
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
920
- context[:gem_version] = '1.7.0'
948
+ context[:gem_version] = '1.10.0'
921
949
  Seahorse::Client::Request.new(handlers, context)
922
950
  end
923
951
 
@@ -56,16 +56,20 @@ module Aws::ChimeSDKMeetings
56
56
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
57
57
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
58
58
  NotificationsConfiguration = Shapes::StructureShape.new(name: 'NotificationsConfiguration')
59
+ PrimaryMeetingId = Shapes::StringShape.new(name: 'PrimaryMeetingId')
59
60
  ResultMax = Shapes::IntegerShape.new(name: 'ResultMax')
60
61
  RetryAfterSeconds = Shapes::StringShape.new(name: 'RetryAfterSeconds')
62
+ ServiceFailureException = Shapes::StructureShape.new(name: 'ServiceFailureException')
61
63
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
62
64
  StartMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StartMeetingTranscriptionRequest')
63
65
  StopMeetingTranscriptionRequest = Shapes::StructureShape.new(name: 'StopMeetingTranscriptionRequest')
64
66
  String = Shapes::StringShape.new(name: 'String')
67
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
65
68
  TranscribeContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeContentIdentificationType')
66
69
  TranscribeContentRedactionType = Shapes::StringShape.new(name: 'TranscribeContentRedactionType')
67
70
  TranscribeLanguageCode = Shapes::StringShape.new(name: 'TranscribeLanguageCode')
68
71
  TranscribeLanguageModelName = Shapes::StringShape.new(name: 'TranscribeLanguageModelName')
72
+ TranscribeLanguageOptions = Shapes::StringShape.new(name: 'TranscribeLanguageOptions')
69
73
  TranscribeMedicalContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeMedicalContentIdentificationType')
70
74
  TranscribeMedicalLanguageCode = Shapes::StringShape.new(name: 'TranscribeMedicalLanguageCode')
71
75
  TranscribeMedicalRegion = Shapes::StringShape.new(name: 'TranscribeMedicalRegion')
@@ -127,6 +131,7 @@ module Aws::ChimeSDKMeetings
127
131
  CreateMeetingRequest.add_member(:external_meeting_id, Shapes::ShapeRef.new(shape: ExternalMeetingId, required: true, location_name: "ExternalMeetingId"))
128
132
  CreateMeetingRequest.add_member(:notifications_configuration, Shapes::ShapeRef.new(shape: NotificationsConfiguration, location_name: "NotificationsConfiguration"))
129
133
  CreateMeetingRequest.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
134
+ CreateMeetingRequest.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
130
135
  CreateMeetingRequest.struct_class = Types::CreateMeetingRequest
131
136
 
132
137
  CreateMeetingResponse.add_member(:meeting, Shapes::ShapeRef.new(shape: Meeting, location_name: "Meeting"))
@@ -139,6 +144,7 @@ module Aws::ChimeSDKMeetings
139
144
  CreateMeetingWithAttendeesRequest.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
140
145
  CreateMeetingWithAttendeesRequest.add_member(:notifications_configuration, Shapes::ShapeRef.new(shape: NotificationsConfiguration, location_name: "NotificationsConfiguration"))
141
146
  CreateMeetingWithAttendeesRequest.add_member(:attendees, Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequestItemList, required: true, location_name: "Attendees"))
147
+ CreateMeetingWithAttendeesRequest.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
142
148
  CreateMeetingWithAttendeesRequest.struct_class = Types::CreateMeetingWithAttendeesRequest
143
149
 
144
150
  CreateMeetingWithAttendeesRequestItemList.member = Shapes::ShapeRef.new(shape: CreateAttendeeRequestItem)
@@ -163,7 +169,7 @@ module Aws::ChimeSDKMeetings
163
169
  EngineTranscribeMedicalSettings.add_member(:content_identification_type, Shapes::ShapeRef.new(shape: TranscribeMedicalContentIdentificationType, location_name: "ContentIdentificationType"))
164
170
  EngineTranscribeMedicalSettings.struct_class = Types::EngineTranscribeMedicalSettings
165
171
 
166
- EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, required: true, location_name: "LanguageCode"))
172
+ EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "LanguageCode"))
167
173
  EngineTranscribeSettings.add_member(:vocabulary_filter_method, Shapes::ShapeRef.new(shape: TranscribeVocabularyFilterMethod, location_name: "VocabularyFilterMethod"))
168
174
  EngineTranscribeSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyFilterName"))
169
175
  EngineTranscribeSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyName"))
@@ -174,6 +180,9 @@ module Aws::ChimeSDKMeetings
174
180
  EngineTranscribeSettings.add_member(:content_redaction_type, Shapes::ShapeRef.new(shape: TranscribeContentRedactionType, location_name: "ContentRedactionType"))
175
181
  EngineTranscribeSettings.add_member(:pii_entity_types, Shapes::ShapeRef.new(shape: TranscribePiiEntityTypes, location_name: "PiiEntityTypes"))
176
182
  EngineTranscribeSettings.add_member(:language_model_name, Shapes::ShapeRef.new(shape: TranscribeLanguageModelName, location_name: "LanguageModelName"))
183
+ EngineTranscribeSettings.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
184
+ EngineTranscribeSettings.add_member(:language_options, Shapes::ShapeRef.new(shape: TranscribeLanguageOptions, location_name: "LanguageOptions"))
185
+ EngineTranscribeSettings.add_member(:preferred_language, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "PreferredLanguage"))
177
186
  EngineTranscribeSettings.struct_class = Types::EngineTranscribeSettings
178
187
 
179
188
  ForbiddenException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
@@ -224,6 +233,7 @@ module Aws::ChimeSDKMeetings
224
233
  Meeting.add_member(:media_region, Shapes::ShapeRef.new(shape: MediaRegion, location_name: "MediaRegion"))
225
234
  Meeting.add_member(:media_placement, Shapes::ShapeRef.new(shape: MediaPlacement, location_name: "MediaPlacement"))
226
235
  Meeting.add_member(:meeting_features, Shapes::ShapeRef.new(shape: MeetingFeaturesConfiguration, location_name: "MeetingFeatures"))
236
+ Meeting.add_member(:primary_meeting_id, Shapes::ShapeRef.new(shape: PrimaryMeetingId, location_name: "PrimaryMeetingId"))
227
237
  Meeting.struct_class = Types::Meeting
228
238
 
229
239
  MeetingFeaturesConfiguration.add_member(:audio, Shapes::ShapeRef.new(shape: AudioFeatures, location_name: "Audio"))
@@ -239,6 +249,11 @@ module Aws::ChimeSDKMeetings
239
249
  NotificationsConfiguration.add_member(:sqs_queue_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SqsQueueArn"))
240
250
  NotificationsConfiguration.struct_class = Types::NotificationsConfiguration
241
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
+
242
257
  ServiceUnavailableException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
243
258
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
244
259
  ServiceUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -252,6 +267,11 @@ module Aws::ChimeSDKMeetings
252
267
  StopMeetingTranscriptionRequest.add_member(:meeting_id, Shapes::ShapeRef.new(shape: GuidString, required: true, location: "uri", location_name: "MeetingId"))
253
268
  StopMeetingTranscriptionRequest.struct_class = Types::StopMeetingTranscriptionRequest
254
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
+
255
275
  TranscriptionConfiguration.add_member(:engine_transcribe_settings, Shapes::ShapeRef.new(shape: EngineTranscribeSettings, location_name: "EngineTranscribeSettings"))
256
276
  TranscriptionConfiguration.add_member(:engine_transcribe_medical_settings, Shapes::ShapeRef.new(shape: EngineTranscribeMedicalSettings, location_name: "EngineTranscribeMedicalSettings"))
257
277
  TranscriptionConfiguration.struct_class = Types::TranscriptionConfiguration
@@ -290,11 +310,14 @@ module Aws::ChimeSDKMeetings
290
310
  o.input = Shapes::ShapeRef.new(shape: BatchCreateAttendeeRequest)
291
311
  o.output = Shapes::ShapeRef.new(shape: BatchCreateAttendeeResponse)
292
312
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
293
- o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
294
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
295
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
296
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)
297
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)
298
321
  end)
299
322
 
300
323
  api.add_operation(:create_attendee, Seahorse::Model::Operation.new.tap do |o|
@@ -305,11 +328,13 @@ module Aws::ChimeSDKMeetings
305
328
  o.output = Shapes::ShapeRef.new(shape: CreateAttendeeResponse)
306
329
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
307
330
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
331
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
308
332
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
309
333
  o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
310
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
311
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
312
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)
313
338
  end)
314
339
 
315
340
  api.add_operation(:create_meeting, Seahorse::Model::Operation.new.tap do |o|
@@ -319,8 +344,11 @@ module Aws::ChimeSDKMeetings
319
344
  o.input = Shapes::ShapeRef.new(shape: CreateMeetingRequest)
320
345
  o.output = Shapes::ShapeRef.new(shape: CreateMeetingResponse)
321
346
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
322
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
347
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
323
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)
324
352
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
325
353
  end)
326
354
 
@@ -331,8 +359,11 @@ module Aws::ChimeSDKMeetings
331
359
  o.input = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequest)
332
360
  o.output = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesResponse)
333
361
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
334
- o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
362
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
335
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)
336
367
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
337
368
  end)
338
369
 
@@ -342,8 +373,13 @@ module Aws::ChimeSDKMeetings
342
373
  o.http_request_uri = "/meetings/{MeetingId}/attendees/{AttendeeId}"
343
374
  o.input = Shapes::ShapeRef.new(shape: DeleteAttendeeRequest)
344
375
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
376
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
345
377
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
346
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)
347
383
  end)
348
384
 
349
385
  api.add_operation(:delete_meeting, Seahorse::Model::Operation.new.tap do |o|
@@ -354,6 +390,11 @@ module Aws::ChimeSDKMeetings
354
390
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
355
391
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
356
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)
357
398
  end)
358
399
 
359
400
  api.add_operation(:get_attendee, Seahorse::Model::Operation.new.tap do |o|
@@ -363,8 +404,12 @@ module Aws::ChimeSDKMeetings
363
404
  o.input = Shapes::ShapeRef.new(shape: GetAttendeeRequest)
364
405
  o.output = Shapes::ShapeRef.new(shape: GetAttendeeResponse)
365
406
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
366
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
367
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)
368
413
  end)
369
414
 
370
415
  api.add_operation(:get_meeting, Seahorse::Model::Operation.new.tap do |o|
@@ -376,6 +421,10 @@ module Aws::ChimeSDKMeetings
376
421
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
377
422
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
378
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)
379
428
  end)
380
429
 
381
430
  api.add_operation(:list_attendees, Seahorse::Model::Operation.new.tap do |o|
@@ -385,8 +434,12 @@ module Aws::ChimeSDKMeetings
385
434
  o.input = Shapes::ShapeRef.new(shape: ListAttendeesRequest)
386
435
  o.output = Shapes::ShapeRef.new(shape: ListAttendeesResponse)
387
436
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
388
- o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
389
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)
390
443
  o[:pager] = Aws::Pager.new(
391
444
  limit_key: "max_results",
392
445
  tokens: {
@@ -407,7 +460,9 @@ module Aws::ChimeSDKMeetings
407
460
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
408
461
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
409
462
  o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
463
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
410
464
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
465
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
411
466
  end)
412
467
 
413
468
  api.add_operation(:stop_meeting_transcription, Seahorse::Model::Operation.new.tap do |o|
@@ -421,7 +476,9 @@ module Aws::ChimeSDKMeetings
421
476
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
422
477
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
423
478
  o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
479
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
424
480
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
481
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
425
482
  end)
426
483
  end
427
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
@@ -244,6 +244,7 @@ module Aws::ChimeSDKMeetings
244
244
  # echo_reduction: "AVAILABLE", # accepts AVAILABLE, UNAVAILABLE
245
245
  # },
246
246
  # },
247
+ # primary_meeting_id: "PrimaryMeetingId",
247
248
  # }
248
249
  #
249
250
  # @!attribute [rw] client_request_token
@@ -257,11 +258,14 @@ module Aws::ChimeSDKMeetings
257
258
  # @!attribute [rw] media_region
258
259
  # The Region in which to create the meeting.
259
260
  #
260
- # Available values: `af-south-1` , `ap-northeast-1` , `ap-northeast-2`
261
- # , `ap-south-1` , `ap-southeast-1` , `ap-southeast-2` ,
262
- # `ca-central-1` , `eu-central-1` , `eu-north-1` , `eu-south-1` ,
263
- # `eu-west-1` , `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1`
264
- # , `us-east-2` , `us-west-1` , `us-west-2` .
261
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
262
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
263
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
264
+ # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
265
+ # `us-west-1`, `us-west-2`.
266
+ #
267
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
268
+ # `us-gov-west-1`.
265
269
  # @return [String]
266
270
  #
267
271
  # @!attribute [rw] meeting_host_id
@@ -282,6 +286,11 @@ module Aws::ChimeSDKMeetings
282
286
  # echo reduction.
283
287
  # @return [Types::MeetingFeaturesConfiguration]
284
288
  #
289
+ # @!attribute [rw] primary_meeting_id
290
+ # When specified, replicates the media from the primary meeting to the
291
+ # new meeting.
292
+ # @return [String]
293
+ #
285
294
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingRequest AWS API Documentation
286
295
  #
287
296
  class CreateMeetingRequest < Struct.new(
@@ -290,7 +299,8 @@ module Aws::ChimeSDKMeetings
290
299
  :meeting_host_id,
291
300
  :external_meeting_id,
292
301
  :notifications_configuration,
293
- :meeting_features)
302
+ :meeting_features,
303
+ :primary_meeting_id)
294
304
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
295
305
  include Aws::Structure
296
306
  end
@@ -331,6 +341,7 @@ module Aws::ChimeSDKMeetings
331
341
  # external_user_id: "ExternalUserId", # required
332
342
  # },
333
343
  # ],
344
+ # primary_meeting_id: "PrimaryMeetingId",
334
345
  # }
335
346
  #
336
347
  # @!attribute [rw] client_request_token
@@ -343,6 +354,15 @@ module Aws::ChimeSDKMeetings
343
354
  #
344
355
  # @!attribute [rw] media_region
345
356
  # The Region in which to create the meeting.
357
+ #
358
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
359
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
360
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
361
+ # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
362
+ # `us-west-1`, `us-west-2`.
363
+ #
364
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
365
+ # `us-gov-west-1`.
346
366
  # @return [String]
347
367
  #
348
368
  # @!attribute [rw] meeting_host_id
@@ -367,6 +387,11 @@ module Aws::ChimeSDKMeetings
367
387
  # The attendee information, including attendees' IDs and join tokens.
368
388
  # @return [Array<Types::CreateAttendeeRequestItem>]
369
389
  #
390
+ # @!attribute [rw] primary_meeting_id
391
+ # When specified, replicates the media from the primary meeting to the
392
+ # new meeting.
393
+ # @return [String]
394
+ #
370
395
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/CreateMeetingWithAttendeesRequest AWS API Documentation
371
396
  #
372
397
  class CreateMeetingWithAttendeesRequest < Struct.new(
@@ -376,7 +401,8 @@ module Aws::ChimeSDKMeetings
376
401
  :external_meeting_id,
377
402
  :meeting_features,
378
403
  :notifications_configuration,
379
- :attendees)
404
+ :attendees,
405
+ :primary_meeting_id)
380
406
  SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id]
381
407
  include Aws::Structure
382
408
  end
@@ -510,7 +536,7 @@ module Aws::ChimeSDKMeetings
510
536
  # data as a hash:
511
537
  #
512
538
  # {
513
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
539
+ # language_code: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
514
540
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
515
541
  # vocabulary_filter_name: "String",
516
542
  # vocabulary_name: "String",
@@ -521,6 +547,9 @@ module Aws::ChimeSDKMeetings
521
547
  # content_redaction_type: "PII", # accepts PII
522
548
  # pii_entity_types: "TranscribePiiEntityTypes",
523
549
  # language_model_name: "TranscribeLanguageModelName",
550
+ # identify_language: false,
551
+ # language_options: "TranscribeLanguageOptions",
552
+ # preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
524
553
  # }
525
554
  #
526
555
  # @!attribute [rw] language_code
@@ -576,7 +605,7 @@ module Aws::ChimeSDKMeetings
576
605
  # specify entity types, you must enable `ContentIdentificationType` or
577
606
  # `ContentRedactionType`.
578
607
  #
579
- # PIIEntityTypes must be comma-separated. The available values are:
608
+ # `PIIEntityTypes` must be comma-separated. The available values are:
580
609
  # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
581
610
  # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
582
611
  # `ADDRESS`, `NAME`, `PHONE`, `SSN`, and `ALL`.
@@ -589,6 +618,19 @@ module Aws::ChimeSDKMeetings
589
618
  # The name of the language model used during transcription.
590
619
  # @return [String]
591
620
  #
621
+ # @!attribute [rw] identify_language
622
+ # Automatically identifies the language spoken in media files.
623
+ # @return [Boolean]
624
+ #
625
+ # @!attribute [rw] language_options
626
+ # Language codes for the languages that you want to identify. You must
627
+ # provide at least 2 codes.
628
+ # @return [String]
629
+ #
630
+ # @!attribute [rw] preferred_language
631
+ # Language code for the preferred language.
632
+ # @return [String]
633
+ #
592
634
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/EngineTranscribeSettings AWS API Documentation
593
635
  #
594
636
  class EngineTranscribeSettings < Struct.new(
@@ -602,7 +644,10 @@ module Aws::ChimeSDKMeetings
602
644
  :content_identification_type,
603
645
  :content_redaction_type,
604
646
  :pii_entity_types,
605
- :language_model_name)
647
+ :language_model_name,
648
+ :identify_language,
649
+ :language_options,
650
+ :preferred_language)
606
651
  SENSITIVE = []
607
652
  include Aws::Structure
608
653
  end
@@ -839,6 +884,9 @@ module Aws::ChimeSDKMeetings
839
884
  # `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
840
885
  # `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
841
886
  # `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
887
+ #
888
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
889
+ # `us-gov-west-1`.
842
890
  # @return [String]
843
891
  #
844
892
  # @!attribute [rw] media_placement
@@ -849,6 +897,11 @@ module Aws::ChimeSDKMeetings
849
897
  # The features available to a meeting, such as Amazon Voice Focus.
850
898
  # @return [Types::MeetingFeaturesConfiguration]
851
899
  #
900
+ # @!attribute [rw] primary_meeting_id
901
+ # When specified, replicates the media from the primary meeting to
902
+ # this meeting.
903
+ # @return [String]
904
+ #
852
905
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/Meeting AWS API Documentation
853
906
  #
854
907
  class Meeting < Struct.new(
@@ -857,12 +910,13 @@ module Aws::ChimeSDKMeetings
857
910
  :external_meeting_id,
858
911
  :media_region,
859
912
  :media_placement,
860
- :meeting_features)
913
+ :meeting_features,
914
+ :primary_meeting_id)
861
915
  SENSITIVE = [:meeting_host_id, :external_meeting_id]
862
916
  include Aws::Structure
863
917
  end
864
918
 
865
- # The configuration settings of the features available to a meeting.
919
+ # The configuration settings of the features available to a meeting.&gt;
866
920
  #
867
921
  # @note When making an API call, you may pass MeetingFeaturesConfiguration
868
922
  # data as a hash:
@@ -945,6 +999,27 @@ module Aws::ChimeSDKMeetings
945
999
  include Aws::Structure
946
1000
  end
947
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
+
948
1023
  # The service is currently unavailable.
949
1024
  #
950
1025
  # @!attribute [rw] code
@@ -980,7 +1055,7 @@ module Aws::ChimeSDKMeetings
980
1055
  # meeting_id: "GuidString", # required
981
1056
  # transcription_configuration: { # required
982
1057
  # engine_transcribe_settings: {
983
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
1058
+ # language_code: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
984
1059
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
985
1060
  # vocabulary_filter_name: "String",
986
1061
  # vocabulary_name: "String",
@@ -991,6 +1066,9 @@ module Aws::ChimeSDKMeetings
991
1066
  # content_redaction_type: "PII", # accepts PII
992
1067
  # pii_entity_types: "TranscribePiiEntityTypes",
993
1068
  # language_model_name: "TranscribeLanguageModelName",
1069
+ # identify_language: false,
1070
+ # language_options: "TranscribeLanguageOptions",
1071
+ # preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
994
1072
  # },
995
1073
  # engine_transcribe_medical_settings: {
996
1074
  # language_code: "en-US", # required, accepts en-US
@@ -1041,6 +1119,27 @@ module Aws::ChimeSDKMeetings
1041
1119
  include Aws::Structure
1042
1120
  end
1043
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
+
1044
1143
  # The configuration for the current transcription operation. Must
1045
1144
  # contain `EngineTranscribeSettings` or
1046
1145
  # `EngineTranscribeMedicalSettings`.
@@ -1050,7 +1149,7 @@ module Aws::ChimeSDKMeetings
1050
1149
  #
1051
1150
  # {
1052
1151
  # engine_transcribe_settings: {
1053
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
1152
+ # language_code: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
1054
1153
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
1055
1154
  # vocabulary_filter_name: "String",
1056
1155
  # vocabulary_name: "String",
@@ -1061,6 +1160,9 @@ module Aws::ChimeSDKMeetings
1061
1160
  # content_redaction_type: "PII", # accepts PII
1062
1161
  # pii_entity_types: "TranscribePiiEntityTypes",
1063
1162
  # language_model_name: "TranscribeLanguageModelName",
1163
+ # identify_language: false,
1164
+ # language_options: "TranscribeLanguageOptions",
1165
+ # preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
1064
1166
  # },
1065
1167
  # engine_transcribe_medical_settings: {
1066
1168
  # language_code: "en-US", # required, accepts en-US
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-chimesdkmeetings/customizations'
48
48
  # @!group service
49
49
  module Aws::ChimeSDKMeetings
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
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.7.0
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-02-24 00:00:00.000000000 Z
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