aws-sdk-chimesdkmediapipelines 1.3.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,380 @@
10
10
  module Aws::ChimeSDKMediaPipelines
11
11
  module Types
12
12
 
13
+ # A structure that contains the configuration settings for an Amazon
14
+ # Transcribe call analytics processor.
15
+ #
16
+ # @!attribute [rw] language_code
17
+ # The language code in the configuration.
18
+ # @return [String]
19
+ #
20
+ # @!attribute [rw] vocabulary_name
21
+ # Specifies the name of the custom vocabulary to use when processing a
22
+ # transcription. Note that vocabulary names are case sensitive.
23
+ #
24
+ # If the language of the specified custom vocabulary doesn't match
25
+ # the language identified in your media, the custom vocabulary is not
26
+ # applied to your transcription.
27
+ #
28
+ # For more information, see [Custom vocabularies][1] in the *Amazon
29
+ # Transcribe Developer Guide*.
30
+ #
31
+ # Length Constraints: Minimum length of 1. Maximum length of 200.
32
+ #
33
+ #
34
+ #
35
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html
36
+ # @return [String]
37
+ #
38
+ # @!attribute [rw] vocabulary_filter_name
39
+ # Specifies the name of the custom vocabulary filter to use when
40
+ # processing a transcription. Note that vocabulary filter names are
41
+ # case sensitive.
42
+ #
43
+ # If the language of the specified custom vocabulary filter doesn't
44
+ # match the language identified in your media, the vocabulary filter
45
+ # is not applied to your transcription.
46
+ #
47
+ # For more information, see [Using vocabulary filtering with unwanted
48
+ # words][1] in the *Amazon Transcribe Developer Guide*.
49
+ #
50
+ # Length Constraints: Minimum length of 1. Maximum length of 200.
51
+ #
52
+ #
53
+ #
54
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/vocabulary-filtering.html
55
+ # @return [String]
56
+ #
57
+ # @!attribute [rw] vocabulary_filter_method
58
+ # Specifies how to apply a vocabulary filter to a transcript.
59
+ #
60
+ # To replace words with *******, choose `mask`.
61
+ #
62
+ # To delete words, choose `remove`.
63
+ #
64
+ # To flag words without changing them, choose `tag`.
65
+ # @return [String]
66
+ #
67
+ # @!attribute [rw] language_model_name
68
+ # Specifies the name of the custom language model to use when
69
+ # processing a transcription. Note that language model names are case
70
+ # sensitive.
71
+ #
72
+ # The language of the specified language model must match the language
73
+ # code specified in the transcription request. If the languages don't
74
+ # match, the custom language model isn't applied. Language mismatches
75
+ # don't generate errors or warnings.
76
+ #
77
+ # For more information, see [Custom language models][1] in the *Amazon
78
+ # Transcribe Developer Guide*.
79
+ #
80
+ #
81
+ #
82
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/custom-language-models.html
83
+ # @return [String]
84
+ #
85
+ # @!attribute [rw] enable_partial_results_stabilization
86
+ # Enables partial result stabilization for your transcription. Partial
87
+ # result stabilization can reduce latency in your output, but may
88
+ # impact accuracy. For more information, see [Partial-result
89
+ # stabilization][1] in the *Amazon Transcribe Developer Guide*.
90
+ #
91
+ #
92
+ #
93
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization
94
+ # @return [Boolean]
95
+ #
96
+ # @!attribute [rw] partial_results_stability
97
+ # Specifies the level of stability to use when you enable partial
98
+ # results stabilization (`EnablePartialResultsStabilization`).
99
+ #
100
+ # Low stability provides the highest accuracy. High stability
101
+ # transcribes faster, but with slightly lower accuracy.
102
+ #
103
+ # For more information, see [Partial-result stabilization][1] in the
104
+ # *Amazon Transcribe Developer Guide*.
105
+ #
106
+ #
107
+ #
108
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization
109
+ # @return [String]
110
+ #
111
+ # @!attribute [rw] content_identification_type
112
+ # Labels all personally identifiable information (PII) identified in
113
+ # your transcript.
114
+ #
115
+ # Content identification is performed at the segment level; PII
116
+ # specified in `PiiEntityTypes` is flagged upon complete transcription
117
+ # of an audio segment.
118
+ #
119
+ # You can’t set `ContentIdentificationType` and `ContentRedactionType`
120
+ # in the same request. If you do, your request returns a
121
+ # `BadRequestException`.
122
+ #
123
+ # For more information, see [Redacting or identifying personally
124
+ # identifiable information][1] in the *Amazon Transcribe Developer
125
+ # Guide*.
126
+ #
127
+ #
128
+ #
129
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html
130
+ # @return [String]
131
+ #
132
+ # @!attribute [rw] content_redaction_type
133
+ # Redacts all personally identifiable information (PII) identified in
134
+ # your transcript.
135
+ #
136
+ # Content redaction is performed at the segment level; PII specified
137
+ # in `PiiEntityTypes` is redacted upon complete transcription of an
138
+ # audio segment.
139
+ #
140
+ # You can’t set `ContentRedactionType` and `ContentIdentificationType`
141
+ # in the same request. If you do, your request returns a
142
+ # `BadRequestException`.
143
+ #
144
+ # For more information, see [Redacting or identifying personally
145
+ # identifiable information][1] in the *Amazon Transcribe Developer
146
+ # Guide*.
147
+ #
148
+ #
149
+ #
150
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html
151
+ # @return [String]
152
+ #
153
+ # @!attribute [rw] pii_entity_types
154
+ # Specifies the types of personally identifiable information (PII) to
155
+ # redact from a transcript. You can include as many types as you'd
156
+ # like, or you can select `ALL`.
157
+ #
158
+ # To include `PiiEntityTypes` in your Call Analytics request, you must
159
+ # also include `ContentIdentificationType` or `ContentRedactionType`,
160
+ # but you can't include both.
161
+ #
162
+ # Values must be comma-separated and can include: `ADDRESS`,
163
+ # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING`, `CREDIT_DEBIT_CVV`,
164
+ # `CREDIT_DEBIT_EXPIRY`, `CREDIT_DEBIT_NUMBER`, `EMAIL`, `NAME`,
165
+ # `PHONE`, `PIN`, `SSN`, or `ALL`.
166
+ #
167
+ # Length Constraints: Minimum length of 1. Maximum length of 300.
168
+ # @return [String]
169
+ #
170
+ # @!attribute [rw] filter_partial_results
171
+ # If true, `UtteranceEvents` with `IsPartial: true` are filtered out
172
+ # of the insights target.
173
+ # @return [Boolean]
174
+ #
175
+ # @!attribute [rw] post_call_analytics_settings
176
+ # The settings for a post-call analysis task in an analytics
177
+ # configuration.
178
+ # @return [Types::PostCallAnalyticsSettings]
179
+ #
180
+ # @!attribute [rw] call_analytics_stream_categories
181
+ # By default, all `CategoryEvents` are sent to the insights target. If
182
+ # this parameter is specified, only included categories are sent to
183
+ # the insights target.
184
+ # @return [Array<String>]
185
+ #
186
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/AmazonTranscribeCallAnalyticsProcessorConfiguration AWS API Documentation
187
+ #
188
+ class AmazonTranscribeCallAnalyticsProcessorConfiguration < Struct.new(
189
+ :language_code,
190
+ :vocabulary_name,
191
+ :vocabulary_filter_name,
192
+ :vocabulary_filter_method,
193
+ :language_model_name,
194
+ :enable_partial_results_stabilization,
195
+ :partial_results_stability,
196
+ :content_identification_type,
197
+ :content_redaction_type,
198
+ :pii_entity_types,
199
+ :filter_partial_results,
200
+ :post_call_analytics_settings,
201
+ :call_analytics_stream_categories)
202
+ SENSITIVE = []
203
+ include Aws::Structure
204
+ end
205
+
206
+ # A structure that contains the configuration settings for an Amazon
207
+ # Transcribe processor.
208
+ #
209
+ # @!attribute [rw] language_code
210
+ # The language code that represents the language spoken in your audio.
211
+ #
212
+ # If you're unsure of the language spoken in your audio, consider
213
+ # using `IdentifyLanguage` to enable automatic language
214
+ # identification.
215
+ #
216
+ # For a list of languages that real-time Call Analytics supports, see
217
+ # the [Supported languages table][1] in the *Amazon Transcribe
218
+ # Developer Guide*.
219
+ #
220
+ #
221
+ #
222
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html
223
+ # @return [String]
224
+ #
225
+ # @!attribute [rw] vocabulary_name
226
+ # The name of the custom vocabulary that you specified in your Call
227
+ # Analytics request.
228
+ #
229
+ # Length Constraints: Minimum length of 1. Maximum length of 200.
230
+ # @return [String]
231
+ #
232
+ # @!attribute [rw] vocabulary_filter_name
233
+ # The name of the custom vocabulary filter that you specified in your
234
+ # Call Analytics request.
235
+ #
236
+ # Length Constraints: Minimum length of 1. Maximum length of 200.
237
+ # @return [String]
238
+ #
239
+ # @!attribute [rw] vocabulary_filter_method
240
+ # The vocabulary filtering method used in your Call Analytics
241
+ # transcription.
242
+ # @return [String]
243
+ #
244
+ # @!attribute [rw] show_speaker_label
245
+ # Enables speaker partitioning (diarization) in your transcription
246
+ # output. Speaker partitioning labels the speech from individual
247
+ # speakers in your media file.
248
+ #
249
+ # For more information, see [Partitioning speakers (diarization)][1]
250
+ # in the *Amazon Transcribe Developer Guide*.
251
+ #
252
+ #
253
+ #
254
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html
255
+ # @return [Boolean]
256
+ #
257
+ # @!attribute [rw] enable_partial_results_stabilization
258
+ # Enables partial result stabilization for your transcription. Partial
259
+ # result stabilization can reduce latency in your output, but may
260
+ # impact accuracy.
261
+ #
262
+ # For more information, see [Partial-result stabilization][1] in the
263
+ # *Amazon Transcribe Developer Guide*.
264
+ #
265
+ #
266
+ #
267
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization
268
+ # @return [Boolean]
269
+ #
270
+ # @!attribute [rw] partial_results_stability
271
+ # The level of stability to use when you enable partial results
272
+ # stabilization (`EnablePartialResultsStabilization`).
273
+ #
274
+ # Low stability provides the highest accuracy. High stability
275
+ # transcribes faster, but with slightly lower accuracy.
276
+ #
277
+ # For more information, see [Partial-result stabilization][1] in the
278
+ # *Amazon Transcribe Developer Guide*.
279
+ #
280
+ #
281
+ #
282
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html#streaming-partial-result-stabilization
283
+ # @return [String]
284
+ #
285
+ # @!attribute [rw] content_identification_type
286
+ # Labels all personally identifiable information (PII) identified in
287
+ # your transcript.
288
+ #
289
+ # Content identification is performed at the segment level; PII
290
+ # specified in `PiiEntityTypes` is flagged upon complete transcription
291
+ # of an audio segment.
292
+ #
293
+ # You can’t set `ContentIdentificationType` and `ContentRedactionType`
294
+ # in the same request. If you set both, your request returns a
295
+ # `BadRequestException`.
296
+ #
297
+ # For more information, see [Redacting or identifying personally
298
+ # identifiable information][1] in the *Amazon Transcribe Developer
299
+ # Guide*.
300
+ #
301
+ #
302
+ #
303
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html
304
+ # @return [String]
305
+ #
306
+ # @!attribute [rw] content_redaction_type
307
+ # Redacts all personally identifiable information (PII) identified in
308
+ # your transcript.
309
+ #
310
+ # Content redaction is performed at the segment level; PII specified
311
+ # in PiiEntityTypes is redacted upon complete transcription of an
312
+ # audio segment.
313
+ #
314
+ # You can’t set ContentRedactionType and ContentIdentificationType in
315
+ # the same request. If you set both, your request returns a
316
+ # `BadRequestException`.
317
+ #
318
+ # For more information, see [Redacting or identifying personally
319
+ # identifiable information][1] in the *Amazon Transcribe Developer
320
+ # Guide*.
321
+ #
322
+ #
323
+ #
324
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/pii-redaction.html
325
+ # @return [String]
326
+ #
327
+ # @!attribute [rw] pii_entity_types
328
+ # The types of personally identifiable information (PII) to redact
329
+ # from a transcript. You can include as many types as you'd like, or
330
+ # you can select `ALL`.
331
+ #
332
+ # To include `PiiEntityTypes` in your Call Analytics request, you must
333
+ # also include `ContentIdentificationType` or `ContentRedactionType`,
334
+ # but you can't include both.
335
+ #
336
+ # Values must be comma-separated and can include: `ADDRESS`,
337
+ # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING`, `CREDIT_DEBIT_CVV`,
338
+ # `CREDIT_DEBIT_EXPIRY`, `CREDIT_DEBIT_NUMBER`, `EMAIL`, `NAME`,
339
+ # `PHONE`, `PIN`, `SSN`, or `ALL`.
340
+ #
341
+ # If you leave this parameter empty, the default behavior is
342
+ # equivalent to `ALL`.
343
+ # @return [String]
344
+ #
345
+ # @!attribute [rw] language_model_name
346
+ # The name of the custom language model that you want to use when
347
+ # processing your transcription. Note that language model names are
348
+ # case sensitive.
349
+ #
350
+ # The language of the specified language model must match the language
351
+ # code you specify in your transcription request. If the languages
352
+ # don't match, the custom language model isn't applied. There are no
353
+ # errors or warnings associated with a language mismatch.
354
+ #
355
+ # For more information, see [Custom language models][1] in the *Amazon
356
+ # Transcribe Developer Guide*.
357
+ #
358
+ #
359
+ #
360
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/custom-language-models.html
361
+ # @return [String]
362
+ #
363
+ # @!attribute [rw] filter_partial_results
364
+ # If true, `TranscriptEvents` with `IsPartial: true` are filtered out
365
+ # of the insights target.
366
+ # @return [Boolean]
367
+ #
368
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/AmazonTranscribeProcessorConfiguration AWS API Documentation
369
+ #
370
+ class AmazonTranscribeProcessorConfiguration < Struct.new(
371
+ :language_code,
372
+ :vocabulary_name,
373
+ :vocabulary_filter_name,
374
+ :vocabulary_filter_method,
375
+ :show_speaker_label,
376
+ :enable_partial_results_stabilization,
377
+ :partial_results_stability,
378
+ :content_identification_type,
379
+ :content_redaction_type,
380
+ :pii_entity_types,
381
+ :language_model_name,
382
+ :filter_partial_results)
383
+ SENSITIVE = []
384
+ include Aws::Structure
385
+ end
386
+
13
387
  # The configuration for the artifacts concatenation.
