Struct aws_sdk_transcribe::client::fluent_builders::UpdateMedicalVocabulary [−][src]
pub struct UpdateMedicalVocabulary<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to UpdateMedicalVocabulary.
Updates a vocabulary with new values that you provide in a different text file from the one you used to create
the vocabulary. The UpdateMedicalVocabulary operation overwrites all of the existing information
with the values that you provide in the request.
Implementations
impl<C, M, R> UpdateMedicalVocabulary<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateMedicalVocabulary<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateMedicalVocabularyOutput, SdkError<UpdateMedicalVocabularyError>> where
R::Policy: SmithyRetryPolicy<UpdateMedicalVocabularyInputOperationOutputAlias, UpdateMedicalVocabularyOutput, UpdateMedicalVocabularyError, UpdateMedicalVocabularyInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateMedicalVocabularyOutput, SdkError<UpdateMedicalVocabularyError>> where
R::Policy: SmithyRetryPolicy<UpdateMedicalVocabularyInputOperationOutputAlias, UpdateMedicalVocabularyOutput, UpdateMedicalVocabularyError, UpdateMedicalVocabularyInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the
same name as a vocabulary you've already made, you get a ConflictException error.
The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the
same name as a vocabulary you've already made, you get a ConflictException error.
The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
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.
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.
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.
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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateMedicalVocabulary<C, M, R>
impl<C, M, R> Send for UpdateMedicalVocabulary<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateMedicalVocabulary<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateMedicalVocabulary<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateMedicalVocabulary<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more