File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ patches = [
2+ {
3+ "op" : "replace" ,
4+ "path" : "/PropertyTypes/AWS::AmplifyUIBuilder::Component.ComponentConditionProperty/Properties/Else/Type" ,
5+ "value" : "object" ,
6+ },
7+ {
8+ "op" : "replace" ,
9+ "path" : "/PropertyTypes/AWS::AmplifyUIBuilder::Component.ComponentConditionProperty/Properties/Then/Type" ,
10+ "value" : "object" ,
11+ },
12+ ]
Original file line number Diff line number Diff line change 8383 "Type" : "List" ,
8484 },
8585 },
86+ # Spec 242.0.0 introduced EMRConfiguration to replace Configuration but left both in.
87+ # Revert back to Configuration for backwards compatibility
88+ {
89+ "op" : "remove" ,
90+ "path" : "/PropertyTypes/AWS::EMR::Cluster.EMRConfiguration" ,
91+ },
92+ {
93+ "op" : "replace" ,
94+ "path" : "/PropertyTypes/AWS::EMR::Cluster.InstanceGroupConfig/Properties/Configurations/ItemType" ,
95+ "value" : "Configuration" ,
96+ },
97+ {
98+ "op" : "replace" ,
99+ "path" : "/ResourceTypes/AWS::EMR::Cluster/Properties/Configurations/ItemType" ,
100+ "value" : "Configuration" ,
101+ },
86102]
You can’t perform that action at this time.
0 commit comments