aws-sdk-transcribeservice 1.61.0 → 1.62.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +15 -1
- data/lib/aws-sdk-transcribeservice/client_api.rb +6 -0
- data/lib/aws-sdk-transcribeservice/types.rb +22 -0
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4200e9642a997b0adcd3323fbc70660de72fabb0175adf709a178404bb03a2a
|
4
|
+
data.tar.gz: 6927cb368b973628a21f7bd82d9666ff3690063560b84ceda0ac0072ca1ba129
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05d588a06a55946c205fe3d6abb788dda1eb923b2721a95eddba02140ac71a4ece51504a7f71184e1dbb55b4e8153baafd4f00ca22604cb3fc0165fe7cfac4f3
|
7
|
+
data.tar.gz: ba80c14131c903485e4b67095271a9074ac959845f2fb34ef7a7602e5e3373e7ceff7ede121f29dcd9c817507f76132251b7b14f7b33a498abc3e12d854c5418
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.62.0 (2021-09-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.
|
8
|
+
|
4
9
|
1.61.0 (2021-09-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.0
|
@@ -2241,6 +2241,10 @@ module Aws::TranscribeService
|
|
2241
2241
|
# If you specify a KMS key to encrypt your output, you must also specify
|
2242
2242
|
# an output location in the `OutputBucketName` parameter.
|
2243
2243
|
#
|
2244
|
+
# @option params [Hash<String,String>] :kms_encryption_context
|
2245
|
+
# A map of plain text, non-secret key:value pairs, known as encryption
|
2246
|
+
# context pairs, that provide an added layer of security for your data.
|
2247
|
+
#
|
2244
2248
|
# @option params [Types::MedicalTranscriptionSetting] :settings
|
2245
2249
|
# Optional settings for the medical transcription job.
|
2246
2250
|
#
|
@@ -2280,6 +2284,9 @@ module Aws::TranscribeService
|
|
2280
2284
|
# output_bucket_name: "OutputBucketName", # required
|
2281
2285
|
# output_key: "OutputKey",
|
2282
2286
|
# output_encryption_kms_key_id: "KMSKeyId",
|
2287
|
+
# kms_encryption_context: {
|
2288
|
+
# "NonEmptyString" => "NonEmptyString",
|
2289
|
+
# },
|
2283
2290
|
# settings: {
|
2284
2291
|
# show_speaker_labels: false,
|
2285
2292
|
# max_speaker_labels: 1,
|
@@ -2446,6 +2453,10 @@ module Aws::TranscribeService
|
|
2446
2453
|
# If you specify a KMS key to encrypt your output, you must also specify
|
2447
2454
|
# an output location in the `OutputBucketName` parameter.
|
2448
2455
|
#
|
2456
|
+
# @option params [Hash<String,String>] :kms_encryption_context
|
2457
|
+
# A map of plain text, non-secret key:value pairs, known as encryption
|
2458
|
+
# context pairs, that provide an added layer of security for your data.
|
2459
|
+
#
|
2449
2460
|
# @option params [Types::Settings] :settings
|
2450
2461
|
# A `Settings` object that provides optional settings for a
|
2451
2462
|
# transcription job.
|
@@ -2498,6 +2509,9 @@ module Aws::TranscribeService
|
|
2498
2509
|
# output_bucket_name: "OutputBucketName",
|
2499
2510
|
# output_key: "OutputKey",
|
2500
2511
|
# output_encryption_kms_key_id: "KMSKeyId",
|
2512
|
+
# kms_encryption_context: {
|
2513
|
+
# "NonEmptyString" => "NonEmptyString",
|
2514
|
+
# },
|
2501
2515
|
# settings: {
|
2502
2516
|
# vocabulary_name: "VocabularyName",
|
2503
2517
|
# show_speaker_labels: false,
|
@@ -3006,7 +3020,7 @@ module Aws::TranscribeService
|
|
3006
3020
|
params: params,
|
3007
3021
|
config: config)
|
3008
3022
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
3009
|
-
context[:gem_version] = '1.
|
3023
|
+
context[:gem_version] = '1.62.0'
|
3010
3024
|
Seahorse::Client::Request.new(handlers, context)
|
3011
3025
|
end
|
3012
3026
|
|
@@ -76,6 +76,7 @@ module Aws::TranscribeService
|
|
76
76
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
77
77
|
InterruptionFilter = Shapes::StructureShape.new(name: 'InterruptionFilter')
|
78
78
|
JobExecutionSettings = Shapes::StructureShape.new(name: 'JobExecutionSettings')
|
79
|
+
KMSEncryptionContextMap = Shapes::MapShape.new(name: 'KMSEncryptionContextMap')
|
79
80
|
KMSKeyId = Shapes::StringShape.new(name: 'KMSKeyId')
|
80
81
|
LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
|
81
82
|
LanguageModel = Shapes::StructureShape.new(name: 'LanguageModel')
|
@@ -418,6 +419,9 @@ module Aws::TranscribeService
|
|
418
419
|
JobExecutionSettings.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
|
419
420
|
JobExecutionSettings.struct_class = Types::JobExecutionSettings
|
420
421
|
|
422
|
+
KMSEncryptionContextMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
423
|
+
KMSEncryptionContextMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
|
424
|
+
|
421
425
|
LanguageModel.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
422
426
|
LanguageModel.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
|
423
427
|
LanguageModel.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedTime"))
|
@@ -646,6 +650,7 @@ module Aws::TranscribeService
|
|
646
650
|
StartMedicalTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, required: true, location_name: "OutputBucketName"))
|
647
651
|
StartMedicalTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
|
648
652
|
StartMedicalTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
|
653
|
+
StartMedicalTranscriptionJobRequest.add_member(:kms_encryption_context, Shapes::ShapeRef.new(shape: KMSEncryptionContextMap, location_name: "KMSEncryptionContext"))
|
649
654
|
StartMedicalTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: MedicalTranscriptionSetting, location_name: "Settings"))
|
650
655
|
StartMedicalTranscriptionJobRequest.add_member(:content_identification_type, Shapes::ShapeRef.new(shape: MedicalContentIdentificationType, location_name: "ContentIdentificationType"))
|
651
656
|
StartMedicalTranscriptionJobRequest.add_member(:specialty, Shapes::ShapeRef.new(shape: Specialty, required: true, location_name: "Specialty"))
|
@@ -664,6 +669,7 @@ module Aws::TranscribeService
|
|
664
669
|
StartTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, location_name: "OutputBucketName"))
|
665
670
|
StartTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
|
666
671
|
StartTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
|
672
|
+
StartTranscriptionJobRequest.add_member(:kms_encryption_context, Shapes::ShapeRef.new(shape: KMSEncryptionContextMap, location_name: "KMSEncryptionContext"))
|
667
673
|
StartTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "Settings"))
|
668
674
|
StartTranscriptionJobRequest.add_member(:model_settings, Shapes::ShapeRef.new(shape: ModelSettings, location_name: "ModelSettings"))
|
669
675
|
StartTranscriptionJobRequest.add_member(:job_execution_settings, Shapes::ShapeRef.new(shape: JobExecutionSettings, location_name: "JobExecutionSettings"))
|
@@ -1616,6 +1616,8 @@ module Aws::TranscribeService
|
|
1616
1616
|
# execution limit. If the field is false, Amazon Transcribe returns a
|
1617
1617
|
# `LimitExceededException` exception.
|
1618
1618
|
#
|
1619
|
+
# Note that job queuing is enabled by default for call analytics jobs.
|
1620
|
+
#
|
1619
1621
|
# If you specify the `AllowDeferredExecution` field, you must specify
|
1620
1622
|
# the `DataAccessRoleArn` field.
|
1621
1623
|
# @return [Boolean]
|
@@ -3220,6 +3222,9 @@ module Aws::TranscribeService
|
|
3220
3222
|
# output_bucket_name: "OutputBucketName", # required
|
3221
3223
|
# output_key: "OutputKey",
|
3222
3224
|
# output_encryption_kms_key_id: "KMSKeyId",
|
3225
|
+
# kms_encryption_context: {
|
3226
|
+
# "NonEmptyString" => "NonEmptyString",
|
3227
|
+
# },
|
3223
3228
|
# settings: {
|
3224
3229
|
# show_speaker_labels: false,
|
3225
3230
|
# max_speaker_labels: 1,
|
@@ -3351,6 +3356,12 @@ module Aws::TranscribeService
|
|
3351
3356
|
# specify an output location in the `OutputBucketName` parameter.
|
3352
3357
|
# @return [String]
|
3353
3358
|
#
|
3359
|
+
# @!attribute [rw] kms_encryption_context
|
3360
|
+
# A map of plain text, non-secret key:value pairs, known as encryption
|
3361
|
+
# context pairs, that provide an added layer of security for your
|
3362
|
+
# data.
|
3363
|
+
# @return [Hash<String,String>]
|
3364
|
+
#
|
3354
3365
|
# @!attribute [rw] settings
|
3355
3366
|
# Optional settings for the medical transcription job.
|
3356
3367
|
# @return [Types::MedicalTranscriptionSetting]
|
@@ -3388,6 +3399,7 @@ module Aws::TranscribeService
|
|
3388
3399
|
:output_bucket_name,
|
3389
3400
|
:output_key,
|
3390
3401
|
:output_encryption_kms_key_id,
|
3402
|
+
:kms_encryption_context,
|
3391
3403
|
:settings,
|
3392
3404
|
:content_identification_type,
|
3393
3405
|
:specialty,
|
@@ -3424,6 +3436,9 @@ module Aws::TranscribeService
|
|
3424
3436
|
# output_bucket_name: "OutputBucketName",
|
3425
3437
|
# output_key: "OutputKey",
|
3426
3438
|
# output_encryption_kms_key_id: "KMSKeyId",
|
3439
|
+
# kms_encryption_context: {
|
3440
|
+
# "NonEmptyString" => "NonEmptyString",
|
3441
|
+
# },
|
3427
3442
|
# settings: {
|
3428
3443
|
# vocabulary_name: "VocabularyName",
|
3429
3444
|
# show_speaker_labels: false,
|
@@ -3576,6 +3591,12 @@ module Aws::TranscribeService
|
|
3576
3591
|
# specify an output location in the `OutputBucketName` parameter.
|
3577
3592
|
# @return [String]
|
3578
3593
|
#
|
3594
|
+
# @!attribute [rw] kms_encryption_context
|
3595
|
+
# A map of plain text, non-secret key:value pairs, known as encryption
|
3596
|
+
# context pairs, that provide an added layer of security for your
|
3597
|
+
# data.
|
3598
|
+
# @return [Hash<String,String>]
|
3599
|
+
#
|
3579
3600
|
# @!attribute [rw] settings
|
3580
3601
|
# A `Settings` object that provides optional settings for a
|
3581
3602
|
# transcription job.
|
@@ -3631,6 +3652,7 @@ module Aws::TranscribeService
|
|
3631
3652
|
:output_bucket_name,
|
3632
3653
|
:output_key,
|
3633
3654
|
:output_encryption_kms_key_id,
|
3655
|
+
:kms_encryption_context,
|
3634
3656
|
:settings,
|
3635
3657
|
:model_settings,
|
3636
3658
|
:job_execution_settings,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transcribeservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.62.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|