14
388
  #
15
389
  # @!attribute [rw] audio
@@ -101,8 +475,7 @@ module Aws::ChimeSDKMediaPipelines
101
475
  # The audio artifact concatenation configuration object.
102
476
  #
103
477
  # @!attribute [rw] state
104
- # Enables the *name* object, where *name* is the name of the
105
- # configuration object, such as `AudioConcatenation`.
478
+ # Enables or disables the configuration object.
106
479
  # @return [String]
107
480
  #
108
481
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/AudioConcatenationConfiguration AWS API Documentation
@@ -122,7 +495,7 @@ module Aws::ChimeSDKMediaPipelines
122
495
  # @return [String]
123
496
  #
124
497
  # @!attribute [rw] request_id
125
- # The request id associated with the call responsible for the
498
+ # The request ID associated with the call responsible for the
126
499
  # exception.
127
500
  # @return [String]
128
501
  #
@@ -136,6 +509,26 @@ module Aws::ChimeSDKMediaPipelines
136
509
  include Aws::Structure
137
510
  end
138
511
 
512
+ # Defines an audio channel in a Kinesis video stream.
513
+ #
514
+ # @!attribute [rw] channel_id
515
+ # The channel ID.
516
+ # @return [Integer]
517
+ #
518
+ # @!attribute [rw] participant_role
519
+ # Specifies whether the audio in a channel belongs to the `AGENT` or
520
+ # `CUSTOMER`.
521
+ # @return [String]
522
+ #
523
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ChannelDefinition AWS API Documentation
524
+ #
525
+ class ChannelDefinition < Struct.new(
526
+ :channel_id,
527
+ :participant_role)
528
+ SENSITIVE = []
529
+ include Aws::Structure
530
+ end
531
+
139
532
  # The configuration object of the Amazon Chime SDK meeting concatenation
140
533
  # for a specified media pipeline.
141
534
  #
@@ -156,7 +549,7 @@ module Aws::ChimeSDKMediaPipelines
156
549
  # specified media pipeline. `SourceType` must be `ChimeSdkMeeting`.
157
550
  #
158
551
  # @!attribute [rw] source_configuration
159
- # The source configuration for a specified media pipline.
552
+ # The source configuration for a specified media pipeline.
160
553
  # @return [Types::SourceConfiguration]
