aws-sdk-connecthealth 1.6.0 → 1.7.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connecthealth/async_client.rb +4 -1
- data/lib/aws-sdk-connecthealth/client.rb +1 -1
- data/lib/aws-sdk-connecthealth/client_api.rb +5 -0
- data/lib/aws-sdk-connecthealth/event_streams.rb +7 -0
- data/lib/aws-sdk-connecthealth/types.rb +18 -0
- data/lib/aws-sdk-connecthealth.rb +1 -1
- data/sig/types.rbs +7 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62f77052dbb1a9701dc42f9037a986a1d3fb5d3925564e265063adeeada986a5
|
|
4
|
+
data.tar.gz: 24a3986d51f57bb02e7f45c6770ba4148f214feb6ef123ca3d9741a87a85559e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61f1344733d4ee4f210b946ac08aa948fe74c6b6790425b4e61d728f34c5e16ab74682578f683c2bb557b32f47741e3aa83f09ffeb718adb6783882bb09ee3ba
|
|
7
|
+
data.tar.gz: 7d6c78661137641f9524abce3ab4db9f96bc04db022bd662d9bd416ed3e19c096ee33ac74b5451b53d8d9ba3be8c7c55d86247728e9cf95f723704f8024169c4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.7.0 (2026-06-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add support for MedicalScribeBinaryAudioEvent in the Medical Scribe streaming input. This new event type lets you send audio as a raw binary payload instead of a base64-encoded value
|
|
8
|
+
|
|
4
9
|
1.6.0 (2026-05-26)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.7.0
|
|
@@ -472,6 +472,9 @@ module Aws::ConnectHealth
|
|
|
472
472
|
# input_stream.signal_audio_event_event(
|
|
473
473
|
# # ...
|
|
474
474
|
# )
|
|
475
|
+
# input_stream.signal_binary_audio_event_event(
|
|
476
|
+
# # ...
|
|
477
|
+
# )
|
|
475
478
|
# input_stream.signal_session_control_event_event(
|
|
476
479
|
# # ...
|
|
477
480
|
# )
|
|
@@ -614,7 +617,7 @@ module Aws::ConnectHealth
|
|
|
614
617
|
tracer: tracer
|
|
615
618
|
)
|
|
616
619
|
context[:gem_name] = 'aws-sdk-connecthealth'
|
|
617
|
-
context[:gem_version] = '1.
|
|
620
|
+
context[:gem_version] = '1.7.0'
|
|
618
621
|
Seahorse::Client::Request.new(handlers, context)
|
|
619
622
|
end
|
|
620
623
|
|
|
@@ -1189,7 +1189,7 @@ module Aws::ConnectHealth
|
|
|
1189
1189
|
tracer: tracer
|
|
1190
1190
|
)
|
|
1191
1191
|
context[:gem_name] = 'aws-sdk-connecthealth'
|
|
1192
|
-
context[:gem_version] = '1.
|
|
1192
|
+
context[:gem_version] = '1.7.0'
|
|
1193
1193
|
Seahorse::Client::Request.new(handlers, context)
|
|
1194
1194
|
end
|
|
1195
1195
|
|
|
@@ -80,6 +80,7 @@ module Aws::ConnectHealth
|
|
|
80
80
|
ManagedTemplate = Shapes::StructureShape.new(name: 'ManagedTemplate')
|
|
81
81
|
ManagedTemplateResponse = Shapes::StructureShape.new(name: 'ManagedTemplateResponse')
|
|
82
82
|
MedicalScribeAudioEvent = Shapes::StructureShape.new(name: 'MedicalScribeAudioEvent')
|
|
83
|
+
MedicalScribeBinaryAudioEvent = Shapes::StructureShape.new(name: 'MedicalScribeBinaryAudioEvent')
|
|
83
84
|
MedicalScribeChannelDefinition = Shapes::StructureShape.new(name: 'MedicalScribeChannelDefinition')
|
|
84
85
|
MedicalScribeChannelDefinitions = Shapes::ListShape.new(name: 'MedicalScribeChannelDefinitions')
|
|
85
86
|
MedicalScribeChannelId = Shapes::IntegerShape.new(name: 'MedicalScribeChannelId')
|
|
@@ -353,6 +354,9 @@ module Aws::ConnectHealth
|
|
|
353
354
|
MedicalScribeAudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, required: true, location_name: "audioChunk"))
|
|
354
355
|
MedicalScribeAudioEvent.struct_class = Types::MedicalScribeAudioEvent
|
|
355
356
|
|
|
357
|
+
MedicalScribeBinaryAudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, required: true, eventpayload: true, eventpayload_type: 'blob', location_name: "audioChunk", metadata: {"eventpayload" => true}))
|
|
358
|
+
MedicalScribeBinaryAudioEvent.struct_class = Types::MedicalScribeBinaryAudioEvent
|
|
359
|
+
|
|
356
360
|
MedicalScribeChannelDefinition.add_member(:channel_id, Shapes::ShapeRef.new(shape: MedicalScribeChannelId, required: true, location_name: "channelId"))
|
|
357
361
|
MedicalScribeChannelDefinition.add_member(:participant_role, Shapes::ShapeRef.new(shape: MedicalScribeParticipantRole, required: true, location_name: "participantRole"))
|
|
358
362
|
MedicalScribeChannelDefinition.struct_class = Types::MedicalScribeChannelDefinition
|
|
@@ -365,6 +369,7 @@ module Aws::ConnectHealth
|
|
|
365
369
|
MedicalScribeConfigurationEvent.struct_class = Types::MedicalScribeConfigurationEvent
|
|
366
370
|
|
|
367
371
|
MedicalScribeInputStream.add_member(:audio_event, Shapes::ShapeRef.new(shape: MedicalScribeAudioEvent, event: true, location_name: "audioEvent"))
|
|
372
|
+
MedicalScribeInputStream.add_member(:binary_audio_event, Shapes::ShapeRef.new(shape: MedicalScribeBinaryAudioEvent, event: true, location_name: "binaryAudioEvent"))
|
|
368
373
|
MedicalScribeInputStream.add_member(:session_control_event, Shapes::ShapeRef.new(shape: MedicalScribeSessionControlEvent, event: true, location_name: "sessionControlEvent"))
|
|
369
374
|
MedicalScribeInputStream.add_member(:configuration_event, Shapes::ShapeRef.new(shape: MedicalScribeConfigurationEvent, event: true, location_name: "configurationEvent"))
|
|
370
375
|
MedicalScribeInputStream.struct_class = Types::MedicalScribeInputStream
|
|
@@ -22,6 +22,13 @@ module Aws::ConnectHealth
|
|
|
22
22
|
@event_emitter.emit(:audio_event, params)
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
+
# @option params [String, StringIO, File] :audio_chunk
|
|
26
|
+
# The raw binary audio data chunk
|
|
27
|
+
#
|
|
28
|
+
def signal_binary_audio_event_event(params = {})
|
|
29
|
+
@event_emitter.emit(:binary_audio_event, params)
|
|
30
|
+
end
|
|
31
|
+
|
|
25
32
|
# @option params [String] :type
|
|
26
33
|
# The type of session control event
|
|
27
34
|
#
|
|
@@ -872,6 +872,23 @@ module Aws::ConnectHealth
|
|
|
872
872
|
include Aws::Structure
|
|
873
873
|
end
|
|
874
874
|
|
|
875
|
+
# An event containing raw binary audio data for the Medical Scribe
|
|
876
|
+
# stream. The audio is sent as a raw binary payload rather than as a
|
|
877
|
+
# base64-encoded value.
|
|
878
|
+
#
|
|
879
|
+
# @!attribute [rw] audio_chunk
|
|
880
|
+
# The raw binary audio data chunk
|
|
881
|
+
# @return [String]
|
|
882
|
+
#
|
|
883
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connecthealth-2025-01-29/MedicalScribeBinaryAudioEvent AWS API Documentation
|
|
884
|
+
#
|
|
885
|
+
class MedicalScribeBinaryAudioEvent < Struct.new(
|
|
886
|
+
:audio_chunk,
|
|
887
|
+
:event_type)
|
|
888
|
+
SENSITIVE = []
|
|
889
|
+
include Aws::Structure
|
|
890
|
+
end
|
|
891
|
+
|
|
875
892
|
# Defines a channel in the audio stream
|
|
876
893
|
#
|
|
877
894
|
# @!attribute [rw] channel_id
|
|
@@ -1585,6 +1602,7 @@ module Aws::ConnectHealth
|
|
|
1585
1602
|
def event_types
|
|
1586
1603
|
[
|
|
1587
1604
|
:audio_event,
|
|
1605
|
+
:binary_audio_event,
|
|
1588
1606
|
:session_control_event,
|
|
1589
1607
|
:configuration_event
|
|
1590
1608
|
]
|
data/sig/types.rbs
CHANGED
|
@@ -297,6 +297,12 @@ module Aws::ConnectHealth
|
|
|
297
297
|
SENSITIVE: []
|
|
298
298
|
end
|
|
299
299
|
|
|
300
|
+
class MedicalScribeBinaryAudioEvent
|
|
301
|
+
attr_accessor audio_chunk: ::String
|
|
302
|
+
attr_accessor event_type: untyped
|
|
303
|
+
SENSITIVE: []
|
|
304
|
+
end
|
|
305
|
+
|
|
300
306
|
class MedicalScribeChannelDefinition
|
|
301
307
|
attr_accessor channel_id: ::Integer
|
|
302
308
|
attr_accessor participant_role: ("PATIENT" | "CLINICIAN")
|
|
@@ -525,7 +531,7 @@ module Aws::ConnectHealth
|
|
|
525
531
|
end
|
|
526
532
|
|
|
527
533
|
class MedicalScribeInputStream < Enumerator[untyped, untyped]
|
|
528
|
-
def event_types: () -> [:audio_event, :session_control_event, :configuration_event]
|
|
534
|
+
def event_types: () -> [:audio_event, :binary_audio_event, :session_control_event, :configuration_event]
|
|
529
535
|
end
|
|
530
536
|
|
|
531
537
|
class MedicalScribeOutputStream < Enumerator[untyped, untyped]
|