graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "services/s3" -- "codegen/smithy-aws-kotlin-codegen" [label=" 2 ", penwidth="2", color="#00688b70"]; "services/polly" -- "codegen/smithy-aws-kotlin-codegen" [label=" 1 ", penwidth="1", color="#00688b5E"]; "services/s3" -- "services/polly" [label=" 1 ", penwidth="1", color="#00688b5E"]; "services/sts" -- "codegen/smithy-aws-kotlin-codegen" [label=" 1 ", penwidth="1", color="#00688b5E"]; "services/sts" -- "services/polly" [label=" 1 ", penwidth="1", color="#00688b5E"]; "services/sts" -- "services/s3" [label=" 1 ", penwidth="1", color="#00688b5E"]; "codegen/smithy-aws-kotlin-codegen" -- "aws-runtime/aws-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "aws-runtime/aws-signing" -- "codegen/smithy-aws-kotlin-codegen" [label=" 1 ", penwidth="1", color="#00688b5E"]; "aws-runtime/aws-signing" -- "services/s3" [label=" 1 ", penwidth="1", color="#00688b5E"]; "ROOT" -- "aws-runtime/aws-config" [label=" 1 ", penwidth="1", color="#00688b5E"]; }