161
554
  #
162
555
  # @!attribute [rw] artifacts_configuration
@@ -202,7 +595,7 @@ module Aws::ChimeSDKMediaPipelines
202
595
  include Aws::Structure
203
596
  end
204
597
 
205
- # Describes the configuration for the composited video artifacts.
598
+ # Specifies the configuration for compositing video artifacts.
206
599
  #
207
600
  # @!attribute [rw] layout
208
601
  # The layout setting, such as `GridView` in the configuration object.
@@ -282,6 +675,30 @@ module Aws::ChimeSDKMediaPipelines
282
675
  include Aws::Structure
283
676
  end
284
677
 
678
+ # The request could not be processed because of conflict in the current
679
+ # state of the resource.
680
+ #
681
+ # @!attribute [rw] code
682
+ # @return [String]
683
+ #
684
+ # @!attribute [rw] message
685
+ # @return [String]
686
+ #
687
+ # @!attribute [rw] request_id
688
+ # The request ID associated with the call responsible for the
689
+ # exception.
690
+ # @return [String]
691
+ #
692
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ConflictException AWS API Documentation
693
+ #
694
+ class ConflictException < Struct.new(
695
+ :code,
696
+ :message,
697
+ :request_id)
698
+ SENSITIVE = []
699
+ include Aws::Structure
700
+ end
701
+
285
702
  # The content artifact object.
286
703
  #
287
704
  # @!attribute [rw] state
@@ -427,12 +844,129 @@ module Aws::ChimeSDKMediaPipelines
427
844
  include Aws::Structure
428
845
  end
429
846
 
847
+ # @!attribute [rw] media_insights_pipeline_configuration_name
848
+ # The name of the media insights pipeline configuration.
849
+ # @return [String]
850
+ #
851
+ # @!attribute [rw] resource_access_role_arn
852
+ # The ARN of the role used by the service to access Amazon Web
853
+ # Services resources, including `Transcribe` and `Transcribe Call
854
+ # Analytics`, on the caller’s behalf.
855
+ # @return [String]
856
+ #
857
+ # @!attribute [rw] real_time_alert_configuration
858
+ # The configuration settings for the real-time alerts in a media
859
+ # insights pipeline configuration.
860
+ # @return [Types::RealTimeAlertConfiguration]
861
+ #
862
+ # @!attribute [rw] elements
863
+ # The elements in the request, such as a processor for Amazon
864
+ # Transcribe or a sink for a Kinesis Data Stream.
865
+ # @return [Array<Types::MediaInsightsPipelineConfigurationElement>]
866
+ #
867
+ # @!attribute [rw] tags
868
+ # The tags assigned to the media insights pipeline configuration.
869
+ # @return [Array<Types::Tag>]
870
+ #
871
+ # @!attribute [rw] client_request_token
872
+ # The unique identifier for the media insights pipeline configuration
873
+ # request.
874
+ #
875
+ # **A suitable default value is auto-generated.** You should normally
876
+ # not need to pass this option.
877
+ # @return [String]
878
+ #
879
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfigurationRequest AWS API Documentation
880
+ #
881
+ class CreateMediaInsightsPipelineConfigurationRequest < Struct.new(
882
+ :media_insights_pipeline_configuration_name,
883
+ :resource_access_role_arn,
884
+ :real_time_alert_configuration,
885
+ :elements,
886
+ :tags,
887
+ :client_request_token)
888
+ SENSITIVE = [:resource_access_role_arn, :client_request_token]
889
+ include Aws::Structure
890
+ end
891
+
892
+ # @!attribute [rw] media_insights_pipeline_configuration
893
+ # The configuration settings for the media insights pipeline.
894
+ # @return [Types::MediaInsightsPipelineConfiguration]
895
+ #
896
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineConfigurationResponse AWS API Documentation
897
+ #
898
+ class CreateMediaInsightsPipelineConfigurationResponse < Struct.new(
899
+ :media_insights_pipeline_configuration)
900
+ SENSITIVE = []
901
+ include Aws::Structure
902
+ end
903
+
904
+ # @!attribute [rw] media_insights_pipeline_configuration_arn
905
+ # The ARN of the pipeline's configuration.
906
+ # @return [String]
907
+ #
908
+ # @!attribute [rw] kinesis_video_stream_source_runtime_configuration
909
+ # The runtime configuration for the Kinesis video stream source of the
910
+ # media insights pipeline.
911
+ # @return [Types::KinesisVideoStreamSourceRuntimeConfiguration]
912
+ #
913
+ # @!attribute [rw] media_insights_runtime_metadata
914
+ # The runtime metadata for the media insights pipeline. Consists of a
915
+ # key-value map of strings.
916
+ # @return [Hash<String,String>]
917
+ #
918
+ # @!attribute [rw] kinesis_video_stream_recording_source_runtime_configuration
919
+ # The runtime configuration for the Kinesis video recording stream
920
+ # source.
921
+ # @return [Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration]
922
+ #
923
+ # @!attribute [rw] s3_recording_sink_runtime_configuration
924
+ # The runtime configuration for the S3 recording sink.
925
+ # @return [Types::S3RecordingSinkRuntimeConfiguration]
926
+ #
927
+ # @!attribute [rw] tags
928
+ # The tags assigned to the media insights pipeline.
929
+ # @return [Array<Types::Tag>]
930
+ #
931
+ # @!attribute [rw] client_request_token
932
+ # The unique identifier for the media insights pipeline request.
933
+ #
934
+ # **A suitable default value is auto-generated.** You should normally
935
+ # not need to pass this option.
936
+ # @return [String]
937
+ #
938
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineRequest AWS API Documentation
939
+ #
940
+ class CreateMediaInsightsPipelineRequest < Struct.new(
941
+ :media_insights_pipeline_configuration_arn,
942
+ :kinesis_video_stream_source_runtime_configuration,
943
+ :media_insights_runtime_metadata,
944
+ :kinesis_video_stream_recording_source_runtime_configuration,
945
+ :s3_recording_sink_runtime_configuration,
946
+ :tags,
947
+ :client_request_token)
948
+ SENSITIVE = [:media_insights_pipeline_configuration_arn, :media_insights_runtime_metadata, :client_request_token]
949
+ include Aws::Structure
950
+ end
951
+
952
+ # @!attribute [rw] media_insights_pipeline
953
+ # The media insights pipeline object.
954
+ # @return [Types::MediaInsightsPipeline]
955
+ #
956
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaInsightsPipelineResponse AWS API Documentation
957
+ #
958
+ class CreateMediaInsightsPipelineResponse < Struct.new(
959
+ :media_insights_pipeline)
960
+ SENSITIVE = []
961
+ include Aws::Structure
962
+ end
963
+
430
964
  # @!attribute [rw] sources
431
- # The media pipeline's data sources.
965
+ # The media live connector pipeline's data sources.
432
966
  # @return [Array<Types::LiveConnectorSourceConfiguration>]
433
967
  #
434
968
  # @!attribute [rw] sinks
435
- # The media pipeline's data sinks.
969
+ # The media live connector pipeline's data sinks.
436
970
  # @return [Array<Types::LiveConnectorSinkConfiguration>]
437
971
  #
438
972
  # @!attribute [rw] client_request_token
@@ -443,7 +977,7 @@ module Aws::ChimeSDKMediaPipelines
443
977
  # @return [String]
444
978
  #
445
979
  # @!attribute [rw] tags
446
- # The tags associated with the media pipeline.
980
+ # The tags associated with the media live connector pipeline.
447
981
  # @return [Array<Types::Tag>]
448
982
  #
449
983
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipelineRequest AWS API Documentation
@@ -458,7 +992,7 @@ module Aws::ChimeSDKMediaPipelines
458
992
  end
459
993
 
460
994
  # @!attribute [rw] media_live_connector_pipeline
461
- # The new media pipeline.
995
+ # The new media live connector pipeline.
462
996
  # @return [Types::MediaLiveConnectorPipeline]
463
997
  #
464
998
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaLiveConnectorPipelineResponse AWS API Documentation
@@ -495,6 +1029,20 @@ module Aws::ChimeSDKMediaPipelines
495
1029
  include Aws::Structure
496
1030
  end
497
1031
 
1032
+ # @!attribute [rw] identifier
1033
+ # The unique identifier of the resource to be deleted. Valid values
1034
+ # include the name and ARN of the media insights pipeline
1035
+ # configuration.
1036
+ # @return [String]
1037
+ #
1038
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaInsightsPipelineConfigurationRequest AWS API Documentation
1039
+ #
1040
+ class DeleteMediaInsightsPipelineConfigurationRequest < Struct.new(
1041
+ :identifier)
1042
+ SENSITIVE = []
1043
+ include Aws::Structure
1044
+ end
1045
+
498
1046
  # @!attribute [rw] media_pipeline_id
