IoTWireless / Client / update_metric_configuration

update_metric_configuration#

IoTWireless.Client.update_metric_configuration(**kwargs)#

Update the summary metric configuration.

See also: AWS API Documentation

Request Syntax

response = client.update_metric_configuration(
    SummaryMetric={
        'Status': 'Enabled'|'Disabled'
    }
)
Parameters:

SummaryMetric (dict) –

The value to be used to set summary metric configuration.

  • Status (string) –

    The status of the configuration of summary metrics.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions