- Navigation Guide
@aws-sdk/client-codecommit
CreateUnreferencedMergeCommitCommandOutput Interface
The output of CreateUnreferencedMergeCommitCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
commitId | string | undefined | The full commit ID of the commit that contains your merge results. |
treeId | string | undefined | The full SHA-1 pointer of the tree information for the commit that contains the merge results. |
Full Signature
export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnreferencedMergeCommitOutput, MetadataBearer