You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon EMR Containers Update: This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup.
"description": "This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup."
"documentation":"<p>The ARN of the certificate generated for managed endpoint.</p>"
287
+
},
288
+
"certificateData":{
289
+
"shape":"Base64Encoded",
290
+
"documentation":"<p>The base64 encoded PEM certificate data generated for managed endpoint.</p>"
291
+
}
292
+
},
293
+
"documentation":"<p>The entity representing certificate data generated for managed endpoint.</p>"
294
+
},
276
295
"ClientToken":{
277
296
"type":"string",
278
297
"max":64,
@@ -383,7 +402,6 @@
383
402
"type",
384
403
"releaseLabel",
385
404
"executionRoleArn",
386
-
"certificateArn",
387
405
"clientToken"
388
406
],
389
407
"members":{
@@ -411,7 +429,9 @@
411
429
},
412
430
"certificateArn":{
413
431
"shape":"ACMCertArn",
414
-
"documentation":"<p>The certificate ARN of the managed endpoint.</p>"
432
+
"documentation":"<p>The certificate ARN provided by users for the managed endpoint. This fiedd is under deprecation and will be removed in future releases.</p>",
433
+
"deprecated":true,
434
+
"deprecatedMessage":"Customer provided certificate-arn is deprecated and would be removed in future."
415
435
},
416
436
"configurationOverrides":{
417
437
"shape":"ConfigurationOverrides",
@@ -680,7 +700,13 @@
680
700
},
681
701
"certificateArn":{
682
702
"shape":"ACMCertArn",
683
-
"documentation":"<p>The certificate ARN of the endpoint.</p>"
703
+
"documentation":"<p>The certificate ARN of the endpoint. This field is under deprecation and will be removed in future.</p>",
704
+
"deprecated":true,
705
+
"deprecatedMessage":"Customer provided certificate-arn is deprecated and would be removed in future."
706
+
},
707
+
"certificateAuthority":{
708
+
"shape":"Certificate",
709
+
"documentation":"<p>The certificate generated by emr control plane on customer behalf to secure the managed endpoint.</p>"
0 commit comments