@aws-sdk/client-codecommit

GetCommitCommandOutput Interface

The output of GetCommitCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
commit RequiredCommit | undefined

A commit data type object that contains information about the specified commit.

Full Signature

export interface GetCommitCommandOutput extends GetCommitOutput, MetadataBearer