aws-sdk-transcribestreamingservice 1.74.0 → 1.76.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: d514cccd1210098a4eecba417588f9a61e765135ac079087f48ee5c6a5d331eb
4
- data.tar.gz: b9edcc962ba331945a18df37c4aae4bb9079691839665b28e3896802a43f31cf
3
+ metadata.gz: 852b85f6641b3c641bd252475374e1e0a410754f530947194d505288c476f145
4
+ data.tar.gz: a03b099ae2b5864d5f06685221a1989397d2ff6fb2921345bf57812a5cd10b73
5
5
  SHA512:
6
- metadata.gz: 40ff5d374b3021c8474cf0636ad06dc77485392a26bd0e53b39575b6b2247875eca40dc3496db92d1a6f6eb0da3939a0520e05ad311471799f0369665a4b8ea8
7
- data.tar.gz: 173e138a04581e2320bbcc7fc1a6cd5068560110ef0138e904b01aaa0b4d69a8431305b0e9cc87d844b1a54c4554ecb04f32230dcb284e64b08a8a704625f0ae
6
+ metadata.gz: 275889c0d47de44206fac2ae1f4d3356e89dfc4770764f78ee7813f86fb871d6f26d9e5253b30bebc9c28874880d6a75e4e58f09f21bb8ca7282418321ad08d5
7
+ data.tar.gz: a32e6e8dee7a01fe235596aa5340b588c68454073cbb396ff949a652600246c18a48fa8ad48ab5afeb80f785e97a8bfbdc994c81b41f6d6062157051973d0dd9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.75.0 (2025-02-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.74.0 (2025-01-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.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.74.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.74.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"))
@@ -10,40 +10,36 @@
10
10
  module Aws::TranscribeStreamingService
11
11
  class EndpointProvider
12
12
  def resolve_endpoint(parameters)
13
- region = parameters.region
14
- use_dual_stack = parameters.use_dual_stack
15
- use_fips = parameters.use_fips
16
- endpoint = parameters.endpoint
17
- if Aws::Endpoints::Matchers.set?(endpoint)
18
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
13
+ if Aws::Endpoints::Matchers.set?(parameters.endpoint)
14
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
19
15
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
16
  end
21
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
17
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
22
18
  raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
19
  end
24
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
20
+ return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
25
21
  end
26
- if Aws::Endpoints::Matchers.set?(region)
27
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ if Aws::Endpoints::Matchers.set?(parameters.region)
23
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
29
25
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
26
+ return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
27
  end
32
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
29
  end
34
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
30
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
35
31
  if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
- return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
32
+ return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
33
  end
38
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
35
  end
40
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
36
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
41
37
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
38
+ return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
39
  end
44
40
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
41
  end
46
- return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
42
+ return Aws::Endpoints::Endpoint.new(url: "https://transcribestreaming.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
43
  end
48
44
  end
49
45
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -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.74.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.74.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-01-29 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