499
1047
  # The ID of the media pipeline to delete.
500
1048
  # @return [String]
@@ -530,6 +1078,46 @@ module Aws::ChimeSDKMediaPipelines
530
1078
  include Aws::Structure
531
1079
  end
532
1080
 
1081
+ # Describes the timestamp range and timestamp origin of a range of
1082
+ # fragments.
1083
+ #
1084
+ # Only fragments with a start timestamp greater than or equal to the
1085
+ # given start time and less than or equal to the end time are returned.
1086
+ # For example, say a stream contains fragments with the following start
1087
+ # timestamps:
1088
+ #
1089
+ # * 00:00:00
1090
+ #
1091
+ # * 00:00:02
1092
+ #
1093
+ # * 00:00:04
1094
+ #
1095
+ # * 00:00:06
1096
+ #
1097
+ # A fragment selector range with a start time of 00:00:01 and end time
1098
+ # of 00:00:04 would return the fragments with start times of 00:00:02
1099
+ # and 00:00:04.
1100
+ #
1101
+ # @!attribute [rw] fragment_selector_type
1102
+ # The origin of the timestamps to use, `Server` or `Producer`. For
1103
+ # more information, see
1104
+ # [StartSelectorType](kinesisvideostreams/latest/dg/API_dataplane_StartSelector.html#KinesisVideo-Type-dataplane_StartSelector-StartSelectorType)
1105
+ # in the *Amazon Kinesis Video Streams Developer Guide*.
1106
+ # @return [String]
1107
+ #
1108
+ # @!attribute [rw] timestamp_range
1109
+ # The range of timestamps to return.
1110
+ # @return [Types::TimestampRange]
1111
+ #
1112
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/FragmentSelector AWS API Documentation
1113
+ #
1114
+ class FragmentSelector < Struct.new(
1115
+ :fragment_selector_type,
1116
+ :timestamp_range)
1117
+ SENSITIVE = []
1118
+ include Aws::Structure
1119
+ end
1120
+
533
1121
  # @!attribute [rw] media_pipeline_id
534
1122
  # The ID of the pipeline that you want to get.
535
1123
  # @return [String]
@@ -554,6 +1142,32 @@ module Aws::ChimeSDKMediaPipelines
554
1142
  include Aws::Structure
555
1143
  end
556
1144
 
1145
+ # @!attribute [rw] identifier
1146
+ # The unique identifier of the requested resource. Valid values
1147
+ # include the name and ARN of the media insights pipeline
1148
+ # configuration.
1149
+ # @return [String]
1150
+ #
1151
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfigurationRequest AWS API Documentation
1152
+ #
1153
+ class GetMediaInsightsPipelineConfigurationRequest < Struct.new(
1154
+ :identifier)
1155
+ SENSITIVE = []
1156
+ include Aws::Structure
1157
+ end
1158
+
1159
+ # @!attribute [rw] media_insights_pipeline_configuration
1160
+ # The requested media insights pipeline configuration.
1161
+ # @return [Types::MediaInsightsPipelineConfiguration]
1162
+ #
1163
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaInsightsPipelineConfigurationResponse AWS API Documentation
1164
+ #
1165
+ class GetMediaInsightsPipelineConfigurationResponse < Struct.new(
1166
+ :media_insights_pipeline_configuration)
1167
+ SENSITIVE = []
1168
+ include Aws::Structure
1169
+ end
1170
+
557
1171
  # @!attribute [rw] media_pipeline_id
558
1172
  # The ID of the pipeline that you want to get.
559
1173
  # @return [String]
@@ -598,6 +1212,138 @@ module Aws::ChimeSDKMediaPipelines
598
1212
  include Aws::Structure
599
1213
  end
600
1214
 
1215
+ # A structure that contains the configuration settings for an issue
1216
+ # detection task.
1217
+ #
1218
+ # @!attribute [rw] rule_name
1219
+ # The name of the issue detection rule.
1220
+ # @return [String]
1221
+ #
1222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/IssueDetectionConfiguration AWS API Documentation
1223
+ #
1224
+ class IssueDetectionConfiguration < Struct.new(
1225
+ :rule_name)
1226
+ SENSITIVE = []
1227
+ include Aws::Structure
1228
+ end
1229
+
1230
+ # A structure that contains the settings for a keyword match task.
1231
+ #
1232
+ # @!attribute [rw] rule_name
1233
+ # The name of the keyword match rule.
1234
+ # @return [String]
1235
+ #
1236
+ # @!attribute [rw] keywords
1237
+ # The keywords or phrases that you want to match.
1238
+ # @return [Array<String>]
1239
+ #
1240
+ # @!attribute [rw] negate
1241
+ # Matches keywords or phrases on their presence or absence. If set to
1242
+ # `TRUE`, the rule matches when all the specified keywords or phrases
1243
+ # are absent. Default: `FALSE`.
1244
+ # @return [Boolean]
1245
+ #
1246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/KeywordMatchConfiguration AWS API Documentation
1247
+ #
1248
+ class KeywordMatchConfiguration < Struct.new(
1249
+ :rule_name,
1250
+ :keywords,
1251
+ :negate)
1252
+ SENSITIVE = []
1253
+ include Aws::Structure
1254
+ end
1255
+
1256
+ # A structure that contains the configuration settings for a Kinesis
1257
+ # Data Stream sink.
1258
+ #
1259
+ # @!attribute [rw] insights_target
1260
+ # The ARN of the sink.
1261
+ # @return [String]
1262
+ #
1263
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/KinesisDataStreamSinkConfiguration AWS API Documentation
1264
+ #
1265
+ class KinesisDataStreamSinkConfiguration < Struct.new(
1266
+ :insights_target)
1267
+ SENSITIVE = [:insights_target]
1268
+ include Aws::Structure
1269
+ end
1270
+
1271
+ # A structure that contains the runtime settings for recording a Kinesis
1272
+ # video stream.
1273
+ #
1274
+ # @!attribute [rw] streams
1275
+ # The stream or streams to be recorded.
1276
+ # @return [Array<Types::RecordingStreamConfiguration>]
1277
+ #
1278
+ # @!attribute [rw] fragment_selector
1279
+ # Describes the timestamp range and timestamp origin of a range of
1280
+ # fragments in the Kinesis video stream.
1281
+ # @return [Types::FragmentSelector]
1282
+ #
1283
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/KinesisVideoStreamRecordingSourceRuntimeConfiguration AWS API Documentation
1284
+ #
1285
+ class KinesisVideoStreamRecordingSourceRuntimeConfiguration < Struct.new(
1286
+ :streams,
1287
+ :fragment_selector)
1288
+ SENSITIVE = []
1289
+ include Aws::Structure
1290
+ end
1291
+
1292
+ # The runtime configuration settings for the Kinesis video stream
1293
+ # source.
1294
+ #
1295
+ # @!attribute [rw] streams
1296
+ # The streams in the source runtime configuration of a Kinesis video
1297
+ # stream.
1298
+ # @return [Array<Types::StreamConfiguration>]
1299
+ #
1300
+ # @!attribute [rw] media_encoding
1301
+ # Specifies the encoding of your input audio. Supported format: PCM
1302
+ # (only signed 16-bit little-endian audio formats, which does not
1303
+ # include WAV)
1304
+ #
1305
+ # For more information, see [Media formats][1] in the *Amazon
1306
+ # Transcribe Developer Guide*.
1307
+ #
1308
+ #
1309
+ #
1310
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio
1311
+ # @return [String]
1312
+ #
1313
+ # @!attribute [rw] media_sample_rate
1314
+ # The sample rate of the input audio (in hertz). Low-quality audio,
1315
+ # such as telephone audio, is typically around 8,000 Hz. High-quality
1316
+ # audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the
1317
+ # sample rate you specify must match that of your audio.
1318
+ #
1319
+ # Valid Range: Minimum value of 8000. Maximum value of 48000.
1320
+ # @return [Integer]
1321
+ #
1322
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/KinesisVideoStreamSourceRuntimeConfiguration AWS API Documentation
1323
+ #
1324
+ class KinesisVideoStreamSourceRuntimeConfiguration < Struct.new(
1325
+ :streams,
1326
+ :media_encoding,
1327
+ :media_sample_rate)
1328
+ SENSITIVE = []
1329
+ include Aws::Structure
1330
+ end
1331
+
1332
+ # A structure that contains the configuration settings for an AWS Lambda
1333
+ # function's data sink.
1334
+ #
1335
+ # @!attribute [rw] insights_target
1336
+ # The ARN of the sink.
1337
+ # @return [String]
1338
+ #
1339
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/LambdaFunctionSinkConfiguration AWS API Documentation
1340
+ #
1341
+ class LambdaFunctionSinkConfiguration < Struct.new(
1342
+ :insights_target)
1343
+ SENSITIVE = [:insights_target]
1344
+ include Aws::Structure
1345
+ end
1346
+
601
1347
  # @!attribute [rw] next_token
