MCPcopy
hub / github.com/aws/aws-cli / get_release_label

Function get_release_label

awscli/customizations/emr/emrutils.py:305–310  ·  view source on GitHub ↗
(cluster_id, session, region, endpoint_url, verify_ssl)

Source from the content-addressed store, hash-verified

303
304
305def get_release_label(cluster_id, session, region, endpoint_url, verify_ssl):
306 cluster = get_cluster(
307 cluster_id, session, region, endpoint_url, verify_ssl
308 )
309 if cluster is not None:
310 return cluster.get('ReleaseLabel')
311
312def validate_s3_logging_configuration(monitoring_config, log_uri):
313 """

Callers

nothing calls this directly

Calls 1

get_clusterFunction · 0.85

Tested by

no test coverage detected