aws-sdk-chimesdkmeetings 1.16.0 → 1.18.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: 1922f313af4e23175e2fc4da9339d75bb5358ab8ac3b9fee1980af3443c709d5
4
- data.tar.gz: 2cc4ec2ba8d24d1a97c047ab0230216183ce326f43b50dec5ab910b4d05a8e2f
3
+ metadata.gz: dab88921d360948bed3feef5997b118787c248173102baa9e02b459f484c4913
4
+ data.tar.gz: 500fe9e12c25943630d908ec25d4317392ea2b2e62be1d4d4ddc1ba28852ecd8
5
5
  SHA512:
6
- metadata.gz: aa7c7390f6648e2a0e202b6c6849d7754cea290c5d9f8104fad1517ed7fa6e50b9e6e04829f733db1379269bf6d03ff1f33b665bba0ee44ec06eecf730019df9
7
- data.tar.gz: a41e8fbd16b63b8db1e81a29539994cd6b54dc656719762a7bcad74ee6d9a2fb9a9d3fb5fd2e0b6d7109b6b04e32d477a0f859c78d6f9649bdb14ed368d9119b
6
+ metadata.gz: f94419f6de7e9aaf62232d8ec25b87d97ae1b7044a2931fe167aba130194ae81028d9a95af30fef6268ecad1a3086c0bdebd1670516e756ee168049dd3f46433
7
+ data.tar.gz: 02375be4aa6ce795d4f7d6d080cba4bd40ee4ab5f4dae0cc5617207ed4fdd7de2fdae67f98ff7b0d08db0944dd401bd2b72f14a2ae24980cd5af1767597e9140
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2023-04-20)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
8
+
9
+ 1.17.0 (2023-02-09)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Chime Meetings SDK
13
+
4
14
  1.16.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.18.0
@@ -452,7 +452,7 @@ module Aws::ChimeSDKMeetings
452
452
  #
453
453
  # * When you change a `video` or `content` capability from `None` or
454
454
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
455
- # their video or content streams, remote attendess can receive those
455
+ # their video or content streams, remote attendees can receive those
456
456
  # streams, but only after media renegotiation between the client and
457
457
  # the Amazon Chime back-end server.
458
458
  #
@@ -509,6 +509,11 @@ module Aws::ChimeSDKMeetings
509
509
  # The Amazon Chime SDK external user ID. An idempotency token. Links the
510
510
  # attendee to an identity managed by a builder application.
511
511
  #
512
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
513
+ #
514
+ # Values that begin with `aws:` are reserved. You can't configure a
515
+ # value that uses this prefix.
516
+ #
512
517
  # @option params [Types::AttendeeCapabilities] :capabilities
513
518
  # The capabilities (`audio`, `video`, or `content`) that you want to
514
519
  # grant an attendee. If you don't specify capabilities, all users have
@@ -536,7 +541,7 @@ module Aws::ChimeSDKMeetings
536
541
  #
537
542
  # * When you change a `video` or `content` capability from `None` or
538
543
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
539
- # their video or content streams, remote attendess can receive those
544
+ # their video or content streams, remote attendees can receive those
540
545
  # streams, but only after media renegotiation between the client and
541
546
  # the Amazon Chime back-end server.
542
547
  #
@@ -610,6 +615,11 @@ module Aws::ChimeSDKMeetings
610
615
  # @option params [required, String] :external_meeting_id
611
616
  # The external meeting ID.
612
617
  #
618
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
619
+ #
620
+ # Values that begin with `aws:` are reserved. You can't configure a
621
+ # value that uses this prefix. Case insensitive.
622
+ #
613
623
  # @option params [Types::NotificationsConfiguration] :notifications_configuration
614
624
  # The configuration for resource targets to receive notifications when
615
625
  # meeting and attendee events occur.
@@ -655,7 +665,7 @@ module Aws::ChimeSDKMeetings
655
665
  #
656
666
  # **Minimum permissions**
657
667
  #
658
- # In addition to the `tag:TagResources `permission required by this
668
+ # In addition to the `tag:TagResources` permission required by this
659
669
  # operation, you must also have the tagging permission defined by the
660
670
  # service that created the resource. For example, to tag a
661
671
  # `ChimeSDKMeetings` instance using the `TagResources` operation, you
@@ -774,6 +784,11 @@ module Aws::ChimeSDKMeetings
774
784
  # @option params [required, String] :external_meeting_id
775
785
  # The external meeting ID.
776
786
  #
787
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
788
+ #
789
+ # Values that begin with `aws:` are reserved. You can't configure a
790
+ # value that uses this prefix. Case insensitive.
791
+ #
777
792
  # @option params [Types::MeetingFeaturesConfiguration] :meeting_features
778
793
  # Lists the audio and video features enabled for a meeting, such as echo
779
794
  # reduction.
@@ -1118,7 +1133,26 @@ module Aws::ChimeSDKMeetings
1118
1133
  req.send_request(options)
1119
1134
  end
1120
1135
 
1121
- # Starts transcription for the specified `meetingId`.
1136
+ # Starts transcription for the specified `meetingId`. For more
1137
+ # information, refer to [ Using Amazon Chime SDK live transcription ][1]
1138
+ # in the *Amazon Chime SDK Developer Guide*.
1139
+ #
1140
+ # If you specify an invalid configuration, a `TranscriptFailed` event
1141
+ # will be sent with the contents of the `BadRequestException` generated
1142
+ # by Amazon Transcribe. For more information on each parameter and which
1143
+ # combinations are valid, refer to the [StartStreamTranscription][2] API
1144
+ # in the *Amazon Transcribe Developer Guide*.
1145
+ #
1146
+ # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
1147
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][3],
1148
+ # including the terms specific to the AWS Machine Learning and
1149
+ # Artificial Intelligence Services.
1150
+ #
1151
+ #
1152
+ #
1153
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
1154
+ # [2]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
1155
+ # [3]: https://aws.amazon.com/service-terms/
1122
1156
  #
1123
1157
  # @option params [required, String] :meeting_id
1124
1158
  # The unique ID of the meeting being transcribed.
@@ -1136,7 +1170,7 @@ module Aws::ChimeSDKMeetings
1136
1170
  # meeting_id: "GuidString", # required
1137
1171
  # transcription_configuration: { # required
1138
1172
  # engine_transcribe_settings: {
1139
- # 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
1173
+ # 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, th-TH, hi-IN
1140
1174
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
1141
1175
  # vocabulary_filter_name: "String",
1142
1176
  # vocabulary_name: "String",
@@ -1149,7 +1183,9 @@ module Aws::ChimeSDKMeetings
1149
1183
  # language_model_name: "TranscribeLanguageModelName",
1150
1184
  # identify_language: false,
1151
1185
  # language_options: "TranscribeLanguageOptions",
1152
- # 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
1186
+ # 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, th-TH, hi-IN
1187
+ # vocabulary_names: "TranscribeVocabularyNamesOrFilterNamesString",
1188
+ # vocabulary_filter_names: "TranscribeVocabularyNamesOrFilterNamesString",
1153
1189
  # },
1154
1190
  # engine_transcribe_medical_settings: {
1155
1191
  # language_code: "en-US", # required, accepts en-US
@@ -1171,7 +1207,19 @@ module Aws::ChimeSDKMeetings
1171
1207
  req.send_request(options)
1172
1208
  end
1173
1209
 
1174
- # Stops transcription for the specified `meetingId`.
1210
+ # Stops transcription for the specified `meetingId`. For more
1211
+ # information, refer to [ Using Amazon Chime SDK live transcription ][1]
1212
+ # in the *Amazon Chime SDK Developer Guide*.
1213
+ #
1214
+ # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
1215
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][2],
1216
+ # including the terms specific to the AWS Machine Learning and
1217
+ # Artificial Intelligence Services.
1218
+ #
1219
+ #
1220
+ #
1221
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
1222
+ # [2]: https://aws.amazon.com/service-terms/
1175
1223
  #
1176
1224
  # @option params [required, String] :meeting_id
1177
1225
  # The unique ID of the meeting for which you stop transcription.
@@ -1273,7 +1321,7 @@ module Aws::ChimeSDKMeetings
1273
1321
  req.send_request(options)
1274
1322
  end
1275
1323
 
1276
- # The capabilties that you want to update.
1324
+ # The capabilities that you want to update.
1277
1325
  #
1278
1326
  # <note markdown="1"> You use the capabilities with a set of values that control what the
1279
1327
  # capabilities can do, such as `SendReceive` data. For more information
@@ -1297,7 +1345,7 @@ module Aws::ChimeSDKMeetings
1297
1345
  #
1298
1346
  # * When you change a `video` or `content` capability from `None` or
1299
1347
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
1300
- # their video or content streams, remote attendess can receive those
1348
+ # their video or content streams, remote attendees can receive those
1301
1349
  # streams, but only after media renegotiation between the client and
1302
1350
  # the Amazon Chime back-end server.
1303
1351
  #
@@ -1308,7 +1356,7 @@ module Aws::ChimeSDKMeetings
1308
1356
  # The ID of the attendee associated with the update request.
1309
1357
  #
1310
1358
  # @option params [required, Types::AttendeeCapabilities] :capabilities
1311
- # The capabilties that you want to update.
1359
+ # The capabilities that you want to update.
1312
1360
  #
1313
1361
  # @return [Types::UpdateAttendeeCapabilitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1314
1362
  #
@@ -1357,7 +1405,7 @@ module Aws::ChimeSDKMeetings
1357
1405
  params: params,
1358
1406
  config: config)
1359
1407
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1360
- context[:gem_version] = '1.16.0'
1408
+ context[:gem_version] = '1.18.0'
1361
1409
  Seahorse::Client::Request.new(handlers, context)
1362
1410
  end
1363
1411
 
@@ -99,6 +99,7 @@ module Aws::ChimeSDKMeetings
99
99
  TranscribePiiEntityTypes = Shapes::StringShape.new(name: 'TranscribePiiEntityTypes')
100
100
  TranscribeRegion = Shapes::StringShape.new(name: 'TranscribeRegion')
101
101
  TranscribeVocabularyFilterMethod = Shapes::StringShape.new(name: 'TranscribeVocabularyFilterMethod')
102
+ TranscribeVocabularyNamesOrFilterNamesString = Shapes::StringShape.new(name: 'TranscribeVocabularyNamesOrFilterNamesString')
102
103
  TranscriptionConfiguration = Shapes::StructureShape.new(name: 'TranscriptionConfiguration')
103
104
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
104
105
  UnprocessableEntityException = Shapes::StructureShape.new(name: 'UnprocessableEntityException')
@@ -234,6 +235,8 @@ module Aws::ChimeSDKMeetings
234
235
  EngineTranscribeSettings.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
235
236
  EngineTranscribeSettings.add_member(:language_options, Shapes::ShapeRef.new(shape: TranscribeLanguageOptions, location_name: "LanguageOptions"))
236
237
  EngineTranscribeSettings.add_member(:preferred_language, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "PreferredLanguage"))
238
+ EngineTranscribeSettings.add_member(:vocabulary_names, Shapes::ShapeRef.new(shape: TranscribeVocabularyNamesOrFilterNamesString, location_name: "VocabularyNames"))
239
+ EngineTranscribeSettings.add_member(:vocabulary_filter_names, Shapes::ShapeRef.new(shape: TranscribeVocabularyNamesOrFilterNamesString, location_name: "VocabularyFilterNames"))
237
240
  EngineTranscribeSettings.struct_class = Types::EngineTranscribeSettings
238
241
 
239
242
  ForbiddenException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
@@ -14,36 +14,39 @@ module Aws::ChimeSDKMeetings
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://meetings-chime.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -23,6 +23,11 @@ module Aws::ChimeSDKMeetings
23
23
  # @!attribute [rw] external_user_id
24
24
  # The Amazon Chime SDK external user ID. An idempotency token. Links
25
25
  # the attendee to an identity managed by a builder application.
26
+ #
27
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
28
+ #
29
+ # Values that begin with `aws:` are reserved. You can't configure a
30
+ # value that uses this prefix. Case insensitive.
26
31
  # @return [String]
27
32
  #
28
33
  # @!attribute [rw] attendee_id
@@ -58,7 +63,7 @@ module Aws::ChimeSDKMeetings
58
63
  #
59
64
  # * When you change a `video` or `content` capability from `None` or
60
65
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned
61
- # on their video or content streams, remote attendess can receive
66
+ # on their video or content streams, remote attendees can receive
62
67
  # those streams, but only after media renegotiation between the
63
68
  # client and the Amazon Chime back-end server.
64
69
  # @return [Types::AttendeeCapabilities]
@@ -98,7 +103,7 @@ module Aws::ChimeSDKMeetings
98
103
  #
