namespace Amazon.JSII.JsonModel.Api.Request { /// /// Marker interface. /// public interface IKernelRequest { string Api { get; } } }