Skip to content

Commit b318c74

Browse files
This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API.
1 parent 95b25b4 commit b318c74

13 files changed

+264
-274
lines changed

generator/ServiceModels/elasticmapreduce/elasticmapreduce-2009-03-31.api.json

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,7 @@
821821
},
822822
"AddTagsOutput":{
823823
"type":"structure",
824-
"members":{
825-
}
824+
"members":{}
826825
},
827826
"AdjustmentType":{
828827
"type":"string",
@@ -1054,7 +1053,8 @@
10541053
"PlacementGroups":{"shape":"PlacementGroupConfigList"},
10551054
"OSReleaseLabel":{"shape":"String"},
10561055
"EbsRootVolumeIops":{"shape":"Integer"},
1057-
"EbsRootVolumeThroughput":{"shape":"Integer"}
1056+
"EbsRootVolumeThroughput":{"shape":"Integer"},
1057+
"ExtendedSupport":{"shape":"BooleanObject"}
10581058
}
10591059
},
10601060
"ClusterId":{"type":"string"},
@@ -1293,8 +1293,7 @@
12931293
},
12941294
"DeleteSecurityConfigurationOutput":{
12951295
"type":"structure",
1296-
"members":{
1297-
}
1296+
"members":{}
12981297
},
12991298
"DeleteStudioInput":{
13001299
"type":"structure",
@@ -1568,8 +1567,7 @@
15681567
},
15691568
"GetBlockPublicAccessConfigurationInput":{
15701569
"type":"structure",
1571-
"members":{
1572-
}
1570+
"members":{}
15731571
},
15741572
"GetBlockPublicAccessConfigurationOutput":{
15751573
"type":"structure",
@@ -2124,8 +2122,7 @@
21242122
"Integer":{"type":"integer"},
21252123
"InternalServerError":{
21262124
"type":"structure",
2127-
"members":{
2128-
},
2125+
"members":{},
21292126
"exception":true
21302127
},
21312128
"InternalServerException":{
@@ -2503,13 +2500,15 @@
25032500
"required":["ClusterId"],
25042501
"members":{
25052502
"ClusterId":{"shape":"String"},
2506-
"StepConcurrencyLevel":{"shape":"Integer"}
2503+
"StepConcurrencyLevel":{"shape":"Integer"},
2504+
"ExtendedSupport":{"shape":"BooleanObject"}
25072505
}
25082506
},
25092507
"ModifyClusterOutput":{
25102508
"type":"structure",
25112509
"members":{
2512-
"StepConcurrencyLevel":{"shape":"Integer"}
2510+
"StepConcurrencyLevel":{"shape":"Integer"},
2511+
"ExtendedSupport":{"shape":"BooleanObject"}
25132512
}
25142513
},
25152514
"ModifyInstanceFleetInput":{
@@ -2802,8 +2801,7 @@
28022801
},
28032802
"PutAutoTerminationPolicyOutput":{
28042803
"type":"structure",
2805-
"members":{
2806-
}
2804+
"members":{}
28072805
},
28082806
"PutBlockPublicAccessConfigurationInput":{
28092807
"type":"structure",
@@ -2814,8 +2812,7 @@
28142812
},
28152813
"PutBlockPublicAccessConfigurationOutput":{
28162814
"type":"structure",
2817-
"members":{
2818-
}
2815+
"members":{}
28192816
},
28202817
"PutManagedScalingPolicyInput":{
28212818
"type":"structure",
@@ -2830,8 +2827,7 @@
28302827
},
28312828
"PutManagedScalingPolicyOutput":{
28322829
"type":"structure",
2833-
"members":{
2834-
}
2830+
"members":{}
28352831
},
28362832
"ReconfigurationType":{
28372833
"type":"string",
@@ -2860,8 +2856,7 @@
28602856
},
28612857
"RemoveAutoScalingPolicyOutput":{
28622858
"type":"structure",
2863-
"members":{
2864-
}
2859+
"members":{}
28652860
},
28662861
"RemoveAutoTerminationPolicyInput":{
28672862
"type":"structure",
@@ -2872,8 +2867,7 @@
28722867
},
28732868
"RemoveAutoTerminationPolicyOutput":{
28742869
"type":"structure",
2875-
"members":{
2876-
}
2870+
"members":{}
28772871
},
28782872
"RemoveManagedScalingPolicyInput":{
28792873
"type":"structure",
@@ -2884,8 +2878,7 @@
28842878
},
28852879
"RemoveManagedScalingPolicyOutput":{
28862880
"type":"structure",
2887-
"members":{
2888-
}
2881+
"members":{}
28892882
},
28902883
"RemoveTagsInput":{
28912884
"type":"structure",
@@ -2900,8 +2893,7 @@
29002893
},
29012894
"RemoveTagsOutput":{
29022895
"type":"structure",
2903-
"members":{
2904-
}
2896+
"members":{}
29052897
},
29062898
"RepoUpgradeOnBoot":{
29072899
"type":"string",
@@ -2948,7 +2940,8 @@
29482940
"AutoTerminationPolicy":{"shape":"AutoTerminationPolicy"},
29492941
"OSReleaseLabel":{"shape":"XmlStringMaxLen256"},
29502942
"EbsRootVolumeIops":{"shape":"Integer"},
2951-
"EbsRootVolumeThroughput":{"shape":"Integer"}
2943+
"EbsRootVolumeThroughput":{"shape":"Integer"},
2944+
"ExtendedSupport":{"shape":"BooleanObject"}
29522945
}
29532946
},
29542947
"RunJobFlowOutput":{

0 commit comments

Comments
 (0)