cdk-docker-image-deployment 0.0.200 → 0.0.201

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  17. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  20. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  22. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  23. package/node_modules/aws-sdk/clients/all.js +2 -1
  24. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  25. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  27. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  28. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  29. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  30. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  31. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  32. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  33. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  34. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  35. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +52 -15
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/package.json +6 -6
@@ -28,11 +28,27 @@ declare class ChimeSDKMediaPipelines extends Service {
28
28
  */
29
29
  createMediaConcatenationPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaConcatenationPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaConcatenationPipelineResponse, AWSError>;
30
30
  /**
31
- * Creates a streaming media pipeline in an Amazon Chime SDK meeting.
31
+ * Creates a media insights pipeline.
32
+ */
33
+ createMediaInsightsPipeline(params: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineResponse, AWSError>;
34
+ /**
35
+ * Creates a media insights pipeline.
36
+ */
37
+ createMediaInsightsPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineResponse, AWSError>;
38
+ /**
39
+ * A structure that contains the static configurations for a media insights pipeline.
40
+ */
41
+ createMediaInsightsPipelineConfiguration(params: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineConfigurationResponse, AWSError>;
42
+ /**
43
+ * A structure that contains the static configurations for a media insights pipeline.
44
+ */
45
+ createMediaInsightsPipelineConfiguration(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaInsightsPipelineConfigurationResponse, AWSError>;
46
+ /**
47
+ * Creates a media live connector pipeline in an Amazon Chime SDK meeting.
32
48
  */
33
49
  createMediaLiveConnectorPipeline(params: ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse, AWSError>;
34
50
  /**
35
- * Creates a streaming media pipeline in an Amazon Chime SDK meeting.
51
+ * Creates a media live connector pipeline in an Amazon Chime SDK meeting.
36
52
  */
37
53
  createMediaLiveConnectorPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse, AWSError>;
38
54
  /**
@@ -43,6 +59,14 @@ declare class ChimeSDKMediaPipelines extends Service {
43
59
  * Deletes the media pipeline.
44
60
  */
45
61
  deleteMediaCapturePipeline(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
62
+ /**
63
+ * Deletes the specified configuration settings.
64
+ */
65
+ deleteMediaInsightsPipelineConfiguration(params: ChimeSDKMediaPipelines.Types.DeleteMediaInsightsPipelineConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
66
+ /**
67
+ * Deletes the specified configuration settings.
68
+ */
69
+ deleteMediaInsightsPipelineConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
70
  /**
47
71
  * Deletes the media pipeline.
48
72
  */
@@ -59,6 +83,14 @@ declare class ChimeSDKMediaPipelines extends Service {
59
83
  * Gets an existing media pipeline.
60
84
  */
61
85
  getMediaCapturePipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse, AWSError>;
86
+ /**
87
+ * Gets the configuration settings for a media insights pipeline.
88
+ */
89
+ getMediaInsightsPipelineConfiguration(params: ChimeSDKMediaPipelines.Types.GetMediaInsightsPipelineConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaInsightsPipelineConfigurationResponse, AWSError>;
90
+ /**
91
+ * Gets the configuration settings for a media insights pipeline.
92
+ */
93
+ getMediaInsightsPipelineConfiguration(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaInsightsPipelineConfigurationResponse, AWSError>;
62
94
  /**
63
95
  * Gets an existing media pipeline.
64
96
  */
@@ -75,6 +107,14 @@ declare class ChimeSDKMediaPipelines extends Service {
75
107
  * Returns a list of media pipelines.
76
108
  */
77
109
  listMediaCapturePipelines(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse, AWSError>;
110
+ /**
111
+ * Lists the available media insights pipeline configurations.
112
+ */
113
+ listMediaInsightsPipelineConfigurations(params: ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse, AWSError>;
114
+ /**
115
+ * Lists the available media insights pipeline configurations.
116
+ */
117
+ listMediaInsightsPipelineConfigurations(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse, AWSError>;
78
118
  /**
79
119
  * Returns a list of media pipelines.
80
120
  */
@@ -92,11 +132,11 @@ declare class ChimeSDKMediaPipelines extends Service {
92
132
  */
93
133
  listTagsForResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse, AWSError>;
94
134
  /**
95
- * The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.
135
+ * The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
96
136
  */
97
137
  tagResource(params: ChimeSDKMediaPipelines.Types.TagResourceRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.TagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.TagResourceResponse, AWSError>;
98
138
  /**
99
- * The ARN of the media pipeline that you want to tag. Consists of he pipeline's endpoint region, resource ID, and pipeline ID.
139
+ * The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
100
140
  */
101
141
  tagResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.TagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.TagResourceResponse, AWSError>;
102
142
  /**
@@ -107,9 +147,129 @@ declare class ChimeSDKMediaPipelines extends Service {
107
147
  * Removes any tags from a media pipeline.
108
148
  */
109
149
  untagResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UntagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.UntagResourceResponse, AWSError>;
150
+ /**
151
+ * Updates the media insights pipeline's configuration settings.
152
+ */
153
+ updateMediaInsightsPipelineConfiguration(params: ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineConfigurationResponse, AWSError>;
154
+ /**
155
+ * Updates the media insights pipeline's configuration settings.
156
+ */
157
+ updateMediaInsightsPipelineConfiguration(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineConfigurationResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineConfigurationResponse, AWSError>;
158
+ /**
159
+ * Updates the status of a media insights pipeline.
160
+ */
161
+ updateMediaInsightsPipelineStatus(params: ChimeSDKMediaPipelines.Types.UpdateMediaInsightsPipelineStatusRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
162
+ /**
163
+ * Updates the status of a media insights pipeline.
164
+ */
165
+ updateMediaInsightsPipelineStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
166
  }
111
167
  declare namespace ChimeSDKMediaPipelines {
112
168
  export type AmazonResourceName = string;
169
+ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
170
+ /**
171
+ * The language code in the configuration.
172
+ */
173
+ LanguageCode: CallAnalyticsLanguageCode;
174
+ /**
175
+ * Specifies the name of the custom vocabulary to use when processing a transcription. Note that vocabulary names are case sensitive. If the language of the specified custom vocabulary doesn't match the language identified in your media, the custom vocabulary is not applied to your transcription. For more information, see Custom vocabularies in the Amazon Transcribe Developer Guide. Length Constraints: Minimum length of 1. Maximum length of 200.
176
+ */
177
+ VocabularyName?: VocabularyName;
178
+ /**
179
+ * Specifies the name of the custom vocabulary filter to use when processing a transcription. Note that vocabulary filter names are case sensitive. If the language of the specified custom vocabulary filter doesn't match the language identified in your media, the vocabulary filter is not applied to your transcription. For more information, see Using vocabulary filtering with unwanted words in the Amazon Transcribe Developer Guide. Length Constraints: Minimum length of 1. Maximum length of 200.
180
+ */
181
+ VocabularyFilterName?: VocabularyFilterName;
182
+ /**
183
+ * Specifies how to apply a vocabulary filter to a transcript. To replace words with ***, choose mask. To delete words, choose remove. To flag words without changing them, choose tag.
184
+ */
185
+ VocabularyFilterMethod?: VocabularyFilterMethod;
186
+ /**
187
+ * Specifies the name of the custom language model to use when processing a transcription. Note that language model names are case sensitive. The language of the specified language model must match the language code specified in the transcription request. If the languages don't match, the custom language model isn't applied. Language mismatches don't generate errors or warnings. For more information, see Custom language models in the Amazon Transcribe Developer Guide.
188
+ */
189
+ LanguageModelName?: ModelName;
190
+ /**
191
+ * Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy. For more information, see Partial-result stabilization in the Amazon Transcribe Developer Guide.
192
+ */
193
+ EnablePartialResultsStabilization?: Boolean;
194
+ /**
195
+ * Specifies the level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization). Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy. For more information, see Partial-result stabilization in the Amazon Transcribe Developer Guide.
196
+ */
197
+ PartialResultsStability?: PartialResultsStability;
198
+ /**
199
+ * Labels all personally identifiable information (PII) identified in your transcript. Content identification is performed at the segment level; PII specified in PiiEntityTypes is flagged upon complete transcription of an audio segment. You can’t set ContentIdentificationType and ContentRedactionType in the same request. If you do, your request returns a BadRequestException. For more information, see Redacting or identifying personally identifiable information in the Amazon Transcribe Developer Guide.
200
+ */
201
+ ContentIdentificationType?: ContentType;
202
+ /**
203
+ * Redacts all personally identifiable information (PII) identified in your transcript. Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment. You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you do, your request returns a BadRequestException. For more information, see Redacting or identifying personally identifiable information in the Amazon Transcribe Developer Guide.
204
+ */
205
+ ContentRedactionType?: ContentType;
206
+ /**
207
+ * Specifies the types of personally identifiable information (PII) to redact from a transcript. You can include as many types as you'd like, or you can select ALL. To include PiiEntityTypes in your Call Analytics request, you must also include ContentIdentificationType or ContentRedactionType, but you can't include both. Values must be comma-separated and can include: ADDRESS, BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, CREDIT_DEBIT_NUMBER, EMAIL, NAME, PHONE, PIN, SSN, or ALL. Length Constraints: Minimum length of 1. Maximum length of 300.
208
+ */
209
+ PiiEntityTypes?: PiiEntityTypes;
210
+ /**
211
+ * If true, UtteranceEvents with IsPartial: true are filtered out of the insights target.
212
+ */
213
+ FilterPartialResults?: Boolean;
214
+ /**
215
+ * The settings for a post-call analysis task in an analytics configuration.
216
+ */
217
+ PostCallAnalyticsSettings?: PostCallAnalyticsSettings;
218
+ /**
219
+ * By default, all CategoryEvents will be sent to the insights target. If this parameter is specified, only included categories will be sent to the insights target.
220
+ */
221
+ CallAnalyticsStreamCategories?: CategoryNameList;
222
+ }
223
+ export interface AmazonTranscribeProcessorConfiguration {
224
+ /**
225
+ * The language code that represents the language spoken in your audio. If you're unsure of the language spoken in your audio, consider using IdentifyLanguage to enable automatic language identification. For a list of languages that real-time Call Analytics supports, see the Supported languages table in the Amazon Transcribe Developer Guide.
226
+ */
227
+ LanguageCode: CallAnalyticsLanguageCode;
228
+ /**
229
+ * The name of the custom vocabulary that you specified in your Call Analytics request. Length Constraints: Minimum length of 1. Maximum length of 200.
230
+ */
231
+ VocabularyName?: VocabularyName;
232
+ /**
233
+ * The name of the custom vocabulary filter that you specified in your Call Analytics request. Length Constraints: Minimum length of 1. Maximum length of 200.
234
+ */
235
+ VocabularyFilterName?: VocabularyFilterName;
236
+ /**
237
+ * The vocabulary filtering method used in your Call Analytics transcription.
238
+ */
239
+ VocabularyFilterMethod?: VocabularyFilterMethod;
240
+ /**
241
+ * Enables speaker partitioning (diarization) in your transcription output. Speaker partitioning labels the speech from individual speakers in your media file. For more information, see Partitioning speakers (diarization) in the Amazon Transcribe Developer Guide.
242
+ */
243
+ ShowSpeakerLabel?: Boolean;
244
+ /**
245
+ * Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy. For more information, see Partial-result stabilization in the Amazon Transcribe Developer Guide.
246
+ */
247
+ EnablePartialResultsStabilization?: Boolean;
248
+ /**
249
+ * The level of stability to use when you enable partial results stabilization (EnablePartialResultsStabilization). Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy. For more information, see Partial-result stabilization in the Amazon Transcribe Developer Guide.
250
+ */
251
+ PartialResultsStability?: PartialResultsStability;
252
+ /**
253
+ * Labels all personally identifiable information (PII) identified in your transcript. Content identification is performed at the segment level; PII specified in PiiEntityTypes is flagged upon complete transcription of an audio segment. You can’t set ContentIdentificationType and ContentRedactionType in the same request. If you set both, your request returns a BadRequestException. For more information, see Redacting or identifying personally identifiable information in the Amazon Transcribe Developer Guide.
254
+ */
255
+ ContentIdentificationType?: ContentType;
256
+ /**
257
+ * Redacts all personally identifiable information (PII) identified in your transcript. Content redaction is performed at the segment level; PII specified in PiiEntityTypes is redacted upon complete transcription of an audio segment. You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException. For more information, see Redacting or identifying personally identifiable information in the Amazon Transcribe Developer Guide.
258
+ */
259
+ ContentRedactionType?: ContentType;
260
+ /**
261
+ * The types of personally identifiable information (PII) to redact from a transcript. You can include as many types as you'd like, or you can select ALL. To include PiiEntityTypes in your Call Analytics request, you must also include ContentIdentificationType or ContentRedactionType, but you can't include both. Values must be comma-separated and can include: ADDRESS, BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, CREDIT_DEBIT_NUMBER, EMAIL, NAME, PHONE, PIN, SSN, or ALL. Length Constraints: Minimum length of 1. Maximum length of 300.
262
+ */
263
+ PiiEntityTypes?: PiiEntityTypes;
264
+ /**
265
+ * The name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive. The language of the specified language model must match the language code you specify in your transcription request. If the languages don't match, the custom language model isn't applied. There are no errors or warnings associated with a language mismatch. For more information, see Custom language models in the Amazon Transcribe Developer Guide.
266
+ */
267
+ LanguageModelName?: ModelName;
268
+ /**
269
+ * If true, TranscriptEvents with IsPartial: true are filtered out of the insights target.
270
+ */
271
+ FilterPartialResults?: Boolean;
272
+ }
113
273
  export type Arn = string;
114
274
  export interface ArtifactsConcatenationConfiguration {
115
275
  /**
@@ -172,12 +332,28 @@ declare namespace ChimeSDKMediaPipelines {
172
332
  export type AudioChannelsOption = "Stereo"|"Mono"|string;
173
333
  export interface AudioConcatenationConfiguration {
174
334
  /**
175
- * Enables the name object, where name is the name of the configuration object, such as AudioConcatenation.
335
+ * Enables or disables the configuration object.
176
336
  */
177
337
  State: AudioArtifactsConcatenationState;
178
338
  }
179
339
  export type AudioMuxType = "AudioOnly"|"AudioWithActiveSpeakerVideo"|"AudioWithCompositedVideo"|string;
180
340
  export type AudioSampleRateOption = string;
341
+ export type Boolean = boolean;
342
+ export type CallAnalyticsLanguageCode = "en-US"|"en-GB"|"es-US"|"fr-CA"|"fr-FR"|"en-AU"|"it-IT"|"de-DE"|"pt-BR"|string;
343
+ export type CategoryName = string;
344
+ export type CategoryNameList = CategoryName[];
345
+ export interface ChannelDefinition {
346
+ /**
347
+ * The channel ID.
348
+ */
349
+ ChannelId: ChannelId;
350
+ /**
351
+ * Specifies whether the audio in a channel belongs to the AGENT or CUSTOMER.
352
+ */
353
+ ParticipantRole?: ParticipantRole;
354
+ }
355
+ export type ChannelDefinitions = ChannelDefinition[];
356
+ export type ChannelId = number;
181
357
  export interface ChimeSdkMeetingConcatenationConfiguration {
182
358
  /**
183
359
  * The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.
@@ -186,7 +362,7 @@ declare namespace ChimeSDKMediaPipelines {
186
362
  }
187
363
  export interface ChimeSdkMeetingConfiguration {
188
364
  /**
189
- * The source configuration for a specified media pipline.
365
+ * The source configuration for a specified media pipeline.
190
366
  */
191
367
  SourceConfiguration?: SourceConfiguration;
192
368
  /**
@@ -274,7 +450,9 @@ declare namespace ChimeSDKMediaPipelines {
274
450
  State: ArtifactsConcatenationState;
275
451
  }
276
452
  export type ContentMuxType = "ContentOnly"|string;
453
+ export type ContentRedactionOutput = "redacted"|"redacted_and_unredacted"|string;
277
454
  export type ContentShareLayoutOption = "PresenterOnly"|"Horizontal"|"Vertical"|string;
455
+ export type ContentType = "PII"|string;
278
456
  export interface CreateMediaCapturePipelineRequest {
279
457
  /**
280
458
  * Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
@@ -335,13 +513,81 @@ declare namespace ChimeSDKMediaPipelines {
335
513
  */
336
514
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
337
515
  }
516
+ export interface CreateMediaInsightsPipelineConfigurationRequest {
517
+ /**
518
+ * The name of the media insights pipeline configuration.
519
+ */
520
+ MediaInsightsPipelineConfigurationName: MediaInsightsPipelineConfigurationNameString;
521
+ /**
522
+ * The ARN of the role used by the service to access Amazon Web Services resources, including Transcribe and Transcribe Call Analytics, on the caller’s behalf.
523
+ */
524
+ ResourceAccessRoleArn: Arn;
525
+ /**
526
+ * The configuration settings for the real-time alerts in a media insights pipeline configuration.
527
+ */
528
+ RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
529
+ /**
530
+ * The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream.
531
+ */
532
+ Elements: MediaInsightsPipelineConfigurationElements;
533
+ /**
534
+ * The tags assigned to the media insights pipeline configuration.
535
+ */
536
+ Tags?: TagList;
537
+ /**
538
+ * The unique identifier for the media insights pipeline configuration request.
539
+ */
540
+ ClientRequestToken?: ClientRequestToken;
541
+ }
542
+ export interface CreateMediaInsightsPipelineConfigurationResponse {
543
+ /**
544
+ * The configuration settings for the media insights pipeline.
545
+ */
546
+ MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
547
+ }
548
+ export interface CreateMediaInsightsPipelineRequest {
549
+ /**
550
+ * The ARN of the pipeline's configuration.
551
+ */
552
+ MediaInsightsPipelineConfigurationArn: Arn;
553
+ /**
554
+ * The runtime configuration for the Kinesis video stream source of the media insights pipeline.
555
+ */
556
+ KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
557
+ /**
558
+ * The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.
559
+ */
560
+ MediaInsightsRuntimeMetadata?: MediaInsightsRuntimeMetadata;
561
+ /**
562
+ * The runtime configuration for the Kinesis video recording stream source.
563
+ */
564
+ KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
565
+ /**
566
+ * The runtime configuration for the S3 recording sink.
567
+ */
568
+ S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
569
+ /**
570
+ * The tags assigned to the media insights pipeline.
571
+ */
572
+ Tags?: TagList;
573
+ /**
574
+ * The unique identifier for the media insights pipeline request.
575
+ */
576
+ ClientRequestToken?: ClientRequestToken;
577
+ }
578
+ export interface CreateMediaInsightsPipelineResponse {
579
+ /**
580
+ * The media insights pipeline object.
581
+ */
582
+ MediaInsightsPipeline: MediaInsightsPipeline;
583
+ }
338
584
  export interface CreateMediaLiveConnectorPipelineRequest {
339
585
  /**
340
- * The media pipeline's data sources.
586
+ * The media live connector pipeline's data sources.
341
587
  */
342
588
  Sources: LiveConnectorSourceList;
343
589
  /**
344
- * The media pipeline's data sinks.
590
+ * The media live connector pipeline's data sinks.
345
591
  */
346
592
  Sinks: LiveConnectorSinkList;
347
593
  /**
@@ -349,13 +595,13 @@ declare namespace ChimeSDKMediaPipelines {
349
595
  */
350
596
  ClientRequestToken?: ClientRequestToken;
351
597
  /**
352
- * The tags associated with the media pipeline.
598
+ * The tags associated with the media live connector pipeline.
353
599
  */
354
600
  Tags?: TagList;
355
601
  }
356
602
  export interface CreateMediaLiveConnectorPipelineResponse {
357
603
  /**
358
- * The new media pipeline.
604
+ * The new media live connector pipeline.
359
605
  */
360
606
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
361
607
  }
@@ -371,6 +617,12 @@ declare namespace ChimeSDKMediaPipelines {
371
617
  */
372
618
  MediaPipelineId: GuidString;
373
619
  }
620
+ export interface DeleteMediaInsightsPipelineConfigurationRequest {
621
+ /**
622
+ * The unique identifier of the resource to be deleted. Valid values include the name and ARN of the media insights pipeline configuration.
623
+ */
624
+ Identifier: NonEmptyString;
625
+ }
374
626
  export interface DeleteMediaPipelineRequest {
375
627
  /**
376
628
  * The ID of the media pipeline to delete.
@@ -379,6 +631,18 @@ declare namespace ChimeSDKMediaPipelines {
379
631
  }
380
632
  export type ExternalUserIdList = ExternalUserIdType[];
381
633
  export type ExternalUserIdType = string;
634
+ export type FragmentNumberString = string;
635
+ export interface FragmentSelector {
636
+ /**
637
+ * The origin of the timestamps to use, Server or Producer. For more information, see StartSelectorType in the Amazon Kinesis Video Streams Developer Guide.
638
+ */
639
+ FragmentSelectorType: FragmentSelectorType;
640
+ /**
641
+ * The range of timestamps to return.
642
+ */
643
+ TimestampRange: TimestampRange;
644
+ }
645
+ export type FragmentSelectorType = "ProducerTimestamp"|"ServerTimestamp"|string;
382
646
  export interface GetMediaCapturePipelineRequest {
383
647
  /**
384
648
  * The ID of the pipeline that you want to get.
@@ -391,6 +655,18 @@ declare namespace ChimeSDKMediaPipelines {
391
655
  */
392
656
  MediaCapturePipeline?: MediaCapturePipeline;
393
657
  }
658
+ export interface GetMediaInsightsPipelineConfigurationRequest {
659
+ /**
660
+ * The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.
661
+ */
662
+ Identifier: NonEmptyString;
663
+ }
664
+ export interface GetMediaInsightsPipelineConfigurationResponse {
665
+ /**
666
+ * The requested media insights pipeline configuration.
667
+ */
668
+ MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
669
+ }
394
670
  export interface GetMediaPipelineRequest {
395
671
  /**
396
672
  * The ID of the pipeline that you want to get.
@@ -415,6 +691,65 @@ declare namespace ChimeSDKMediaPipelines {
415
691
  }
416
692
  export type GuidString = string;
417
693
  export type Iso8601Timestamp = Date;
694
+ export interface IssueDetectionConfiguration {
695
+ /**
696
+ * The name of the issue detection rule.
697
+ */
698
+ RuleName: RuleName;
699
+ }
700
+ export type Keyword = string;
701
+ export interface KeywordMatchConfiguration {
702
+ /**
703
+ * The name of the keyword match rule.
704
+ */
705
+ RuleName: RuleName;
706
+ /**
707
+ * The keywords or phrases that you want to match.
708
+ */
709
+ Keywords: KeywordMatchWordList;
710
+ /**
711
+ * Matches keywords or phrases on their presence or absence. If set to TRUE, the rule matches when all the specified keywords or phrases are absent. Default: FALSE.
712
+ */
713
+ Negate?: Boolean;
714
+ }
715
+ export type KeywordMatchWordList = Keyword[];
716
+ export interface KinesisDataStreamSinkConfiguration {
717
+ /**
718
+ * The URL of the sink, https://aws.amazon.com/kinesis/data-streams/.
719
+ */
720
+ InsightsTarget?: Arn;
721
+ }
722
+ export type KinesisVideoStreamArn = string;
723
+ export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
724
+ /**
725
+ * The stream or streams to be recorded.
726
+ */
727
+ Streams: RecordingStreamList;
728
+ /**
729
+ * Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
730
+ */
731
+ FragmentSelector: FragmentSelector;
732
+ }
733
+ export interface KinesisVideoStreamSourceRuntimeConfiguration {
734
+ /**
735
+ * The streams in the source runtime configuration of a Kinesis video stream.
736
+ */
737
+ Streams: Streams;
738
+ /**
739
+ * Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit little-endian audio formats, which does not include WAV) For more information, see Media formats in the Amazon Transcribe Developer Guide.
740
+ */
741
+ MediaEncoding: MediaEncoding;
742
+ /**
743
+ * The sample rate of the input audio (in hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio. Valid Range: Minimum value of 8000. Maximum value of 48000.
744
+ */
745
+ MediaSampleRate: MediaSampleRateHertz;
746
+ }
747
+ export interface LambdaFunctionSinkConfiguration {
748
+ /**
749
+ * The URL of the sink, https://aws.amazon.com/kinesis/data-streams/.
750
+ */
751
+ InsightsTarget?: Arn;
752
+ }
418
753
  export type LayoutOption = "GridView"|string;
419
754
  export interface ListMediaCapturePipelinesRequest {
420
755
  /**
@@ -436,6 +771,26 @@ declare namespace ChimeSDKMediaPipelines {
436
771
  */
437
772
  NextToken?: String;
438
773
  }
774
+ export interface ListMediaInsightsPipelineConfigurationsRequest {
775
+ /**
776
+ * The token used to return the next page of results.
777
+ */
778
+ NextToken?: String;
779
+ /**
780
+ * The maximum number of results to return in a single call.
781
+ */
782
+ MaxResults?: ResultMax;
783
+ }
784
+ export interface ListMediaInsightsPipelineConfigurationsResponse {
785
+ /**
786
+ * The requested list of media insights pipeline configurations.
787
+ */
788
+ MediaInsightsPipelineConfigurations?: MediaInsightsPipelineConfigurationSummaryList;
789
+ /**
790
+ * The token used to return the next page of results.
791
+ */
792
+ NextToken?: String;
793
+ }
439
794
  export interface ListMediaPipelinesRequest {
440
795
  /**
441
796
  * The token used to retrieve the next page of results.
@@ -489,7 +844,7 @@ declare namespace ChimeSDKMediaPipelines {
489
844
  */
490
845
  SinkType: LiveConnectorSinkType;
491
846
  /**
492
- * The sink configuration's RTMP configuration setttings.
847
+ * The sink configuration's RTMP configuration settings.
493
848
  */
494
849
  RTMPConfiguration: LiveConnectorRTMPConfiguration;
495
850
  }
@@ -580,7 +935,7 @@ declare namespace ChimeSDKMediaPipelines {
580
935
  */
581
936
  MediaPipelineArn?: AmazonResourceName;
582
937
  /**
583
- * The data sources being concatnated.
938
+ * The data sources being concatenated.
584
939
  */
585
940
  Sources?: ConcatenationSourceList;
586
941
  /**
@@ -600,6 +955,136 @@ declare namespace ChimeSDKMediaPipelines {
600
955
  */
601
956
  UpdatedTimestamp?: Iso8601Timestamp;
602
957
  }
958
+ export type MediaEncoding = "pcm"|string;
959
+ export interface MediaInsightsPipeline {
960
+ /**
961
+ * The ID of a media insights pipeline.
962
+ */
963
+ MediaPipelineId?: GuidString;
964
+ /**
965
+ * The ARN of a media insights pipeline.
966
+ */
967
+ MediaPipelineArn?: Arn;
968
+ /**
969
+ * The ARN of a media insight pipeline's configuration settings.
970
+ */
971
+ MediaInsightsPipelineConfigurationArn?: Arn;
972
+ /**
973
+ * The status of a media insights pipeline.
974
+ */
975
+ Status?: MediaPipelineStatus;
976
+ /**
977
+ * The configuration settings for a Kinesis runtime video stream in a media insights pipeline.
978
+ */
979
+ KinesisVideoStreamSourceRuntimeConfiguration?: KinesisVideoStreamSourceRuntimeConfiguration;
980
+ /**
981
+ * The runtime metadata of a media insights pipeline.
982
+ */
983
+ MediaInsightsRuntimeMetadata?: MediaInsightsRuntimeMetadata;
984
+ /**
985
+ * The runtime configuration settings for a Kinesis recording video stream in a media insights pipeline.
986
+ */
987
+ KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
988
+ /**
989
+ * The runtime configuration of the Amazon S3 bucket that stores recordings in a media insights pipeline.
990
+ */
991
+ S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
992
+ /**
993
+ * The time at which the media insights pipeline was created.
994
+ */
995
+ CreatedTimestamp?: Iso8601Timestamp;
996
+ }
997
+ export interface MediaInsightsPipelineConfiguration {
998
+ /**
999
+ * The name of the configuration.
1000
+ */
1001
+ MediaInsightsPipelineConfigurationName?: MediaInsightsPipelineConfigurationNameString;
1002
+ /**
1003
+ * The ARN of the configuration.
1004
+ */
1005
+ MediaInsightsPipelineConfigurationArn?: Arn;
1006
+ /**
1007
+ * The ARN of the role used by the service to access Amazon Web Services resources.
1008
+ */
1009
+ ResourceAccessRoleArn?: Arn;
1010
+ /**
1011
+ * Lists the rules that trigger a real-time alert.
1012
+ */
1013
+ RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
1014
+ /**
1015
+ * The elements in the configuration.
1016
+ */
1017
+ Elements?: MediaInsightsPipelineConfigurationElements;
1018
+ /**
1019
+ * The ID of the configuration.
1020
+ */
1021
+ MediaInsightsPipelineConfigurationId?: GuidString;
1022
+ /**
1023
+ * The time at which the configuration was created.
1024
+ */
1025
+ CreatedTimestamp?: Iso8601Timestamp;
1026
+ /**
1027
+ * The time at which the configuration was last updated.
1028
+ */
1029
+ UpdatedTimestamp?: Iso8601Timestamp;
1030
+ }
1031
+ export interface MediaInsightsPipelineConfigurationElement {
1032
+ /**
1033
+ * The element type.
1034
+ */
1035
+ Type: MediaInsightsPipelineConfigurationElementType;
1036
+ /**
1037
+ * The analytics configuration settings for transcribing audio in a media insights pipeline configuration element.
1038
+ */
1039
+ AmazonTranscribeCallAnalyticsProcessorConfiguration?: AmazonTranscribeCallAnalyticsProcessorConfiguration;
1040
+ /**
1041
+ * The transcription processor configuration settings in a media insights pipeline configuration element.
1042
+ */
1043
+ AmazonTranscribeProcessorConfiguration?: AmazonTranscribeProcessorConfiguration;
1044
+ /**
1045
+ * The configuration settings for the Kinesis Data Stream Sink in a media insights pipeline configuration element.
1046
+ */
1047
+ KinesisDataStreamSinkConfiguration?: KinesisDataStreamSinkConfiguration;
1048
+ /**
1049
+ * The configuration settings for the Amazon S3 recording bucket in a media insights pipeline configuration element.
1050
+ */
1051
+ S3RecordingSinkConfiguration?: S3RecordingSinkConfiguration;
1052
+ /**
1053
+ * The voice analytics configuration settings in a media insights pipeline configuration element.
1054
+ */
1055
+ VoiceAnalyticsProcessorConfiguration?: VoiceAnalyticsProcessorConfiguration;
1056
+ /**
1057
+ * The configuration settings for the Amazon Web Services Lambda sink in a media insights pipeline configuration element.
1058
+ */
1059
+ LambdaFunctionSinkConfiguration?: LambdaFunctionSinkConfiguration;
1060
+ /**
1061
+ * The configuration settings for an SQS queue sink in a media insights pipeline configuration element.
1062
+ */
1063
+ SqsQueueSinkConfiguration?: SqsQueueSinkConfiguration;
1064
+ /**
1065
+ * The configuration settings for an SNS topic sink in a media insights pipeline configuration element.
1066
+ */
1067
+ SnsTopicSinkConfiguration?: SnsTopicSinkConfiguration;
1068
+ }
1069
+ export type MediaInsightsPipelineConfigurationElementType = "AmazonTranscribeCallAnalyticsProcessor"|"VoiceAnalyticsProcessor"|"AmazonTranscribeProcessor"|"KinesisDataStreamSink"|"LambdaFunctionSink"|"SqsQueueSink"|"SnsTopicSink"|"S3RecordingSink"|string;
1070
+ export type MediaInsightsPipelineConfigurationElements = MediaInsightsPipelineConfigurationElement[];
1071
+ export type MediaInsightsPipelineConfigurationNameString = string;
1072
+ export interface MediaInsightsPipelineConfigurationSummary {
1073
+ /**
1074
+ * The name of the media insights pipeline configuration.
1075
+ */
1076
+ MediaInsightsPipelineConfigurationName?: MediaInsightsPipelineConfigurationNameString;
1077
+ /**
1078
+ * The ID of the media insights pipeline configuration.
1079
+ */
1080
+ MediaInsightsPipelineConfigurationId?: GuidString;
1081
+ /**
1082
+ * The ARN of the media insights pipeline configuration.
1083
+ */
1084
+ MediaInsightsPipelineConfigurationArn?: Arn;
1085
+ }
1086
+ export type MediaInsightsPipelineConfigurationSummaryList = MediaInsightsPipelineConfigurationSummary[];
1087
+ export type MediaInsightsRuntimeMetadata = {[key: string]: String};
603
1088
  export interface MediaLiveConnectorPipeline {
604
1089
  /**
605
1090
  * The connector pipeline's data sources.
@@ -622,7 +1107,7 @@ declare namespace ChimeSDKMediaPipelines {
622
1107
  */
623
1108
  Status?: MediaPipelineStatus;
624
1109
  /**
625
- * Thetime at which the connector pipeline was created.
1110
+ * The time at which the connector pipeline was created.
626
1111
  */
627
1112
  CreatedTimestamp?: Iso8601Timestamp;
628
1113
  /**
@@ -643,11 +1128,16 @@ declare namespace ChimeSDKMediaPipelines {
643
1128
  * The media concatenation pipeline in a media pipeline.
644
1129
  */
645
1130
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
1131
+ /**
1132
+ * The media insights pipeline of a media pipeline.
1133
+ */
1134
+ MediaInsightsPipeline?: MediaInsightsPipeline;
646
1135
  }
647
1136
  export type MediaPipelineList = MediaPipelineSummary[];
648
1137
  export type MediaPipelineSinkType = "S3Bucket"|string;
649
1138
  export type MediaPipelineSourceType = "ChimeSdkMeeting"|string;
650
- export type MediaPipelineStatus = "Initializing"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
1139
+ export type MediaPipelineStatus = "Initializing"|"InProgress"|"Failed"|"Stopping"|"Stopped"|"Paused"|string;
1140
+ export type MediaPipelineStatusUpdate = "Pause"|"Resume"|string;
651
1141
  export interface MediaPipelineSummary {
652
1142
  /**
653
1143
  * The ID of the media pipeline in the summary.
@@ -658,12 +1148,37 @@ declare namespace ChimeSDKMediaPipelines {
658
1148
  */
659
1149
  MediaPipelineArn?: AmazonResourceName;
660
1150
  }
1151
+ export type MediaSampleRateHertz = number;
661
1152
  export interface MeetingEventsConcatenationConfiguration {
662
1153
  /**
663
1154
  * Enables or disables the configuration object.
664
1155
  */
665
1156
  State: ArtifactsConcatenationState;
666
1157
  }
1158
+ export type ModelName = string;
1159
+ export type NonEmptyString = string;
1160
+ export type NumberOfChannels = number;
1161
+ export type PartialResultsStability = "high"|"medium"|"low"|string;
1162
+ export type ParticipantRole = "AGENT"|"CUSTOMER"|string;
1163
+ export type PiiEntityTypes = string;
1164
+ export interface PostCallAnalyticsSettings {
1165
+ /**
1166
+ * The URL of the Amazon S3 bucket that contains the post-call data.
1167
+ */
1168
+ OutputLocation: String;
1169
+ /**
1170
+ * The ARN of the role used by Amazon Web Services Transcribe to upload your post call analysis. For more information, see Post-call analytics with real-time transcriptions in the Amazon Transcribe Developer Guide.
1171
+ */
1172
+ DataAccessRoleArn: String;
1173
+ /**
1174
+ * The content redaction output settings for a post-call analysis task.
1175
+ */
1176
+ ContentRedactionOutput?: ContentRedactionOutput;
1177
+ /**
1178
+ * The ID of the KMS (Key Management System) key used to encrypt the output.
1179
+ */
1180
+ OutputEncryptionKMSKeyId?: String;
1181
+ }
667
1182
  export interface PresenterOnlyConfiguration {
668
1183
  /**
669
1184
  * Defines the position of the presenter video tile. Default: TopRight.
@@ -671,14 +1186,69 @@ declare namespace ChimeSDKMediaPipelines {
671
1186
  PresenterPosition?: PresenterPosition;
672
1187
  }
673
1188
  export type PresenterPosition = "TopLeft"|"TopRight"|"BottomLeft"|"BottomRight"|string;
1189
+ export interface RealTimeAlertConfiguration {
1190
+ /**
1191
+ * Turns off real-time alerts.
1192
+ */
1193
+ Disabled?: Boolean;
1194
+ /**
1195
+ * The rules in the alert. Rules specify the words or phrases that you want to be notified about.
1196
+ */
1197
+ Rules?: RealTimeAlertRuleList;
1198
+ }
1199
+ export interface RealTimeAlertRule {
1200
+ /**
1201
+ * The type of alert rule.
1202
+ */
1203
+ Type: RealTimeAlertRuleType;
1204
+ /**
1205
+ * Specifies the settings for matching the keywords in a real-time alert rule.
1206
+ */
1207
+ KeywordMatchConfiguration?: KeywordMatchConfiguration;
1208
+ /**
1209
+ * Specifies the settings for predicting sentiment in a real-time alert rule.
1210
+ */
1211
+ SentimentConfiguration?: SentimentConfiguration;
1212
+ /**
1213
+ * Specifies the issue detection settings for a real-time alert rule.
1214
+ */
1215
+ IssueDetectionConfiguration?: IssueDetectionConfiguration;
1216
+ }
1217
+ export type RealTimeAlertRuleList = RealTimeAlertRule[];
1218
+ export type RealTimeAlertRuleType = "KeywordMatch"|"Sentiment"|"IssueDetection"|string;
1219
+ export type RecordingFileFormat = "Wav"|"Opus"|string;
1220
+ export interface RecordingStreamConfiguration {
1221
+ /**
1222
+ * The ARN of the recording stream.
1223
+ */
1224
+ StreamArn?: KinesisVideoStreamArn;
1225
+ }
1226
+ export type RecordingStreamList = RecordingStreamConfiguration[];
674
1227
  export type ResolutionOption = "HD"|"FHD"|string;
675
1228
  export type ResultMax = number;
1229
+ export type RuleName = string;
676
1230
  export interface S3BucketSinkConfiguration {
677
1231
  /**
678
1232
  * The destination URL of the S3 bucket.
679
1233
  */
680
1234
  Destination: Arn;
681
1235
  }
1236
+ export interface S3RecordingSinkConfiguration {
1237
+ /**
1238
+ * The URL of the Amazon S3 bucket used as the recording sink.
1239
+ */
1240
+ Destination?: Arn;
1241
+ }
1242
+ export interface S3RecordingSinkRuntimeConfiguration {
1243
+ /**
1244
+ * The URL of the S3 bucket used as the runtime sink.
1245
+ */
1246
+ Destination: Arn;
1247
+ /**
1248
+ * The file formats for the audio and video files sent to the Amazon S3 bucket.
1249
+ */
1250
+ RecordingFileFormat: RecordingFileFormat;
1251
+ }
682
1252
  export interface SelectedVideoStreams {
683
1253
  /**
684
1254
  * The attendee IDs of the streams selected for a media pipeline.
@@ -690,12 +1260,65 @@ declare namespace ChimeSDKMediaPipelines {
690
1260
  ExternalUserIds?: ExternalUserIdList;
691
1261
  }
692
1262
  export type SensitiveString = string;
1263
+ export interface SentimentConfiguration {
1264
+ /**
1265
+ * The name of the rule in the sentiment configuration.
1266
+ */
1267
+ RuleName: RuleName;
1268
+ /**
1269
+ * The type of sentiment, POSITIVE, NEGATIVE, or NEUTRAL.
1270
+ */
1271
+ SentimentType: SentimentType;
1272
+ /**
1273
+ * Specifies the analysis interval.
1274
+ */
1275
+ TimePeriod: SentimentTimePeriodInSeconds;
1276
+ }
1277
+ export type SentimentTimePeriodInSeconds = number;
1278
+ export type SentimentType = "NEGATIVE"|string;
1279
+ export interface SnsTopicSinkConfiguration {
1280
+ /**
1281
+ * The URL of the SNS sink, https://aws.amazon.com/kinesis/data-streams/.
1282
+ */
1283
+ InsightsTarget?: Arn;
1284
+ }
693
1285
  export interface SourceConfiguration {
694
1286
  /**
695
1287
  * The selected video streams for a specified media pipeline. The number of video streams can't exceed 25.
696
1288
  */
697
1289
  SelectedVideoStreams?: SelectedVideoStreams;
698
1290
  }
1291
+ export interface SqsQueueSinkConfiguration {
1292
+ /**
1293
+ * The URL of the SQS sink, https://aws.amazon.com/kinesis/data-streams/.
1294
+ */
1295
+ InsightsTarget?: Arn;
1296
+ }
1297
+ export interface StreamChannelDefinition {
1298
+ /**
1299
+ * The number of channels in a streaming channel.
1300
+ */
1301
+ NumberOfChannels: NumberOfChannels;
1302
+ /**
1303
+ * The definitions of the channels in a streaming channel.
1304
+ */
1305
+ ChannelDefinitions?: ChannelDefinitions;
1306
+ }
1307
+ export interface StreamConfiguration {
1308
+ /**
1309
+ * The ARN of the stream.
1310
+ */
1311
+ StreamArn: KinesisVideoStreamArn;
1312
+ /**
1313
+ * The unique identifier of the fragment to begin processing.
1314
+ */
1315
+ FragmentNumber?: FragmentNumberString;
1316
+ /**
1317
+ * The streaming channel definition in the stream configuration.
1318
+ */
1319
+ StreamChannelDefinition: StreamChannelDefinition;
1320
+ }
1321
+ export type Streams = StreamConfiguration[];
699
1322
  export type String = string;
700
1323
  export interface Tag {
701
1324
  /**
@@ -723,6 +1346,17 @@ declare namespace ChimeSDKMediaPipelines {
723
1346
  export interface TagResourceResponse {
724
1347
  }
725
1348
  export type TagValue = string;
1349
+ export type Timestamp = Date;
1350
+ export interface TimestampRange {
1351
+ /**
1352
+ * The starting timestamp for the specified range.
1353
+ */
1354
+ StartTimestamp: Timestamp;
1355
+ /**
1356
+ * The ending timestamp for the specified range.
1357
+ */
1358
+ EndTimestamp: Timestamp;
1359
+ }
726
1360
  export interface TranscriptionMessagesConcatenationConfiguration {
727
1361
  /**
728
1362
  * Enables or disables the configuration object.
@@ -741,6 +1375,40 @@ declare namespace ChimeSDKMediaPipelines {
741
1375
  }
742
1376
  export interface UntagResourceResponse {
743
1377
  }
1378
+ export interface UpdateMediaInsightsPipelineConfigurationRequest {
1379
+ /**
1380
+ * The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.
1381
+ */
1382
+ Identifier: NonEmptyString;
1383
+ /**
1384
+ * The ARN of the role used by the service to access Amazon Web Services resources.
1385
+ */
1386
+ ResourceAccessRoleArn: Arn;
1387
+ /**
1388
+ * The configuration settings for real-time alerts for the media insights pipeline.
1389
+ */
1390
+ RealTimeAlertConfiguration?: RealTimeAlertConfiguration;
1391
+ /**
1392
+ * The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
1393
+ */
1394
+ Elements: MediaInsightsPipelineConfigurationElements;
1395
+ }
1396
+ export interface UpdateMediaInsightsPipelineConfigurationResponse {
1397
+ /**
1398
+ * The updated configuration settings.
1399
+ */
1400
+ MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
1401
+ }
1402
+ export interface UpdateMediaInsightsPipelineStatusRequest {
1403
+ /**
1404
+ * The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
1405
+ */
1406
+ Identifier: NonEmptyString;
1407
+ /**
1408
+ * The requested status of the media insights pipeline.
1409
+ */
1410
+ UpdateStatus: MediaPipelineStatusUpdate;
1411
+ }
744
1412
  export interface VideoArtifactsConfiguration {
745
1413
  /**
746
1414
  * Indicates whether the video artifact is enabled or disabled.
@@ -758,6 +1426,20 @@ declare namespace ChimeSDKMediaPipelines {
758
1426
  State: ArtifactsConcatenationState;
759
1427
  }
760
1428
  export type VideoMuxType = "VideoOnly"|string;
1429
+ export type VocabularyFilterMethod = "remove"|"mask"|"tag"|string;
1430
+ export type VocabularyFilterName = string;
1431
+ export type VocabularyName = string;
1432
+ export type VoiceAnalyticsConfigurationStatus = "Enabled"|"Disabled"|string;
1433
+ export interface VoiceAnalyticsProcessorConfiguration {
1434
+ /**
1435
+ * The status of the speaker search task.
1436
+ */
1437
+ SpeakerSearchStatus?: VoiceAnalyticsConfigurationStatus;
1438
+ /**
1439
+ * The status of the voice tone analysis task.
1440
+ */
1441
+ VoiceToneAnalysisStatus?: VoiceAnalyticsConfigurationStatus;
1442
+ }
761
1443
  /**
762
1444
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
763
1445
  */