aws-sdk-transcribeservice 1.115.0 → 1.116.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 +5 -6
- data/lib/aws-sdk-transcribeservice/types.rb +5 -5
- 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: 530e9e6f4828a2516655b8e6d5ef47f07e777147ea5876aa9c2ccdc377538ded
|
4
|
+
data.tar.gz: c537b4d962bd09dd172699c004c992cf3f44a42fea46450fd6778e5fbcbad1dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1d939c9d66b9459232da8ab0fc66c06f42792379d8ddadf05b2f0cf2818a206273f1eab958df29dcdbd4dca925815ad47537fc6d4e74f27f6805bdd4dd2a550
|
7
|
+
data.tar.gz: a52eadf4993b7d30e99af32731347849fe03bfcf07a2ebcafa9301dc04fa9254351ed04c4aa6f4a71fcde88813e63fb25b5ea5dba0251dd2b17d22b1ec2bb7ab
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|
@@ -2711,7 +2711,10 @@ module Aws::TranscribeService
|
|
2711
2711
|
# media file into an Amazon S3 bucket; you can then specify the Amazon
|
2712
2712
|
# S3 location of the file using the `Media` parameter.
|
2713
2713
|
#
|
2714
|
-
#
|
2714
|
+
# Job queuing is available for Call Analytics jobs. If you pass a
|
2715
|
+
# `DataAccessRoleArn` in your request and you exceed your Concurrent Job
|
2716
|
+
# Limit, your job will automatically be added to a queue to be processed
|
2717
|
+
# once your concurrent job count is below the limit.
|
2715
2718
|
#
|
2716
2719
|
# You must include the following parameters in your
|
2717
2720
|
# `StartCallAnalyticsJob` request:
|
@@ -2725,10 +2728,6 @@ module Aws::TranscribeService
|
|
2725
2728
|
# transcription job that's unique within your Amazon Web Services
|
2726
2729
|
# account.
|
2727
2730
|
#
|
2728
|
-
# * `DataAccessRoleArn`: The Amazon Resource Name (ARN) of an IAM role
|
2729
|
-
# that has permissions to access the Amazon S3 bucket that contains
|
2730
|
-
# your input files.
|
2731
|
-
#
|
2732
2731
|
# * `Media` (`MediaFileUri` or `RedactedMediaFileUri`): The Amazon S3
|
2733
2732
|
# location of your media file.
|
2734
2733
|
#
|
@@ -4567,7 +4566,7 @@ module Aws::TranscribeService
|
|
4567
4566
|
tracer: tracer
|
4568
4567
|
)
|
4569
4568
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
4570
|
-
context[:gem_version] = '1.
|
4569
|
+
context[:gem_version] = '1.116.0'
|
4571
4570
|
Seahorse::Client::Request.new(handlers, context)
|
4572
4571
|
end
|
4573
4572
|
|
@@ -626,13 +626,13 @@ module Aws::TranscribeService
|
|
626
626
|
# summary. The default is `HISTORY_AND_PHYSICAL`.
|
627
627
|
#
|
628
628
|
# * HISTORY\_AND\_PHYSICAL: Provides summaries for key sections of the
|
629
|
-
# clinical documentation.
|
630
|
-
# of Present Illness, Review of Systems, Past
|
631
|
-
# Assessment, and Plan.
|
629
|
+
# clinical documentation. Examples of sections include Chief
|
630
|
+
# Complaint, History of Present Illness, Review of Systems, Past
|
631
|
+
# Medical History, Assessment, and Plan.
|
632
632
|
#
|
633
633
|
# * GIRPP: Provides summaries based on the patients progress toward
|
634
|
-
# goals.
|
635
|
-
# and Plan.
|
634
|
+
# goals. Examples of sections include Goal, Intervention, Response,
|
635
|
+
# Progress, and Plan.
|
636
636
|
# @return [String]
|
637
637
|
#
|
638
638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ClinicalNoteGenerationSettings AWS API Documentation
|
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.116.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: 2025-
|
11
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|