602
1348
  # The token used to retrieve the next page of results.
603
1349
  # @return [String]
@@ -621,13 +1367,47 @@ module Aws::ChimeSDKMediaPipelines
621
1367
  # @return [Array<Types::MediaCapturePipelineSummary>]
622
1368
  #
623
1369
  # @!attribute [rw] next_token
624
- # The token used to retrieve the next page of results.
1370
+ # The token used to retrieve the next page of results.
1371
+ # @return [String]
1372
+ #
1373
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelinesResponse AWS API Documentation
1374
+ #
1375
+ class ListMediaCapturePipelinesResponse < Struct.new(
1376
+ :media_capture_pipelines,
1377
+ :next_token)
1378
+ SENSITIVE = []
1379
+ include Aws::Structure
1380
+ end
1381
+
1382
+ # @!attribute [rw] next_token
1383
+ # The token used to return the next page of results.
1384
+ # @return [String]
1385
+ #
1386
+ # @!attribute [rw] max_results
1387
+ # The maximum number of results to return in a single call.
1388
+ # @return [Integer]
1389
+ #
1390
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurationsRequest AWS API Documentation
1391
+ #
1392
+ class ListMediaInsightsPipelineConfigurationsRequest < Struct.new(
1393
+ :next_token,
1394
+ :max_results)
1395
+ SENSITIVE = []
1396
+ include Aws::Structure
1397
+ end
1398
+
1399
+ # @!attribute [rw] media_insights_pipeline_configurations
1400
+ # The requested list of media insights pipeline configurations.
1401
+ # @return [Array<Types::MediaInsightsPipelineConfigurationSummary>]
1402
+ #
1403
+ # @!attribute [rw] next_token
1404
+ # The token used to return the next page of results.
625
1405
  # @return [String]
626
1406
  #
627
- # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaCapturePipelinesResponse AWS API Documentation
1407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/ListMediaInsightsPipelineConfigurationsResponse AWS API Documentation
628
1408
  #
