@aws-sdk/client-chime-sdk-meetings 3.934.0 → 3.936.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const MediaCapabilities: {
8
- readonly NONE: "None";
9
- readonly RECEIVE: "Receive";
10
- readonly SEND: "Send";
11
- readonly SEND_RECEIVE: "SendReceive";
12
- };
13
- /**
14
- * @public
15
- */
16
- export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCapabilities];
1
+ import { ContentResolution, MediaCapabilities, MediaPlacementNetworkType, MeetingFeatureStatus, TranscribeContentIdentificationType, TranscribeContentRedactionType, TranscribeLanguageCode, TranscribeMedicalContentIdentificationType, TranscribeMedicalLanguageCode, TranscribeMedicalRegion, TranscribeMedicalSpecialty, TranscribeMedicalType, TranscribePartialResultsStability, TranscribeRegion, TranscribeVocabularyFilterMethod, VideoResolution } from "./enums";
17
2
  /**
18
3
  * <p>The media capabilities of an attendee: audio, video, or content.</p>
19
4
  * <note>
@@ -176,18 +161,6 @@ export interface AttendeeIdItem {
176
161
  */
177
162
  AttendeeId: string | undefined;
178
163
  }
179
- /**
180
- * @public
181
- * @enum
182
- */
183
- export declare const MeetingFeatureStatus: {
184
- readonly AVAILABLE: "AVAILABLE";
185
- readonly UNAVAILABLE: "UNAVAILABLE";
186
- };
187
- /**
188
- * @public
189
- */
190
- export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
191
164
  /**
192
165
  * <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>
193
166
  * @public
@@ -199,25 +172,6 @@ export interface AudioFeatures {
199
172
  */
200
173
  EchoReduction?: MeetingFeatureStatus | undefined;
201
174
  }
202
- /**
203
- * <p>The input parameters don't match the service's restrictions.</p>
204
- * @public
205
- */
206
- export declare class BadRequestException extends __BaseException {
207
- readonly name: "BadRequestException";
208
- readonly $fault: "client";
209
- Code?: string | undefined;
210
- Message?: string | undefined;
211
- /**
212
- * <p>The request id associated with the call responsible for the exception.</p>
213
- * @public
214
- */
215
- RequestId?: string | undefined;
216
- /**
217
- * @internal
218
- */
219
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
220
- }
221
175
  /**
222
176
  * <p>The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.</p>
223
177
  * @public
@@ -293,163 +247,6 @@ export interface BatchCreateAttendeeResponse {
293
247
  */
294
248
  Errors?: CreateAttendeeError[] | undefined;
295
249
  }
