SystemsManagerQuickSetup / Client / list_quick_setup_types

list_quick_setup_types#

SystemsManagerQuickSetup.Client.list_quick_setup_types()#

Returns the available Quick Setup types.

See also: AWS API Documentation

Request Syntax

response = client.list_quick_setup_types()
Return type:

dict

Returns:

Response Syntax

{
    'QuickSetupTypeList': [
        {
            'LatestVersion': 'string',
            'Type': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • QuickSetupTypeList (list) –

      An array of Quick Setup types.

      • (dict) –

        Information about the Quick Setup type.

        • LatestVersion (string) –

          The latest version number of the configuration.

        • Type (string) –

          The type of the Quick Setup configuration.

Exceptions

  • SystemsManagerQuickSetup.Client.exceptions.ConflictException

  • SystemsManagerQuickSetup.Client.exceptions.InternalServerException

  • SystemsManagerQuickSetup.Client.exceptions.AccessDeniedException

  • SystemsManagerQuickSetup.Client.exceptions.ThrottlingException