AWS SDK Version 3 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.

Exports form configurations to code that is ready to integrate into an Amplify app.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ExportFormsAsync.

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

Syntax

C#
public abstract ExportFormsResponse ExportForms(
         ExportFormsRequest request
)

Parameters

request
Type: Amazon.AmplifyUIBuilder.Model.ExportFormsRequest

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

Return Value


The response from the ExportForms service method, as returned by AmplifyUIBuilder.

Exceptions

ExceptionCondition
InternalServerException An internal error has occurred. Please retry your request.
InvalidParameterException An invalid or out-of-range value was supplied for the input parameter.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also