SystemsManagerQuickSetup / Paginator / ListConfigurationManagers

ListConfigurationManagers#

class SystemsManagerQuickSetup.Paginator.ListConfigurationManagers#
paginator = client.get_paginator('list_configuration_managers')
paginate(**kwargs)#

Creates an iterator that will paginate through responses from SystemsManagerQuickSetup.Client.list_configuration_managers().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    Filters=[
        {
            'Key': 'string',
            'Values': [
                'string',
            ]
        },
    ],
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • Filters (list) –

    Filters the results returned by the request.

    • (dict) –

      A key-value pair to filter results.

      • Key (string) – [REQUIRED]

        The key for the filter.

      • Values (list) – [REQUIRED]

        The values for the filter keys.

        • (string) –

  • PaginationConfig (dict) –

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) –

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) –

      The size of each page.

    • StartingToken (string) –

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'ConfigurationManagersList': [
        {
            'ConfigurationDefinitionSummaries': [
                {
                    'FirstClassParameters': {
                        'string': 'string'
                    },
                    'Id': 'string',
                    'Type': 'string',
                    'TypeVersion': 'string'
                },
            ],
            'Description': 'string',
            'ManagerArn': 'string',
            'Name': 'string',
            'StatusSummaries': [
                {
                    'LastUpdatedAt': datetime(2015, 1, 1),
                    'Status': 'INITIALIZING'|'DEPLOYING'|'SUCCEEDED'|'DELETING'|'STOPPING'|'FAILED'|'STOPPED'|'DELETE_FAILED'|'STOP_FAILED'|'NONE',
                    'StatusDetails': {
                        'string': 'string'
                    },
                    'StatusMessage': 'string',
                    'StatusType': 'Deployment'|'AsyncExecutions'
                },
            ]
        },
    ],

}

Response Structure

  • (dict) –

    • ConfigurationManagersList (list) –

      The configuration managers returned by the request.

      • (dict) –

        A summary of a Quick Setup configuration manager.

        • ConfigurationDefinitionSummaries (list) –

          A summary of the Quick Setup configuration definition.

          • (dict) –

            A summarized definition of a Quick Setup configuration definition.

            • FirstClassParameters (dict) –

              The common parameters and values for the configuration definition.

              • (string) –

                • (string) –

            • Id (string) –

              The ID of the configuration definition.

            • Type (string) –

              The type of the Quick Setup configuration used by the configuration definition.

            • TypeVersion (string) –

              The version of the Quick Setup type used by the configuration definition.

        • Description (string) –

          The description of the configuration.

        • ManagerArn (string) –

          The ARN of the Quick Setup configuration.

        • Name (string) –

          The name of the configuration

        • StatusSummaries (list) –

          Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

          • (dict) –

            A summarized description of the status.

            • LastUpdatedAt (datetime) –

              The datetime stamp when the status was last updated.

            • Status (string) –

              The current status.

            • StatusDetails (dict) –

              Details about the status.

              • (string) –

                • (string) –

            • StatusMessage (string) –

              When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don’t recommend implementing parsing logic around this value since the messages returned can vary in format.

            • StatusType (string) –

              The type of a status summary.