99
104
  # * When you change a `video` or `content` capability from `None` or
100
105
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
101
- # their video or content streams, remote attendess can receive those
106
+ # their video or content streams, remote attendees can receive those
102
107
  # streams, but only after media renegotiation between the client and
103
108
  # the Amazon Chime back-end server.
104
109
  #
@@ -267,6 +272,11 @@ module Aws::ChimeSDKMeetings
267
272
  # @!attribute [rw] external_user_id
268
273
  # The Amazon Chime SDK external user ID. An idempotency token. Links
269
274
  # the attendee to an identity managed by a builder application.
275
+ #
276
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
277
+ #
278
+ # Values that begin with `aws:` are reserved. You can't configure a
279
+ # value that uses this prefix. Case insensitive.
270
280
  # @return [String]
271
281
  #
272
282
  # @!attribute [rw] error_code
@@ -294,6 +304,11 @@ module Aws::ChimeSDKMeetings
294
304
  # @!attribute [rw] external_user_id
295
305
  # The Amazon Chime SDK external user ID. An idempotency token. Links
296
306
  # the attendee to an identity managed by a builder application.
307
+ #
308
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
309
+ #
310
+ # Values that begin with `aws:` are reserved. You can't configure a
311
+ # value that uses this prefix.
297
312
  # @return [String]
298
313
  #
299
314
  # @!attribute [rw] capabilities
@@ -323,7 +338,7 @@ module Aws::ChimeSDKMeetings
323
338
  #
324
339
  # * When you change a `video` or `content` capability from `None` or
325
340
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned
326
- # on their video or content streams, remote attendess can receive
341
+ # on their video or content streams, remote attendees can receive
327
342
  # those streams, but only after media renegotiation between the
328
343
  # client and the Amazon Chime back-end server.
329
344
  # @return [Types::AttendeeCapabilities]
@@ -344,6 +359,11 @@ module Aws::ChimeSDKMeetings
344
359
  # @!attribute [rw] external_user_id
345
360
  # The Amazon Chime SDK external user ID. An idempotency token. Links
346
361
  # the attendee to an identity managed by a builder application.
362
+ #
363
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
364
+ #
365
+ # Values that begin with `aws:` are reserved. You can't configure a
366
+ # value that uses this prefix. Case insensitive.
347
367
  # @return [String]
348
368
  #
349
369
  # @!attribute [rw] capabilities
@@ -398,6 +418,11 @@ module Aws::ChimeSDKMeetings
398
418
  #
399
419
  # @!attribute [rw] external_meeting_id
400
420
  # The external meeting ID.
421
+ #
422
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
423
+ #
424
+ # Values that begin with `aws:` are reserved. You can't configure a
425
+ # value that uses this prefix. Case insensitive.
401
426
  # @return [String]
402
427
  #
403
428
  # @!attribute [rw] notifications_configuration
@@ -449,7 +474,7 @@ module Aws::ChimeSDKMeetings
449
474
  #
450
475
  # **Minimum permissions**
451
476
  #
452
- # In addition to the `tag:TagResources `permission required by this
477
+ # In addition to the `tag:TagResources` permission required by this
453
478
  # operation, you must also have the tagging permission defined by the
454
479
  # service that created the resource. For example, to tag a
455
480
  # `ChimeSDKMeetings` instance using the `TagResources` operation, you
@@ -529,6 +554,11 @@ module Aws::ChimeSDKMeetings
529
554
  #
530
555
  # @!attribute [rw] external_meeting_id
531
556
  # The external meeting ID.
557
+ #
558
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
559
+ #
560
+ # Values that begin with `aws:` are reserved. You can't configure a
561
+ # value that uses this prefix. Case insensitive.
532
562
  # @return [String]
533
563
  #
534
564
  # @!attribute [rw] meeting_features
@@ -672,85 +702,216 @@ module Aws::ChimeSDKMeetings
672
702
  include Aws::Structure
673
703
  end
674
704
 
675
- # Settings specific to the Amazon Transcribe engine.
705
+ # Settings specific for Amazon Transcribe as the live transcription
706
+ # engine.
707
+ #
708
+ # If you specify an invalid combination of parameters, a
709
+ # `TranscriptFailed` event will be sent with the contents of the
710
+ # `BadRequestException` generated by Amazon Transcribe. For more
711
+ # information on each parameter and which combinations are valid, refer
712
+ # to the [StartStreamTranscription][1] API in the *Amazon Transcribe
713
+ # Developer Guide*.
714
+ #
715
+ #
716
+ #
717
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
676
718
  #