296
- /**
297
- * <p>The client is permanently forbidden from making the request.</p>
298
- * @public
299
- */
300
- export declare class ForbiddenException extends __BaseException {
301
- readonly name: "ForbiddenException";
302
- readonly $fault: "client";
303
- Code?: string | undefined;
304
- Message?: string | undefined;
305
- /**
306
- * <p>The request id associated with the call responsible for the exception.</p>
307
- * @public
308
- */
309
- RequestId?: string | undefined;
310
- /**
311
- * @internal
312
- */
313
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
314
- }
315
- /**
316
- * <p>The request exceeds the resource limit.</p>
317
- * @public
318
- */
319
- export declare class LimitExceededException extends __BaseException {
320
- readonly name: "LimitExceededException";
321
- readonly $fault: "client";
322
- Code?: string | undefined;
323
- Message?: string | undefined;
324
- /**
325
- * <p>The request id associated with the call responsible for the exception.</p>
326
- * @public
327
- */
328
- RequestId?: string | undefined;
329
- /**
330
- * @internal
331
- */
332
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
333
- }
334
- /**
335
- * <p>One or more of the resources in the request does not exist in the system.</p>
336
- * @public
337
- */
338
- export declare class NotFoundException extends __BaseException {
339
- readonly name: "NotFoundException";
340
- readonly $fault: "client";
341
- Code?: string | undefined;
342
- Message?: string | undefined;
343
- /**
344
- * <p>The request ID associated with the call responsible for the exception.</p>
345
- * @public
346
- */
347
- RequestId?: string | undefined;
348
- /**
349
- * @internal
350
- */
351
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
352
- }
353
- /**
354
- * <p>The service encountered an unexpected error.</p>
355
- * @public
356
- */
357
- export declare class ServiceFailureException extends __BaseException {
358
- readonly name: "ServiceFailureException";
359
- readonly $fault: "server";
360
- Code?: string | undefined;
361
- Message?: string | undefined;
362
- /**
363
- * <p>The ID of the failed request.</p>
364
- * @public
365
- */
366
- RequestId?: string | undefined;
367
- /**
368
- * @internal
369
- */
370
- constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
371
- }
372
- /**
373
- * <p>The service is currently unavailable.</p>
374
- * @public
375
- */
376
- export declare class ServiceUnavailableException extends __BaseException {
377
- readonly name: "ServiceUnavailableException";
378
- readonly $fault: "server";
379
- Code?: string | undefined;
380
- Message?: string | undefined;
381
- /**
382
- * <p>The request id associated with the call responsible for the exception.</p>
383
- * @public
384
- */
385
- RequestId?: string | undefined;
386
- /**
387
- * <p>The number of seconds the caller should wait before retrying.</p>
388
- * @public
389
- */
390
- RetryAfterSeconds?: string | undefined;
391
- /**
392
- * @internal
393
- */
394
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
395
- }
396
- /**
397
- * <p>The number of customer requests exceeds the request rate limit.</p>
398
- * @public
399
- */
400
- export declare class ThrottlingException extends __BaseException {
401
- readonly name: "ThrottlingException";
402
- readonly $fault: "client";
403
- Code?: string | undefined;
404
- Message?: string | undefined;
405
- /**
406
- * <p>The ID of the request that exceeded the throttling limit.</p>
407
- * @public
408
- */
409
- RequestId?: string | undefined;
410
- /**
411
- * @internal
412
- */
413
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
414
- }
415
- /**
416
- * <p>The user isn't authorized to request a resource.</p>
417
- * @public
418
- */
419
- export declare class UnauthorizedException extends __BaseException {
420
- readonly name: "UnauthorizedException";
421
- readonly $fault: "client";
422
- Code?: string | undefined;
423
- Message?: string | undefined;
424
- /**
425
- * <p>The request id associated with the call responsible for the exception.</p>
426
- * @public
427
- */
428
- RequestId?: string | undefined;
429
- /**
430
- * @internal
431
- */
432
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
433
- }
434
- /**
435
- * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
436
- * @public
437
- */
438
- export declare class UnprocessableEntityException extends __BaseException {
439
- readonly name: "UnprocessableEntityException";
440
- readonly $fault: "client";
441
- Code?: string | undefined;
442
- Message?: string | undefined;
443
- /**
444
- * <p>The request id associated with the call responsible for the exception.</p>
445
- * @public
446
- */
447
- RequestId?: string | undefined;
448
- /**
449
- * @internal
450
- */
451
- constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
452
- }
453
250
  /**
454
251
  * @public
455
252
  */
@@ -470,25 +267,6 @@ export interface BatchUpdateAttendeeCapabilitiesExceptRequest {
470
267
  */
471
268
  Capabilities: AttendeeCapabilities | undefined;
472
269
  }
473
- /**
474
- * <p>Multiple instances of the same request have been made simultaneously.</p>
475
- * @public
476
- */
477
- export declare class ConflictException extends __BaseException {
478
- readonly name: "ConflictException";
479
- readonly $fault: "client";
480
- Code?: string | undefined;
481
- Message?: string | undefined;
482
- /**
483
- * <p>The ID of the request involved in the conflict.</p>
484
- * @public
485
- */
486
- RequestId?: string | undefined;
487
- /**
488
- * @internal
489
- */
490
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
491
- }
492
270
  /**
493
271
  * @public
494
272
  */
@@ -561,31 +339,6 @@ export interface CreateAttendeeResponse {
561
339
  */
562
340
  Attendee?: Attendee | undefined;
563
341
  }