629
- class ListMediaCapturePipelinesResponse < Struct.new(
630
- :media_capture_pipelines,
1409
+ class ListMediaInsightsPipelineConfigurationsResponse < Struct.new(
1410
+ :media_insights_pipeline_configurations,
631
1411
  :next_token)
632
1412
  SENSITIVE = []
633
1413
  include Aws::Structure
@@ -725,7 +1505,7 @@ module Aws::ChimeSDKMediaPipelines
725
1505
  # @return [String]
726
1506
  #
727
1507
  # @!attribute [rw] rtmp_configuration
728
- # The sink configuration's RTMP configuration setttings.
1508
+ # The sink configuration's RTMP configuration settings.
729
1509
  # @return [Types::LiveConnectorRTMPConfiguration]
730
1510
  #
731
1511
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/LiveConnectorSinkConfiguration AWS API Documentation
@@ -871,7 +1651,7 @@ module Aws::ChimeSDKMediaPipelines
871
1651
  # @return [String]
872
1652
  #
873
1653
  # @!attribute [rw] sources
874
- # The data sources being concatnated.
1654
+ # The data sources being concatenated.
875
1655
  # @return [Array<Types::ConcatenationSource>]
876
1656
  #
877
1657
  # @!attribute [rw] sinks
@@ -904,6 +1684,200 @@ module Aws::ChimeSDKMediaPipelines
904
1684
  include Aws::Structure
905
1685
  end
906
1686
 
1687
+ # A media pipeline that streams call analytics data.
1688
+ #
1689
+ # @!attribute [rw] media_pipeline_id
1690
+ # The ID of a media insights pipeline.
1691
+ # @return [String]
1692
+ #
1693
+ # @!attribute [rw] media_pipeline_arn
1694
+ # The ARN of a media insights pipeline.
1695
+ # @return [String]
1696
+ #
1697
+ # @!attribute [rw] media_insights_pipeline_configuration_arn
1698
+ # The ARN of a media insight pipeline's configuration settings.
1699
+ # @return [String]
1700
+ #
1701
+ # @!attribute [rw] status
1702
+ # The status of a media insights pipeline.
1703
+ # @return [String]
1704
+ #
1705
+ # @!attribute [rw] kinesis_video_stream_source_runtime_configuration
1706
+ # The configuration settings for a Kinesis runtime video stream in a
1707
+ # media insights pipeline.
1708
+ # @return [Types::KinesisVideoStreamSourceRuntimeConfiguration]
1709
+ #
1710
+ # @!attribute [rw] media_insights_runtime_metadata
1711
+ # The runtime metadata of a media insights pipeline.
1712
+ # @return [Hash<String,String>]
1713
+ #
1714
+ # @!attribute [rw] kinesis_video_stream_recording_source_runtime_configuration
1715
+ # The runtime configuration settings for a Kinesis recording video
1716
+ # stream in a media insights pipeline.
1717
+ # @return [Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration]
1718
+ #
1719
+ # @!attribute [rw] s3_recording_sink_runtime_configuration
1720
+ # The runtime configuration of the Amazon S3 bucket that stores
1721
+ # recordings in a media insights pipeline.
1722
+ # @return [Types::S3RecordingSinkRuntimeConfiguration]
1723
+ #
1724
+ # @!attribute [rw] created_timestamp
1725
+ # The time at which the media insights pipeline was created.
1726
+ # @return [Time]
1727
+ #
1728
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaInsightsPipeline AWS API Documentation
1729
+ #
1730
+ class MediaInsightsPipeline < Struct.new(
1731
+ :media_pipeline_id,
1732
+ :media_pipeline_arn,
1733
+ :media_insights_pipeline_configuration_arn,
1734
+ :status,
1735
+ :kinesis_video_stream_source_runtime_configuration,
1736
+ :media_insights_runtime_metadata,
1737
+ :kinesis_video_stream_recording_source_runtime_configuration,
1738
+ :s3_recording_sink_runtime_configuration,
1739
+ :created_timestamp)
1740
+ SENSITIVE = [:media_pipeline_arn, :media_insights_pipeline_configuration_arn, :media_insights_runtime_metadata]
1741
+ include Aws::Structure
1742
+ end
1743
+
1744
+ # A structure that contains the configuration settings for a media
1745
+ # insights pipeline.
1746
+ #
1747
+ # @!attribute [rw] media_insights_pipeline_configuration_name
1748
+ # The name of the configuration.
1749
+ # @return [String]
1750
+ #
1751
+ # @!attribute [rw] media_insights_pipeline_configuration_arn
1752
+ # The ARN of the configuration.
1753
+ # @return [String]
1754
+ #
1755
+ # @!attribute [rw] resource_access_role_arn
1756
+ # The ARN of the role used by the service to access Amazon Web
1757
+ # Services resources.
1758
+ # @return [String]
1759
+ #
1760
+ # @!attribute [rw] real_time_alert_configuration
1761
+ # Lists the rules that trigger a real-time alert.
1762
+ # @return [Types::RealTimeAlertConfiguration]
1763
+ #
1764
+ # @!attribute [rw] elements
1765
+ # The elements in the configuration.
1766
+ # @return [Array<Types::MediaInsightsPipelineConfigurationElement>]
1767
+ #
1768
+ # @!attribute [rw] media_insights_pipeline_configuration_id
1769
+ # The ID of the configuration.
1770
+ # @return [String]
1771
+ #
1772
+ # @!attribute [rw] created_timestamp
1773
+ # The time at which the configuration was created.
1774
+ # @return [Time]
1775
+ #
1776
+ # @!attribute [rw] updated_timestamp
1777
+ # The time at which the configuration was last updated.
1778
+ # @return [Time]
1779
+ #
1780
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaInsightsPipelineConfiguration AWS API Documentation
1781
+ #
1782
+ class MediaInsightsPipelineConfiguration < Struct.new(
1783
+ :media_insights_pipeline_configuration_name,
1784
+ :media_insights_pipeline_configuration_arn,
1785
+ :resource_access_role_arn,
1786
+ :real_time_alert_configuration,
1787
+ :elements,
1788
+ :media_insights_pipeline_configuration_id,
1789
+ :created_timestamp,
1790
+ :updated_timestamp)
1791
+ SENSITIVE = [:media_insights_pipeline_configuration_arn, :resource_access_role_arn]
1792
+ include Aws::Structure
1793
+ end
1794
+
1795
+ # An element in a media insights pipeline configuration.
1796
+ #
1797
+ # @!attribute [rw] type
1798
+ # The element type.
1799
+ # @return [String]
1800
+ #
1801
+ # @!attribute [rw] amazon_transcribe_call_analytics_processor_configuration
1802
+ # The analytics configuration settings for transcribing audio in a
1803
+ # media insights pipeline configuration element.
1804
+ # @return [Types::AmazonTranscribeCallAnalyticsProcessorConfiguration]
1805
+ #
1806
+ # @!attribute [rw] amazon_transcribe_processor_configuration
1807
+ # The transcription processor configuration settings in a media
1808
+ # insights pipeline configuration element.
1809
+ # @return [Types::AmazonTranscribeProcessorConfiguration]
1810
+ #
1811
+ # @!attribute [rw] kinesis_data_stream_sink_configuration
1812
+ # The configuration settings for the Kinesis Data Stream Sink in a
1813
+ # media insights pipeline configuration element.
1814
+ # @return [Types::KinesisDataStreamSinkConfiguration]
1815
+ #
1816
+ # @!attribute [rw] s3_recording_sink_configuration
1817
+ # The configuration settings for the Amazon S3 recording bucket in a
1818
+ # media insights pipeline configuration element.
1819
+ # @return [Types::S3RecordingSinkConfiguration]
1820
+ #
1821
+ # @!attribute [rw] voice_analytics_processor_configuration
1822
+ # The voice analytics configuration settings in a media insights
1823
+ # pipeline configuration element.
1824
+ # @return [Types::VoiceAnalyticsProcessorConfiguration]
1825
+ #
1826
+ # @!attribute [rw] lambda_function_sink_configuration
1827
+ # The configuration settings for the Amazon Web Services Lambda sink
1828
+ # in a media insights pipeline configuration element.
1829
+ # @return [Types::LambdaFunctionSinkConfiguration]
1830
+ #
1831
+ # @!attribute [rw] sqs_queue_sink_configuration
1832
+ # The configuration settings for an SQS queue sink in a media insights
1833
+ # pipeline configuration element.
1834
+ # @return [Types::SqsQueueSinkConfiguration]
1835
+ #
1836
+ # @!attribute [rw] sns_topic_sink_configuration
1837
+ # The configuration settings for an SNS topic sink in a media insights
1838
+ # pipeline configuration element.
1839
+ # @return [Types::SnsTopicSinkConfiguration]
1840
+ #
1841
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaInsightsPipelineConfigurationElement AWS API Documentation
1842
+ #
1843
+ class MediaInsightsPipelineConfigurationElement < Struct.new(
1844
+ :type,
1845
+ :amazon_transcribe_call_analytics_processor_configuration,
1846
+ :amazon_transcribe_processor_configuration,
1847
+ :kinesis_data_stream_sink_configuration,
1848
+ :s3_recording_sink_configuration,
1849
+ :voice_analytics_processor_configuration,
1850
+ :lambda_function_sink_configuration,
1851
+ :sqs_queue_sink_configuration,
1852
+ :sns_topic_sink_configuration)
1853
+ SENSITIVE = []
1854
+ include Aws::Structure
1855
+ end
1856
+
1857
+ # A summary of the media insights pipeline configuration.
1858
+ #
1859
+ # @!attribute [rw] media_insights_pipeline_configuration_name
1860
+ # The name of the media insights pipeline configuration.
1861
+ # @return [String]
1862
+ #
1863
+ # @!attribute [rw] media_insights_pipeline_configuration_id
1864
+ # The ID of the media insights pipeline configuration.
1865
+ # @return [String]
1866
+ #
1867
+ # @!attribute [rw] media_insights_pipeline_configuration_arn
1868
+ # The ARN of the media insights pipeline configuration.
1869
+ # @return [String]
1870
+ #
1871
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaInsightsPipelineConfigurationSummary AWS API Documentation
1872
+ #
1873
+ class MediaInsightsPipelineConfigurationSummary < Struct.new(
1874
+ :media_insights_pipeline_configuration_name,
1875
+ :media_insights_pipeline_configuration_id,
1876
+ :media_insights_pipeline_configuration_arn)
1877
+ SENSITIVE = [:media_insights_pipeline_configuration_arn]
1878
+ include Aws::Structure
1879
+ end
1880
+
907
1881
  # The connector pipeline.
908
1882
  #
909
1883
  # @!attribute [rw] sources
@@ -927,7 +1901,7 @@ module Aws::ChimeSDKMediaPipelines
927
1901
  # @return [String]
928
1902
  #
929
1903
  # @!attribute [rw] created_timestamp
930
- # Thetime at which the connector pipeline was created.
1904
+ # The time at which the connector pipeline was created.
931
1905
  # @return [Time]
932
1906
  #
933
1907
  # @!attribute [rw] updated_timestamp
@@ -963,12 +1937,17 @@ module Aws::ChimeSDKMediaPipelines
963
1937
  # The media concatenation pipeline in a media pipeline.
964
1938
  # @return [Types::MediaConcatenationPipeline]
965
1939
  #
1940
+ # @!attribute [rw] media_insights_pipeline
1941
+ # The media insights pipeline of a media pipeline.
1942
+ # @return [Types::MediaInsightsPipeline]
1943
+ #
966
1944
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaPipeline AWS API Documentation
967
1945
  #
968
1946
  class MediaPipeline < Struct.new(
969
1947
  :media_capture_pipeline,
970
1948
  :media_live_connector_pipeline,
971
- :media_concatenation_pipeline)
1949
+ :media_concatenation_pipeline,
1950
+ :media_insights_pipeline)
972
1951
  SENSITIVE = []
973
1952
  include Aws::Structure
974
1953
  end
@@ -1016,7 +1995,7 @@ module Aws::ChimeSDKMediaPipelines
1016
1995
  # @return [String]
1017
1996
  #
1018
1997
  # @!attribute [rw] request_id
1019
- # The request id associated with the call responsible for the
1998
+ # The request ID associated with the call responsible for the
1020
1999
  # exception.
1021
2000
  # @return [String]
1022
2001
  #
@@ -1030,7 +2009,57 @@ module Aws::ChimeSDKMediaPipelines
1030
2009
  include Aws::Structure
1031
2010
  end
1032
2011
 
1033
- # Defines the configuration for a presenter only video tile.
2012
+ # Allows you to specify additional settings for your Call Analytics
2013
+ # post-call request, including output locations for your redacted
2014
+ # transcript, which IAM role to use, and which encryption key to use.
2015
+ #
2016
+ # `DataAccessRoleArn` and `OutputLocation` are required fields.
2017
+ #
2018
+ # `PostCallAnalyticsSettings` provides the same insights as a Call
2019
+ # Analytics post-call transcription. For more information, refer to
2020
+ # [Post-call analytics with real-time transcriptions][1] in the *Amazon
2021
+ # Transcribe Developer Guide*.
2022
+ #
2023
+ #
2024
+ #
2025
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html
2026
+ #
2027
+ # @!attribute [rw] output_location
2028
+ # The URL of the Amazon S3 bucket that contains the post-call data.
2029
+ # @return [String]
2030
+ #
2031
+ # @!attribute [rw] data_access_role_arn
2032
+ # The ARN of the role used by Amazon Web Services Transcribe to upload
2033
+ # your post call analysis. For more information, see [Post-call
2034
+ # analytics with real-time transcriptions][1] in the *Amazon
2035
+ # Transcribe Developer Guide*.
2036
+ #
2037
+ #
2038
+ #
2039
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html
2040
+ # @return [String]
2041
+ #
2042
+ # @!attribute [rw] content_redaction_output
2043
+ # The content redaction output settings for a post-call analysis task.
2044
+ # @return [String]
2045
+ #
2046
+ # @!attribute [rw] output_encryption_kms_key_id
2047
+ # The ID of the KMS (Key Management Service) key used to encrypt the
2048
+ # output.
2049
+ # @return [String]
2050
+ #
2051
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/PostCallAnalyticsSettings AWS API Documentation
2052
+ #
2053
+ class PostCallAnalyticsSettings < Struct.new(
2054
+ :output_location,
2055
+ :data_access_role_arn,
2056
+ :content_redaction_output,
2057
+ :output_encryption_kms_key_id)
2058
+ SENSITIVE = []
2059
+ include Aws::Structure
2060
+ end
2061
+
2062
+ # Defines the configuration for a presenter-only video tile.
1034
2063
  #
