WAFV2 / Client / generate_mobile_sdk_release_url
generate_mobile_sdk_release_url¶
- WAFV2.Client.generate_mobile_sdk_release_url(**kwargs)¶
- Generates a presigned download URL for the specified release of the mobile SDK. - 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. - See also: AWS API Documentation - Request Syntax- response = client.generate_mobile_sdk_release_url( Platform='IOS'|'ANDROID', ReleaseVersion='string' ) - Parameters:
- Platform (string) – - [REQUIRED] - The device platform. 
- ReleaseVersion (string) – - [REQUIRED] - The release version. For the latest available version, specify - LATEST.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Url': 'string' } - Response Structure- (dict) – - Url (string) – - The presigned download URL for the specified SDK release. 
 
 
 - Exceptions