Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes the specified Git repository from your account.
Synopsis
- data DeleteCodeRepository = DeleteCodeRepository' {}
- newDeleteCodeRepository :: Text -> DeleteCodeRepository
- deleteCodeRepository_codeRepositoryName :: Lens' DeleteCodeRepository Text
- data DeleteCodeRepositoryResponse = DeleteCodeRepositoryResponse' {
- newDeleteCodeRepositoryResponse :: DeleteCodeRepositoryResponse
Creating a Request
data DeleteCodeRepository Source #
See: newDeleteCodeRepository
smart constructor.
DeleteCodeRepository' | |
|
Instances
newDeleteCodeRepository Source #
Create a value of DeleteCodeRepository
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:codeRepositoryName:DeleteCodeRepository'
, deleteCodeRepository_codeRepositoryName
- The name of the Git repository to delete.
Request Lenses
deleteCodeRepository_codeRepositoryName :: Lens' DeleteCodeRepository Text Source #
The name of the Git repository to delete.
Destructuring the Response
data DeleteCodeRepositoryResponse Source #
See: newDeleteCodeRepositoryResponse
smart constructor.
Instances
newDeleteCodeRepositoryResponse :: DeleteCodeRepositoryResponse Source #
Create a value of DeleteCodeRepositoryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.