- Navigation Guide
@aws-sdk/client-codecommit
UpdateRepositoryDescriptionCommandInput Interface
The input for UpdateRepositoryDescriptionCommand.
Members
Name | Type | Details |
---|---|---|
repositoryName Required | string | undefined | The name of the repository to set or change the comment or description for. |
repositoryDescription | string | undefined | The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters. |
Full Signature
export interface UpdateRepositoryDescriptionCommandInput extends UpdateRepositoryDescriptionInput