aws-sdk-chimesdkmeetings 1.17.0 → 1.19.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: a9c9fca6c64db3b37668084f8a246ad8cb5743041b3662b694ee0e577a1e8d91
4
- data.tar.gz: 9257849e1b8cfd72a43932f51a9161c3f159e13e4fb96d562e5f3ef9d5016087
3
+ metadata.gz: e9faa059ad7f92d5f4c8c952cf5e271f1304fe843aaa43338a5c550246d1e03d
4
+ data.tar.gz: 92cb4c859554ba2bc1d149fa2be228d674853518fcf0a5df28de4f82edb4df9e
5
5
  SHA512:
6
- metadata.gz: 6351f692c30a0c418027de833941a857d095c0d86f8f9aa257edf9b0e50f34ddb8c22b1a7ebc5007195a7b606c0d07f8e6f1ff9cfca5df5ecd22a7db32de96da
7
- data.tar.gz: b3a31b757e08e13ae30d32b52483914e474558a651292b00f30c2310cf6f94d00e3c20135549a80a84c9599c7c02abb7a9932fb4c1c460051a8cf783d2da5486
6
+ metadata.gz: b302a21e1bb96696f09c165a4f152c67d5d19e4a3967367c1262166a2ac3928fcfab46264e17d38dcc2883639f882c808e034ac927f1de240f383ff84cab965c
7
+ data.tar.gz: 0d8a1bcc3645d63da27037178e7b0356a0e83e193c956dcdcebc514bc64d64f16d81394fa29b56596ecda879d7b852c4bac2780b4b7b3fd236141ef1eefd4565
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.18.0 (2023-04-20)
10
+ ------------------
11
+
12
+ * Feature - Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
13
+
4
14
  1.17.0 (2023-02-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.19.0
@@ -275,6 +275,11 @@ module Aws::ChimeSDKMeetings
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -452,7 +457,7 @@ module Aws::ChimeSDKMeetings
452
457
  #
453
458
  # * When you change a `video` or `content` capability from `None` or
454
459
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
455
- # their video or content streams, remote attendess can receive those
460
+ # their video or content streams, remote attendees can receive those
456
461
  # streams, but only after media renegotiation between the client and
457
462
  # the Amazon Chime back-end server.
458
463
  #
@@ -541,7 +546,7 @@ module Aws::ChimeSDKMeetings
541
546
  #
542
547
  # * When you change a `video` or `content` capability from `None` or
543
548
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
544
- # their video or content streams, remote attendess can receive those
549
+ # their video or content streams, remote attendees can receive those
545
550
  # streams, but only after media renegotiation between the client and
546
551
  # the Amazon Chime back-end server.
547
552
  #
@@ -1137,15 +1142,22 @@ module Aws::ChimeSDKMeetings
1137
1142
  # information, refer to [ Using Amazon Chime SDK live transcription ][1]
1138
1143
  # in the *Amazon Chime SDK Developer Guide*.
1139
1144
  #
1145
+ # If you specify an invalid configuration, a `TranscriptFailed` event
1146
+ # will be sent with the contents of the `BadRequestException` generated
1147
+ # by Amazon Transcribe. For more information on each parameter and which
1148
+ # combinations are valid, refer to the [StartStreamTranscription][2] API
1149
+ # in the *Amazon Transcribe Developer Guide*.
1150
+ #
1140
1151
  # Amazon Chime SDK live transcription is powered by Amazon Transcribe.
1141
- # Use of Amazon Transcribe is subject to the [AWS Service Terms][2],
1152
+ # Use of Amazon Transcribe is subject to the [AWS Service Terms][3],
1142
1153
  # including the terms specific to the AWS Machine Learning and
1143
1154
  # Artificial Intelligence Services.
1144
1155
  #
1145
1156
  #
1146
1157
  #
1147
1158
  # [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
1148
- # [2]: https://aws.amazon.com/service-terms/
1159
+ # [2]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
1160
+ # [3]: https://aws.amazon.com/service-terms/
1149
1161
  #
1150
1162
  # @option params [required, String] :meeting_id
1151
1163
  # The unique ID of the meeting being transcribed.
@@ -1163,7 +1175,7 @@ module Aws::ChimeSDKMeetings
1163
1175
  # meeting_id: "GuidString", # required
1164
1176
  # transcription_configuration: { # required
1165
1177
  # engine_transcribe_settings: {
1166
- # 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
1178
+ # 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
1167
1179
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
1168
1180
  # vocabulary_filter_name: "String",
1169
1181
  # vocabulary_name: "String",
@@ -1176,7 +1188,9 @@ module Aws::ChimeSDKMeetings
1176
1188
  # language_model_name: "TranscribeLanguageModelName",
1177
1189
  # identify_language: false,
1178
1190
  # language_options: "TranscribeLanguageOptions",
1179
- # 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
1191
+ # 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
1192
+ # vocabulary_names: "TranscribeVocabularyNamesOrFilterNamesString",
1193
+ # vocabulary_filter_names: "TranscribeVocabularyNamesOrFilterNamesString",
1180
1194
  # },
1181
1195
  # engine_transcribe_medical_settings: {
1182
1196
  # language_code: "en-US", # required, accepts en-US
@@ -1312,7 +1326,7 @@ module Aws::ChimeSDKMeetings
1312
1326
  req.send_request(options)
1313
1327
  end
1314
1328
 
1315
- # The capabilties that you want to update.
1329
+ # The capabilities that you want to update.
1316
1330
  #
1317
1331
  # <note markdown="1"> You use the capabilities with a set of values that control what the
1318
1332
  # capabilities can do, such as `SendReceive` data. For more information
@@ -1336,7 +1350,7 @@ module Aws::ChimeSDKMeetings
1336
1350
  #
1337
1351
  # * When you change a `video` or `content` capability from `None` or
1338
1352
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
1339
- # their video or content streams, remote attendess can receive those
1353
+ # their video or content streams, remote attendees can receive those
1340
1354
  # streams, but only after media renegotiation between the client and
1341
1355
  # the Amazon Chime back-end server.
1342
1356
  #
@@ -1347,7 +1361,7 @@ module Aws::ChimeSDKMeetings
1347
1361
  # The ID of the attendee associated with the update request.
1348
1362
  #
1349
1363
  # @option params [required, Types::AttendeeCapabilities] :capabilities
1350
- # The capabilties that you want to update.
1364
+ # The capabilities that you want to update.
1351
1365
  #
1352
1366
  # @return [Types::UpdateAttendeeCapabilitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1353
1367
  #
@@ -1396,7 +1410,7 @@ module Aws::ChimeSDKMeetings
1396
1410
  params: params,
1397
1411
  config: config)
1398
1412
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1399
- context[:gem_version] = '1.17.0'
1413
+ context[:gem_version] = '1.19.0'
1400
1414
  Seahorse::Client::Request.new(handlers, context)
1401
1415
  end
1402
1416
 
@@ -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"))
@@ -50,9 +50,6 @@ module Aws::ChimeSDKMeetings
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -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)
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
@@ -63,7 +63,7 @@ module Aws::ChimeSDKMeetings
63
63
  #
64
64
  # * When you change a `video` or `content` capability from `None` or
65
65
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned
66
- # on their video or content streams, remote attendess can receive
66
+ # on their video or content streams, remote attendees can receive
67
67
  # those streams, but only after media renegotiation between the
68
68
  # client and the Amazon Chime back-end server.
69
69
  # @return [Types::AttendeeCapabilities]
@@ -103,7 +103,7 @@ module Aws::ChimeSDKMeetings
103
103
  #
104
104
  # * When you change a `video` or `content` capability from `None` or
105
105
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned on
106
- # their video or content streams, remote attendess can receive those
106
+ # their video or content streams, remote attendees can receive those
107
107
  # streams, but only after media renegotiation between the client and
108
108
  # the Amazon Chime back-end server.
109
109
  #
@@ -338,7 +338,7 @@ module Aws::ChimeSDKMeetings
338
338
  #
339
339
  # * When you change a `video` or `content` capability from `None` or
340
340
  # `Receive` to `Send` or `SendReceive` , and if the attendee turned
341
- # on their video or content streams, remote attendess can receive
341
+ # on their video or content streams, remote attendees can receive
342
342
  # those streams, but only after media renegotiation between the
343
343
  # client and the Amazon Chime back-end server.
