list_engine_versions

MainframeModernization.Client.list_engine_versions(**kwargs)

Lists the available engine versions.

See also: AWS API Documentation

Request Syntax

response = client.list_engine_versions(
    engineType='microfocus'|'bluage',
    maxResults=123,
    nextToken='string'
)
Parameters
  • engineType (string) -- The type of target platform.
  • maxResults (integer) -- The maximum number of objects to return.
  • nextToken (string) -- A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
Return type

dict

Returns

Response Syntax

{
    'engineVersions': [
        {
            'engineType': 'string',
            'engineVersion': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • engineVersions (list) --

      Returns the engine versions.

      • (dict) --

        A subset of information about the engine version for a specific application.

        • engineType (string) --

          The type of target platform for the application.

        • engineVersion (string) --

          The version of the engine type used by the application.

    • nextToken (string) --

      If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.

Exceptions

  • MainframeModernization.Client.exceptions.ValidationException
  • MainframeModernization.Client.exceptions.InternalServerException
  • MainframeModernization.Client.exceptions.AccessDeniedException
  • MainframeModernization.Client.exceptions.ThrottlingException