aws-sdk-transcribestreamingservice 1.82.0 → 1.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ac687caac969ec4b337fad7270f1ff55b3398a168da6a6c00b7c69f1de3c569
4
- data.tar.gz: 1260e426618f85aadad6804695dc1f4d52c0abbb7f507749684cf02c3530be09
3
+ metadata.gz: 8917f4a74b9e1d636cd986ab5bf82e01b6ac9927db87dab38b27521015b24725
4
+ data.tar.gz: d9c10697bc2335d7d78f9245917e3509e20c2d6590ab52fd793a76199737cee2
5
5
  SHA512:
6
- metadata.gz: 5802958939df466ad3864c4501141f57cc17972a0ad0e629d2250c43f138b9de9c33765830c610e045407aed3e8286341d0c6fb653c059aeed487544cf9cdaa9
7
- data.tar.gz: e2a71b80e96f6f9d32cd8be8a26b1d5527c210e819eba54bff6a9c152292106a4d410cdce0d06fbb2c0dd48c790d6541921feb688106bb6d01e8c7e9d9d330e0
6
+ metadata.gz: 9a1cce58d46b250c03caf81396fcf319e9e98ffc0936c18a78c85a207c39518d576776ab76c24d388752c13d27d0a869f571b2bf05b9a8ef334b877bc380107c
7
+ data.tar.gz: 81cd65a8e319789f2646d717eaab151dfe26dc5c043135049e8f5840163d151e86c8361a9dc70e69530efb5b4f4d142a34684a54d9e9a9eed0af6a0fddf789e8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2025-06-04)
5
+ ------------------
6
+
7
+ * Feature - AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
8
+
4
9
  1.82.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -2083,7 +2083,7 @@ module Aws::TranscribeStreamingService
2083
2083
  tracer: tracer
2084
2084
  )
2085
2085
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
2086
- context[:gem_version] = '1.82.0'
2086
+ context[:gem_version] = '1.83.0'
2087
2087
  Seahorse::Client::Request.new(handlers, context)
2088
2088
  end
2089
2089
 
@@ -520,7 +520,7 @@ module Aws::TranscribeStreamingService
520
520
  # resp.medical_scribe_stream_details.encryption_settings.kms_key_id #=> String
521
521
  # resp.medical_scribe_stream_details.stream_status #=> String, one of "IN_PROGRESS", "PAUSED", "FAILED", "COMPLETED"
522
522
  # resp.medical_scribe_stream_details.post_stream_analytics_settings.clinical_note_generation_settings.output_bucket_name #=> String
523
- # resp.medical_scribe_stream_details.post_stream_analytics_settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP"
523
+ # resp.medical_scribe_stream_details.post_stream_analytics_settings.clinical_note_generation_settings.note_template #=> String, one of "HISTORY_AND_PHYSICAL", "GIRPP", "DAP", "SIRP", "BIRP", "BEHAVIORAL_SOAP", "PHYSICAL_SOAP"
524
524
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.clinical_note_output_location #=> String
525
525
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.transcript_output_location #=> String
526
526
  # resp.medical_scribe_stream_details.post_stream_analytics_result.clinical_note_generation_result.status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
@@ -553,7 +553,7 @@ module Aws::TranscribeStreamingService
553
553
  tracer: tracer
554
554
  )
555
555
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
556
- context[:gem_version] = '1.82.0'
556
+ context[:gem_version] = '1.83.0'
557
557
  Seahorse::Client::Request.new(handlers, context)
558
558
  end
559
559
 
@@ -353,12 +353,30 @@ module Aws::TranscribeStreamingService
353
353
  # summary. The default is `HISTORY_AND_PHYSICAL`.
354
354
  #
355
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.
356
+ # clinical documentation. Examples of sections include Chief
357
+ # Complaint, History of Present Illness, Review of Systems, Past
358
+ # Medical History, Assessment, and Plan.
359
359
  #
360
360
  # * GIRPP: Provides summaries based on the patients progress toward
361
- # goals. Sections include Goal, Intervention, Response, Progress,
361
+ # goals. Examples of sections include Goal, Intervention, Response,
362
+ # Progress, and Plan.
363
+ #
364
+ # * BIRP: Focuses on the patient's behavioral patterns and responses.
365
+ # Examples of sections include Behavior, Intervention, Response, and
366
+ # Plan.
367
+ #
368
+ # * SIRP: Emphasizes the situational context of therapy. Examples of
369
+ # sections include Situation, Intervention, Response, and Plan.
370
+ #
371
+ # * DAP: Provides a simplified format for clinical documentation.
372
+ # Examples of sections include Data, Assessment, and Plan.
373
+ #
374
+ # * BEHAVIORAL\_SOAP: Behavioral health focused documentation format.
375
+ # Examples of sections include Subjective, Objective, Assessment,
376
+ # and Plan.
377
+ #
378
+ # * PHYSICAL\_SOAP: Physical health focused documentation format.
379
+ # Examples of sections include Subjective, Objective, Assessment,
362
380
  # and Plan.
363
381
  # @return [String]
364
382
  #
@@ -423,13 +441,13 @@ module Aws::TranscribeStreamingService
423
441
  # stability score, and start and end times.
424
442
  #
425
443
  # @!attribute [rw] start_time
426
- # The start time, in milliseconds, of the utterance that was
427
- # identified as PII.
444
+ # The start time of the utterance that was identified as PII in
445
+ # seconds, with millisecond precision (e.g., 1.056)
428
446
  # @return [Float]
429
447
  #
430
448
  # @!attribute [rw] end_time
431
- # The end time, in milliseconds, of the utterance that was identified
432
- # as PII.
449
+ # The end time of the utterance that was identified as PII in seconds,
450
+ # with millisecond precision (e.g., 1.056)
433
451
  # @return [Float]
434
452
  #
435
453
  # @!attribute [rw] category
@@ -527,11 +545,13 @@ module Aws::TranscribeStreamingService
527
545
  # type, and start and end times.
528
546
  #
529
547
  # @!attribute [rw] start_time
530
- # The start time, in milliseconds, of the transcribed item.
548
+ # The start time of the transcribed item in seconds, with millisecond
549
+ # precision (e.g., 1.056)
531
550
  # @return [Float]
532
551
  #
533
552
  # @!attribute [rw] end_time
534
- # The end time, in milliseconds, of the transcribed item.
553
+ # The end time of the transcribed item in seconds, with millisecond
554
+ # precision (e.g., 1.056)
535
555
  # @return [Float]
536
556
  #
537
557
  # @!attribute [rw] type
@@ -659,13 +679,13 @@ module Aws::TranscribeStreamingService
659
679
  # and start and end times.
660
680
  #
661
681
  # @!attribute [rw] start_time
662
- # The start time, in milliseconds, of the utterance that was
663
- # identified as PHI.
682
+ # The start time, in seconds, of the utterance that was identified as
683
+ # PHI.
664
684
  # @return [Float]
665
685
  #
666
686
  # @!attribute [rw] end_time
667
- # The end time, in milliseconds, of the utterance that was identified
668
- # as PHI.
687
+ # The end time, in seconds, of the utterance that was identified as
688
+ # PHI.
669
689
  # @return [Float]
670
690
  #
671
691
  # @!attribute [rw] category
@@ -702,11 +722,11 @@ module Aws::TranscribeStreamingService
702
722
  # type, and start and end times.
703
723
  #
704
724
  # @!attribute [rw] start_time
705
- # The start time, in milliseconds, of the transcribed item.
725
+ # The start time, in seconds, of the transcribed item.
706
726
  # @return [Float]
707
727
  #
708
728
  # @!attribute [rw] end_time
709
- # The end time, in milliseconds, of the transcribed item.
729
+ # The end time, in seconds, of the transcribed item.
710
730
  # @return [Float]
711
731
  #
712
732
  # @!attribute [rw] type
@@ -758,11 +778,11 @@ module Aws::TranscribeStreamingService
758
778
  # @return [String]
759
779
  #
760
780
  # @!attribute [rw] start_time
761
- # The start time, in milliseconds, of the `Result`.
781
+ # The start time, in seconds, of the `Result`.
762
782
  # @return [Float]
763
783
  #
764
784
  # @!attribute [rw] end_time
765
- # The end time, in milliseconds, of the `Result`.
785
+ # The end time, in seconds, of the `Result`.
766
786
  # @return [Float]
767
787
  #
768
788
  # @!attribute [rw] is_partial
@@ -1490,11 +1510,13 @@ module Aws::TranscribeStreamingService
1490
1510
  # @return [String]
1491
1511
  #
1492
1512
  # @!attribute [rw] start_time
1493
- # The start time, in milliseconds, of the `Result`.
1513
+ # The start time of the `Result` in seconds, with millisecond
1514
+ # precision (e.g., 1.056).
1494
1515
  # @return [Float]
1495
1516
  #
1496
1517
  # @!attribute [rw] end_time
1497
- # The end time, in milliseconds, of the `Result`.
1518
+ # The end time of the `Result` in seconds, with millisecond precision
1519
+ # (e.g., 1.056).
1498
1520
  # @return [Float]
1499
1521
  #
1500
1522
  # @!attribute [rw] is_partial
@@ -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.82.0'
59
+ GEM_VERSION = '1.83.0'
60
60
 
61
61
  end
62
62
 
data/sig/types.rbs CHANGED
@@ -77,7 +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
+ attr_accessor note_template: ("HISTORY_AND_PHYSICAL" | "GIRPP" | "DAP" | "SIRP" | "BIRP" | "BEHAVIORAL_SOAP" | "PHYSICAL_SOAP")
81
81
  SENSITIVE: []
82
82
  end
83
83
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services