describe_bundle

Mobile.Client.describe_bundle(**kwargs)

Get the bundle details for the requested bundle id.

See also: AWS API Documentation

Request Syntax

response = client.describe_bundle(
    bundleId='string'
)
Parameters
bundleId (string) --

[REQUIRED]

Unique bundle identifier.

Return type
dict
Returns
Response Syntax
{
    'details': {
        'bundleId': 'string',
        'title': 'string',
        'version': 'string',
        'description': 'string',
        'iconUrl': 'string',
        'availablePlatforms': [
            'OSX'|'WINDOWS'|'LINUX'|'OBJC'|'SWIFT'|'ANDROID'|'JAVASCRIPT',
        ]
    }
}

Response Structure

  • (dict) --

    Result structure contains the details of the bundle.

    • details (dict) --

      The details of the bundle.

      • bundleId (string) --

        Unique bundle identifier.

      • title (string) --

        Title of the download bundle.

      • version (string) --

        Version of the download bundle.

      • description (string) --

        Description of the download bundle.

      • iconUrl (string) --

        Icon for the download bundle.

      • availablePlatforms (list) --

        Developer desktop or mobile app or website platforms.

        • (string) --

          Developer desktop or target mobile app or website platform.

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