aws-sdk-transcribeservice 1.82.0 → 1.83.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 112ca41c3082ed2909fe18eaf8603d7030b55ebc7f8fd03b84d9e4e624e82436
4
- data.tar.gz: 900d91161fa78bc355e11ea9b9ebf674cf6bb46e378abb0ce00decec2cd2dcd1
3
+ metadata.gz: 607fa00e11363e3aac3ae44d9003687f62a867091c371d8da9ff8edb30c4137e
4
+ data.tar.gz: b23ef385a005d0685bb7e14883a6de72194bf8fc4182c48fdde412e9f0295695
5
5
  SHA512:
6
- metadata.gz: af37c94ea0e8efeb6ea7e9f4a1444b7bec295b754e563457da995e0f98aad632148da2d5364b177ad79d9f2d66ad997e2c0f52b66f8d03709b272be21cc8e98a
7
- data.tar.gz: ff3a0a44560e2bf92dbe851207e87a3a3c7b03d2f7ed1b7fe8cf385e94ac6055d56d8863836e0a131afcbede253c589ca3f2aa5dcd79532032d01952f71fba38
6
+ metadata.gz: b34bec937b1425d40a36f2fcaafa3b163b4645fa30f730bf0e775d1894eeec0438e5e86c1e68f83cf1800f681696bfe0c24bcfd0c8f4fa01f5acc7b5f947b090
7
+ data.tar.gz: 5a1cf1eef1118278631fd8fc1e8b325717cb60480c3b57bf3d063f5fdff6839ff6e85ede52564bb62666fe6b6391fa64b45ea27a652ef1365f52e42eedb8d593
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.82.0 (2023-03-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -275,6 +275,11 @@ module Aws::TranscribeService
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2419,16 +2424,16 @@ module Aws::TranscribeService
2419
2424
  # You must include the following parameters in your
2420
2425
  # `StartCallAnalyticsJob` request:
2421
2426
  #
2422
- # * `region`\: The Amazon Web Services Region where you are making your
2427
+ # * `region`: The Amazon Web Services Region where you are making your
2423
2428
  # request. For a list of Amazon Web Services Regions supported with
2424
2429
  # Amazon Transcribe, refer to [Amazon Transcribe endpoints and
2425
2430
  # quotas][4].
2426
2431
  #
2427
- # * `CallAnalyticsJobName`\: A custom name that you create for your
2432
+ # * `CallAnalyticsJobName`: A custom name that you create for your
2428
2433
  # transcription job that's unique within your Amazon Web Services
2429
2434
  # account.
2430
2435
  #
2431
- # * `DataAccessRoleArn`\: The Amazon Resource Name (ARN) of an IAM role
2436
+ # * `DataAccessRoleArn`: The Amazon Resource Name (ARN) of an IAM role
2432
2437
  # that has permissions to access the Amazon S3 bucket that contains
2433
2438
  # your input files.
2434
2439
  #
@@ -2656,26 +2661,26 @@ module Aws::TranscribeService
2656
2661
  # You must include the following parameters in your
2657
2662
  # `StartMedicalTranscriptionJob` request:
2658
2663
  #
2659
- # * `region`\: The Amazon Web Services Region where you are making your
2664
+ # * `region`: The Amazon Web Services Region where you are making your
2660
2665
  # request. For a list of Amazon Web Services Regions supported with
2661
2666
  # Amazon Transcribe, refer to [Amazon Transcribe endpoints and
2662
2667
  # quotas][2].
2663
2668
  #
2664
- # * `MedicalTranscriptionJobName`\: A custom name you create for your
2669
+ # * `MedicalTranscriptionJobName`: A custom name you create for your
2665
2670
  # transcription job that is unique within your Amazon Web Services
2666
2671
  # account.
2667
2672
  #
2668
2673
  # * `Media` (`MediaFileUri`): The Amazon S3 location of your media file.
2669
2674
  #
2670
- # * `LanguageCode`\: This must be `en-US`.
2675
+ # * `LanguageCode`: This must be `en-US`.
2671
2676
  #
2672
- # * `OutputBucketName`\: The Amazon S3 bucket where you want your
2677
+ # * `OutputBucketName`: The Amazon S3 bucket where you want your
2673
2678
  # transcript stored. If you want your output stored in a sub-folder of
2674
2679
  # this bucket, you must also include `OutputKey`.
2675
2680
  #
2676
- # * `Specialty`\: This must be `PRIMARYCARE`.
2681
+ # * `Specialty`: This must be `PRIMARYCARE`.
2677
2682
  #
2678
- # * `Type`\: Choose whether your audio is a conversation or a dictation.
2683
+ # * `Type`: Choose whether your audio is a conversation or a dictation.
2679
2684
  #
2680
2685
  #
2681
2686
  #
@@ -2759,7 +2764,7 @@ module Aws::TranscribeService
2759
2764
  # same as the name you specified for your medical transcription job
2760
2765
  # (`MedicalTranscriptionJobName`).
2761
2766
  #
2762
- # Here are some examples of how you can use `OutputKey`\:
2767
+ # Here are some examples of how you can use `OutputKey`:
2763
2768
  #
2764
2769
  # * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName` and
2765
2770
  # 'my-transcript.json' as the `OutputKey`, your transcription output
@@ -2962,19 +2967,19 @@ module Aws::TranscribeService
2962
2967
  # You must include the following parameters in your
2963
2968
  # `StartTranscriptionJob` request:
2964
2969
  #
2965
- # * `region`\: The Amazon Web Services Region where you are making your
2970
+ # * `region`: The Amazon Web Services Region where you are making your
2966
2971
  # request. For a list of Amazon Web Services Regions supported with
2967
2972
  # Amazon Transcribe, refer to [Amazon Transcribe endpoints and
2968
2973
  # quotas][1].
2969
2974
  #
2970
- # * `TranscriptionJobName`\: A custom name you create for your
2975
+ # * `TranscriptionJobName`: A custom name you create for your
2971
2976
  # transcription job that is unique within your Amazon Web Services
2972
2977
  # account.
2973
2978
  #
2974
2979
  # * `Media` (`MediaFileUri`): The Amazon S3 location of your media file.
2975
2980
  #
2976
2981
  # * One of `LanguageCode`, `IdentifyLanguage`, or
2977
- # `IdentifyMultipleLanguages`\: If you know the language of your media
2982
+ # `IdentifyMultipleLanguages`: If you know the language of your media
2978
2983
  # file, specify it using the `LanguageCode` parameter; you can find
2979
2984
  # all valid language codes in the [Supported languages][2] table. If
2980
2985
  # you don't know the languages spoken in your media, use either
@@ -3075,7 +3080,7 @@ module Aws::TranscribeService
3075
3080
  # same as the name you specified for your transcription job
3076
3081
  # (`TranscriptionJobName`).
3077
3082
  #
3078
- # Here are some examples of how you can use `OutputKey`\:
3083
+ # Here are some examples of how you can use `OutputKey`:
3079
3084
  #
3080
3085
  # * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName` and
3081
3086
  # 'my-transcript.json' as the `OutputKey`, your transcription output
@@ -3952,7 +3957,7 @@ module Aws::TranscribeService
3952
3957
  params: params,
3953
3958
  config: config)
