aws-sdk-chimesdkmeetings 1.7.0 → 1.8.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: cba8fe87430c30cfa3f9e9ad26e4fe9cd19a90e5a2ca3b8367ad944d488abf5b
4
+ data.tar.gz: 39ce4aa0790b2c11ffef6a18b0ae06b8727d00b2c538978db8d0f79ece70d2c5
5
5
  SHA512:
6
- metadata.gz: 0e82c3d37e7a2b1ef5c0d38001b5c702ce9b76d36f9a85912d055e6c02b0ed7bd92af39bf22d577d6ab7d79de5500d6abace8765ad6ae847f4f026e950a40612
7
- data.tar.gz: 9a87c7c829f584b57dc5f93f662d29abd9dbc694b31bc38c6b9c64c59f8c58a446b6e3a48273421d0db66746ea9745a65d2ea84989e36a6e2896e1084f9c23e4
6
+ metadata.gz: 63043dd938ac361f681309a5a7cf1959dc107fdaa6e0c258b827114ab38dacda4df3190546a88523879205697a528dc4dd467a16c69ce1815ddae3d3c9321afe
7
+ data.tar.gz: 0fd78e0f1ddf861b73d64d653d021a00c9084f6a39cf009954dce4aa1114b84863159126e90bdef9f1e2a278064a317759b952feee658786b0746c4af29b88f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2022-03-07)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Transcribe language identification feature to the StartMeetingTranscription API.
8
+
4
9
  1.7.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.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.
@@ -553,6 +556,15 @@ module Aws::ChimeSDKMeetings
553
556
  # @option params [required, String] :media_region
554
557
  # The Region in which to create the meeting.
555
558
  #
