aws-sdk-transcribeservice 1.113.0 → 1.114.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: be309c22aeb6e33dd4e8ae971aa21ecea09b3ae644c6218d47d1132a3d1d726f
4
- data.tar.gz: 29156a4aeb312a62513a1e387eaf5aaee2ed80efdff422cd38399bd423a76a7b
3
+ metadata.gz: 9aca69623bea5a0fdce2eb785ce781f0f29aa3fbe8ca3f62c89393d494dc8481
4
+ data.tar.gz: 3c181d513a973fd8156a2054ca6bd874b1e7eb01a57bf4c043c6be7568f3f688
5
5
  SHA512:
6
- metadata.gz: 79b3b78d7689c0e46fc6e44b54c0579ed8fb22f25e373b44329d1f9bb7e02c30656cf81f83d77f196d83757be8c8dc625cbde25fca6236bd882f0a0ec2c42d2b
7
- data.tar.gz: b2dabf274890fed84f3cde9f27542e5ca758bd8d50db17a9ed5dbea6b39d9c1ee7179643032845c094fb5deb7608aa9c07c92acf6654baa8646f9c5901ce6b16
6
+ metadata.gz: 0d005d19f15d44f8d0b7bd25d83c36a133c91beb81fb6454c759eac0766e0564f05336102f96784446bed34f14e51e9bb584d8663a33bb0f7192f6ed84054661
7
+ data.tar.gz: 347e5bbbe87f97180396bdef5d8244265f9faed2b10e99a5aec47343fcd66d9ca1909576221c105cd14556acadb6bc601feaf5d100cd06e22c26d1179fe5afe0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-02-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
8
+
4
9
  1.113.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -1689,6 +1689,7 @@ module Aws::TranscribeService
1689
1689
  # resp.medical_scribe_job.settings.vocabulary_name #=> String
1690
1690
  # resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
1691
1691
  # resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
1692
+ # resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
1692
1693
  # resp.medical_scribe_job.data_access_role_arn #=> String
1693
1694
  # resp.medical_scribe_job.channel_definitions #=> Array
1694
1695
  # resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
@@ -3163,6 +3164,9 @@ module Aws::TranscribeService
3163
3164
  # vocabulary_name: "VocabularyName",
3164
3165
  # vocabulary_filter_name: "VocabularyFilterName",
3165
3166
  # vocabulary_filter_method: "remove", # accepts remove, mask, tag
3167
+ # clinical_note_generation_settings: {
3168
+ # note_template: "HISTORY_AND_PHYSICAL", # accepts HISTORY_AND_PHYSICAL, GIRPP
3169
+ # },
3166
3170
  # },
3167
3171
  # channel_definitions: [
3168
3172
  # {
@@ -3197,6 +3201,7 @@ module Aws::TranscribeService
3197
3201
  # resp.medical_scribe_job.settings.vocabulary_name #=> String
3198
3202
  # resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
3199
3203
  # resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
3204
+ # resp.medical_scribe_job.settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
3200
3205
  # resp.medical_scribe_job.data_access_role_arn #=> String
3201
3206
  # resp.medical_scribe_job.channel_definitions #=> Array
3202
3207
  # resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
@@ -3586,8 +3591,11 @@ module Aws::TranscribeService
3586
3591
  # For a list of supported languages and their associated language codes,
3587
3592
  # refer to the [Supported languages][1] table.
3588
3593
  #
3589
- # <note markdown="1"> To transcribe speech in Modern Standard Arabic (`ar-SA`), your media
3590
- # file must be encoded at a sample rate of 16,000 Hz or higher.
3594
+ # <note markdown="1"> To transcribe speech in Modern Standard Arabic (`ar-SA`) in Amazon Web
3595
+ # Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web Services
3596
+ # GovCloud (US) (US-East, us-gov-east-1), Canada (Calgary, ca-west-1)
3597
+ # and Africa (Cape Town, af-south-1), your media file must be encoded at
3598
+ # a sample rate of 16,000 Hz or higher.
3591
3599
  #
3592
3600
  # </note>
3593
3601
  #
@@ -3826,8 +3834,11 @@ module Aws::TranscribeService
3826
3834
  #
3827
3835
  # For more information, refer to [Supported languages][1].
3828
3836
  #
3829
- # To transcribe speech in Modern Standard Arabic (`ar-SA`), your media
3830
- # file must be encoded at a sample rate of 16,000 Hz or higher.
3837
+ # To transcribe speech in Modern Standard Arabic (`ar-SA`)in Amazon Web
3838
+ # Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web Services
3839
+ # GovCloud (US) (US-East, us-gov-east-1), in Canada (Calgary) ca-west-1
3840
+ # and Africa (Cape Town) af-south-1, your media file must be encoded at
3841
+ # a sample rate of 16,000 Hz or higher.
3831
3842
  #
3832
3843
  #
3833
3844
  #
@@ -4556,7 +4567,7 @@ module Aws::TranscribeService
4556
4567
  tracer: tracer
4557
4568
  )
4558
4569
  context[:gem_name] = 'aws-sdk-transcribeservice'
4559
- context[:gem_version] = '1.113.0'
4570
+ context[:gem_version] = '1.114.0'
4560
4571
  Seahorse::Client::Request.new(handlers, context)
4561
4572
  end
4562
4573
 
@@ -36,6 +36,7 @@ module Aws::TranscribeService
36
36
  ChannelDefinition = Shapes::StructureShape.new(name: 'ChannelDefinition')
37
37
  ChannelDefinitions = Shapes::ListShape.new(name: 'ChannelDefinitions')
38
38
  ChannelId = Shapes::IntegerShape.new(name: 'ChannelId')
39
+ ClinicalNoteGenerationSettings = Shapes::StructureShape.new(name: 'ClinicalNoteGenerationSettings')
39
40
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
40
41
  ContentRedaction = Shapes::StructureShape.new(name: 'ContentRedaction')
41
42
  CreateCallAnalyticsCategoryRequest = Shapes::StructureShape.new(name: 'CreateCallAnalyticsCategoryRequest')
@@ -133,6 +134,7 @@ module Aws::TranscribeService
133
134
  MedicalScribeJobSummaries = Shapes::ListShape.new(name: 'MedicalScribeJobSummaries')
134
135
  MedicalScribeJobSummary = Shapes::StructureShape.new(name: 'MedicalScribeJobSummary')
135
136
  MedicalScribeLanguageCode = Shapes::StringShape.new(name: 'MedicalScribeLanguageCode')
137
+ MedicalScribeNoteTemplate = Shapes::StringShape.new(name: 'MedicalScribeNoteTemplate')
136
138
  MedicalScribeOutput = Shapes::StructureShape.new(name: 'MedicalScribeOutput')
137
139
  MedicalScribeParticipantRole = Shapes::StringShape.new(name: 'MedicalScribeParticipantRole')
138
140
  MedicalScribeSettings = Shapes::StructureShape.new(name: 'MedicalScribeSettings')
@@ -305,6 +307,9 @@ module Aws::TranscribeService
305
307
 
306
308
  ChannelDefinitions.member = Shapes::ShapeRef.new(shape: ChannelDefinition)
307
309
 
310
+ ClinicalNoteGenerationSettings.add_member(:note_template, Shapes::ShapeRef.new(shape: MedicalScribeNoteTemplate, location_name: "NoteTemplate"))
311
+ ClinicalNoteGenerationSettings.struct_class = Types::ClinicalNoteGenerationSettings
312
+
308
313
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
309
314
  ConflictException.struct_class = Types::ConflictException
310
315
 
@@ -673,6 +678,7 @@ module Aws::TranscribeService
673
678
  MedicalScribeSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, location_name: "VocabularyName"))
674
679
  MedicalScribeSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: VocabularyFilterName, location_name: "VocabularyFilterName"))
675
680
  MedicalScribeSettings.add_member(:vocabulary_filter_method, Shapes::ShapeRef.new(shape: VocabularyFilterMethod, location_name: "VocabularyFilterMethod"))
681
+ MedicalScribeSettings.add_member(:clinical_note_generation_settings, Shapes::ShapeRef.new(shape: ClinicalNoteGenerationSettings, location_name: "ClinicalNoteGenerationSettings"))
676
682
  MedicalScribeSettings.struct_class = Types::MedicalScribeSettings
677
683
 
678
684
  MedicalTranscript.add_member(:transcript_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "TranscriptFileUri"))
@@ -357,8 +357,11 @@ module Aws::TranscribeService
357
357
  # For a list of languages supported with Call Analytics, refer to the
358
358
  # [Supported languages][1] table.
359
359
  #
360
- # To transcribe speech in Modern Standard Arabic (`ar-SA`), your media
361
- # file must be encoded at a sample rate of 16,000 Hz or higher.
360
+ # To transcribe speech in Modern Standard Arabic (`ar-SA`) in Amazon
361
+ # Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web
362
+ # Services GovCloud (US) (US-East, us-gov-east-1), Canada (Calgary)
363
+ # ca-west-1 and Africa (Cape Town) af-south-1, your media file must be
364
+ # encoded at a sample rate of 16,000 Hz or higher.
362
365
  #
363
366
  #
364
367
  #
@@ -616,6 +619,30 @@ module Aws::TranscribeService
616
619
  include Aws::Structure
617
620
  end
618
621
 
622
+ # The output configuration for clinical note generation.
623
+ #
624
+ # @!attribute [rw] note_template
625
+ # Specify one of the following templates to use for the clinical note
626
+ # summary. The default is `HISTORY_AND_PHYSICAL`.
627
+ #
628
+ # * HISTORY\_AND\_PHYSICAL: Provides summaries for key sections of the
629
+ # clinical documentation. Sections include Chief Complaint, History
630
+ # of Present Illness, Review of Systems, Past Medical History,
631
+ # Assessment, and Plan.
632
+ #
633
+ # * GIRPP: Provides summaries based on the patients progress toward
634
+ # goals. Sections include Goal, Intervention, Response, Progress,
635
+ # and Plan.
636
+ # @return [String]
637
+ #
638
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ClinicalNoteGenerationSettings AWS API Documentation
639
+ #
640
+ class ClinicalNoteGenerationSettings < Struct.new(
641
+ :note_template)
642
+ SENSITIVE = []
643
+ include Aws::Structure
644
+ end
645
+
619
646
  # A resource already exists with this name. Resource names must be
620
647
  # unique within an Amazon Web Services account.
621
648
  #
@@ -3107,6 +3134,10 @@ module Aws::TranscribeService
3107
3134
  # To flag words without changing them, choose `tag`.
3108
3135
  # @return [String]
3109
3136
  #
3137
+ # @!attribute [rw] clinical_note_generation_settings
3138
+ # Specify settings for the clinical note generation.
3139
+ # @return [Types::ClinicalNoteGenerationSettings]
3140
+ #
3110
3141
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/MedicalScribeSettings AWS API Documentation
3111
3142
  #
3112
3143
  class MedicalScribeSettings < Struct.new(
@@ -3115,7 +3146,8 @@ module Aws::TranscribeService
3115
3146
  :channel_identification,
3116
3147
  :vocabulary_name,
3117
3148
  :vocabulary_filter_name,
3118
- :vocabulary_filter_method)
3149
+ :vocabulary_filter_method,
3150
+ :clinical_note_generation_settings)
3119
3151
  SENSITIVE = []
3120
3152
  include Aws::Structure
3121
3153
  end
@@ -4525,8 +4557,11 @@ module Aws::TranscribeService
4525
4557
  # For a list of supported languages and their associated language
4526
4558
  # codes, refer to the [Supported languages][1] table.
4527
4559
  #
4528
- # <note markdown="1"> To transcribe speech in Modern Standard Arabic (`ar-SA`), your media
4529
- # file must be encoded at a sample rate of 16,000 Hz or higher.
4560
+ # <note markdown="1"> To transcribe speech in Modern Standard Arabic (`ar-SA`) in Amazon
4561
+ # Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web
4562
+ # Services GovCloud (US) (US-East, us-gov-east-1), Canada (Calgary,
4563
+ # ca-west-1) and Africa (Cape Town, af-south-1), your media file must
4564
+ # be encoded at a sample rate of 16,000 Hz or higher.
4530
4565
  #
4531
4566
  # </note>
4532
4567
  #
@@ -4783,8 +4818,11 @@ module Aws::TranscribeService
4783
4818
  #
4784
4819
  # For more information, refer to [Supported languages][1].
4785
4820
  #
4786
- # To transcribe speech in Modern Standard Arabic (`ar-SA`), your media
4787
- # file must be encoded at a sample rate of 16,000 Hz or higher.
4821
+ # To transcribe speech in Modern Standard Arabic (`ar-SA`)in Amazon
4822
+ # Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web
4823
+ # Services GovCloud (US) (US-East, us-gov-east-1), in Canada (Calgary)
4824
+ # ca-west-1 and Africa (Cape Town) af-south-1, your media file must be
4825
+ # encoded at a sample rate of 16,000 Hz or higher.
4788
4826
  #
4789
4827
  #
4790
4828
  #
@@ -54,7 +54,7 @@ module Aws::TranscribeService
54
54
  autoload :EndpointProvider, 'aws-sdk-transcribeservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-transcribeservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.113.0'
57
+ GEM_VERSION = '1.114.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -635,7 +635,10 @@ module Aws
635
635
  channel_identification: bool?,
636
636
  vocabulary_name: ::String?,
637
637
  vocabulary_filter_name: ::String?,
638
- vocabulary_filter_method: ("remove" | "mask" | "tag")?
638
+ vocabulary_filter_method: ("remove" | "mask" | "tag")?,
639
+ clinical_note_generation_settings: {
640
+ note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP")?
641
+ }?
639
642
  },
640
643
  ?channel_definitions: Array[
641
644
  {
data/sig/types.rbs CHANGED
@@ -94,6 +94,11 @@ module Aws::TranscribeService
94
94
  SENSITIVE: []
95
95
  end
96
96
 
97
+ class ClinicalNoteGenerationSettings
98
+ attr_accessor note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP")
99
+ SENSITIVE: []
100
+ end
101
+
97
102
  class ConflictException
98
103
  attr_accessor message: ::String
99
104
  SENSITIVE: []
@@ -595,6 +600,7 @@ module Aws::TranscribeService
595
600
  attr_accessor vocabulary_name: ::String
596
601
  attr_accessor vocabulary_filter_name: ::String
597
602
  attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
603
+ attr_accessor clinical_note_generation_settings: Types::ClinicalNoteGenerationSettings
598
604
  SENSITIVE: []
599
605
  end
600
606
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.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: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core