+ TYPE_REGISTRY = Smithy::Schema::TypeRegistry.new('example.weather#CityCoordinates' => CityCoordinates, 'example.weather#CitySummary' => CitySummary, 'example.weather#GetCityInput' => GetCityInput, 'example.weather#GetCityOutput' => GetCityOutput, 'example.weather#GetCurrentTimeOutput' => GetCurrentTimeOutput, 'example.weather#GetForecastInput' => GetForecastInput, 'example.weather#GetForecastOutput' => GetForecastOutput, 'example.weather#ListCitiesInput' => ListCitiesInput, 'example.weather#ListCitiesOutput' => ListCitiesOutput, 'example.weather#NoSuchResource' => NoSuchResource)
0 commit comments