@@ -79,16 +79,18 @@ func ParseSchema(source string) (*Schema, error) {
7979// Patch applies patches to the schema to add things like undocumented enums
8080func (schema * Schema ) Patch () error {
8181 switch schema .TypeName {
82- case "AWS::Lightsail::Instance" :
83- return patchLightsailInstance (schema )
84- case "AWS::Lightsail::Bucket" :
85- return patchLightsailBucket (schema )
86- case "AWS::Lightsail::Database" :
87- return patchLightsailDatabase (schema )
88- case "AWS::Lightsail::Alarm" :
89- return patchLightsailAlarm (schema )
90- case "AWS::Lightsail::Distribution" :
91- return patchLightsailDistribution (schema )
82+ /*
83+ case "AWS::Lightsail::Instance":
84+ return patchLightsailInstance(schema)
85+ case "AWS::Lightsail::Bucket":
86+ return patchLightsailBucket(schema)
87+ case "AWS::Lightsail::Database":
88+ return patchLightsailDatabase(schema)
89+ case "AWS::Lightsail::Alarm":
90+ return patchLightsailAlarm(schema)
91+ case "AWS::Lightsail::Distribution":
92+ return patchLightsailDistribution(schema)
93+ */
9294 case "AWS::SES::ConfigurationSetEventDestination" :
9395 return patchSESConfigurationSetEventDestination (schema )
9496 case "AWS::SES::ContactList" :
0 commit comments