677
719
  # @!attribute [rw] language_code
678
- # The language code specified for the Amazon Transcribe engine.
720
+ # Specify the language code that represents the language spoken.
721
+ #
722
+ # If you're unsure of the language spoken in your audio, consider
723
+ # using `IdentifyLanguage` to enable automatic language
724
+ # identification.
679
725
  # @return [String]
680
726
  #
681
727
  # @!attribute [rw] vocabulary_filter_method
682
- # The filtering method passed to Amazon Transcribe.
728
+ # Specify how you want your vocabulary filter applied to your
729
+ # transcript.
730
+ #
731
+ # To replace words with `***`, choose `mask`.
732
+ #
733
+ # To delete words, choose `remove`.
734
+ #
735
+ # To flag words without changing them, choose `tag`.
683
736
  # @return [String]
684
737
  #
685
738
  # @!attribute [rw] vocabulary_filter_name
686
- # The name of the vocabulary filter passed to Amazon Transcribe.
739
+ # Specify the name of the custom vocabulary filter that you want to
740
+ # use when processing your transcription. Note that vocabulary filter
741
+ # names are case sensitive.
742
+ #
743
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
744
+ # filter must be available in Amazon Transcribe in each Region.
745
+ #
746
+ # If you include `IdentifyLanguage` and want to use one or more
747
+ # vocabulary filters with your transcription, use the
748
+ # `VocabularyFilterNames` parameter instead.
687
749
  # @return [String]
688
750
  #
689
751
  # @!attribute [rw] vocabulary_name
690
- # The name of the vocabulary passed to Amazon Transcribe.
752
+ # Specify the name of the custom vocabulary that you want to use when
753
+ # processing your transcription. Note that vocabulary names are case
754
+ # sensitive.
755
+ #
756
+ # If you use Amazon Transcribe multiple Regions, the vocabulary must
757
+ # be available in Amazon Transcribe in each Region.
758
+ #
759
+ # If you include `IdentifyLanguage` and want to use one or more custom
760
+ # vocabularies with your transcription, use the `VocabularyNames`
761
+ # parameter instead.
691
762
  # @return [String]
692
763
  #
693
764
  # @!attribute [rw] region
694
- # The AWS Region passed to Amazon Transcribe. If you don't specify a
695
- # Region, Amazon Chime uses the meeting's Region.
765
+ # The AWS Region in which to use Amazon Transcribe.
766
+ #
767
+ # If you don't specify a Region, then the [MediaRegion][1] of the
768
+ # meeting is used. However, if Amazon Transcribe is not available in
769
+ # the `MediaRegion`, then a `TranscriptFailed` event is sent.
770
+ #
771
+ # Use `auto` to use Amazon Transcribe in a Region near the meeting’s
772
+ # `MediaRegion`. For more information, refer to [Choosing a
773
+ # transcription Region][2] in the *Amazon Chime SDK Developer Guide*.
774
+ #
775
+ #
776
+ #
777
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html
778
+ # [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region
696
779
  # @return [String]
697
780
  #
698
781
  # @!attribute [rw] enable_partial_results_stabilization
699
- # Generates partial transcription results that are less likely to
700
- # change as meeting attendees speak. It does so by only allowing the
701
- # last few words from the partial results to change.
782
+ # Enables partial result stabilization for your transcription. Partial
783
+ # result stabilization can reduce latency in your output, but may
784
+ # impact accuracy.
702
785
  # @return [Boolean]
703
786
  #
704
787
  # @!attribute [rw] partial_results_stability
705
- # The stabity level of a partial results transcription. Determines how
706
- # stable you want the transcription results to be. A higher level
707
- # means the transcription results are less likely to change.
788
+ # Specify the level of stability to use when you enable partial
789
+ # results stabilization (`EnablePartialResultsStabilization`).
790
+ #
791
+ # Low stability provides the highest accuracy. High stability
792
+ # transcribes faster, but with slightly lower accuracy.
708
793
  # @return [String]
709
794
  #
710
795
  # @!attribute [rw] content_identification_type
