aws-sdk-transcribestreamingservice 1.75.0 → 1.76.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: 44657428883aaaa8ee7e9b9206258742c1b72b5ce5960d655c73674d5406f11a
4
- data.tar.gz: 159e8e0e2c1c6fc6cec022dba323800a8a099a2761badfe06e6cd2b7ad603d33
3
+ metadata.gz: 852b85f6641b3c641bd252475374e1e0a410754f530947194d505288c476f145
4
+ data.tar.gz: a03b099ae2b5864d5f06685221a1989397d2ff6fb2921345bf57812a5cd10b73
5
5
  SHA512:
6
- metadata.gz: 93bcfbfc787f5d95a29dcf913ee15b66bcde716205df82e8e70886dc299a3bbd65cf0945406d76a16c07a61e6232ac404b716f4fb0e7035d734fcb55b85032b2
7
- data.tar.gz: 62d0d0e3276556b305f9e8ad6f1f76bb0e0c8bb2865434248135c13a948d7cc1e7a8c4bbb22bf294afd935d34d24e85e29e853277b674b897edf89e493e5b443
6
+ metadata.gz: 275889c0d47de44206fac2ae1f4d3356e89dfc4770764f78ee7813f86fb871d6f26d9e5253b30bebc9c28874880d6a75e4e58f09f21bb8ca7282418321ad08d5
7
+ data.tar.gz: a32e6e8dee7a01fe235596aa5340b588c68454073cbb396ff949a652600246c18a48fa8ad48ab5afeb80f785e97a8bfbdc994c81b41f6d6062157051973d0dd9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-02-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe.
8
+
4
9
  1.75.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -2050,7 +2050,7 @@ module Aws::TranscribeStreamingService
2050
2050
  tracer: tracer
2051
2051
  )
2052
2052
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
2053
- context[:gem_version] = '1.75.0'
2053
+ context[:gem_version] = '1.76.0'
2054
2054
  Seahorse::Client::Request.new(handlers, context)
2055
2055
  end
2056
2056
 
@@ -521,6 +521,7 @@ module Aws::TranscribeStreamingService
521
521
  # resp.medical_scribe_stream_details.encryption_settings.kms_key_id #=> String
522
522
  # resp.medical_scribe_stream_details.stream_status #=> String, one of "IN_PROGRESS", "PAUSED", "FAILED", "COMPLETED"
523
523
  # resp.medical_scribe_stream_details.post_stream_analytics_settings.clinical_note_generation_settings.output_bucket_name #=> String
524
+ # resp.medical_scribe_stream_details.post_stream_analytics_settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
524
525
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.clinical_note_output_location #=> String
525
526
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.transcript_output_location #=> String
526
527
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
@@ -553,7 +554,7 @@ module Aws::TranscribeStreamingService
553
554
  tracer: tracer
554
555
  )
555
556
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
556
- context[:gem_version] = '1.75.0'
557
+ context[:gem_version] = '1.76.0'
557
558
  Seahorse::Client::Request.new(handlers, context)
558
559
  end
559
560
 
@@ -86,6 +86,7 @@ module Aws::TranscribeStreamingService
86
86
  MedicalScribeLanguageCode = Shapes::StringShape.new(name: 'MedicalScribeLanguageCode')
87
87
  MedicalScribeMediaEncoding = Shapes::StringShape.new(name: 'MedicalScribeMediaEncoding')
88
88
  MedicalScribeMediaSampleRateHertz = Shapes::IntegerShape.new(name: 'MedicalScribeMediaSampleRateHertz')
89
+ MedicalScribeNoteTemplate = Shapes::StringShape.new(name: 'MedicalScribeNoteTemplate')
89
90
  MedicalScribeParticipantRole = Shapes::StringShape.new(name: 'MedicalScribeParticipantRole')
90
91
  MedicalScribePostStreamAnalyticsResult = Shapes::StructureShape.new(name: 'MedicalScribePostStreamAnalyticsResult')
91
92
  MedicalScribePostStreamAnalyticsSettings = Shapes::StructureShape.new(name: 'MedicalScribePostStreamAnalyticsSettings')
@@ -213,6 +214,7 @@ module Aws::TranscribeStreamingService
213
214
  ClinicalNoteGenerationResult.struct_class = Types::ClinicalNoteGenerationResult
214
215
 
215
216
  ClinicalNoteGenerationSettings.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "OutputBucketName"))
217
+ ClinicalNoteGenerationSettings.add_member(:note_template, Shapes::ShapeRef.new(shape: MedicalScribeNoteTemplate, location_name: "NoteTemplate"))
216
218
  ClinicalNoteGenerationSettings.struct_class = Types::ClinicalNoteGenerationSettings
217
219
 
218
220
  ConfigurationEvent.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
@@ -348,10 +348,25 @@ module Aws::TranscribeStreamingService
348
348
  # [2]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
349
349
  # @return [String]
350
350
  #
351
+ # @!attribute [rw] note_template
352
+ # Specify one of the following templates to use for the clinical note
353
+ # summary. The default is `HISTORY_AND_PHYSICAL`.
354
+ #
355
+ # * HISTORY\_AND\_PHYSICAL: Provides summaries for key sections of the
356
+ # clinical documentation. Sections include Chief Complaint, History
357
+ # of Present Illness, Review of Systems, Past Medical History,
358
+ # Assessment, and Plan.
359
+ #
360
+ # * GIRPP: Provides summaries based on the patients progress toward
361
+ # goals. Sections include Goal, Intervention, Response, Progress,
362
+ # and Plan.
363
+ # @return [String]
364
+ #
351
365
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/ClinicalNoteGenerationSettings AWS API Documentation
352
366
  #
353
367
  class ClinicalNoteGenerationSettings < Struct.new(
354
- :output_bucket_name)
368
+ :output_bucket_name,
369
+ :note_template)
355
370
  SENSITIVE = []
356
371
  include Aws::Structure
357
372
  end
@@ -56,7 +56,7 @@ module Aws::TranscribeStreamingService
56
56
  autoload :AsyncClient, 'aws-sdk-transcribestreamingservice/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-transcribestreamingservice/event_streams'
58
58
 
59
- GEM_VERSION = '1.75.0'
59
+ GEM_VERSION = '1.76.0'
60
60
 
61
61
  end
62
62
 
data/sig/types.rbs CHANGED
@@ -77,6 +77,7 @@ module Aws::TranscribeStreamingService
77
77
 
78
78
  class ClinicalNoteGenerationSettings
79
79
  attr_accessor output_bucket_name: ::String
80
+ attr_accessor note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP")
80
81
  SENSITIVE: []
81
82
  end
82
83
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.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