aws-sdk-chimesdkmeetings 1.5.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: c1b5916b7f1493c50ce29db70d886d6b93aaeda88762a3e498f233ef0969b808
4
- data.tar.gz: 6514abccaeb6cfb756c5dd6b79da854267ba4ec5cefacefc3d596dfb5a757a1c
3
+ metadata.gz: cba8fe87430c30cfa3f9e9ad26e4fe9cd19a90e5a2ca3b8367ad944d488abf5b
4
+ data.tar.gz: 39ce4aa0790b2c11ffef6a18b0ae06b8727d00b2c538978db8d0f79ece70d2c5
5
5
  SHA512:
6
- metadata.gz: 895dd6ecb776bb1767944a990589429e0d18a0be5d2c19573d748a90620ed20cc5cf791c946a630685a520524ae80c31e35daa81f7b9d48eece76d464ed0a506
7
- data.tar.gz: 3e8a9a0046d140d54716fef9f3f3bebbf16096051181d8558dee7a99488ce81c261df8ee2e6c77a1a1d938cf546b900bdb54fbb903749f2108bb6defe1296c3d
6
+ metadata.gz: 63043dd938ac361f681309a5a7cf1959dc107fdaa6e0c258b827114ab38dacda4df3190546a88523879205697a528dc4dd467a16c69ce1815ddae3d3c9321afe
7
+ data.tar.gz: 0fd78e0f1ddf861b73d64d653d021a00c9084f6a39cf009954dce4aa1114b84863159126e90bdef9f1e2a278064a317759b952feee658786b0746c4af29b88f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.7.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.6.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.5.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.8.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::ChimeSDKMeetings
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -460,11 +464,14 @@ module Aws::ChimeSDKMeetings
460
464
  # @option params [required, String] :media_region
461
465
  # The Region in which to create the meeting.
462
466
  #
463
- # Available values: `af-south-1` , `ap-northeast-1` , `ap-northeast-2` ,
464
- # `ap-south-1` , `ap-southeast-1` , `ap-southeast-2` , `ca-central-1` ,
465
- # `eu-central-1` , `eu-north-1` , `eu-south-1` , `eu-west-1` ,
466
- # `eu-west-2` , `eu-west-3` , `sa-east-1` , `us-east-1` , `us-east-2` ,
467
- # `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`.
468
475
  #
469
476
  # @option params [String] :meeting_host_id
470
477
  # Reserved.
@@ -549,6 +556,15 @@ module Aws::ChimeSDKMeetings
549
556
  # @option params [required, String] :media_region
550
557
  # The Region in which to create the meeting.
551
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
+ #
552
568
  # @option params [String] :meeting_host_id
553
569
  # Reserved.
554
570
  #
@@ -846,7 +862,7 @@ module Aws::ChimeSDKMeetings
846
862
  # meeting_id: "GuidString", # required
847
863
  # transcription_configuration: { # required
848
864
  # engine_transcribe_settings: {
849
- # 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
850
866
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
851
867
  # vocabulary_filter_name: "String",
852
868
  # vocabulary_name: "String",
@@ -857,6 +873,9 @@ module Aws::ChimeSDKMeetings
857
873
  # content_redaction_type: "PII", # accepts PII
858
874
  # pii_entity_types: "TranscribePiiEntityTypes",
859
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
860
879
  # },
861
880
  # engine_transcribe_medical_settings: {
862
881
  # language_code: "en-US", # required, accepts en-US
@@ -913,7 +932,7 @@ module Aws::ChimeSDKMeetings
913
932
  params: params,
914
933
  config: config)
915
934
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
916
- context[:gem_version] = '1.5.0'
935
+ context[:gem_version] = '1.8.0'
917
936
  Seahorse::Client::Request.new(handlers, context)
918
937
  end
919
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.5.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.5.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: 2021-12-21 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement