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'
)
dict
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