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 RepositorySummary = RepositorySummary' {
- arn :: Maybe Text
- domainOwner :: Maybe Text
- domainName :: Maybe Text
- name :: Maybe Text
- administratorAccount :: Maybe Text
- description :: Maybe Text
- newRepositorySummary :: RepositorySummary
- repositorySummary_arn :: Lens' RepositorySummary (Maybe Text)
- repositorySummary_domainOwner :: Lens' RepositorySummary (Maybe Text)
- repositorySummary_domainName :: Lens' RepositorySummary (Maybe Text)
- repositorySummary_name :: Lens' RepositorySummary (Maybe Text)
- repositorySummary_administratorAccount :: Lens' RepositorySummary (Maybe Text)
- repositorySummary_description :: Lens' RepositorySummary (Maybe Text)
Documentation
data RepositorySummary Source #
Details about a repository, including its Amazon Resource Name (ARN),
description, and domain information. The
ListRepositories
operation returns a list of RepositorySummary
objects.
See: newRepositorySummary
smart constructor.
RepositorySummary' | |
|
Instances
newRepositorySummary :: RepositorySummary Source #
Create a value of RepositorySummary
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:arn:RepositorySummary'
, repositorySummary_arn
- The ARN of the repository.
$sel:domainOwner:RepositorySummary'
, repositorySummary_domainOwner
- The 12-digit account number of the AWS account that owns the domain. It
does not include dashes or spaces.
$sel:domainName:RepositorySummary'
, repositorySummary_domainName
- The name of the domain that contains the repository.
$sel:name:RepositorySummary'
, repositorySummary_name
- The name of the repository.
$sel:administratorAccount:RepositorySummary'
, repositorySummary_administratorAccount
- The AWS account ID that manages the repository.
$sel:description:RepositorySummary'
, repositorySummary_description
- The description of the repository.
repositorySummary_arn :: Lens' RepositorySummary (Maybe Text) Source #
The ARN of the repository.
repositorySummary_domainOwner :: Lens' RepositorySummary (Maybe Text) Source #
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
repositorySummary_domainName :: Lens' RepositorySummary (Maybe Text) Source #
The name of the domain that contains the repository.
repositorySummary_name :: Lens' RepositorySummary (Maybe Text) Source #
The name of the repository.
repositorySummary_administratorAccount :: Lens' RepositorySummary (Maybe Text) Source #
The AWS account ID that manages the repository.
repositorySummary_description :: Lens' RepositorySummary (Maybe Text) Source #
The description of the repository.