711
- # Set this field to `PII` to identify personally identifiable
712
- # information in the transcription output.
796
+ # Labels all personally identifiable information (PII) identified in
797
+ # your transcript. If you don't include `PiiEntityTypes`, all PII is
798
+ # identified.
799
+ #
800
+ # <note markdown="1"> You can’t set `ContentIdentificationType` and
801
+ # `ContentRedactionType`.
802
+ #
803
+ # </note>
713
804
  # @return [String]
714
805
  #
715
806
  # @!attribute [rw] content_redaction_type
716
- # Set this field to `PII` to redact personally identifiable
717
- # information in the transcription output. Content redaction is
718
- # performed only upon complete transcription of the audio segments.
807
+ # Content redaction is performed at the segment level. If you don't
808
+ # include `PiiEntityTypes`, all PII is redacted.
809
+ #
810
+ # <note markdown="1"> You can’t set `ContentRedactionType` and
811
+ # `ContentIdentificationType`.
719
812
  #
720
- # You can’t set `ContentRedactionType` and `ContentIdentificationType`
721
- # in the same request. If you set both, your request returns a
722
- # `BadRequestException`.
813
+ # </note>
723
814
  # @return [String]
724
815
  #
725
816
  # @!attribute [rw] pii_entity_types
726
- # Lists the PII entity types you want to identify or redact. To
727
- # specify entity types, you must enable `ContentIdentificationType` or
728
- # `ContentRedactionType`.
817
+ # Specify which types of personally identifiable information (PII) you
818
+ # want to redact in your transcript. You can include as many types as
819
+ # you'd like, or you can select `ALL`.
729
820
  #
730
- # `PIIEntityTypes` must be comma-separated. The available values are:
731
- # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
732
- # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
733
- # `ADDRESS`, `NAME`, `PHONE`, `SSN`, and `ALL`.
821
+ # Values must be comma-separated and can include: `ADDRESS`,
822
+ # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING`, `CREDIT_DEBIT_CVV`,
823
+ # `CREDIT_DEBIT_EXPIRY` `CREDIT_DEBIT_NUMBER`, `EMAIL`,`NAME`,
824
+ # `PHONE`, `PIN`, `SSN`, or `ALL`.
734
825
  #
735
- # `PiiEntityTypes` is an optional parameter with a default value of
736
- # `ALL`.
826
+ # Note that if you include `PiiEntityTypes`, you must also include
827
+ # `ContentIdentificationType` or `ContentRedactionType`.
828
+ #
829
+ # If you include `ContentRedactionType` or
830
+ # `ContentIdentificationType`, but do not include PiiEntityTypes, all
831
+ # PII is redacted or identified.
737
832
  # @return [String]
738
833
  #
739
834
  # @!attribute [rw] language_model_name
740
- # The name of the language model used during transcription.
835
+ # Specify the name of the custom language model that you want to use
836
+ # when processing your transcription. Note that language model names
837
+ # are case sensitive.
838
+ #
839
+ # The language of the specified language model must match the language
840
+ # code. If the languages don't match, the custom language model
841
+ # isn't applied. There are no errors or warnings associated with a
842
+ # language mismatch.
843
+ #
844
+ # If you use Amazon Transcribe in multiple Regions, the custom
845
+ # language model must be available in Amazon Transcribe in each
846
+ # Region.
741
847
  # @return [String]
742
848
  #
743
849
  # @!attribute [rw] identify_language
744
- # Automatically identifies the language spoken in media files.
850
+ # Enables automatic language identification for your transcription.
851
+ #
852
+ # If you include `IdentifyLanguage`, you can optionally use
853
+ # `LanguageOptions` to include a list of language codes that you think
854
+ # may be present in your audio stream. Including language options can
855
+ # improve transcription accuracy.
856
+ #
857
+ # You can also use `PreferredLanguage` to include a preferred
858
+ # language. Doing so can help Amazon Transcribe identify the language
859
+ # faster.
860
+ #
861
+ # You must include either `LanguageCode` or `IdentifyLanguage`.
862
+ #
863
+ # Language identification can't be combined with custom language
864
+ # models or redaction.
745
865
  # @return [Boolean]
746
866
  #
747
867
  # @!attribute [rw] language_options