564
- /**
565
- * @public
566
- * @enum
567
- */
568
- export declare const MediaPlacementNetworkType: {
569
- readonly DUAL_STACK: "DualStack";
570
- readonly IPV4_ONLY: "Ipv4Only";
571
- };
572
- /**
573
- * @public
574
- */
575
- export type MediaPlacementNetworkType = (typeof MediaPlacementNetworkType)[keyof typeof MediaPlacementNetworkType];
576
- /**
577
- * @public
578
- * @enum
579
- */
580
- export declare const ContentResolution: {
581
- readonly FHD: "FHD";
582
- readonly NONE: "None";
583
- readonly UHD: "UHD";
584
- };
585
- /**
586
- * @public
587
- */
588
- export type ContentResolution = (typeof ContentResolution)[keyof typeof ContentResolution];
589
342
  /**
590
343
  * <p>Lists the content (screen share) features for the meeting. Applies to all attendees.</p>
591
344
  * <note>
@@ -605,19 +358,6 @@ export interface ContentFeatures {
605
358
  */
606
359
  MaxResolution?: ContentResolution | undefined;
607
360
  }
608
- /**
609
- * @public
610
- * @enum
611
- */
612
- export declare const VideoResolution: {
613
- readonly FHD: "FHD";
614
- readonly HD: "HD";
615
- readonly NONE: "None";
616
- };
617
- /**
618
- * @public
619
- */
620
- export type VideoResolution = (typeof VideoResolution)[keyof typeof VideoResolution];
621
361
  /**
622
362
  * <p>The video features set for the meeting. Applies to all attendees.</p>
623
363
  * <note>
@@ -1188,97 +928,6 @@ export interface ListTagsForResourceResponse {
1188
928
  */
1189
929
  Tags?: Tag[] | undefined;
1190
930
  }
1191
- /**
1192
- * <p>The resource that you want to tag couldn't be found.</p>
1193
- * @public
1194
- */
1195
- export declare class ResourceNotFoundException extends __BaseException {
1196
- readonly name: "ResourceNotFoundException";
1197
- readonly $fault: "client";
1198
- Code?: string | undefined;
1199
- Message?: string | undefined;
1200
- /**
1201
- * <p>The ID of the resource that couldn't be found.</p>
1202
- * @public
1203
- */
1204
- RequestId?: string | undefined;
1205
- /**
1206
- * <p>The name of the resource that couldn't be found.</p>
1207
- * @public
1208
- */
1209
- ResourceName?: string | undefined;
1210
- /**
1211
- * @internal
1212
- */
1213
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1214
- }
1215
- /**
1216
- * @public
1217
- * @enum
1218
- */
1219
- export declare const TranscribeMedicalContentIdentificationType: {
1220
- readonly PHI: "PHI";
1221
- };
1222
- /**
1223
- * @public
1224
- */
1225
- export type TranscribeMedicalContentIdentificationType = (typeof TranscribeMedicalContentIdentificationType)[keyof typeof TranscribeMedicalContentIdentificationType];
1226
- /**
1227
- * @public
1228
- * @enum
1229
- */
1230
- export declare const TranscribeMedicalLanguageCode: {
1231
- readonly EN_US: "en-US";
1232
- };
1233
- /**
1234
- * @public
1235
- */
1236
- export type TranscribeMedicalLanguageCode = (typeof TranscribeMedicalLanguageCode)[keyof typeof TranscribeMedicalLanguageCode];
1237
- /**
1238
- * @public
1239
- * @enum
1240
- */
1241
- export declare const TranscribeMedicalRegion: {
1242
- readonly AP_SOUTHEAST_2: "ap-southeast-2";
1243
- readonly AUTO: "auto";
1244
- readonly CA_CENTRAL_1: "ca-central-1";
1245
- readonly EU_WEST_1: "eu-west-1";
1246
- readonly US_EAST_1: "us-east-1";
1247
- readonly US_EAST_2: "us-east-2";
1248
- readonly US_WEST_2: "us-west-2";
1249
- };
1250
- /**
1251
- * @public
1252
- */
1253
- export type TranscribeMedicalRegion = (typeof TranscribeMedicalRegion)[keyof typeof TranscribeMedicalRegion];
1254
- /**
1255
- * @public
1256
- * @enum
1257
- */
1258
- export declare const TranscribeMedicalSpecialty: {
1259
- readonly CARDIOLOGY: "CARDIOLOGY";
1260
- readonly NEUROLOGY: "NEUROLOGY";
1261
- readonly ONCOLOGY: "ONCOLOGY";
1262
- readonly PRIMARYCARE: "PRIMARYCARE";
1263
- readonly RADIOLOGY: "RADIOLOGY";
1264
- readonly UROLOGY: "UROLOGY";
1265
- };
1266
- /**
1267
- * @public
1268
- */
1269
- export type TranscribeMedicalSpecialty = (typeof TranscribeMedicalSpecialty)[keyof typeof TranscribeMedicalSpecialty];
1270
- /**
1271
- * @public
1272
- * @enum
1273
- */
1274
- export declare const TranscribeMedicalType: {
1275
- readonly CONVERSATION: "CONVERSATION";
1276
- readonly DICTATION: "DICTATION";
1277
- };
1278
- /**
1279
- * @public
1280
- */
1281
- export type TranscribeMedicalType = (typeof TranscribeMedicalType)[keyof typeof TranscribeMedicalType];
1282
931
  /**
1283
932
  * <p>Settings specific to the Amazon Transcribe Medical engine.</p>
1284
933
  * @public
@@ -1315,101 +964,6 @@ export interface EngineTranscribeMedicalSettings {
1315
964
  */
1316
965
  ContentIdentificationType?: TranscribeMedicalContentIdentificationType | undefined;
1317
966
  }
1318
- /**
1319
- * @public
1320
- * @enum
1321
- */
1322
- export declare const TranscribeContentIdentificationType: {
1323
- readonly PII: "PII";
1324
- };
1325
- /**
1326
- * @public
1327
- */
1328
- export type TranscribeContentIdentificationType = (typeof TranscribeContentIdentificationType)[keyof typeof TranscribeContentIdentificationType];
1329
- /**
1330
- * @public
1331
- * @enum
1332
- */
1333
- export declare const TranscribeContentRedactionType: {
1334
- readonly PII: "PII";
1335
- };
1336
- /**
1337
- * @public
1338
- */
1339
- export type TranscribeContentRedactionType = (typeof TranscribeContentRedactionType)[keyof typeof TranscribeContentRedactionType];
1340
- /**
1341
- * @public
1342
- * @enum
1343
- */
1344
- export declare const TranscribeLanguageCode: {
1345
- readonly DE_DE: "de-DE";
1346
- readonly EN_AU: "en-AU";
1347
- readonly EN_GB: "en-GB";
1348
- readonly EN_US: "en-US";
1349
- readonly ES_US: "es-US";
1350
- readonly FR_CA: "fr-CA";
1351
- readonly FR_FR: "fr-FR";
1352
- readonly HI_IN: "hi-IN";
1353
- readonly IT_IT: "it-IT";
1354
- readonly JA_JP: "ja-JP";
1355
- readonly KO_KR: "ko-KR";
1356
- readonly PT_BR: "pt-BR";
1357
- readonly TH_TH: "th-TH";
1358
- readonly ZH_CN: "zh-CN";
1359
- };
1360
- /**
1361
- * @public
1362
- */
1363
- export type TranscribeLanguageCode = (typeof TranscribeLanguageCode)[keyof typeof TranscribeLanguageCode];
1364
- /**
1365
- * @public
1366
- * @enum
1367
- */
1368
- export declare const TranscribePartialResultsStability: {
1369
- readonly HIGH: "high";
1370
- readonly LOW: "low";
1371
- readonly MEDIUM: "medium";
1372
- };
1373
- /**
1374
- * @public
1375
- */
1376
- export type TranscribePartialResultsStability = (typeof TranscribePartialResultsStability)[keyof typeof TranscribePartialResultsStability];
1377
- /**
1378
- * @public
1379
- * @enum
1380
- */
1381
- export declare const TranscribeRegion: {
1382
- readonly AP_NORTHEAST_1: "ap-northeast-1";
1383
- readonly AP_NORTHEAST_2: "ap-northeast-2";
1384
- readonly AP_SOUTHEAST_2: "ap-southeast-2";
1385
- readonly AUTO: "auto";
1386
- readonly CA_CENTRAL_1: "ca-central-1";
1387
- readonly EU_CENTRAL_1: "eu-central-1";
1388
- readonly EU_WEST_1: "eu-west-1";
1389
- readonly EU_WEST_2: "eu-west-2";
1390
- readonly SA_EAST_1: "sa-east-1";
1391
- readonly US_EAST_1: "us-east-1";
1392
- readonly US_EAST_2: "us-east-2";
1393
- readonly US_GOV_WEST_1: "us-gov-west-1";
1394
- readonly US_WEST_2: "us-west-2";
1395
- };
1396
- /**
1397
- * @public
1398
- */
1399
- export type TranscribeRegion = (typeof TranscribeRegion)[keyof typeof TranscribeRegion];
1400
- /**
1401
- * @public
1402
- * @enum
1403
- */
1404
- export declare const TranscribeVocabularyFilterMethod: {
1405
- readonly MASK: "mask";
1406
- readonly REMOVE: "remove";
1407
- readonly TAG: "tag";
1408
- };
1409
- /**
1410
- * @public
1411
- */
1412
- export type TranscribeVocabularyFilterMethod = (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
1413
967
  /**
1414
968
  * <p>Settings specific for Amazon Transcribe as the live transcription engine. </p>
1415
969
  * <p>If you specify an invalid combination of parameters, a <code>TranscriptFailed</code> event will be sent with the contents of the
@@ -1608,30 +1162,6 @@ export interface TagResourceRequest {
1608
1162
  */
1609
1163
  export interface TagResourceResponse {
1610
1164
  }
1611
- /**
1612
- * <p>Too many tags were added to the specified resource.</p>
1613
- * @public
1614
- */
1615
- export declare class TooManyTagsException extends __BaseException {
1616
- readonly name: "TooManyTagsException";
1617
- readonly $fault: "client";
1618
- Code?: string | undefined;
1619
- Message?: string | undefined;
1620
- /**
1621
- * <p>The ID of the request that contains too many tags.</p>
1622
- * @public
1623
- */
1624
- RequestId?: string | undefined;
1625
- /**
1626
- * <p>The name of the resource that received too many tags.</p>
1627
- * @public
1628
- */
1629
- ResourceName?: string | undefined;
1630
- /**
1631
- * @internal
1632
- */
1633
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1634
- }
1635
1165
  /**
1636
1166
  * @public
1637
1167
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ChimeSDKMeetingsExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { ChimeSDKMeetingsServiceException } from "./models/ChimeSDKMeetingsServiceException";
@@ -0,0 +1,130 @@
1
+ export declare const MediaCapabilities: {
2
+ readonly NONE: "None";
3
+ readonly RECEIVE: "Receive";
4
+ readonly SEND: "Send";
5
+ readonly SEND_RECEIVE: "SendReceive";
6
+ };
7
+ export type MediaCapabilities =
8
+ (typeof MediaCapabilities)[keyof typeof MediaCapabilities];
9
+ export declare const MeetingFeatureStatus: {
10
+ readonly AVAILABLE: "AVAILABLE";
11
+ readonly UNAVAILABLE: "UNAVAILABLE";
12
+ };
13
+ export type MeetingFeatureStatus =
14
+ (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
15
+ export declare const MediaPlacementNetworkType: {
16
+ readonly DUAL_STACK: "DualStack";
17
+ readonly IPV4_ONLY: "Ipv4Only";
18
+ };
19
+ export type MediaPlacementNetworkType =
20
+ (typeof MediaPlacementNetworkType)[keyof typeof MediaPlacementNetworkType];
21
+ export declare const ContentResolution: {
22
+ readonly FHD: "FHD";
23
+ readonly NONE: "None";
24
+ readonly UHD: "UHD";
25
+ };
26
+ export type ContentResolution =
27
+ (typeof ContentResolution)[keyof typeof ContentResolution];
28
+ export declare const VideoResolution: {
29
+ readonly FHD: "FHD";
30
+ readonly HD: "HD";
31
+ readonly NONE: "None";
32
+ };
33
+ export type VideoResolution =
34
+ (typeof VideoResolution)[keyof typeof VideoResolution];
35
+ export declare const TranscribeMedicalContentIdentificationType: {
36
+ readonly PHI: "PHI";
37
+ };
38
+ export type TranscribeMedicalContentIdentificationType =
39
+ (typeof TranscribeMedicalContentIdentificationType)[keyof typeof TranscribeMedicalContentIdentificationType];
40
+ export declare const TranscribeMedicalLanguageCode: {
41
+ readonly EN_US: "en-US";
42
+ };
43
+ export type TranscribeMedicalLanguageCode =
44
+ (typeof TranscribeMedicalLanguageCode)[keyof typeof TranscribeMedicalLanguageCode];
45
+ export declare const TranscribeMedicalRegion: {
46
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
47
+ readonly AUTO: "auto";
48
+ readonly CA_CENTRAL_1: "ca-central-1";
49
+ readonly EU_WEST_1: "eu-west-1";
50
+ readonly US_EAST_1: "us-east-1";
51
+ readonly US_EAST_2: "us-east-2";
52
+ readonly US_WEST_2: "us-west-2";
53
+ };
54
+ export type TranscribeMedicalRegion =
55
+ (typeof TranscribeMedicalRegion)[keyof typeof TranscribeMedicalRegion];
56
+ export declare const TranscribeMedicalSpecialty: {
57
+ readonly CARDIOLOGY: "CARDIOLOGY";
58
+ readonly NEUROLOGY: "NEUROLOGY";
59
+ readonly ONCOLOGY: "ONCOLOGY";
60
+ readonly PRIMARYCARE: "PRIMARYCARE";
61
+ readonly RADIOLOGY: "RADIOLOGY";
62
+ readonly UROLOGY: "UROLOGY";
63
+ };
64
+ export type TranscribeMedicalSpecialty =
65
+ (typeof TranscribeMedicalSpecialty)[keyof typeof TranscribeMedicalSpecialty];
66
+ export declare const TranscribeMedicalType: {
67
+ readonly CONVERSATION: "CONVERSATION";
68
+ readonly DICTATION: "DICTATION";
69
+ };
70
+ export type TranscribeMedicalType =
71
+ (typeof TranscribeMedicalType)[keyof typeof TranscribeMedicalType];
72
+ export declare const TranscribeContentIdentificationType: {
73
+ readonly PII: "PII";
74
+ };
75
+ export type TranscribeContentIdentificationType =
76
+ (typeof TranscribeContentIdentificationType)[keyof typeof TranscribeContentIdentificationType];
77
+ export declare const TranscribeContentRedactionType: {
78
+ readonly PII: "PII";
79
+ };
80
+ export type TranscribeContentRedactionType =
81
+ (typeof TranscribeContentRedactionType)[keyof typeof TranscribeContentRedactionType];
82
+ export declare const TranscribeLanguageCode: {
83
+ readonly DE_DE: "de-DE";
84
+ readonly EN_AU: "en-AU";
85
+ readonly EN_GB: "en-GB";
86
+ readonly EN_US: "en-US";
87
+ readonly ES_US: "es-US";
88
+ readonly FR_CA: "fr-CA";
89
+ readonly FR_FR: "fr-FR";
90
+ readonly HI_IN: "hi-IN";
91
+ readonly IT_IT: "it-IT";
92
+ readonly JA_JP: "ja-JP";
93
+ readonly KO_KR: "ko-KR";
94
+ readonly PT_BR: "pt-BR";
95
+ readonly TH_TH: "th-TH";
96
+ readonly ZH_CN: "zh-CN";
97
+ };
98
+ export type TranscribeLanguageCode =
99
+ (typeof TranscribeLanguageCode)[keyof typeof TranscribeLanguageCode];
100
+ export declare const TranscribePartialResultsStability: {
101
+ readonly HIGH: "high";
102
+ readonly LOW: "low";
103
+ readonly MEDIUM: "medium";
104
+ };
105
+ export type TranscribePartialResultsStability =
106
+ (typeof TranscribePartialResultsStability)[keyof typeof TranscribePartialResultsStability];
107
+ export declare const TranscribeRegion: {
108
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
109
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
110
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
111
+ readonly AUTO: "auto";
112
+ readonly CA_CENTRAL_1: "ca-central-1";
113
+ readonly EU_CENTRAL_1: "eu-central-1";
114
+ readonly EU_WEST_1: "eu-west-1";
115
+ readonly EU_WEST_2: "eu-west-2";
116
+ readonly SA_EAST_1: "sa-east-1";
117
+ readonly US_EAST_1: "us-east-1";
118
+ readonly US_EAST_2: "us-east-2";
119
+ readonly US_GOV_WEST_1: "us-gov-west-1";
120
+ readonly US_WEST_2: "us-west-2";
121
+ };
122
+ export type TranscribeRegion =
123
+ (typeof TranscribeRegion)[keyof typeof TranscribeRegion];
124
+ export declare const TranscribeVocabularyFilterMethod: {
125
+ readonly MASK: "mask";
126
+ readonly REMOVE: "remove";
127
+ readonly TAG: "tag";
128
+ };
129
+ export type TranscribeVocabularyFilterMethod =
130
+ (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];