ServiceDiscovery / Client / update_service_attributes
update_service_attributes¶
- ServiceDiscovery.Client.update_service_attributes(**kwargs)¶
- Submits a request to update a specified service to add service-level attributes. - See also: AWS API Documentation - Request Syntax- response = client.update_service_attributes( ServiceId='string', Attributes={ 'string': 'string' } ) - Parameters:
- ServiceId (string) – - [REQUIRED] - The ID or Amazon Resource Name (ARN) of the service that you want to update. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN. 
- Attributes (dict) – - [REQUIRED] - A string map that contains attribute key-value pairs. - (string) – - (string) – 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions