AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Async API: Invoke data automation.

Note:

This is an asynchronous operation using the standard naming convention for .NET 4.7.2 or higher.

Namespace: Amazon.BedrockDataAutomationRuntime
Assembly: AWSSDK.BedrockDataAutomationRuntime.dll
Version: 3.x.y.z

Syntax

C#
public virtual InvokeDataAutomationAsyncResponse InvokeDataAutomationAsync(
         InvokeDataAutomationAsyncRequest request
)

Parameters

request
Type: Amazon.BedrockDataAutomationRuntime.Model.InvokeDataAutomationAsyncRequest

Container for the necessary parameters to execute the InvokeDataAutomationAsync service method.

Return Value


The response from the InvokeDataAutomationAsync service method, as returned by BedrockDataAutomationRuntime.

Exceptions

ExceptionCondition
AccessDeniedException This exception will be thrown when customer does not have access to API.
InternalServerException This exception is for any internal un-expected service errors.
ServiceQuotaExceededException This exception will be thrown when service quota is exceeded.
ThrottlingException This exception will be thrown when customer reached API TPS limit.
ValidationException This exception will be thrown when customer provided invalid parameters.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also