559
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
560
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
561
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`,
562
+ # `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`,
563
+ # `us-west-2`.
564
+ #
565
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
566
+ # `us-gov-west-1`.
567
+ #
556
568
  # @option params [String] :meeting_host_id
557
569
  # Reserved.
558
570
  #
@@ -850,7 +862,7 @@ module Aws::ChimeSDKMeetings
850
862
  # meeting_id: "GuidString", # required
851
863
  # transcription_configuration: { # required
852
864
  # 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
865
+ # 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
866
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
855
867
  # vocabulary_filter_name: "String",
856
868
  # vocabulary_name: "String",
@@ -861,6 +873,9 @@ module Aws::ChimeSDKMeetings
861
873
  # content_redaction_type: "PII", # accepts PII
862
874
  # pii_entity_types: "TranscribePiiEntityTypes",
863
875
  # language_model_name: "TranscribeLanguageModelName",
876
+ # identify_language: false,
877
+ # language_options: "TranscribeLanguageOptions",
878
+ # 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
879
  # },
865
880
  # engine_transcribe_medical_settings: {
866
881
  # language_code: "en-US", # required, accepts en-US
@@ -917,7 +932,7 @@ module Aws::ChimeSDKMeetings
917
932
  params: params,
918
933
  config: config)
919
934
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
920
- context[:gem_version] = '1.7.0'
935
+ context[:gem_version] = '1.8.0'
921
936
  Seahorse::Client::Request.new(handlers, context)
922
937
  end
923
938
 
@@ -66,6 +66,7 @@ module Aws::ChimeSDKMeetings
66
66
  TranscribeContentRedactionType = Shapes::StringShape.new(name: 'TranscribeContentRedactionType')
67
67
  TranscribeLanguageCode = Shapes::StringShape.new(name: 'TranscribeLanguageCode')
68
68
  TranscribeLanguageModelName = Shapes::StringShape.new(name: 'TranscribeLanguageModelName')
69
+ TranscribeLanguageOptions = Shapes::StringShape.new(name: 'TranscribeLanguageOptions')
69
70
  TranscribeMedicalContentIdentificationType = Shapes::StringShape.new(name: 'TranscribeMedicalContentIdentificationType')
70
71
  TranscribeMedicalLanguageCode = Shapes::StringShape.new(name: 'TranscribeMedicalLanguageCode')
71
72
  TranscribeMedicalRegion = Shapes::StringShape.new(name: 'TranscribeMedicalRegion')
@@ -163,7 +164,7 @@ module Aws::ChimeSDKMeetings
163
164
  EngineTranscribeMedicalSettings.add_member(:content_identification_type, Shapes::ShapeRef.new(shape: TranscribeMedicalContentIdentificationType, location_name: "ContentIdentificationType"))
164
165
  EngineTranscribeMedicalSettings.struct_class = Types::EngineTranscribeMedicalSettings
165
166
 
166
- EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, required: true, location_name: "LanguageCode"))
167
+ EngineTranscribeSettings.add_member(:language_code, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "LanguageCode"))
167
168
  EngineTranscribeSettings.add_member(:vocabulary_filter_method, Shapes::ShapeRef.new(shape: TranscribeVocabularyFilterMethod, location_name: "VocabularyFilterMethod"))
168
169
  EngineTranscribeSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyFilterName"))
169
170
  EngineTranscribeSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: String, location_name: "VocabularyName"))
@@ -174,6 +175,9 @@ module Aws::ChimeSDKMeetings
174
175
  EngineTranscribeSettings.add_member(:content_redaction_type, Shapes::ShapeRef.new(shape: TranscribeContentRedactionType, location_name: "ContentRedactionType"))
175
176
  EngineTranscribeSettings.add_member(:pii_entity_types, Shapes::ShapeRef.new(shape: TranscribePiiEntityTypes, location_name: "PiiEntityTypes"))
176
177
  EngineTranscribeSettings.add_member(:language_model_name, Shapes::ShapeRef.new(shape: TranscribeLanguageModelName, location_name: "LanguageModelName"))
178
+ EngineTranscribeSettings.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
179
+ EngineTranscribeSettings.add_member(:language_options, Shapes::ShapeRef.new(shape: TranscribeLanguageOptions, location_name: "LanguageOptions"))
180
+ EngineTranscribeSettings.add_member(:preferred_language, Shapes::ShapeRef.new(shape: TranscribeLanguageCode, location_name: "PreferredLanguage"))
177
181
  EngineTranscribeSettings.struct_class = Types::EngineTranscribeSettings
178
182
 
179
183
  ForbiddenException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
@@ -257,11 +257,14 @@ module Aws::ChimeSDKMeetings
257
257
  # @!attribute [rw] media_region
258
258
  # The Region in which to create the meeting.
259
259
  #
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` .
260
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
261
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
262
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
263
+ # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
264
+ # `us-west-1`, `us-west-2`.
265
+ #
266
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
267
+ # `us-gov-west-1`.
265
268
  # @return [String]
266
269
  #
267
270
  # @!attribute [rw] meeting_host_id
@@ -343,6 +346,15 @@ module Aws::ChimeSDKMeetings
343
346
  #
344
347
  # @!attribute [rw] media_region
345
348
  # The Region in which to create the meeting.
349
+ #
350
+ # Available values: `af-south-1`, `ap-northeast-1`, `ap-northeast-2`,
351
+ # `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`,
352
+ # `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`,
353
+ # `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`,
354
+ # `us-west-1`, `us-west-2`.
355
+ #
356
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
357
+ # `us-gov-west-1`.
346
358
  # @return [String]
347
359
  #
348
360
  # @!attribute [rw] meeting_host_id
@@ -510,7 +522,7 @@ module Aws::ChimeSDKMeetings
510
522
  # data as a hash:
511
523
  #
512
524
  # {
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
525
+ # 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
526
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
515
527
  # vocabulary_filter_name: "String",
516
528
  # vocabulary_name: "String",
@@ -521,6 +533,9 @@ module Aws::ChimeSDKMeetings
521
533
  # content_redaction_type: "PII", # accepts PII
522
534
  # pii_entity_types: "TranscribePiiEntityTypes",
523
535
  # language_model_name: "TranscribeLanguageModelName",
536
+ # identify_language: false,
537
+ # language_options: "TranscribeLanguageOptions",
538
+ # 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
539
  # }
525
540
  #
526
541
  # @!attribute [rw] language_code
@@ -576,7 +591,7 @@ module Aws::ChimeSDKMeetings
576
591
  # specify entity types, you must enable `ContentIdentificationType` or
577
592
  # `ContentRedactionType`.
578
593
  #
579
- # PIIEntityTypes must be comma-separated. The available values are:
594
+ # `PIIEntityTypes` must be comma-separated. The available values are:
580
595
  # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
581
596
  # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
582
597
  # `ADDRESS`, `NAME`, `PHONE`, `SSN`, and `ALL`.
@@ -589,6 +604,19 @@ module Aws::ChimeSDKMeetings
589
604
  # The name of the language model used during transcription.
590
605
  # @return [String]
591
606
  #
607
+ # @!attribute [rw] identify_language
608
+ # Automatically identifies the language spoken in media files.
609
+ # @return [Boolean]
610
+ #
611
+ # @!attribute [rw] language_options
612
+ # Language codes for the languages that you want to identify. You must
613
+ # provide at least 2 codes.
614
+ # @return [String]
615
+ #
616
+ # @!attribute [rw] preferred_language
617
+ # Language code for the preferred language.
618
+ # @return [String]
619
+ #
592
620
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-meetings-2021-07-15/EngineTranscribeSettings AWS API Documentation
593
621
  #
594
622
  class EngineTranscribeSettings < Struct.new(
@@ -602,7 +630,10 @@ module Aws::ChimeSDKMeetings
602
630
  :content_identification_type,
603
631
  :content_redaction_type,
604
632
  :pii_entity_types,
605
- :language_model_name)
633
+ :language_model_name,
634
+ :identify_language,
635
+ :language_options,
636
+ :preferred_language)
606
637
  SENSITIVE = []
607
638
  include Aws::Structure
608
639
  end
@@ -839,6 +870,9 @@ module Aws::ChimeSDKMeetings
839
870
  # `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`,
840
871
  # `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`,
841
872
  # `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
873
+ #
874
+ # Available values in AWS GovCloud (US) Regions: `us-gov-east-1`,
875
+ # `us-gov-west-1`.
842
876
  # @return [String]
843
877
  #
844
878
  # @!attribute [rw] media_placement
@@ -862,7 +896,7 @@ module Aws::ChimeSDKMeetings
862
896
  include Aws::Structure
863
897
  end
864
898
 
865
- # The configuration settings of the features available to a meeting.
899
+ # The configuration settings of the features available to a meeting.&gt;
866
900
  #
867
901
  # @note When making an API call, you may pass MeetingFeaturesConfiguration
868
902
  # data as a hash:
@@ -980,7 +1014,7 @@ module Aws::ChimeSDKMeetings
980
1014
  # meeting_id: "GuidString", # required
981
1015
  # transcription_configuration: { # required
982
1016
  # 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
1017
+ # 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
1018
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
985
1019
  # vocabulary_filter_name: "String",
986
1020
  # vocabulary_name: "String",
@@ -991,6 +1025,9 @@ module Aws::ChimeSDKMeetings
991
1025
  # content_redaction_type: "PII", # accepts PII
992
1026
  # pii_entity_types: "TranscribePiiEntityTypes",
993
1027
  # language_model_name: "TranscribeLanguageModelName",
1028
+ # identify_language: false,
1029
+ # language_options: "TranscribeLanguageOptions",
1030
+ # 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
1031
  # },
995
1032
  # engine_transcribe_medical_settings: {
996
1033
  # language_code: "en-US", # required, accepts en-US
@@ -1050,7 +1087,7 @@ module Aws::ChimeSDKMeetings
1050
1087
  #
1051
1088
  # {
1052
1089
  # 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
1090
+ # 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
1091
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
1055
1092
  # vocabulary_filter_name: "String",
1056
1093
  # vocabulary_name: "String",
@@ -1061,6 +1098,9 @@ module Aws::ChimeSDKMeetings
1061
1098
  # content_redaction_type: "PII", # accepts PII
1062
1099
  # pii_entity_types: "TranscribePiiEntityTypes",
1063
1100
  # language_model_name: "TranscribeLanguageModelName",
1101
+ # identify_language: false,
1102
+ # language_options: "TranscribeLanguageOptions",
1103
+ # 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
1104
  # },
1065
1105
  # engine_transcribe_medical_settings: {
1066
1106
  # 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.8.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.8.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-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core