aws-sdk-connecthealth 1.11.0 → 1.12.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: 7cae7f76e516d07088673209771296b2df2b3919fbdd422b60b472e3e9c10b84
4
- data.tar.gz: 3ef2ec625bfaf2c651c6f4318eb168bb50cc89e5afd0477a14884760d2e3f68c
3
+ metadata.gz: d9dfa099c6d9d180c47073f3f9559c177b09170c70bad9d7527a506bae314fb8
4
+ data.tar.gz: 00ea419575a543843196f3c75a8993bde61f1329cc4c9c038d6ba58c5c14f566
5
5
  SHA512:
6
- metadata.gz: bc46da34086679f6705c31482ab87ab9a901512cec4e1c24780e06e3bb66f58e37af26575ecc95bb904ef254fdb42d6eb2b9beb81dd0a2bf676b5ac38ecc19f9
7
- data.tar.gz: 639f72b520cb2af0074cec7fef75099c7e493365b96f15b131ade0f267702aef623987b0ea751ae387fb8a54a96519a63b65368d4598f56f83c3d5462c1f6790
6
+ metadata.gz: c7d652995b6f3e2723ab8e8aa3c9b2e582d2043d6c794f7bf473cd16db4e768c2cb8596614770f8c134e3f08abccf1d57c2d9694aa6b27cf4b799557059682f7
7
+ data.tar.gz: 95debb839d5152b0fd2568329a38c57653bed772684d400bcd6f6296cc23140a8aea0ffc409ebf692f2cd9dd44f07006249c60d3d0b016620a709ca53194fc6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2026-09-23)
5
+ ------------------
6
+
7
+ * Feature - Multi language support with code switching, custom template sectionHeader now allows underscores.
8
+
4
9
  1.11.0 (2026-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -532,7 +532,7 @@ module Aws::ConnectHealth
532
532
  # session_id: "SessionId", # required
533
533
  # domain_id: "DomainId", # required
534
534
  # subscription_id: "SubscriptionId", # required
535
- # language_code: "en-US", # required, accepts en-US
535
+ # language_code: "en-US", # required, accepts en-US, multi
536
536
  # media_sample_rate_hertz: 1, # required
537
537
  # media_encoding: "pcm", # required, accepts pcm, flac
538
538
  # input_event_stream_hander: EventStreams::MedicalScribeInputStream.new,
@@ -548,7 +548,7 @@ module Aws::ConnectHealth
548
548
  # resp.domain_id #=> String
549
549
  # resp.subscription_id #=> String
550
550
  # resp.request_id #=> String
551
- # resp.language_code #=> String, one of "en-US"
551
+ # resp.language_code #=> String, one of "en-US", "multi"
552
552
  # resp.media_sample_rate_hertz #=> Integer
553
553
  # resp.media_encoding #=> String, one of "pcm", "flac"
554
554
  # # All events are available at resp.response_stream:
@@ -617,7 +617,7 @@ module Aws::ConnectHealth
617
617
  tracer: tracer
618
618
  )
619
619
  context[:gem_name] = 'aws-sdk-connecthealth'
620
- context[:gem_version] = '1.11.0'
620
+ context[:gem_version] = '1.12.0'
621
621
  Seahorse::Client::Request.new(handlers, context)
622
622
  end
623
623
 
@@ -782,7 +782,7 @@ module Aws::ConnectHealth
782
782
  # resp.medical_scribe_listening_session_details.session_id #=> String
783
783
  # resp.medical_scribe_listening_session_details.domain_id #=> String
784
784
  # resp.medical_scribe_listening_session_details.subscription_id #=> String
785
- # resp.medical_scribe_listening_session_details.language_code #=> String, one of "en-US"
785
+ # resp.medical_scribe_listening_session_details.language_code #=> String, one of "en-US", "multi"
786
786
  # resp.medical_scribe_listening_session_details.media_sample_rate_hertz #=> Integer
787
787
  # resp.medical_scribe_listening_session_details.media_encoding #=> String, one of "pcm", "flac"
788
788
  # resp.medical_scribe_listening_session_details.channel_definitions #=> Array
@@ -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.11.0'
1192
+ context[:gem_version] = '1.12.0'
1193
1193
  Seahorse::Client::Request.new(handlers, context)
1194
1194
  end
1195
1195
 
@@ -116,10 +116,10 @@ module Aws::ConnectHealth
116
116
  S3Source = Shapes::StructureShape.new(name: 'S3Source')
117
117
  S3Sources = Shapes::ListShape.new(name: 'S3Sources')
118
118
  S3Uri = Shapes::StringShape.new(name: 'S3Uri')