748
- # Language codes for the languages that you want to identify. You must
749
- # provide at least 2 codes.
868
+ # Specify two or more language codes that represent the languages you
869
+ # think may be present in your media; including more than five is not
870
+ # recommended. If you're unsure what languages are present, do not
871
+ # include this parameter.
872
+ #
873
+ # Including language options can improve the accuracy of language
874
+ # identification.
875
+ #
876
+ # If you include `LanguageOptions`, you must also include
877
+ # `IdentifyLanguage`.
878
+ #
879
+ # You can only include one language dialect per language. For example,
880
+ # you cannot include `en-US` and `en-AU`.
750
881
  # @return [String]
751
882
  #
752
883
  # @!attribute [rw] preferred_language
753
- # Language code for the preferred language.
884
+ # Specify a preferred language from the subset of languages codes you
885
+ # specified in `LanguageOptions`.
886
+ #
887
+ # You can only use this parameter if you include `IdentifyLanguage`
888
+ # and `LanguageOptions`.
889
+ # @return [String]
890
+ #
891
+ # @!attribute [rw] vocabulary_names
892
+ # Specify the names of the custom vocabularies that you want to use
893
+ # when processing your transcription. Note that vocabulary names are
894
+ # case sensitive.
895
+ #
896
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
897
+ # must be available in Amazon Transcribe in each Region.
898
+ #
899
+ # If you don't include `IdentifyLanguage` and want to use a custom
900
+ # vocabulary with your transcription, use the `VocabularyName`
901
+ # parameter instead.
902
+ # @return [String]
903
+ #
904
+ # @!attribute [rw] vocabulary_filter_names
905
+ # Specify the names of the custom vocabulary filters that you want to
906
+ # use when processing your transcription. Note that vocabulary filter
907
+ # names are case sensitive.
908
+ #
909
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
910
+ # filter must be available in Amazon Transcribe in each Region.
911
+ #
912
+ # If you're *not* including `IdentifyLanguage` and want to use a
913
+ # custom vocabulary filter with your transcription, use the
914
+ # `VocabularyFilterName` parameter instead.
754
915
  # @return [String]
755
916
  #
756
917
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/EngineTranscribeSettings AWS API Documentation
@@ -769,7 +930,9 @@ module Aws::ChimeSDKMeetings
769
930
  :language_model_name,
770
931
  :identify_language,
771
932
  :language_options,
772
- :preferred_language)
933
+ :preferred_language,
934
+ :vocabulary_names,
935
+ :vocabulary_filter_names)
773
936
  SENSITIVE = []
774
937
  include Aws::Structure
775
938
  end
@@ -998,6 +1161,11 @@ module Aws::ChimeSDKMeetings
998
1161
  #
999
1162
  # @!attribute [rw] external_meeting_id
1000
1163
  # The external meeting ID.
1164
+ #
1165
+ # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1166
+ #
1167
+ # Values that begin with `aws:` are reserved. You can't configure a
1168
+ # value that uses this prefix. Case insensitive.
1001
1169
  # @return [String]
1002
1170
  #
1003
1171
  # @!attribute [rw] media_region
@@ -1016,7 +1184,7 @@ module Aws::ChimeSDKMeetings
1016
1184
  # @return [Types::MediaPlacement]
1017
1185
  #
1018
1186
  # @!attribute [rw] meeting_features
1019
- # The features available to a meeting, such as Amazon Voice Focus.
1187
+ # The features available to a meeting, such as echo reduction.
1020
1188
  # @return [Types::MeetingFeaturesConfiguration]
1021
1189
  #
1022
1190
  # @!attribute [rw] primary_meeting_id
@@ -1048,7 +1216,7 @@ module Aws::ChimeSDKMeetings
1048
1216
  include Aws::Structure
1049
1217
  end
1050
1218
 
1051
- # The configuration settings of the features available to a meeting.&gt;
1219
+ # The configuration settings of the features available to a meeting.
1052
1220
  #
1053
1221
  # @!attribute [rw] audio
1054
1222
  # The configuration settings for the audio features available to a
@@ -1410,7 +1578,7 @@ module Aws::ChimeSDKMeetings
1410
1578
  # @return [String]
1411
1579
  #
1412
1580
  # @!attribute [rw] capabilities
1413
- # The capabilties that you want to update.
1581
+ # The capabilities that you want to update.
1414
1582
  # @return [Types::AttendeeCapabilities]
1415
1583
  #
1416
1584
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/UpdateAttendeeCapabilitiesRequest AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkmeetings/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKMeetings
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  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.16.0
4
+ version: 1.18.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core