3954
3959
  context[:gem_name] = 'aws-sdk-transcribeservice'
3955
- context[:gem_version] = '1.82.0'
3960
+ context[:gem_version] = '1.83.0'
3956
3961
  Seahorse::Client::Request.new(handlers, context)
3957
3962
  end
3958
3963
 
@@ -3600,7 +3600,7 @@ module Aws::TranscribeService
3600
3600
  # same as the name you specified for your medical transcription job
3601
3601
  # (`MedicalTranscriptionJobName`).
3602
3602
  #
3603
- # Here are some examples of how you can use `OutputKey`\:
3603
+ # Here are some examples of how you can use `OutputKey`:
3604
3604
  #
3605
3605
  # * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName`
3606
3606
  # and 'my-transcript.json' as the `OutputKey`, your transcription
@@ -3857,7 +3857,7 @@ module Aws::TranscribeService
3857
3857
  # same as the name you specified for your transcription job
3858
3858
  # (`TranscriptionJobName`).
3859
3859
  #
3860
- # Here are some examples of how you can use `OutputKey`\:
3860
+ # Here are some examples of how you can use `OutputKey`:
3861
3861
  #
3862
3862
  # * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName`
3863
3863
  # and 'my-transcript.json' as the `OutputKey`, your transcription
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
52
52
  # @!group service
53
53
  module Aws::TranscribeService
54
54
 
55
- GEM_VERSION = '1.82.0'
55
+ GEM_VERSION = '1.83.0'
56
56
 
57
57
  end
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.82.0
4
+ version: 1.83.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: 2023-03-03 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement