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.

Retrieves a list of the available releases for the mobile SDK and the specified device platform.

The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.

Note:

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

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

Syntax

C#
public abstract ListMobileSdkReleasesResponse ListMobileSdkReleases(
         ListMobileSdkReleasesRequest request
)

Parameters

request
Type: Amazon.WAFV2.Model.ListMobileSdkReleasesRequest

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

Return Value


The response from the ListMobileSdkReleases service method, as returned by WAFV2.

Exceptions

ExceptionCondition
WAFInternalErrorException Your request is valid, but WAF couldn’t perform the operation because of a system problem. Retry your request.
WAFInvalidOperationException The operation isn't valid.
WAFInvalidParameterException The operation failed because WAF didn't recognize a parameter in the request. For example: You specified a parameter name or value that isn't valid. Your nested statement isn't valid. You might have tried to nest a statement that can’t be nested. You tried to update a WebACL with a DefaultAction that isn't among the types available at DefaultAction. Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can't be associated.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also