aws-sdk 2.972.0 → 2.976.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -28,11 +28,11 @@ declare class TranscribeService extends Service {
28
28
  */
29
29
  createLanguageModel(callback?: (err: AWSError, data: TranscribeService.Types.CreateLanguageModelResponse) => void): Request<TranscribeService.Types.CreateLanguageModelResponse, AWSError>;
30
30
  /**
31
- * Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
31
+ * Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
32
32
  */
33
33
  createMedicalVocabulary(params: TranscribeService.Types.CreateMedicalVocabularyRequest, callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
34
34
  /**
35
- * Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
35
+ * Creates a new custom vocabulary that you can use to modify how Amazon Transcribe Medical transcribes your audio file.
36
36
  */
37
37
  createMedicalVocabulary(callback?: (err: AWSError, data: TranscribeService.Types.CreateMedicalVocabularyResponse) => void): Request<TranscribeService.Types.CreateMedicalVocabularyResponse, AWSError>;
38
38
  /**
@@ -219,6 +219,14 @@ declare class TranscribeService extends Service {
219
219
  * Returns a list of vocabularies that match the specified criteria. If you don't enter a value in any of the request parameters, returns the entire list of vocabularies.
220
220
  */
221
221
  listMedicalVocabularies(callback?: (err: AWSError, data: TranscribeService.Types.ListMedicalVocabulariesResponse) => void): Request<TranscribeService.Types.ListMedicalVocabulariesResponse, AWSError>;
222
+ /**
223
+ * Lists all tags associated with a given transcription job, vocabulary, or resource.
224
+ */
225
+ listTagsForResource(params: TranscribeService.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: TranscribeService.Types.ListTagsForResourceResponse) => void): Request<TranscribeService.Types.ListTagsForResourceResponse, AWSError>;
226
+ /**
227
+ * Lists all tags associated with a given transcription job, vocabulary, or resource.
228
+ */
229
+ listTagsForResource(callback?: (err: AWSError, data: TranscribeService.Types.ListTagsForResourceResponse) => void): Request<TranscribeService.Types.ListTagsForResourceResponse, AWSError>;
222
230
  /**
223
231
  * Lists transcription jobs with the specified status.
224
232
  */
@@ -267,6 +275,22 @@ declare class TranscribeService extends Service {
267
275
  * Starts an asynchronous job to transcribe speech to text.
268
276
  */
269
277
  startTranscriptionJob(callback?: (err: AWSError, data: TranscribeService.Types.StartTranscriptionJobResponse) => void): Request<TranscribeService.Types.StartTranscriptionJobResponse, AWSError>;
278
+ /**
279
+ * Tags a Amazon Transcribe resource with the given list of tags.
280
+ */
281
+ tagResource(params: TranscribeService.Types.TagResourceRequest, callback?: (err: AWSError, data: TranscribeService.Types.TagResourceResponse) => void): Request<TranscribeService.Types.TagResourceResponse, AWSError>;
282
+ /**
283
+ * Tags a Amazon Transcribe resource with the given list of tags.
284
+ */
285
+ tagResource(callback?: (err: AWSError, data: TranscribeService.Types.TagResourceResponse) => void): Request<TranscribeService.Types.TagResourceResponse, AWSError>;
286
+ /**
287
+ * Removes specified tags from a specified Amazon Transcribe resource.
288
+ */
289
+ untagResource(params: TranscribeService.Types.UntagResourceRequest, callback?: (err: AWSError, data: TranscribeService.Types.UntagResourceResponse) => void): Request<TranscribeService.Types.UntagResourceResponse, AWSError>;
290
+ /**
291
+ * Removes specified tags from a specified Amazon Transcribe resource.
292
+ */
293
+ untagResource(callback?: (err: AWSError, data: TranscribeService.Types.UntagResourceResponse) => void): Request<TranscribeService.Types.UntagResourceResponse, AWSError>;
270
294
  /**
271
295
  * Updates the call analytics category with new values. The UpdateCallAnalyticsCategory operation overwrites all of the existing information with the values that you provide in the request.
272
296
  */
@@ -332,7 +356,7 @@ declare namespace TranscribeService {
332
356
  */
333
357
  CallAnalyticsJobStatus?: CallAnalyticsJobStatus;
334
358
  /**
335
- * If you know the language spoken between the customer and the agent, specify a language code for this field. If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. The following list shows the supported languages and corresponding language codes for call analytics jobs: Gulf Arabic (ar-AE) Mandarin Chinese, Mainland (zh-CN) Australian English (en-AU) British English (en-GB) Indian English (en-IN) Irish English (en-IE) Scottish English (en-AB) US English (en-US) Welsh English (en-WL) Spanish (es-ES) US Spanish (es-US) French (fr-FR) Canadian French (fr-CA) German (de-DE) Swiss German (de-CH) Indian Hindi (hi-IN) Italian (it-IT) Japanese (ja-JP) Korean (ko-KR) Portuguese (pt-PT) Brazilian Portuguese (pt-BR)
359
+ * If you know the language spoken between the customer and the agent, specify a language code for this field. If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
336
360
  */
337
361
  LanguageCode?: LanguageCode;
338
362
  /**
@@ -358,7 +382,7 @@ declare namespace TranscribeService {
358
382
  */
359
383
  CompletionTime?: DateTime;
360
384
  /**
361
- * If the AnalyticsJobStatus is FAILED, this field contains information about why the job failed. The FailureReason field can contain one of the following values: Unsupported media format: The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format: The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match. Invalid sample rate for audio file: The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz. The sample rate provided does not match the detected sample rate: The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large: The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide Invalid number of channels: number of channels too large: Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference.
385
+ * If the AnalyticsJobStatus is FAILED, this field contains information about why the job failed. The FailureReason field can contain one of the following values: Unsupported media format: The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format: The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match. Invalid sample rate for audio file: The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz. The sample rate provided does not match the detected sample rate: The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large: The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide. Invalid number of channels: number of channels too large: Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference.
362
386
  */
363
387
  FailureReason?: FailureReason;
364
388
  /**
@@ -398,7 +422,7 @@ declare namespace TranscribeService {
398
422
  LanguageModelName?: ModelName;
399
423
  ContentRedaction?: ContentRedaction;
400
424
  /**
401
- * When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you. To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. The following list shows the supported languages and corresponding language codes for call analytics jobs: Gulf Arabic (ar-AE) Mandarin Chinese, Mainland (zh-CN) Australian English (en-AU) British English (en-GB) Indian English (en-IN) Irish English (en-IE) Scottish English (en-AB) US English (en-US) Welsh English (en-WL) Spanish (es-ES) US Spanish (es-US) French (fr-FR) Canadian French (fr-CA) German (de-DE) Swiss German (de-CH) Indian Hindi (hi-IN) Italian (it-IT) Japanese (ja-JP) Korean (ko-KR) Portuguese (pt-PT) Brazilian Portuguese (pt-BR)
425
+ * When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you. To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages and language-specific features for additional information.
402
426
  */
403
427
  LanguageOptions?: LanguageOptions;
404
428
  }
@@ -498,7 +522,7 @@ declare namespace TranscribeService {
498
522
  */
499
523
  LanguageCode: CLMLanguageCode;
500
524
  /**
501
- * The Amazon Transcribe standard language model, or base model used to create your custom language model. If you want to use your custom language model to transcribe audio with a sample rate of 16 kHz or greater, choose Wideband. If you want to use your custom language model to transcribe audio with a sample rate that is less than 16 kHz, choose Narrowband.
525
+ * The Amazon Transcribe standard language model, or base model used to create your custom language model. If you want to use your custom language model to transcribe audio with a sample rate of 16,000 Hz or greater, choose Wideband. If you want to use your custom language model to transcribe audio with a sample rate that is less than 16,000 Hz, choose Narrowband.
502
526
  */
503
527
  BaseModelName: BaseModelName;
504
528
  /**
@@ -509,6 +533,10 @@ declare namespace TranscribeService {
509
533
  * Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom language model.
510
534
  */
511
535
  InputDataConfig: InputDataConfig;
536
+ /**
537
+ * Adds one or more tags, each in the form of a key:value pair, to a new language model at the time you create this new model.
538
+ */
539
+ Tags?: TagList;
512
540
  }
513
541
  export interface CreateLanguageModelResponse {
514
542
  /**
@@ -545,6 +573,10 @@ declare namespace TranscribeService {
545
573
  * The location in Amazon S3 of the text file you use to define your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you're calling. Enter information about your VocabularyFileUri in the following format: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; The following is an example URI for a vocabulary file that is stored in Amazon S3: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Medical Custom Vocabularies.
546
574
  */
547
575
  VocabularyFileUri: Uri;
576
+ /**
577
+ * Adds one or more tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
578
+ */
579
+ Tags?: TagList;
548
580
  }
549
581
  export interface CreateMedicalVocabularyResponse {
550
582
  /**
@@ -585,6 +617,10 @@ declare namespace TranscribeService {
585
617
  * The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters. If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.
586
618
  */
587
619
  VocabularyFilterFileUri?: Uri;
620
+ /**
621
+ * Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary filter at the time you create this new vocabulary filter.
622
+ */
623
+ Tags?: TagList;
588
624
  }
589
625
  export interface CreateVocabularyFilterResponse {
590
626
  /**
@@ -606,7 +642,7 @@ declare namespace TranscribeService {
606
642
  */
607
643
  VocabularyName: VocabularyName;
608
644
  /**
609
- * The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see what-is-transcribe.
645
+ * The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.
610
646
  */
611
647
  LanguageCode: LanguageCode;
612
648
  /**
@@ -614,9 +650,13 @@ declare namespace TranscribeService {
614
650
  */
615
651
  Phrases?: Phrases;
616
652
  /**
617
- * The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom Vocabularies.
653
+ * The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is: For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies, see Custom vocabularies.
618
654
  */
619
655
  VocabularyFileUri?: Uri;
656
+ /**
657
+ * Adds one or more tags, each in the form of a key:value pair, to a new Amazon Transcribe vocabulary at the time you create this new vocabulary.
658
+ */
659
+ Tags?: TagList;
620
660
  }
621
661
  export interface CreateVocabularyResponse {
622
662
  /**
@@ -759,7 +799,7 @@ declare namespace TranscribeService {
759
799
  */
760
800
  LanguageCode?: LanguageCode;
761
801
  /**
762
- * The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.
802
+ * The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.
763
803
  */
764
804
  VocabularyState?: VocabularyState;
765
805
  /**
@@ -937,7 +977,7 @@ declare namespace TranscribeService {
937
977
  */
938
978
  NextToken?: NextToken;
939
979
  /**
940
- * The maximum number of categories to return in the response. If there are fewer results in the list, the response contains only the actual results.
980
+ * The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
941
981
  */
942
982
  MaxResults?: MaxResults;
943
983
  }
@@ -965,7 +1005,7 @@ declare namespace TranscribeService {
965
1005
  */
966
1006
  NextToken?: NextToken;
967
1007
  /**
968
- * The maximum number of call analytics jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
1008
+ * The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
969
1009
  */
970
1010
  MaxResults?: MaxResults;
971
1011
  }
@@ -997,7 +1037,7 @@ declare namespace TranscribeService {
997
1037
  */
998
1038
  NextToken?: NextToken;
999
1039
  /**
1000
- * The maximum number of language models to return in the response. If there are fewer results in the list, the response contains only the actual results.
1040
+ * The maximum number of language models to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1001
1041
  */
1002
1042
  MaxResults?: MaxResults;
1003
1043
  }
@@ -1025,7 +1065,7 @@ declare namespace TranscribeService {
1025
1065
  */
1026
1066
  NextToken?: NextToken;
1027
1067
  /**
1028
- * The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
1068
+ * The maximum number of medical transcription jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1029
1069
  */
1030
1070
  MaxResults?: MaxResults;
1031
1071
  }
@@ -1049,7 +1089,7 @@ declare namespace TranscribeService {
1049
1089
  */
1050
1090
  NextToken?: NextToken;
1051
1091
  /**
1052
- * The maximum number of vocabularies to return in the response.
1092
+ * The maximum number of vocabularies to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1053
1093
  */
1054
1094
  MaxResults?: MaxResults;
1055
1095
  /**
@@ -1075,9 +1115,25 @@ declare namespace TranscribeService {
1075
1115
  */
1076
1116
  Vocabularies?: Vocabularies;
1077
1117
  }
1118
+ export interface ListTagsForResourceRequest {
1119
+ /**
1120
+ * Lists all tags associated with a given Amazon Resource Name (ARN).
1121
+ */
1122
+ ResourceArn: TranscribeArn;
1123
+ }
1124
+ export interface ListTagsForResourceResponse {
1125
+ /**
1126
+ * Lists all tags associated with the given Amazon Resource Name (ARN).
1127
+ */
1128
+ ResourceArn?: TranscribeArn;
1129
+ /**
1130
+ * Lists all tags associated with the given transcription job, vocabulary, or resource.
1131
+ */
1132
+ Tags?: TagList;
1133
+ }
1078
1134
  export interface ListTranscriptionJobsRequest {
1079
1135
  /**
1080
- * When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
1136
+ * When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
1081
1137
  */
1082
1138
  Status?: TranscriptionJobStatus;
1083
1139
  /**
@@ -1089,7 +1145,7 @@ declare namespace TranscribeService {
1089
1145
  */
1090
1146
  NextToken?: NextToken;
1091
1147
  /**
1092
- * The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
1148
+ * The maximum number of jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1093
1149
  */
1094
1150
  MaxResults?: MaxResults;
1095
1151
  }
@@ -1113,7 +1169,7 @@ declare namespace TranscribeService {
1113
1169
  */
1114
1170
  NextToken?: NextToken;
1115
1171
  /**
1116
- * The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
1172
+ * The maximum number of vocabularies to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1117
1173
  */
1118
1174
  MaxResults?: MaxResults;
1119
1175
  /**
@@ -1145,7 +1201,7 @@ declare namespace TranscribeService {
1145
1201
  */
1146
1202
  NextToken?: NextToken;
1147
1203
  /**
1148
- * The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
1204
+ * The maximum number of filters to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
1149
1205
  */
1150
1206
  MaxResults?: MaxResults;
1151
1207
  /**
@@ -1224,7 +1280,7 @@ declare namespace TranscribeService {
1224
1280
  */
1225
1281
  CompletionTime?: DateTime;
1226
1282
  /**
1227
- * If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed. The FailureReason field contains one of the following values: Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match. Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz. The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference
1283
+ * If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed. The FailureReason field contains one of the following values: Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match. Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz. The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference
1228
1284
  */
1229
1285
  FailureReason?: FailureReason;
1230
1286
  /**
@@ -1236,13 +1292,17 @@ declare namespace TranscribeService {
1236
1292
  */
1237
1293
  ContentIdentificationType?: MedicalContentIdentificationType;
1238
1294
  /**
1239
- * The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields: Family Medicine
1295
+ * The medical specialty of any clinicians providing a dictation or having a conversation. Refer to Transcribing a medical conversationfor a list of supported specialties.
1240
1296
  */
1241
1297
  Specialty?: Specialty;
1242
1298
  /**
1243
1299
  * The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see What is Amazon Transcribe Medical?.
1244
1300
  */
1245
1301
  Type?: Type;
1302
+ /**
1303
+ * A key:value pair assigned to a given medical transcription job.
1304
+ */
1305
+ Tags?: TagList;
1246
1306
  }
1247
1307
  export type MedicalTranscriptionJobSummaries = MedicalTranscriptionJobSummary[];
1248
1308
  export interface MedicalTranscriptionJobSummary {
@@ -1275,11 +1335,11 @@ declare namespace TranscribeService {
1275
1335
  */
1276
1336
  FailureReason?: FailureReason;
1277
1337
  /**
1278
- * Indicates the location of the transcription job's output. The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
1338
+ * Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
1279
1339
  */
1280
1340
  OutputLocationType?: OutputLocationType;
1281
1341
  /**
1282
- * The medical specialty of the transcription job. Primary care is the only valid value.
1342
+ * The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
1283
1343
  */
1284
1344
  Specialty?: Specialty;
1285
1345
  /**
@@ -1357,7 +1417,7 @@ declare namespace TranscribeService {
1357
1417
  export type RedactionType = "PII"|string;
1358
1418
  export interface RelativeTimeRange {
1359
1419
  /**
1360
- * A value that indicates the percentage of the beginning of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values: StartPercentage - 10 EndPercentage - 50 This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
1420
+ * A value that indicates the percentage of the beginning of the time range. To set a relative time range, you must specify a start percentage and an end percentage. For example, if you specify the following values: StartPercentage - 10 EndPercentage - 50 This looks at the time range starting from 10% of the way into the call to 50% of the way through the call. For a call that lasts 100,000 milliseconds, this example range would apply from the 10,000 millisecond mark to the 50,000 millisecond mark.
1361
1421
  */
1362
1422
  StartPercentage?: Percentage;
1363
1423
  /**
@@ -1453,16 +1513,16 @@ declare namespace TranscribeService {
1453
1513
  export type Specialty = "PRIMARYCARE"|string;
1454
1514
  export interface StartCallAnalyticsJobRequest {
1455
1515
  /**
1456
- * The name of the call analytics job. You can't use the string "." or ".." by themselves as the job name. The name must also be unique within an AWS account. If you try to create a call analytics job with the same name as a previous call analytics job, you get a ConflictException error.
1516
+ * The name of the call analytics job. You can't use the string "." or ".." by themselves as the job name. The name must also be unique within an Amazon Web Services account. If you try to create a call analytics job with the same name as a previous call analytics job, you get a ConflictException error.
1457
1517
  */
1458
1518
  CallAnalyticsJobName: CallAnalyticsJobName;
1459
1519
  Media: Media;
1460
1520
  /**
1461
- * The Amazon S3 location where the output of the call analytics job is stored. You can provide the following location types to store the output of call analytics job: s3://DOC-EXAMPLE-BUCKET1 If you specify a bucket, Amazon Transcribe saves the output of the analytics job as a JSON file at the root level of the bucket. s3://DOC-EXAMPLE-BUCKET1/folder/ f you specify a path, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLE-BUCKET1/folder/your-transcription-job-name.json If you specify a folder, you must provide a trailing slash. s3://DOC-EXAMPLE-BUCKET1/folder/filename.json If you provide a path that has the filename specified, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLEBUCKET1/folder/filename.json You can specify an AWS Key Management Service key to encrypt the output of our analytics job using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of the analytics job output that is placed in your S3 bucket.
1521
+ * The Amazon S3 location where the output of the call analytics job is stored. You can provide the following location types to store the output of call analytics job: s3://DOC-EXAMPLE-BUCKET1 If you specify a bucket, Amazon Transcribe saves the output of the analytics job as a JSON file at the root level of the bucket. s3://DOC-EXAMPLE-BUCKET1/folder/ f you specify a path, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLE-BUCKET1/folder/your-transcription-job-name.json If you specify a folder, you must provide a trailing slash. s3://DOC-EXAMPLE-BUCKET1/folder/filename.json If you provide a path that has the filename specified, Amazon Transcribe saves the output of the analytics job as s3://DOC-EXAMPLEBUCKET1/folder/filename.json You can specify an Amazon Web Services Key Management Service (KMS) key to encrypt the output of our analytics job using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of the analytics job output that is placed in your S3 bucket.
1462
1522
  */
1463
1523
  OutputLocation?: Uri;
1464
1524
  /**
1465
- * The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the output of the call analytics job. The user calling the operation must have permission to use the specified KMS key. You use either of the following to identify an AWS KMS key in the current account: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" KMS Key Alias: "alias/ExampleAlias" You can use either of the following to identify a KMS key in the current account or another account: Amazon Resource Name (ARN) of a KMS key in the current account or another account: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef1234567890ab" ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias" If you don't specify an encryption key, the output of the call analytics job is encrypted with the default Amazon S3 key (SSE-S3). If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputLocation parameter.
1525
+ * The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service key used to encrypt the output of the call analytics job. The user calling the operation must have permission to use the specified KMS key. You use either of the following to identify an Amazon Web Services KMS key in the current account: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" KMS Key Alias: "alias/ExampleAlias" You can use either of the following to identify a KMS key in the current account or another account: Amazon Resource Name (ARN) of a KMS key in the current account or another account: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef1234567890ab" ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias" If you don't specify an encryption key, the output of the call analytics job is encrypted with the default Amazon S3 key (SSE-S3). If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputLocation parameter.
1466
1526
  */
1467
1527
  OutputEncryptionKMSKeyId?: KMSKeyId;
1468
1528
  /**
@@ -1527,9 +1587,13 @@ declare namespace TranscribeService {
1527
1587
  */
1528
1588
  Specialty: Specialty;
1529
1589
  /**
1530
- * The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.
1590
+ * The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, such as clinical notes.
1531
1591
  */
1532
1592
  Type: Type;
1593
+ /**
1594
+ * Add tags to an Amazon Transcribe medical transcription job.
1595
+ */
1596
+ Tags?: TagList;
1533
1597
  }
1534
1598
  export interface StartMedicalTranscriptionJobResponse {
1535
1599
  /**
@@ -1543,7 +1607,7 @@ declare namespace TranscribeService {
1543
1607
  */
1544
1608
  TranscriptionJobName: TranscriptionJobName;
1545
1609
  /**
1546
- * The language code for the language used in the input media file. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16000 Hz or higher.
1610
+ * The language code for the language used in the input media file. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1547
1611
  */
1548
1612
  LanguageCode?: LanguageCode;
1549
1613
  /**
@@ -1567,7 +1631,7 @@ declare namespace TranscribeService {
1567
1631
  */
1568
1632
  OutputKey?: OutputKey;
1569
1633
  /**
1570
- * The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" KMS Key Alias: "alias/ExampleAlias" You can use either of the following to identify a KMS key in the current account or another account: Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab" ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias" If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3). If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.
1634
+ * The Amazon Resource Name (ARN) of the Amazon Web Services Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account: KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab" KMS Key Alias: "alias/ExampleAlias" You can use either of the following to identify a KMS key in the current account or another account: Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab" ARN of a KMS Key Alias: "arn:aws:kms:region:account ID:alias/ExampleAlias" If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3). If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.
1571
1635
  */
1572
1636
  OutputEncryptionKMSKeyId?: KMSKeyId;
1573
1637
  /**
@@ -1591,9 +1655,13 @@ declare namespace TranscribeService {
1591
1655
  */
1592
1656
  IdentifyLanguage?: Boolean;
1593
1657
  /**
1594
- * An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16000 Hz or higher.
1658
+ * An object containing a list of languages that might be present in your collection of audio files. Automatic language identification chooses a language that best matches the source audio from that list. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1595
1659
  */
1596
1660
  LanguageOptions?: LanguageOptions;
1661
+ /**
1662
+ * Add tags to an Amazon Transcribe transcription job.
1663
+ */
1664
+ Tags?: TagList;
1597
1665
  }
1598
1666
  export interface StartTranscriptionJobResponse {
1599
1667
  /**
@@ -1602,7 +1670,34 @@ declare namespace TranscribeService {
1602
1670
  TranscriptionJob?: TranscriptionJob;
1603
1671
  }
1604
1672
  export type StringTargetList = NonEmptyString[];
1673
+ export interface Tag {
1674
+ /**
1675
+ * The first part of a key:value pair that forms a tag associated with a given resource. For example, in the tag ‘Department’:’Sales’, the key is 'Department'.
1676
+ */
1677
+ Key: TagKey;
1678
+ /**
1679
+ * The second part of a key:value pair that forms a tag associated with a given resource. For example, in the tag ‘Department’:’Sales’, the value is 'Sales'.
1680
+ */
1681
+ Value: TagValue;
1682
+ }
1683
+ export type TagKey = string;
1684
+ export type TagKeyList = TagKey[];
1685
+ export type TagList = Tag[];
1686
+ export interface TagResourceRequest {
1687
+ /**
1688
+ * The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag.
1689
+ */
1690
+ ResourceArn: TranscribeArn;
1691
+ /**
1692
+ * The tags you are assigning to a given Amazon Transcribe resource.
1693
+ */
1694
+ Tags: TagList;
1695
+ }
1696
+ export interface TagResourceResponse {
1697
+ }
1698
+ export type TagValue = string;
1605
1699
  export type TimestampMilliseconds = number;
1700
+ export type TranscribeArn = string;
1606
1701
  export interface Transcript {
1607
1702
  /**
1608
1703
  * The S3 object location of the transcript. Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.
@@ -1670,7 +1765,7 @@ declare namespace TranscribeService {
1670
1765
  */
1671
1766
  Transcript?: Transcript;
1672
1767
  /**
1673
- * A timestamp that shows with the job was started processing.
1768
+ * A timestamp that shows when the job started processing.
1674
1769
  */
1675
1770
  StartTime?: DateTime;
1676
1771
  /**
@@ -1682,7 +1777,7 @@ declare namespace TranscribeService {
1682
1777
  */
1683
1778
  CompletionTime?: DateTime;
1684
1779
  /**
1685
- * If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed. The FailureReason field can contain one of the following values: Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match. Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz. The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide. Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
1780
+ * If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed. The FailureReason field can contain one of the following values: Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values. The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match. Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz. The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match. Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide. Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
1686
1781
  */
1687
1782
  FailureReason?: FailureReason;
1688
1783
  /**
@@ -1713,6 +1808,10 @@ declare namespace TranscribeService {
1713
1808
  * A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. Larger values indicate that Amazon Transcribe has higher confidence in the language it identified.
1714
1809
  */
1715
1810
  IdentifiedLanguageScore?: IdentifiedLanguageScore;
1811
+ /**
1812
+ * A key:value pair assigned to a given transcription job.
1813
+ */
1814
+ Tags?: TagList;
1716
1815
  }
1717
1816
  export type TranscriptionJobName = string;
1718
1817
  export type TranscriptionJobStatus = "QUEUED"|"IN_PROGRESS"|"FAILED"|"COMPLETED"|string;
@@ -1765,9 +1864,21 @@ declare namespace TranscribeService {
1765
1864
  IdentifiedLanguageScore?: IdentifiedLanguageScore;
1766
1865
  }
1767
1866
  export type Type = "CONVERSATION"|"DICTATION"|string;
1867
+ export interface UntagResourceRequest {
1868
+ /**
1869
+ * The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from.
1870
+ */
1871
+ ResourceArn: TranscribeArn;
1872
+ /**
1873
+ * A list of tag keys you want to remove from a specified Amazon Transcribe resource.
1874
+ */
1875
+ TagKeys: TagKeyList;
1876
+ }
1877
+ export interface UntagResourceResponse {
1878
+ }
1768
1879
  export interface UpdateCallAnalyticsCategoryRequest {
1769
1880
  /**
1770
- * The name of the analytics category to update. The name is case sensitive. If you try to update a call analytics category with the same name as a previous category you will receive a ConflictException error.
1881
+ * The name of the analytics category to update. The name is case sensitive. If you try to update a call analytics category with the same name as a previous category you will receive a ConflictException error.
1771
1882
  */
1772
1883
  CategoryName: CategoryName;
1773
1884
  /**
@@ -1791,7 +1902,7 @@ declare namespace TranscribeService {
1791
1902
  */
1792
1903
  LanguageCode: LanguageCode;
1793
1904
  /**
1794
- * The location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
1905
+ * The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI: https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; For example: https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide. For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
1795
1906
  */
1796
1907
  VocabularyFileUri?: Uri;
1797
1908
  }
@@ -1847,7 +1958,7 @@ declare namespace TranscribeService {
1847
1958
  */
1848
1959
  VocabularyName: VocabularyName;
1849
1960
  /**
1850
- * The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see what-is-transcribe.
1961
+ * The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see transcribe-whatis.
1851
1962
  */
1852
1963
  LanguageCode: LanguageCode;
1853
1964
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.972.0',
86
+ VERSION: '2.976.0',
87
87
 
88
88
  /**
89
89
  * @api private