344
344
  # @return [Types::AttendeeCapabilities]
@@ -702,85 +702,216 @@ module Aws::ChimeSDKMeetings
702
702
  include Aws::Structure
703
703
  end
704
704
 
705
- # 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
706
718
  #
707
719
  # @!attribute [rw] language_code
708
- # 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.
709
725
  # @return [String]
710
726
  #
711
727
  # @!attribute [rw] vocabulary_filter_method
712
- # 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`.
713
736
  # @return [String]
714
737
  #
715
738
  # @!attribute [rw] vocabulary_filter_name
716
- # 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.
717
749
  # @return [String]
718
750
  #
719
751
  # @!attribute [rw] vocabulary_name
720
- # 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.
721
762
  # @return [String]
722
763
  #
723
764
  # @!attribute [rw] region
724
- # The AWS Region passed to Amazon Transcribe. If you don't specify a
725
- # 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
726
779
  # @return [String]
727
780
  #
728
781
  # @!attribute [rw] enable_partial_results_stabilization
729
- # Generates partial transcription results that are less likely to
730
- # change as meeting attendees speak. It does so by only allowing the
731
- # 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.
732
785
  # @return [Boolean]
733
786
  #
734
787
  # @!attribute [rw] partial_results_stability
735
- # The stabity level of a partial results transcription. Determines how
736
- # stable you want the transcription results to be. A higher level
737
- # 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.
738
793
  # @return [String]
739
794
  #
740
795
  # @!attribute [rw] content_identification_type
741
- # Set this field to `PII` to identify personally identifiable
742
- # 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>
743
804
  # @return [String]
744
805
  #
745
806
  # @!attribute [rw] content_redaction_type
746
- # Set this field to `PII` to redact personally identifiable
747
- # information in the transcription output. Content redaction is
748
- # 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.
749
809
  #
750
- # You can’t set `ContentRedactionType` and `ContentIdentificationType`
751
- # in the same request. If you set both, your request returns a
752
- # `BadRequestException`.
810
+ # <note markdown="1"> You can’t set `ContentRedactionType` and
811
+ # `ContentIdentificationType`.
812
+ #
813
+ # </note>
753
814
  # @return [String]
754
815
  #
755
816
  # @!attribute [rw] pii_entity_types
756
- # Lists the PII entity types you want to identify or redact. To
757
- # specify entity types, you must enable `ContentIdentificationType` or
758
- # `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`.
759
820
  #
760
- # `PIIEntityTypes` must be comma-separated. The available values are:
761
- # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
762
- # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
763
- # `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`.
764
825
  #
765
- # `PiiEntityTypes` is an optional parameter with a default value of
766
- # `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.
767
832
  # @return [String]
768
833
  #
769
834
  # @!attribute [rw] language_model_name
770
- # 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.
771
847
  # @return [String]
772
848
  #
773
849
  # @!attribute [rw] identify_language
774
- # 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.
775
865
  # @return [Boolean]
776
866
  #
777
867
  # @!attribute [rw] language_options
778
- # Language codes for the languages that you want to identify. You must
779
- # 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`.
780
881
  # @return [String]
781
882
  #
782
883
  # @!attribute [rw] preferred_language
783
- # 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.
784
915
  # @return [String]
785
916
  #
786
917
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/EngineTranscribeSettings AWS API Documentation
@@ -799,7 +930,9 @@ module Aws::ChimeSDKMeetings
799
930
  :language_model_name,
800
931
  :identify_language,
801
932
  :language_options,
802
- :preferred_language)
933
+ :preferred_language,
934
+ :vocabulary_names,
935
+ :vocabulary_filter_names)
803
936
  SENSITIVE = []
804
937
  include Aws::Structure
805
938
  end
@@ -1445,7 +1578,7 @@ module Aws::ChimeSDKMeetings
1445
1578
  # @return [String]
1446
1579
  #
1447
1580
  # @!attribute [rw] capabilities
1448
- # The capabilties that you want to update.
1581
+ # The capabilities that you want to update.
1449
1582
  # @return [Types::AttendeeCapabilities]
1450
1583
  #
1451
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.17.0'
55
+ GEM_VERSION = '1.19.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.17.0
4
+ version: 1.19.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-02-09 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement