aws-sdk-transcribeservice 1.113.0 → 1.115.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +44 -33
- data/lib/aws-sdk-transcribeservice/client_api.rb +6 -0
- data/lib/aws-sdk-transcribeservice/types.rb +45 -7
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +4 -1
- data/sig/types.rbs +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba8f4db1c3a62866cd09e99fe5c687a15d24d2e5179e6a9b04c1ede3515a2db2
|
4
|
+
data.tar.gz: 563804adf8ecb55a4e917278a729b6965fab837c034d230bbc701bc0f2325537
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6b670618e778de07b5f39599464aa768a6d8231f6e562206c59bf3c7c6328d47763607ba4783d4d938c5924ad17a55db1be94de57df6de6662998c3a83c25b4
|
7
|
+
data.tar.gz: '09d7f8faf75f82b32467faf260d629c72d2eb91a29502726e4c398f88bd63e0e42fc22ae544a8c98306137363e6e40f09522000b6f7110cbce7667ef2b046b7a'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.115.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.114.0 (2025-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.
|
13
|
+
|
4
14
|
1.113.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.115.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::TranscribeService
|
40
40
|
# An API client for TranscribeService. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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`)
|
3590
|
-
#
|
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`)
|
3830
|
-
#
|
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.
|
4570
|
+
context[:gem_version] = '1.115.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`)
|
361
|
-
#
|
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`)
|
4529
|
-
#
|
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`)
|
4787
|
-
#
|
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
|
#
|
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.
|
4
|
+
version: 1.115.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-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|