/** * CodeCommit *

This is the CodeCommit API Reference. This reference provides descriptions of the operations and data types for * CodeCommit API along with usage examples.

*

You can use the CodeCommit API to work with the following objects:

*

Repositories, by calling the following:

* *

Branches, by calling the following:

* *

Files, by calling the following:

* *

Commits, by calling the following:

* *

Merges, by calling the following:

* *

Pull requests, by calling the following:

* *

Approval rule templates, by calling the following:

* *

Comments in a repository, by calling the following:

* *

Tags used to tag resources in CodeCommit (not Git tags), by calling the following:

* *

Triggers, by calling the following:

* *

For information about how to use CodeCommit, see the CodeCommit User Guide.

* * @packageDocumentation */ export * from "./CodeCommitClient"; export * from "./CodeCommit"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { CodeCommitExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { CodeCommitServiceException } from "./models/CodeCommitServiceException";