119
- SensitiveAlphanumericString = Shapes::StringShape.new(name: 'SensitiveAlphanumericString')
120
119
  SensitiveIsoDateString = Shapes::StringShape.new(name: 'SensitiveIsoDateString')
121
120
  SensitiveMarkdownString = Shapes::StringShape.new(name: 'SensitiveMarkdownString')
122
121
  SensitiveNonEmptyString = Shapes::StringShape.new(name: 'SensitiveNonEmptyString')
122
+ SensitiveSectionHeaderString = Shapes::StringShape.new(name: 'SensitiveSectionHeaderString')
123
123
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
124
124
  SessionId = Shapes::StringShape.new(name: 'SessionId')
125
125
  Specialty = Shapes::StringShape.new(name: 'Specialty')
@@ -518,7 +518,7 @@ module Aws::ConnectHealth
518
518
 
519
519
  TemplateInstructions.member = Shapes::ShapeRef.new(shape: TemplateSectionInstruction)
520
520
 
521
- TemplateSectionInstruction.add_member(:section_header, Shapes::ShapeRef.new(shape: SensitiveAlphanumericString, required: true, location_name: "sectionHeader"))
521
+ TemplateSectionInstruction.add_member(:section_header, Shapes::ShapeRef.new(shape: SensitiveSectionHeaderString, required: true, location_name: "sectionHeader"))
522
522
  TemplateSectionInstruction.add_member(:section_instruction, Shapes::ShapeRef.new(shape: SensitiveMarkdownString, required: true, location_name: "sectionInstruction"))
523
523
  TemplateSectionInstruction.struct_class = Types::TemplateSectionInstruction
524
524
 
@@ -73,7 +73,7 @@ module Aws::ConnectHealth
73
73
  autoload :AsyncClient, 'aws-sdk-connecthealth/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-connecthealth/event_streams'
75
75
 
76
- GEM_VERSION = '1.11.0'
76
+ GEM_VERSION = '1.12.0'
77
77
 
78
78
  end
79
79
 
data/sig/async_client.rbs CHANGED
@@ -73,7 +73,7 @@ module Aws
73
73
  def domain_id: () -> ::String
74
74
  def subscription_id: () -> ::String
75
75
  def request_id: () -> ::String
76
- def language_code: () -> ("en-US")
76
+ def language_code: () -> ("en-US" | "multi")
77
77
  def media_sample_rate_hertz: () -> ::Integer
78
78
  def media_encoding: () -> ("pcm" | "flac")
79
79
  def response_stream: () -> Types::MedicalScribeOutputStream
@@ -83,7 +83,7 @@ module Aws
83
83
  session_id: ::String,
84
84
  domain_id: ::String,
85
85
  subscription_id: ::String,
86
- language_code: ("en-US"),
86
+ language_code: ("en-US" | "multi"),
87
87
  media_sample_rate_hertz: ::Integer,
88
88
  media_encoding: ("pcm" | "flac"),
89
89
  input_event_stream_handler: untyped,
data/sig/types.rbs CHANGED
@@ -321,7 +321,7 @@ module Aws::ConnectHealth
321
321
  attr_accessor session_id: ::String
322
322
  attr_accessor domain_id: ::String
323
323
  attr_accessor subscription_id: ::String
324
- attr_accessor language_code: ("en-US")
324
+ attr_accessor language_code: ("en-US" | "multi")
325
325
  attr_accessor media_sample_rate_hertz: ::Integer
326
326
  attr_accessor media_encoding: ("pcm" | "flac")
327
327
  attr_accessor channel_definitions: ::Array[Types::MedicalScribeChannelDefinition]
@@ -437,7 +437,7 @@ module Aws::ConnectHealth
437
437
  attr_accessor session_id: ::String
438
438
  attr_accessor domain_id: ::String
439
439
  attr_accessor subscription_id: ::String
440
- attr_accessor language_code: ("en-US")
440
+ attr_accessor language_code: ("en-US" | "multi")
441
441
  attr_accessor media_sample_rate_hertz: ::Integer
442
442
  attr_accessor media_encoding: ("pcm" | "flac")
443
443
  attr_accessor input_stream: Types::MedicalScribeInputStream
@@ -449,7 +449,7 @@ module Aws::ConnectHealth
449
449
  attr_accessor domain_id: ::String
450
450
  attr_accessor subscription_id: ::String
451
451
  attr_accessor request_id: ::String
452
- attr_accessor language_code: ("en-US")
452
+ attr_accessor language_code: ("en-US" | "multi")
453
453
  attr_accessor media_sample_rate_hertz: ::Integer
454
454
  attr_accessor media_encoding: ("pcm" | "flac")
455
455
  attr_accessor response_stream: Types::MedicalScribeOutputStream
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connecthealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services