aws-sdk-transcribestreamingservice 1.75.0 → 1.77.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribestreamingservice/async_client.rb +1 -1
- data/lib/aws-sdk-transcribestreamingservice/client.rb +31 -30
- data/lib/aws-sdk-transcribestreamingservice/client_api.rb +2 -0
- data/lib/aws-sdk-transcribestreamingservice/types.rb +16 -1
- data/lib/aws-sdk-transcribestreamingservice.rb +1 -1
- data/sig/types.rbs +1 -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: 63d82e81f9e9897e41a2928f0389ced99078c6d8ae4638f13040c06914e275ba
|
4
|
+
data.tar.gz: 2f6e67b53b07323753ad20274d0a6597a1f92fda2555a6c87b1fb0f1e1f373a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60826018c780b5b111952df2dd64d75354286c6384a1445766a5943ab39f512507ec1d80ee4f03023fc7d1f0fc6298c1f1c3f5a64387af52bc7a3b1ad9376d4e
|
7
|
+
data.tar.gz: 44f460b5d85c562688d5fb5525b7d60781e6b1fcda5200bccfd5822408de941d52feae664947ad9f12c762bd17c694cbcbac1c4438341a7ee0793012ccec9211
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.77.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.76.0 (2025-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe.
|
13
|
+
|
4
14
|
1.75.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.77.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.
|
2053
|
+
context[:gem_version] = '1.77.0'
|
2054
2054
|
Seahorse::Client::Request.new(handlers, context)
|
2055
2055
|
end
|
2056
2056
|
|
@@ -7,35 +7,35 @@
|
|
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/rest_json
|
38
|
-
require 'aws-sdk-core/plugins/event_stream_configuration
|
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/rest_json'
|
38
|
+
require 'aws-sdk-core/plugins/event_stream_configuration'
|
39
39
|
|
40
40
|
module Aws::TranscribeStreamingService
|
41
41
|
# An API client for TranscribeStreamingService. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.
|
557
|
+
context[:gem_version] = '1.77.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.
|
59
|
+
GEM_VERSION = '1.77.0'
|
60
60
|
|
61
61
|
end
|
62
62
|
|
data/sig/types.rbs
CHANGED
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.
|
4
|
+
version: 1.77.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
|