ApplicationDiscoveryService / Client / delete_tags
delete_tags#
- ApplicationDiscoveryService.Client.delete_tags(**kwargs)#
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
See also: AWS API Documentation
Request Syntax
response = client.delete_tags( configurationIds=[ 'string', ], tags=[ { 'key': 'string', 'value': 'string' }, ] )
- Parameters:
configurationIds (list) –
[REQUIRED]
A list of configuration items with tags that you want to delete.
(string) –
tags (list) –
Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
(dict) –
Metadata that help you categorize IT assets.
Warning
Do not store sensitive information (like personal data) in tags.
key (string) – [REQUIRED]
The type of tag on which to filter.
value (string) – [REQUIRED]
A value for a tag key on which to filter.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.ResourceNotFoundException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException