aws-sdk-transcribestreamingservice 1.56.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57bbe78c601950b3653b7a079890e2e94276840b24996c6cb6e0012019c355bf
4
- data.tar.gz: 355c2ae5b95078c30c6d7d21ede9a2b813652dd005e818dc43b8f3c5010fa7a0
3
+ metadata.gz: 781d875e004c2a00d2f03733fa950f831122384ae7127878b6281d40383d2c4c
4
+ data.tar.gz: 6a6623825cc8f1acbb75341fb890b6fcbbef5302c162e2d4345bb72564411c84
5
5
  SHA512:
6
- metadata.gz: f27c86512b761d6212ba28e212d8705a4849df2fa8d686139daea846d564569d7bd81570870441e94135ebbffa2d3e2b0f2abde483a1e7ecc9ce66a02dde7b42
7
- data.tar.gz: 7ea70923b7f3743b8bf5a2d66ce476b39b7982d48ba4d64f5af5e04dc4f128f82d9494c8d2ad9e704f644e976560f90e5622245a72bb17454af3d93cf02c2309
6
+ metadata.gz: '010508f1ad29f35ea2d259f5eb4aba8d4aabe77c8b5577782725d9d7180fe8c64caefdccff89d09162cf9da2d944da91222ded4fa7ad2b790083ffd5f9f5865e'
7
+ data.tar.gz: 52c2997262a2c2e1cf09eaf0817d67d0ff724dca1822383f3c339f0a92ad4d7fbff66028bc1b52552efdf4cff66dd2ac542f04705bc1aed1f87e83fb202e0b0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -1672,7 +1672,7 @@ module Aws::TranscribeStreamingService
1672
1672
  http_response: Seahorse::Client::Http::AsyncResponse.new,
1673
1673
  config: config)
1674
1674
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
1675
- context[:gem_version] = '1.56.0'
1675
+ context[:gem_version] = '1.57.0'
1676
1676
  Seahorse::Client::Request.new(handlers, context)
1677
1677
  end
1678
1678
 
@@ -412,7 +412,7 @@ module Aws::TranscribeStreamingService
412
412
  params: params,
413
413
  config: config)
414
414
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
415
- context[:gem_version] = '1.56.0'
415
+ context[:gem_version] = '1.57.0'
416
416
  Seahorse::Client::Request.new(handlers, context)
417
417
  end
418
418
 
@@ -14,6 +14,7 @@ module Aws::TranscribeStreamingService
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::TranscribeStreamingService::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
54
54
  # @!group service
