tagResource
inline suspend fun ServiceCatalogAppRegistryClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse
Assigns one or more tags (key-value pairs) to the specified resource.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This operation returns an empty response if the call was successful.