Skip to content

Commit eeeb328

Browse files
author
AWS
committed
Amazon EMR Update: This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API.
1 parent a56c560 commit eeeb328

File tree

2 files changed

+34
-23
lines changed

2 files changed

+34
-23
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EMR",
4+
"contributor": "",
5+
"description": "This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API."
6+
}

services/emr/src/main/resources/codegen-resources/service-2.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,7 @@
934934
},
935935
"AddTagsOutput":{
936936
"type":"structure",
937-
"members":{
938-
},
937+
"members":{},
939938
"documentation":"<p>This output indicates the result of adding tags to a resource.</p>"
940939
},
941940
"AdjustmentType":{
@@ -1395,6 +1394,10 @@
13951394
"EbsRootVolumeThroughput":{
13961395
"shape":"Integer",
13971396
"documentation":"<p>The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.</p>"
1397+
},
1398+
"ExtendedSupport":{
1399+
"shape":"BooleanObject",
1400+
"documentation":"<p>Reserved.</p>"
13981401
}
13991402
},
14001403
"documentation":"<p>The detailed description of the cluster.</p>"
@@ -1631,7 +1634,7 @@
16311634
},
16321635
"ProfilerType":{
16331636
"shape":"ProfilerType",
1634-
"documentation":"<p>The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.</p>"
1637+
"documentation":"<p>The profiler type for the persistent application user interface.</p>"
16351638
}
16361639
}
16371640
},
@@ -1832,8 +1835,7 @@
18321835
},
18331836
"DeleteSecurityConfigurationOutput":{
18341837
"type":"structure",
1835-
"members":{
1836-
}
1838+
"members":{}
18371839
},
18381840
"DeleteStudioInput":{
18391841
"type":"structure",
@@ -2314,8 +2316,7 @@
23142316
},
23152317
"GetBlockPublicAccessConfigurationInput":{
23162318
"type":"structure",
2317-
"members":{
2318-
}
2319+
"members":{}
23192320
},
23202321
"GetBlockPublicAccessConfigurationOutput":{
23212322
"type":"structure",
@@ -3404,8 +3405,7 @@
34043405
"Integer":{"type":"integer"},
34053406
"InternalServerError":{
34063407
"type":"structure",
3407-
"members":{
3408-
},
3408+
"members":{},
34093409
"documentation":"<p>Indicates that an error occurred while processing the request and that the request was not completed.</p>",
34103410
"exception":true
34113411
},
@@ -4198,6 +4198,10 @@
41984198
"StepConcurrencyLevel":{
41994199
"shape":"Integer",
42004200
"documentation":"<p>The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the <code>ActionOnFailure</code> setting may not behave as expected. For more information see <a>Step$ActionOnFailure</a>.</p>"
4201+
},
4202+
"ExtendedSupport":{
4203+
"shape":"BooleanObject",
4204+
"documentation":"<p>Reserved.</p>"
42014205
}
42024206
}
42034207
},
@@ -4207,6 +4211,10 @@
42074211
"StepConcurrencyLevel":{
42084212
"shape":"Integer",
42094213
"documentation":"<p>The number of steps that can be executed concurrently.</p>"
4214+
},
4215+
"ExtendedSupport":{
4216+
"shape":"BooleanObject",
4217+
"documentation":"<p>Reserved.</p>"
42104218
}
42114219
}
42124220
},
@@ -4719,8 +4727,7 @@
47194727
},
47204728
"PutAutoTerminationPolicyOutput":{
47214729
"type":"structure",
4722-
"members":{
4723-
}
4730+
"members":{}
47244731
},
47254732
"PutBlockPublicAccessConfigurationInput":{
47264733
"type":"structure",
@@ -4734,8 +4741,7 @@
47344741
},
47354742
"PutBlockPublicAccessConfigurationOutput":{
47364743
"type":"structure",
4737-
"members":{
4738-
}
4744+
"members":{}
47394745
},
47404746
"PutManagedScalingPolicyInput":{
47414747
"type":"structure",
@@ -4756,8 +4762,7 @@
47564762
},
47574763
"PutManagedScalingPolicyOutput":{
47584764
"type":"structure",
4759-
"members":{
4760-
}
4765+
"members":{}
47614766
},
47624767
"ReconfigurationType":{
47634768
"type":"string",
@@ -4799,8 +4804,7 @@
47994804
},
48004805
"RemoveAutoScalingPolicyOutput":{
48014806
"type":"structure",
4802-
"members":{
4803-
}
4807+
"members":{}
48044808
},
48054809
"RemoveAutoTerminationPolicyInput":{
48064810
"type":"structure",
@@ -4814,8 +4818,7 @@
48144818
},
48154819
"RemoveAutoTerminationPolicyOutput":{
48164820
"type":"structure",
4817-
"members":{
4818-
}
4821+
"members":{}
48194822
},
48204823
"RemoveManagedScalingPolicyInput":{
48214824
"type":"structure",
@@ -4829,8 +4832,7 @@
48294832
},
48304833
"RemoveManagedScalingPolicyOutput":{
48314834
"type":"structure",
4832-
"members":{
4833-
}
4835+
"members":{}
48344836
},
48354837
"RemoveTagsInput":{
48364838
"type":"structure",
@@ -4852,8 +4854,7 @@
48524854
},
48534855
"RemoveTagsOutput":{
48544856
"type":"structure",
4855-
"members":{
4856-
},
4857+
"members":{},
48574858
"documentation":"<p>This output indicates the result of removing tags from the resource.</p>"
48584859
},
48594860
"RepoUpgradeOnBoot":{
@@ -4991,6 +4992,10 @@
49914992
"EbsRootVolumeThroughput":{
49924993
"shape":"Integer",
49934994
"documentation":"<p>The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.</p>"
4995+
},
4996+
"ExtendedSupport":{
4997+
"shape":"BooleanObject",
4998+
"documentation":"<p>Reserved.</p>"
49944999
}
49955000
},
49965001
"documentation":"<p> Input to the <a>RunJobFlow</a> operation. </p>"

0 commit comments

Comments
 (0)