55
55
  module Aws::TranscribeStreamingService
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,205 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module TranscribeStreamingService
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?event_stream_handler: Proc,
36
+ ?ignore_configured_endpoint_urls: bool,
37
+ ?input_event_stream_handler: Proc,
38
+ ?log_formatter: untyped,
39
+ ?log_level: Symbol,
40
+ ?logger: untyped,
41
+ ?max_attempts: Integer,
42
+ ?output_event_stream_handler: Proc,
43
+ ?profile: String,
44
+ ?request_min_compression_size_bytes: Integer,
45
+ ?retry_backoff: Proc,
46
+ ?retry_base_delay: Float,
47
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
48
+ ?retry_limit: Integer,
49
+ ?retry_max_delay: Integer,
50
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
51
+ ?sdk_ua_app_id: String,
52
+ ?secret_access_key: String,
53
+ ?session_token: String,
54
+ ?stub_responses: untyped,
55
+ ?token_provider: untyped,
56
+ ?use_dualstack_endpoint: bool,
57
+ ?use_fips_endpoint: bool,
58
+ ?validate_params: bool,
59
+ ?endpoint_provider: untyped,
60
+ ?http_proxy: String,
61
+ ?http_open_timeout: (Float | Integer),
62
+ ?http_read_timeout: (Float | Integer),
63
+ ?http_idle_timeout: (Float | Integer),
64
+ ?http_continue_timeout: (Float | Integer),
65
+ ?ssl_timeout: (Float | Integer | nil),
66
+ ?http_wire_trace: bool,
67
+ ?ssl_verify_peer: bool,
68
+ ?ssl_ca_bundle: String,
69
+ ?ssl_ca_directory: String,
70
+ ?ssl_ca_store: String,
71
+ ?on_chunk_received: Proc,
72
+ ?on_chunk_sent: Proc,
73
+ ?raise_response_errors: bool
74
+ ) -> instance
75
+ | (?Hash[Symbol, untyped]) -> instance
76
+
77
+
78
+ interface _StartCallAnalyticsStreamTranscriptionResponseSuccess
79
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartCallAnalyticsStreamTranscriptionResponse]
80
+ def request_id: () -> ::String
81
+ def language_code: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
82
+ def media_sample_rate_hertz: () -> ::Integer
83
+ def media_encoding: () -> ("pcm" | "ogg-opus" | "flac")
84
+ def vocabulary_name: () -> ::String
85
+ def session_id: () -> ::String
86
+ def call_analytics_transcript_result_stream: () -> Types::CallAnalyticsTranscriptResultStream
87
+ def vocabulary_filter_name: () -> ::String
88
+ def vocabulary_filter_method: () -> ("remove" | "mask" | "tag")
89
+ def language_model_name: () -> ::String
90
+ def enable_partial_results_stabilization: () -> bool
91
+ def partial_results_stability: () -> ("high" | "medium" | "low")
92
+ def content_identification_type: () -> ("PII")
93
+ def content_redaction_type: () -> ("PII")
94
+ def pii_entity_types: () -> ::String
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Client.html#start_call_analytics_stream_transcription-instance_method
97
+ def start_call_analytics_stream_transcription: (
98
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR"),
99
+ media_sample_rate_hertz: ::Integer,
100
+ media_encoding: ("pcm" | "ogg-opus" | "flac"),
101
+ ?vocabulary_name: ::String,
102
+ ?session_id: ::String,
103
+ input_event_stream_hander: untyped,
104
+ ?vocabulary_filter_name: ::String,
105
+ ?vocabulary_filter_method: ("remove" | "mask" | "tag"),
106
+ ?language_model_name: ::String,
107
+ ?enable_partial_results_stabilization: bool,
108
+ ?partial_results_stability: ("high" | "medium" | "low"),
109
+ ?content_identification_type: ("PII"),
110
+ ?content_redaction_type: ("PII"),
111
+ ?pii_entity_types: ::String
112
+ ) ?{ (*untyped) -> void } -> _StartCallAnalyticsStreamTranscriptionResponseSuccess
113
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _StartCallAnalyticsStreamTranscriptionResponseSuccess
114
+
115
+ interface _StartMedicalStreamTranscriptionResponseSuccess
116
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMedicalStreamTranscriptionResponse]
117
+ def request_id: () -> ::String
118
+ def language_code: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
119
+ def media_sample_rate_hertz: () -> ::Integer
120
+ def media_encoding: () -> ("pcm" | "ogg-opus" | "flac")
121
+ def vocabulary_name: () -> ::String
122
+ def specialty: () -> ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
123
+ def type: () -> ("CONVERSATION" | "DICTATION")
124
+ def show_speaker_label: () -> bool
125
+ def session_id: () -> ::String
126
+ def transcript_result_stream: () -> Types::MedicalTranscriptResultStream
127
+ def enable_channel_identification: () -> bool
128
+ def number_of_channels: () -> ::Integer
129
+ def content_identification_type: () -> ("PHI")
130
+ end
131
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Client.html#start_medical_stream_transcription-instance_method
132
+ def start_medical_stream_transcription: (
133
+ language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH"),
134
+ media_sample_rate_hertz: ::Integer,
135
+ media_encoding: ("pcm" | "ogg-opus" | "flac"),
136
+ ?vocabulary_name: ::String,
137
+ specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY"),
138
+ type: ("CONVERSATION" | "DICTATION"),
139
+ ?show_speaker_label: bool,
140
+ ?session_id: ::String,
141
+ input_event_stream_hander: untyped,
142
+ ?enable_channel_identification: bool,
143
+ ?number_of_channels: ::Integer,
144
+ ?content_identification_type: ("PHI")
145
+ ) ?{ (*untyped) -> void } -> _StartMedicalStreamTranscriptionResponseSuccess
146
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _StartMedicalStreamTranscriptionResponseSuccess
147
+
148
+ interface _StartStreamTranscriptionResponseSuccess
149
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartStreamTranscriptionResponse]
150
+ def request_id: () -> ::String
151
+ def language_code: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
152
+ def media_sample_rate_hertz: () -> ::Integer
153
+ def media_encoding: () -> ("pcm" | "ogg-opus" | "flac")
154
+ def vocabulary_name: () -> ::String
155
+ def session_id: () -> ::String
156
+ def transcript_result_stream: () -> Types::TranscriptResultStream
157
+ def vocabulary_filter_name: () -> ::String
158
+ def vocabulary_filter_method: () -> ("remove" | "mask" | "tag")
159
+ def show_speaker_label: () -> bool
160
+ def enable_channel_identification: () -> bool
161
+ def number_of_channels: () -> ::Integer
162
+ def enable_partial_results_stabilization: () -> bool
163
+ def partial_results_stability: () -> ("high" | "medium" | "low")
164
+ def content_identification_type: () -> ("PII")
165
+ def content_redaction_type: () -> ("PII")
166
+ def pii_entity_types: () -> ::String
167
+ def language_model_name: () -> ::String
168
+ def identify_language: () -> bool
169
+ def language_options: () -> ::String
170
+ def preferred_language: () -> ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
171
+ def identify_multiple_languages: () -> bool
172
+ def vocabulary_names: () -> ::String
173
+ def vocabulary_filter_names: () -> ::String
174
+ end
175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Client.html#start_stream_transcription-instance_method
176
+ def start_stream_transcription: (
177
+ ?language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH"),
178
+ media_sample_rate_hertz: ::Integer,
179
+ media_encoding: ("pcm" | "ogg-opus" | "flac"),
180
+ ?vocabulary_name: ::String,
181
+ ?session_id: ::String,
182
+ input_event_stream_hander: untyped,
183
+ ?vocabulary_filter_name: ::String,
184
+ ?vocabulary_filter_method: ("remove" | "mask" | "tag"),
185
+ ?show_speaker_label: bool,
186
+ ?enable_channel_identification: bool,
187
+ ?number_of_channels: ::Integer,
188
+ ?enable_partial_results_stabilization: bool,
189
+ ?partial_results_stability: ("high" | "medium" | "low"),
190
+ ?content_identification_type: ("PII"),
191
+ ?content_redaction_type: ("PII"),
192
+ ?pii_entity_types: ::String,
193
+ ?language_model_name: ::String,
194
+ ?identify_language: bool,
195
+ ?language_options: ::String,
196
+ ?preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH"),
197
+ ?identify_multiple_languages: bool,
198
+ ?vocabulary_names: ::String,
199
+ ?vocabulary_filter_names: ::String
200
+ ) ?{ (*untyped) -> void } -> _StartStreamTranscriptionResponseSuccess
201
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _StartStreamTranscriptionResponseSuccess
202
+ end
203
+ end
204
+ end
205
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,16 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module TranscribeStreamingService
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ end
15
+ end
16
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,82 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module TranscribeStreamingService
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TranscribeStreamingService/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?event_stream_handler: Proc,
36
+ ?ignore_configured_endpoint_urls: bool,
37
+ ?input_event_stream_handler: Proc,
38
+ ?log_formatter: untyped,
39
+ ?log_level: Symbol,
40
+ ?logger: untyped,
41
+ ?max_attempts: Integer,
42
+ ?output_event_stream_handler: Proc,
43
+ ?profile: String,
44
+ ?request_min_compression_size_bytes: Integer,
45
+ ?retry_backoff: Proc,
46
+ ?retry_base_delay: Float,
47
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
48
+ ?retry_limit: Integer,
49
+ ?retry_max_delay: Integer,
50
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
51
+ ?sdk_ua_app_id: String,
52
+ ?secret_access_key: String,
53
+ ?session_token: String,
54
+ ?stub_responses: untyped,
55
+ ?token_provider: untyped,
56
+ ?use_dualstack_endpoint: bool,
57
+ ?use_fips_endpoint: bool,
58
+ ?validate_params: bool,
59
+ ?endpoint_provider: untyped,
60
+ ?http_proxy: String,
61
+ ?http_open_timeout: (Float | Integer),
62
+ ?http_read_timeout: (Float | Integer),
63
+ ?http_idle_timeout: (Float | Integer),
64
+ ?http_continue_timeout: (Float | Integer),
65
+ ?ssl_timeout: (Float | Integer | nil),
66
+ ?http_wire_trace: bool,
67
+ ?ssl_verify_peer: bool,
68
+ ?ssl_ca_bundle: String,
69
+ ?ssl_ca_directory: String,
70
+ ?ssl_ca_store: String,
71
+ ?on_chunk_received: Proc,
72
+ ?on_chunk_sent: Proc,
73
+ ?raise_response_errors: bool
74
+ ) -> void
75
+ | (?Hash[Symbol, untyped]) -> void
76
+
77
+ def client: () -> Client
78
+
79
+
80
+ end
81
+ end
82
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,379 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::TranscribeStreamingService
9
+ module Types
10
+
11
+ class Alternative
12
+ attr_accessor transcript: ::String
13
+ attr_accessor items: ::Array[Types::Item]
14
+ attr_accessor entities: ::Array[Types::Entity]
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AudioEvent
19
+ attr_accessor audio_chunk: ::String
20
+ attr_accessor event_type: untyped
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class BadRequestException
25
+ attr_accessor message: ::String
26
+ attr_accessor event_type: untyped
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class CallAnalyticsEntity
31
+ attr_accessor begin_offset_millis: ::Integer
32
+ attr_accessor end_offset_millis: ::Integer
33
+ attr_accessor category: ::String
34
+ attr_accessor type: ::String
35
+ attr_accessor content: ::String
36
+ attr_accessor confidence: ::Float
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class CallAnalyticsItem
41
+ attr_accessor begin_offset_millis: ::Integer
42
+ attr_accessor end_offset_millis: ::Integer
43
+ attr_accessor type: ("pronunciation" | "punctuation")
44
+ attr_accessor content: ::String
45
+ attr_accessor confidence: ::Float
46
+ attr_accessor vocabulary_filter_match: bool
47
+ attr_accessor stable: bool
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class CategoryEvent
52
+ attr_accessor matched_categories: ::Array[::String]
53
+ attr_accessor matched_details: ::Hash[::String, Types::PointsOfInterest]
54
+ attr_accessor event_type: untyped
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class ChannelDefinition
59
+ attr_accessor channel_id: ::Integer
60
+ attr_accessor participant_role: ("AGENT" | "CUSTOMER")
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CharacterOffsets
65
+ attr_accessor begin: ::Integer
66
+ attr_accessor end: ::Integer
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class ConfigurationEvent
71
+ attr_accessor channel_definitions: ::Array[Types::ChannelDefinition]
72
+ attr_accessor post_call_analytics_settings: Types::PostCallAnalyticsSettings
73
+ attr_accessor event_type: untyped
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class ConflictException
78
+ attr_accessor message: ::String
79
+ attr_accessor event_type: untyped
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class Entity
84
+ attr_accessor start_time: ::Float
85
+ attr_accessor end_time: ::Float
86
+ attr_accessor category: ::String
87
+ attr_accessor type: ::String
88
+ attr_accessor content: ::String
89
+ attr_accessor confidence: ::Float
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class InternalFailureException
94
+ attr_accessor message: ::String
95
+ attr_accessor event_type: untyped
96
+ SENSITIVE: []
97
+ end
98
+
99
+ class IssueDetected
100
+ attr_accessor character_offsets: Types::CharacterOffsets
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class Item
105
+ attr_accessor start_time: ::Float
106
+ attr_accessor end_time: ::Float
107
+ attr_accessor type: ("pronunciation" | "punctuation")
108
+ attr_accessor content: ::String
109
+ attr_accessor vocabulary_filter_match: bool
110
+ attr_accessor speaker: ::String
111
+ attr_accessor confidence: ::Float
112
+ attr_accessor stable: bool
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class LanguageWithScore
117
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
118
+ attr_accessor score: ::Float
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class LimitExceededException
123
+ attr_accessor message: ::String
124
+ attr_accessor event_type: untyped
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class MedicalAlternative
129
+ attr_accessor transcript: ::String
130
+ attr_accessor items: ::Array[Types::MedicalItem]
131
+ attr_accessor entities: ::Array[Types::MedicalEntity]
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class MedicalEntity
136
+ attr_accessor start_time: ::Float
137
+ attr_accessor end_time: ::Float
138
+ attr_accessor category: ::String
139
+ attr_accessor content: ::String
140
+ attr_accessor confidence: ::Float
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class MedicalItem
145
+ attr_accessor start_time: ::Float
146
+ attr_accessor end_time: ::Float
147
+ attr_accessor type: ("pronunciation" | "punctuation")
148
+ attr_accessor content: ::String
149
+ attr_accessor confidence: ::Float
150
+ attr_accessor speaker: ::String
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class MedicalResult
155
+ attr_accessor result_id: ::String
156
+ attr_accessor start_time: ::Float
157
+ attr_accessor end_time: ::Float
158
+ attr_accessor is_partial: bool
159
+ attr_accessor alternatives: ::Array[Types::MedicalAlternative]
160
+ attr_accessor channel_id: ::String
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class MedicalTranscript
165
+ attr_accessor results: ::Array[Types::MedicalResult]
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class MedicalTranscriptEvent
170
+ attr_accessor transcript: Types::MedicalTranscript
171
+ attr_accessor event_type: untyped
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class PointsOfInterest
176
+ attr_accessor timestamp_ranges: ::Array[Types::TimestampRange]
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class PostCallAnalyticsSettings
181
+ attr_accessor output_location: ::String
182
+ attr_accessor data_access_role_arn: ::String
183
+ attr_accessor content_redaction_output: ("redacted" | "redacted_and_unredacted")
184
+ attr_accessor output_encryption_kms_key_id: ::String
185
+ SENSITIVE: []
186
+ end
187
+
188
+ class Result
189
+ attr_accessor result_id: ::String
190
+ attr_accessor start_time: ::Float
191
+ attr_accessor end_time: ::Float
192
+ attr_accessor is_partial: bool
193
+ attr_accessor alternatives: ::Array[Types::Alternative]
194
+ attr_accessor channel_id: ::String
195
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
196
+ attr_accessor language_identification: ::Array[Types::LanguageWithScore]
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class ServiceUnavailableException
201
+ attr_accessor message: ::String
202
+ attr_accessor event_type: untyped
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class StartCallAnalyticsStreamTranscriptionRequest
207
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
208
+ attr_accessor media_sample_rate_hertz: ::Integer
209
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
210
+ attr_accessor vocabulary_name: ::String
211
+ attr_accessor session_id: ::String
212
+ attr_accessor audio_stream: Types::AudioStream
213
+ attr_accessor vocabulary_filter_name: ::String
214
+ attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
215
+ attr_accessor language_model_name: ::String
216
+ attr_accessor enable_partial_results_stabilization: bool
217
+ attr_accessor partial_results_stability: ("high" | "medium" | "low")
218
+ attr_accessor content_identification_type: ("PII")
219
+ attr_accessor content_redaction_type: ("PII")
220
+ attr_accessor pii_entity_types: ::String
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class StartCallAnalyticsStreamTranscriptionResponse
225
+ attr_accessor request_id: ::String
226
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
227
+ attr_accessor media_sample_rate_hertz: ::Integer
228
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
229
+ attr_accessor vocabulary_name: ::String
230
+ attr_accessor session_id: ::String
231
+ attr_accessor call_analytics_transcript_result_stream: Types::CallAnalyticsTranscriptResultStream
232
+ attr_accessor vocabulary_filter_name: ::String
233
+ attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
234
+ attr_accessor language_model_name: ::String
235
+ attr_accessor enable_partial_results_stabilization: bool
236
+ attr_accessor partial_results_stability: ("high" | "medium" | "low")
237
+ attr_accessor content_identification_type: ("PII")
238
+ attr_accessor content_redaction_type: ("PII")
239
+ attr_accessor pii_entity_types: ::String
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class StartMedicalStreamTranscriptionRequest
244
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
245
+ attr_accessor media_sample_rate_hertz: ::Integer
246
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
247
+ attr_accessor vocabulary_name: ::String
248
+ attr_accessor specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
249
+ attr_accessor type: ("CONVERSATION" | "DICTATION")
250
+ attr_accessor show_speaker_label: bool
251
+ attr_accessor session_id: ::String
252
+ attr_accessor audio_stream: Types::AudioStream
253
+ attr_accessor enable_channel_identification: bool
254
+ attr_accessor number_of_channels: ::Integer
255
+ attr_accessor content_identification_type: ("PHI")
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class StartMedicalStreamTranscriptionResponse
260
+ attr_accessor request_id: ::String
261
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
262
+ attr_accessor media_sample_rate_hertz: ::Integer
263
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
264
+ attr_accessor vocabulary_name: ::String
265
+ attr_accessor specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
266
+ attr_accessor type: ("CONVERSATION" | "DICTATION")
267
+ attr_accessor show_speaker_label: bool
268
+ attr_accessor session_id: ::String
269
+ attr_accessor transcript_result_stream: Types::MedicalTranscriptResultStream
270
+ attr_accessor enable_channel_identification: bool
271
+ attr_accessor number_of_channels: ::Integer
272
+ attr_accessor content_identification_type: ("PHI")
273
+ SENSITIVE: []
274
+ end
275
+
276
+ class StartStreamTranscriptionRequest
277
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
278
+ attr_accessor media_sample_rate_hertz: ::Integer
279
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
280
+ attr_accessor vocabulary_name: ::String
281
+ attr_accessor session_id: ::String
282
+ attr_accessor audio_stream: Types::AudioStream
283
+ attr_accessor vocabulary_filter_name: ::String
284
+ attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
285
+ attr_accessor show_speaker_label: bool
286
+ attr_accessor enable_channel_identification: bool
287
+ attr_accessor number_of_channels: ::Integer
288
+ attr_accessor enable_partial_results_stabilization: bool
289
+ attr_accessor partial_results_stability: ("high" | "medium" | "low")
290
+ attr_accessor content_identification_type: ("PII")
291
+ attr_accessor content_redaction_type: ("PII")
292
+ attr_accessor pii_entity_types: ::String
293
+ attr_accessor language_model_name: ::String
294
+ attr_accessor identify_language: bool
295
+ attr_accessor language_options: ::String
296
+ attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
297
+ attr_accessor identify_multiple_languages: bool
298
+ attr_accessor vocabulary_names: ::String
299
+ attr_accessor vocabulary_filter_names: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class StartStreamTranscriptionResponse
304
+ attr_accessor request_id: ::String
305
+ attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
306
+ attr_accessor media_sample_rate_hertz: ::Integer
307
+ attr_accessor media_encoding: ("pcm" | "ogg-opus" | "flac")
308
+ attr_accessor vocabulary_name: ::String
309
+ attr_accessor session_id: ::String
310
+ attr_accessor transcript_result_stream: Types::TranscriptResultStream
311
+ attr_accessor vocabulary_filter_name: ::String
312
+ attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
313
+ attr_accessor show_speaker_label: bool
314
+ attr_accessor enable_channel_identification: bool
315
+ attr_accessor number_of_channels: ::Integer
316
+ attr_accessor enable_partial_results_stabilization: bool
317
+ attr_accessor partial_results_stability: ("high" | "medium" | "low")
318
+ attr_accessor content_identification_type: ("PII")
319
+ attr_accessor content_redaction_type: ("PII")
320
+ attr_accessor pii_entity_types: ::String
321
+ attr_accessor language_model_name: ::String
322
+ attr_accessor identify_language: bool
323
+ attr_accessor language_options: ::String
324
+ attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "hi-IN" | "th-TH")
325
+ attr_accessor identify_multiple_languages: bool
326
+ attr_accessor vocabulary_names: ::String
327
+ attr_accessor vocabulary_filter_names: ::String
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class TimestampRange
332
+ attr_accessor begin_offset_millis: ::Integer
333
+ attr_accessor end_offset_millis: ::Integer
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class Transcript
338
+ attr_accessor results: ::Array[Types::Result]
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class TranscriptEvent
343
+ attr_accessor transcript: Types::Transcript
344
+ attr_accessor event_type: untyped
345
+ SENSITIVE: []
346
+ end
347
+
348
+ class UtteranceEvent
349
+ attr_accessor utterance_id: ::String
350
+ attr_accessor is_partial: bool
351
+ attr_accessor participant_role: ("AGENT" | "CUSTOMER")
352
+ attr_accessor begin_offset_millis: ::Integer
353
+ attr_accessor end_offset_millis: ::Integer
354
+ attr_accessor transcript: ::String
355
+ attr_accessor items: ::Array[Types::CallAnalyticsItem]
356
+ attr_accessor entities: ::Array[Types::CallAnalyticsEntity]
357
+ attr_accessor sentiment: ("POSITIVE" | "NEGATIVE" | "MIXED" | "NEUTRAL")
358
+ attr_accessor issues_detected: ::Array[Types::IssueDetected]
359
+ attr_accessor event_type: untyped
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class AudioStream < Enumerator[untyped, untyped]
364
+ def event_types: () -> [:audio_event, :configuration_event]
365
+ end
366
+
367
+ class CallAnalyticsTranscriptResultStream < Enumerator[untyped, untyped]
368
+ def event_types: () -> [:utterance_event, :category_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception]
369
+ end
370
+
371
+ class MedicalTranscriptResultStream < Enumerator[untyped, untyped]
372
+ def event_types: () -> [:transcript_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception]
373
+ end
374
+
375
+ class TranscriptResultStream < Enumerator[untyped, untyped]
376
+ def event_types: () -> [:transcript_event, :bad_request_exception, :limit_exceeded_exception, :internal_failure_exception, :conflict_exception, :service_unavailable_exception]
377
+ end
378
+ end
379
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module TranscribeStreamingService
10
+ module Waiters
11
+ end
12
+ end
13
+ end
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.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -68,13 +68,18 @@ files:
68
68
  - lib/aws-sdk-transcribestreamingservice/plugins/endpoints.rb
69
69
  - lib/aws-sdk-transcribestreamingservice/resource.rb
70
70
  - lib/aws-sdk-transcribestreamingservice/types.rb
71
+ - sig/client.rbs
72
+ - sig/errors.rbs
73
+ - sig/resource.rbs
74
+ - sig/types.rbs
75
+ - sig/waiters.rbs
71
76
  homepage: https://github.com/aws/aws-sdk-ruby
72
77
  licenses:
73
78
  - Apache-2.0
74
79
  metadata:
75
80
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice
76
81
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md
77
- post_install_message:
82
+ post_install_message:
78
83
  rdoc_options: []
79
84
  require_paths:
80
85
  - lib
@@ -89,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
94
  - !ruby/object:Gem::Version
90
95
  version: '0'
91
96
  requirements: []
92
- rubygems_version: 3.1.6
93
- signing_key:
97
+ rubygems_version: 3.4.10
98
+ signing_key:
94
99
  specification_version: 4
95
100
  summary: AWS SDK for Ruby - Amazon Transcribe Streaming Service
96
101
  test_files: []