MainframeModernizationApplicationTesting / Client / list_test_configurations

list_test_configurations#

MainframeModernizationApplicationTesting.Client.list_test_configurations(**kwargs)#

Lists test configurations.

See also: AWS API Documentation

Request Syntax

response = client.list_test_configurations(
    testConfigurationIds=[
        'string',
    ],
    nextToken='string',
    maxResults=123
)
Parameters:
  • testConfigurationIds (list) –

    The configuration IDs of the test configurations.

    • (string) –

  • nextToken (string) – The next token for the test configurations.

  • maxResults (integer) – The maximum results of the test configuration.

Return type:

dict

Returns:

Response Syntax

{
    'testConfigurations': [
        {
            'testConfigurationId': 'string',
            'name': 'string',
            'statusReason': 'string',
            'latestVersion': 123,
            'testConfigurationArn': 'string',
            'status': 'Active'|'Deleting',
            'creationTime': datetime(2015, 1, 1),
            'lastUpdateTime': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • testConfigurations (list) –

      The test configurations.

      • (dict) –

        Specifies a test configuration summary.

        • testConfigurationId (string) –

          The test configuration ID of the test configuration summary.

        • name (string) –

          The name of the test configuration summary.

        • statusReason (string) –

          The status reason of the test configuration summary.

        • latestVersion (integer) –

          The latest version of the test configuration summary.

        • testConfigurationArn (string) –

          The test configuration ARN of the test configuration summary.

        • status (string) –

          The status of the test configuration summary.

        • creationTime (datetime) –

          The creation time of the test configuration summary.

        • lastUpdateTime (datetime) –

          The last update time of the test configuration summary.

    • nextToken (string) –

      The next token in the test configurations.

Exceptions

  • MainframeModernizationApplicationTesting.Client.exceptions.ThrottlingException

  • MainframeModernizationApplicationTesting.Client.exceptions.ResourceNotFoundException

  • MainframeModernizationApplicationTesting.Client.exceptions.AccessDeniedException

  • MainframeModernizationApplicationTesting.Client.exceptions.ValidationException

  • MainframeModernizationApplicationTesting.Client.exceptions.InternalServerException