1035
2064
  # @!attribute [rw] presenter_position
1036
2065
  # Defines the position of the presenter video tile. Default:
@@ -1045,6 +2074,72 @@ module Aws::ChimeSDKMediaPipelines
1045
2074
  include Aws::Structure
1046
2075
  end
1047
2076
 
2077
+ # A structure that contains the configuration settings for real-time
2078
+ # alerts.
2079
+ #
2080
+ # @!attribute [rw] disabled
2081
+ # Turns off real-time alerts.
2082
+ # @return [Boolean]
2083
+ #
2084
+ # @!attribute [rw] rules
2085
+ # The rules in the alert. Rules specify the words or phrases that you
2086
+ # want to be notified about.
2087
+ # @return [Array<Types::RealTimeAlertRule>]
2088
+ #
2089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/RealTimeAlertConfiguration AWS API Documentation
2090
+ #
2091
+ class RealTimeAlertConfiguration < Struct.new(
2092
+ :disabled,
2093
+ :rules)
2094
+ SENSITIVE = []
2095
+ include Aws::Structure
2096
+ end
2097
+
2098
+ # Specifies the words or phrases that trigger an alert.
2099
+ #
2100
+ # @!attribute [rw] type
2101
+ # The type of alert rule.
2102
+ # @return [String]
2103
+ #
2104
+ # @!attribute [rw] keyword_match_configuration
2105
+ # Specifies the settings for matching the keywords in a real-time
2106
+ # alert rule.
2107
+ # @return [Types::KeywordMatchConfiguration]
2108
+ #
2109
+ # @!attribute [rw] sentiment_configuration
2110
+ # Specifies the settings for predicting sentiment in a real-time alert
2111
+ # rule.
2112
+ # @return [Types::SentimentConfiguration]
2113
+ #
2114
+ # @!attribute [rw] issue_detection_configuration
2115
+ # Specifies the issue detection settings for a real-time alert rule.
2116
+ # @return [Types::IssueDetectionConfiguration]
2117
+ #
2118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/RealTimeAlertRule AWS API Documentation
2119
+ #
2120
+ class RealTimeAlertRule < Struct.new(
2121
+ :type,
2122
+ :keyword_match_configuration,
2123
+ :sentiment_configuration,
2124
+ :issue_detection_configuration)
2125
+ SENSITIVE = []
2126
+ include Aws::Structure
2127
+ end
2128
+
2129
+ # A structure that holds the settings for recording media.
2130
+ #
2131
+ # @!attribute [rw] stream_arn
2132
+ # The ARN of the recording stream.
2133
+ # @return [String]
2134
+ #
2135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/RecordingStreamConfiguration AWS API Documentation
2136
+ #
2137
+ class RecordingStreamConfiguration < Struct.new(
2138
+ :stream_arn)
2139
+ SENSITIVE = []
2140
+ include Aws::Structure
2141
+ end
2142
+
1048
2143
  # The request exceeds the resource limit.
1049
2144
  #
1050
2145
  # @!attribute [rw] code
@@ -1054,7 +2149,7 @@ module Aws::ChimeSDKMediaPipelines
1054
2149
  # @return [String]
1055
2150
  #
1056
2151
  # @!attribute [rw] request_id
1057
- # The request id associated with the call responsible for the
2152
+ # The request ID associated with the call responsible for the
1058
2153
  # exception.
1059
2154
  # @return [String]
1060
2155
  #
@@ -1082,6 +2177,49 @@ module Aws::ChimeSDKMediaPipelines
1082
2177
  include Aws::Structure
1083
2178
  end
1084
2179
 
2180
+ # The structure that holds the settings for transmitting media to the
2181
+ # Amazon S3 bucket. These values are used as defaults if
2182
+ # `S3RecordingSinkRuntimeConfiguration` is not specified.
2183
+ #
2184
+ # @!attribute [rw] destination
2185
+ # The default URI of the Amazon S3 bucket used as the recording sink.
2186
+ # @return [String]
2187
+ #
2188
+ # @!attribute [rw] recording_file_format
2189
+ # The default file format for the media files sent to the Amazon S3
2190
+ # bucket.
2191
+ # @return [String]
2192
+ #
2193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/S3RecordingSinkConfiguration AWS API Documentation
2194
+ #
2195
+ class S3RecordingSinkConfiguration < Struct.new(
2196
+ :destination,
2197
+ :recording_file_format)
2198
+ SENSITIVE = [:destination]
2199
+ include Aws::Structure
2200
+ end
2201
+
2202
+ # A structure that holds the settings for transmitting media files to
2203
+ # the Amazon S3 bucket. If specified, the settings in this structure
2204
+ # override any settings in `S3RecordingSinkConfiguration`.
2205
+ #
2206
+ # @!attribute [rw] destination
2207
+ # The URI of the S3 bucket used as the sink.
2208
+ # @return [String]
2209
+ #
2210
+ # @!attribute [rw] recording_file_format
2211
+ # The file format for the media files sent to the Amazon S3 bucket.
2212
+ # @return [String]
2213
+ #
2214
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/S3RecordingSinkRuntimeConfiguration AWS API Documentation
2215
+ #
2216
+ class S3RecordingSinkRuntimeConfiguration < Struct.new(
2217
+ :destination,
2218
+ :recording_file_format)
2219
+ SENSITIVE = [:destination]
2220
+ include Aws::Structure
2221
+ end
2222
+
1085
2223
  # The video streams for a specified media pipeline. The total number of
1086
2224
  # video streams can't exceed 25.
1087
2225
  #
@@ -1102,6 +2240,31 @@ module Aws::ChimeSDKMediaPipelines
1102
2240
  include Aws::Structure
1103
2241
  end
1104
2242
 
2243
+ # A structure that contains the configuration settings for a sentiment
2244
+ # analysis task.
2245
+ #
2246
+ # @!attribute [rw] rule_name
2247
+ # The name of the rule in the sentiment configuration.
2248
+ # @return [String]
2249
+ #
2250
+ # @!attribute [rw] sentiment_type
2251
+ # The type of sentiment, `POSITIVE`, `NEGATIVE`, or `NEUTRAL`.
2252
+ # @return [String]
2253
+ #
2254
+ # @!attribute [rw] time_period
2255
+ # Specifies the analysis interval.
2256
+ # @return [Integer]
2257
+ #
2258
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SentimentConfiguration AWS API Documentation
2259
+ #
2260
+ class SentimentConfiguration < Struct.new(
2261
+ :rule_name,
2262
+ :sentiment_type,
2263
+ :time_period)
2264
+ SENSITIVE = []
2265
+ include Aws::Structure
2266
+ end
2267
+
1105
2268
  # The service encountered an unexpected error.
1106
2269
  #
1107
2270
  # @!attribute [rw] code
@@ -1111,7 +2274,7 @@ module Aws::ChimeSDKMediaPipelines
1111
2274
  # @return [String]
1112
2275
  #
1113
2276
  # @!attribute [rw] request_id
1114
- # The request id associated with the call responsible for the
2277
+ # The request ID associated with the call responsible for the
1115
2278
  # exception.
1116
2279
  # @return [String]
1117
2280
  #
@@ -1134,7 +2297,7 @@ module Aws::ChimeSDKMediaPipelines
1134
2297
  # @return [String]
1135
2298
  #
1136
2299
  # @!attribute [rw] request_id
1137
- # The request id associated with the call responsible for the
2300
+ # The request ID associated with the call responsible for the
1138
2301
  # exception.
1139
2302
  # @return [String]
1140
2303
  #
@@ -1148,6 +2311,20 @@ module Aws::ChimeSDKMediaPipelines
1148
2311
  include Aws::Structure
1149
2312
  end
1150
2313
 
2314
+ # The configuration settings for the SNS topic sink.
2315
+ #
2316
+ # @!attribute [rw] insights_target
2317
+ # The ARN of the SNS sink.
2318
+ # @return [String]
2319
+ #
2320
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SnsTopicSinkConfiguration AWS API Documentation
2321
+ #
2322
+ class SnsTopicSinkConfiguration < Struct.new(
2323
+ :insights_target)
2324
+ SENSITIVE = [:insights_target]
2325
+ include Aws::Structure
2326
+ end
2327
+
1151
2328
  # Source configuration for a specified media pipeline.
1152
2329
  #
