using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AWSPowerShellGenerator.Writers.ConfigFile { /// /// Writes a prototype service configuration file given the analyzed /// details of an SDK service client and the operations it contains. /// internal class ServiceConfigWriter { } }