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 |
Synopsis
- data CodeRepositorySummary = CodeRepositorySummary' {}
- newCodeRepositorySummary :: Text -> Text -> UTCTime -> UTCTime -> CodeRepositorySummary
- codeRepositorySummary_gitConfig :: Lens' CodeRepositorySummary (Maybe GitConfig)
- codeRepositorySummary_codeRepositoryName :: Lens' CodeRepositorySummary Text
- codeRepositorySummary_codeRepositoryArn :: Lens' CodeRepositorySummary Text
- codeRepositorySummary_creationTime :: Lens' CodeRepositorySummary UTCTime
- codeRepositorySummary_lastModifiedTime :: Lens' CodeRepositorySummary UTCTime
Documentation
data CodeRepositorySummary Source #
Specifies summary information about a Git repository.
See: newCodeRepositorySummary
smart constructor.
CodeRepositorySummary' | |
|
Instances
newCodeRepositorySummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> UTCTime | |
-> CodeRepositorySummary |
Create a value of CodeRepositorySummary
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:gitConfig:CodeRepositorySummary'
, codeRepositorySummary_gitConfig
- Configuration details for the Git repository, including the URL where it
is located and the ARN of the Amazon Web Services Secrets Manager secret
that contains the credentials used to access the repository.
$sel:codeRepositoryName:CodeRepositorySummary'
, codeRepositorySummary_codeRepositoryName
- The name of the Git repository.
$sel:codeRepositoryArn:CodeRepositorySummary'
, codeRepositorySummary_codeRepositoryArn
- The Amazon Resource Name (ARN) of the Git repository.
$sel:creationTime:CodeRepositorySummary'
, codeRepositorySummary_creationTime
- The date and time that the Git repository was created.
$sel:lastModifiedTime:CodeRepositorySummary'
, codeRepositorySummary_lastModifiedTime
- The date and time that the Git repository was last modified.
codeRepositorySummary_gitConfig :: Lens' CodeRepositorySummary (Maybe GitConfig) Source #
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
codeRepositorySummary_codeRepositoryName :: Lens' CodeRepositorySummary Text Source #
The name of the Git repository.
codeRepositorySummary_codeRepositoryArn :: Lens' CodeRepositorySummary Text Source #
The Amazon Resource Name (ARN) of the Git repository.
codeRepositorySummary_creationTime :: Lens' CodeRepositorySummary UTCTime Source #
The date and time that the Git repository was created.
codeRepositorySummary_lastModifiedTime :: Lens' CodeRepositorySummary UTCTime Source #
The date and time that the Git repository was last modified.