CloudFront / Client / list_key_value_stores

list_key_value_stores#

CloudFront.Client.list_key_value_stores(**kwargs)#

Specifies the Key Value Stores to list.

See also: AWS API Documentation

Request Syntax

response = client.list_key_value_stores(
    Marker='string',
    MaxItems='string',
    Status='string'
)
Parameters:
  • Marker (string) – The marker associated with the Key Value Stores list.

  • MaxItems (string) – The maximum number of items in the Key Value Stores list.

  • Status (string) – The status of the request for the Key Value Stores list.

Return type:

dict

Returns:

Response Syntax

{
    'KeyValueStoreList': {
        'NextMarker': 'string',
        'MaxItems': 123,
        'Quantity': 123,
        'Items': [
            {
                'Name': 'string',
                'Id': 'string',
                'Comment': 'string',
                'ARN': 'string',
                'Status': 'string',
                'LastModifiedTime': datetime(2015, 1, 1)
            },
        ]
    }
}

Response Structure

  • (dict) –

    • KeyValueStoreList (dict) –

      The resulting Key Value Stores list.

      • NextMarker (string) –

        The next marker associated with the Key Value Store list.

      • MaxItems (integer) –

        The maximum number of items in the Key Value Store list.

      • Quantity (integer) –

        The quantity of the Key Value Store list.

      • Items (list) –

        The items of the Key Value Store list.

        • (dict) –

          The Key Value Store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The Key Value Store holds keys and their corresponding values.

          • Name (string) –

            The name of the Key Value Store.

          • Id (string) –

            The unique Id for the Key Value Store.

          • Comment (string) –

            A comment for the Key Value Store.

          • ARN (string) –

            The Amazon Resource Name (ARN) of the Key Value Store.

          • Status (string) –

            The status of the Key Value Store.

          • LastModifiedTime (datetime) –

            The last-modified time of the Key Value Store.

Exceptions

  • CloudFront.Client.exceptions.AccessDenied

  • CloudFront.Client.exceptions.InvalidArgument