1153
2330
  # @!attribute [rw] selected_video_streams
@@ -1163,6 +2340,63 @@ module Aws::ChimeSDKMediaPipelines
1163
2340
  include Aws::Structure
1164
2341
  end
1165
2342
 
2343
+ # The configuration settings for the SQS sink.
2344
+ #
2345
+ # @!attribute [rw] insights_target
2346
+ # The ARN of the SQS sink.
2347
+ # @return [String]
2348
+ #
2349
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SqsQueueSinkConfiguration AWS API Documentation
2350
+ #
2351
+ class SqsQueueSinkConfiguration < Struct.new(
2352
+ :insights_target)
2353
+ SENSITIVE = [:insights_target]
2354
+ include Aws::Structure
2355
+ end
2356
+
2357
+ # Defines a streaming channel.
2358
+ #
2359
+ # @!attribute [rw] number_of_channels
2360
+ # The number of channels in a streaming channel.
2361
+ # @return [Integer]
2362
+ #
2363
+ # @!attribute [rw] channel_definitions
2364
+ # The definitions of the channels in a streaming channel.
2365
+ # @return [Array<Types::ChannelDefinition>]
2366
+ #
2367
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StreamChannelDefinition AWS API Documentation
2368
+ #
2369
+ class StreamChannelDefinition < Struct.new(
2370
+ :number_of_channels,
2371
+ :channel_definitions)
2372
+ SENSITIVE = []
2373
+ include Aws::Structure
2374
+ end
2375
+
2376
+ # The configuration settings for a stream.
2377
+ #
2378
+ # @!attribute [rw] stream_arn
2379
+ # The ARN of the stream.
2380
+ # @return [String]
2381
+ #
2382
+ # @!attribute [rw] fragment_number
2383
+ # The unique identifier of the fragment to begin processing.
2384
+ # @return [String]
2385
+ #
2386
+ # @!attribute [rw] stream_channel_definition
2387
+ # The streaming channel definition in the stream configuration.
2388
+ # @return [Types::StreamChannelDefinition]
2389
+ #
2390
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/StreamConfiguration AWS API Documentation
2391
+ #
2392
+ class StreamConfiguration < Struct.new(
2393
+ :stream_arn,
2394
+ :fragment_number,
2395
+ :stream_channel_definition)
2396
+ SENSITIVE = []
2397
+ include Aws::Structure
2398
+ end
2399
+
1166
2400
  # A key/value pair that grants users access to meeting resources.
1167
2401
  #
1168
2402
  # @!attribute [rw] key
@@ -1214,7 +2448,7 @@ module Aws::ChimeSDKMediaPipelines
1214
2448
  # @return [String]
1215
2449
  #
1216
2450
  # @!attribute [rw] request_id
1217
- # The request id associated with the call responsible for the
2451
+ # The request ID associated with the call responsible for the
1218
2452
  # exception.
1219
2453
  # @return [String]
1220
2454
  #
@@ -1228,6 +2462,25 @@ module Aws::ChimeSDKMediaPipelines
1228
2462
  include Aws::Structure
1229
2463
  end
1230
2464
 
2465
+ # The range of timestamps to return.
2466
+ #
2467
+ # @!attribute [rw] start_timestamp
2468
+ # The starting timestamp for the specified range.
2469
+ # @return [Time]
2470
+ #
2471
+ # @!attribute [rw] end_timestamp
2472
+ # The ending timestamp for the specified range.
2473
+ # @return [Time]
2474
+ #
2475
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/TimestampRange AWS API Documentation
2476
+ #
2477
+ class TimestampRange < Struct.new(
2478
+ :start_timestamp,
2479
+ :end_timestamp)
2480
+ SENSITIVE = []
2481
+ include Aws::Structure
2482
+ end
2483
+
1231
2484
  # The configuration object for concatenating transcription messages.
1232
2485
  #
1233
2486
  # @!attribute [rw] state
@@ -1251,7 +2504,7 @@ module Aws::ChimeSDKMediaPipelines
1251
2504
  # @return [String]
1252
2505
  #
1253
2506
  # @!attribute [rw] request_id
1254
- # The request id associated with the call responsible for the
2507
+ # The request ID associated with the call responsible for the
1255
2508
  # exception.
1256
2509
  # @return [String]
1257
2510
  #
@@ -1286,6 +2539,68 @@ module Aws::ChimeSDKMediaPipelines
1286
2539
  #
1287
2540
  class UntagResourceResponse < Aws::EmptyStructure; end
1288
2541
 
2542
+ # @!attribute [rw] identifier
2543
+ # The unique identifier for the resource to be updated. Valid values
2544
+ # include the name and ARN of the media insights pipeline
2545
+ # configuration.
2546
+ # @return [String]
2547
+ #
2548
+ # @!attribute [rw] resource_access_role_arn
2549
+ # The ARN of the role used by the service to access Amazon Web
2550
+ # Services resources.
2551
+ # @return [String]
2552
+ #
2553
+ # @!attribute [rw] real_time_alert_configuration
2554
+ # The configuration settings for real-time alerts for the media
2555
+ # insights pipeline.
2556
+ # @return [Types::RealTimeAlertConfiguration]
2557
+ #
2558
+ # @!attribute [rw] elements
2559
+ # The elements in the request, such as a processor for Amazon
2560
+ # Transcribe or a sink for a Kinesis Data Stream..
2561
+ # @return [Array<Types::MediaInsightsPipelineConfigurationElement>]
2562
+ #
2563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfigurationRequest AWS API Documentation
2564
+ #
2565
+ class UpdateMediaInsightsPipelineConfigurationRequest < Struct.new(
2566
+ :identifier,
2567
+ :resource_access_role_arn,
2568
+ :real_time_alert_configuration,
2569
+ :elements)
2570
+ SENSITIVE = [:resource_access_role_arn]
2571
+ include Aws::Structure
2572
+ end
2573
+
2574
+ # @!attribute [rw] media_insights_pipeline_configuration
2575
+ # The updated configuration settings.
2576
+ # @return [Types::MediaInsightsPipelineConfiguration]
2577
+ #
2578
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineConfigurationResponse AWS API Documentation
2579
+ #
2580
+ class UpdateMediaInsightsPipelineConfigurationResponse < Struct.new(
2581
+ :media_insights_pipeline_configuration)
2582
+ SENSITIVE = []
2583
+ include Aws::Structure
2584
+ end
2585
+
2586
+ # @!attribute [rw] identifier
2587
+ # The unique identifier of the resource to be updated. Valid values
2588
+ # include the ID and ARN of the media insights pipeline.
2589
+ # @return [String]
2590
+ #
2591
+ # @!attribute [rw] update_status
2592
+ # The requested status of the media insights pipeline.
2593
+ # @return [String]
2594
+ #
2595
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/UpdateMediaInsightsPipelineStatusRequest AWS API Documentation
2596
+ #
2597
+ class UpdateMediaInsightsPipelineStatusRequest < Struct.new(
2598
+ :identifier,
2599
+ :update_status)
2600
+ SENSITIVE = []
2601
+ include Aws::Structure
2602
+ end
2603
+
1289
2604
  # The video artifact configuration object.
1290
2605
  #
1291
2606
  # @!attribute [rw] state
@@ -1305,7 +2620,7 @@ module Aws::ChimeSDKMediaPipelines
1305
2620
  include Aws::Structure
1306
2621
  end
1307
2622
 
1308
- # The configuration object of a video contacatentation pipeline.
2623
+ # The configuration object of a video concatenation pipeline.
1309
2624
  #
1310
2625
  # @!attribute [rw] state
1311
2626
  # Enables or disables the configuration object.
@@ -1319,5 +2634,24 @@ module Aws::ChimeSDKMediaPipelines
1319
2634
  include Aws::Structure
1320
2635
  end
1321
2636
 
2637
+ # The configuration settings for a voice analytics processor.
2638
+ #
2639
+ # @!attribute [rw] speaker_search_status
2640
+ # The status of the speaker search task.
2641
+ # @return [String]
2642
+ #
2643
+ # @!attribute [rw] voice_tone_analysis_status
2644
+ # The status of the voice tone analysis task.
2645
+ # @return [String]
2646
+ #
2647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/VoiceAnalyticsProcessorConfiguration AWS API Documentation
2648
+ #
2649
+ class VoiceAnalyticsProcessorConfiguration < Struct.new(
2650
+ :speaker_search_status,
2651
+ :voice_tone_analysis_status)
2652
+ SENSITIVE = []
2653
+ include Aws::Structure
2654
+ end
2655
+
1322
2656
  end
1323
2657
  end