Amazon.Elasticsearch.AmazonElasticsearchClient.AddTags C# (CSharp) Method

AddTags() public method

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.
/// An error occurred while processing the request. /// /// The request processing has failed because of an unknown error, exception or failure /// (the failure is internal to the service) . Gives http status code of 500. /// /// An exception for trying to create more than allowed resources or sub-resources. Gives /// http status code of 409. /// /// An exception for missing / invalid input fields. Gives http status code of 400. ///
public AddTags ( Amazon.Elasticsearch.Model.AddTagsRequest request ) : AddTagsResponse
request Amazon.Elasticsearch.Model.AddTagsRequest Container for the necessary parameters to execute the AddTags service method.
return AddTagsResponse
        public AddTagsResponse AddTags(AddTagsRequest request)
        {
            var marshaller = new AddTagsRequestMarshaller();
            var unmarshaller = AddTagsResponseUnmarshaller.Instance;

            return Invoke<AddTagsRequest,AddTagsResponse>(request, marshaller, unmarshaller);
        }