SupplyChain / Client / update_data_lake_namespace

update_data_lake_namespace

SupplyChain.Client.update_data_lake_namespace(**kwargs)

Enables you to programmatically update an Amazon Web Services Supply Chain data lake namespace. Developers can update the description of a data lake namespace for a given instance ID and namespace name.

See also: AWS API Documentation

Request Syntax

response = client.update_data_lake_namespace(
    instanceId='string',
    name='string',
    description='string'
)
Parameters:
  • instanceId (string) –

    [REQUIRED]

    The Amazon Web Services Chain instance identifier.

  • name (string) –

    [REQUIRED]

    The name of the namespace. Noted you cannot update namespace with name starting with asc, default, scn, aws, amazon, amzn

  • description (string) – The updated description of the data lake namespace.

Return type:

dict

Returns:

Response Syntax

{
    'namespace': {
        'instanceId': 'string',
        'name': 'string',
        'arn': 'string',
        'description': 'string',
        'createdTime': datetime(2015, 1, 1),
        'lastModifiedTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    The response parameters of UpdateDataLakeNamespace.

    • namespace (dict) –

      The updated namespace details.

      • instanceId (string) –

        The Amazon Web Services Supply Chain instance identifier.

      • name (string) –

        The name of the namespace.

      • arn (string) –

        The arn of the namespace.

      • description (string) –

        The description of the namespace.

      • createdTime (datetime) –

        The creation time of the namespace.

      • lastModifiedTime (datetime) –

        The last modified time of the namespace.

Exceptions