Mobile / Client / export_bundle
export_bundle#
- Mobile.Client.export_bundle(**kwargs)#
- Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources. - See also: AWS API Documentation - Request Syntax - response = client.export_bundle( bundleId='string', projectId='string', platform='OSX'|'WINDOWS'|'LINUX'|'OBJC'|'SWIFT'|'ANDROID'|'JAVASCRIPT' ) - Parameters:
- bundleId (string) – - [REQUIRED] - Unique bundle identifier. 
- projectId (string) – Unique project identifier. 
- platform (string) – Developer desktop or target application platform. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'downloadUrl': 'string' } - Response Structure - (dict) – - Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources. - downloadUrl (string) – - URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project. 
 
 
 - Exceptions - Mobile.Client.exceptions.InternalFailureException
- Mobile.Client.exceptions.ServiceUnavailableException
- Mobile.Client.exceptions.UnauthorizedException
- Mobile.Client.exceptions.TooManyRequestsException
- Mobile.Client.exceptions.BadRequestException
- Mobile.Client.exceptions.NotFoundException