File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
services/emrcontainers/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon EMR Containers" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response."
6
+ }
Original file line number Diff line number Diff line change 294
294
},
295
295
"documentation" :" <p>A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.</p>"
296
296
},
297
+ "ClusterId" :{
298
+ "type" :" string" ,
299
+ "max" :100 ,
300
+ "min" :1 ,
301
+ "pattern" :" ^[0-9A-Za-z][A-Za-z0-9\\ -_]*"
302
+ },
297
303
"Configuration" :{
298
304
"type" :" structure" ,
299
305
"required" :[" classification" ],
355
361
"documentation" :" <p>The type of the container provider. EKS is the only supported type as of now.</p>"
356
362
},
357
363
"id" :{
358
- "shape" :" String256 " ,
364
+ "shape" :" ClusterId " ,
359
365
"documentation" :" <p>The ID of the container cluster.</p>"
360
366
},
361
367
"info" :{
631
637
"type" :" structure" ,
632
638
"members" :{
633
639
"namespace" :{
634
- "shape" :" String256 " ,
640
+ "shape" :" KubernetesNamespace " ,
635
641
"documentation" :" <p>The namespaces of the EKS cluster.</p>"
636
642
}
637
643
},
696
702
"shape" :" SubnetIds" ,
697
703
"documentation" :" <p>The subnet IDs of the endpoint. </p>"
698
704
},
705
+ "stateDetails" :{
706
+ "shape" :" String256" ,
707
+ "documentation" :" <p> Additional details of the endpoint state. </p>"
708
+ },
709
+ "failureReason" :{
710
+ "shape" :" FailureReason" ,
711
+ "documentation" :" <p> The reasons why the endpoint has failed. </p>"
712
+ },
699
713
"tags" :{
700
714
"shape" :" TagMap" ,
701
715
"documentation" :" <p>The tags of the endpoint. </p>"
889
903
"type" :" list" ,
890
904
"member" :{"shape" :" JobRun" }
891
905
},
906
+ "KubernetesNamespace" :{
907
+ "type" :" string" ,
908
+ "max" :63 ,
909
+ "min" :1 ,
910
+ "pattern" :" [a-z0-9]([-a-z0-9]*[a-z0-9])?"
911
+ },
892
912
"ListJobRunsRequest" :{
893
913
"type" :" structure" ,
894
914
"required" :[" virtualClusterId" ],
1207
1227
},
1208
1228
"SparkSubmitParameters" :{
1209
1229
"type" :" string" ,
1210
- "max" :1024 ,
1230
+ "max" :102400 ,
1211
1231
"min" :1 ,
1212
1232
"pattern" :" (?!\\ s*$)(^[^';|\\ u0026\\ u003C\\ u003E*?`$(){}\\ [\\ ]!#\\\\ ]*$)" ,
1213
1233
"sensitive" :true
You can’t perform that action at this time.
0 commit comments