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 |
Returns a list of
RepositorySummary
objects. Each RepositorySummary
contains information about a
repository in the specified domain and that matches the input
parameters.
This operation returns paginated results.
Synopsis
- data ListRepositoriesInDomain = ListRepositoriesInDomain' {}
- newListRepositoriesInDomain :: Text -> ListRepositoriesInDomain
- listRepositoriesInDomain_repositoryPrefix :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_domainOwner :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_nextToken :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_administratorAccount :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_maxResults :: Lens' ListRepositoriesInDomain (Maybe Natural)
- listRepositoriesInDomain_domain :: Lens' ListRepositoriesInDomain Text
- data ListRepositoriesInDomainResponse = ListRepositoriesInDomainResponse' {}
- newListRepositoriesInDomainResponse :: Int -> ListRepositoriesInDomainResponse
- listRepositoriesInDomainResponse_repositories :: Lens' ListRepositoriesInDomainResponse (Maybe [RepositorySummary])
- listRepositoriesInDomainResponse_nextToken :: Lens' ListRepositoriesInDomainResponse (Maybe Text)
- listRepositoriesInDomainResponse_httpStatus :: Lens' ListRepositoriesInDomainResponse Int
Creating a Request
data ListRepositoriesInDomain Source #
See: newListRepositoriesInDomain
smart constructor.
ListRepositoriesInDomain' | |
|
Instances
newListRepositoriesInDomain Source #
Create a value of ListRepositoriesInDomain
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:repositoryPrefix:ListRepositoriesInDomain'
, listRepositoriesInDomain_repositoryPrefix
- A prefix used to filter returned repositories. Only repositories with
names that start with repositoryPrefix
are returned.
$sel:domainOwner:ListRepositoriesInDomain'
, listRepositoriesInDomain_domainOwner
- The 12-digit account number of the AWS account that owns the domain. It
does not include dashes or spaces.
$sel:nextToken:ListRepositoriesInDomain'
, listRepositoriesInDomain_nextToken
- The token for the next set of results. Use the value returned in the
previous response in the next request to retrieve the next set of
results.
$sel:administratorAccount:ListRepositoriesInDomain'
, listRepositoriesInDomain_administratorAccount
- Filter the list of repositories to only include those that are managed
by the AWS account ID.
$sel:maxResults:ListRepositoriesInDomain'
, listRepositoriesInDomain_maxResults
- The maximum number of results to return per page.
$sel:domain:ListRepositoriesInDomain'
, listRepositoriesInDomain_domain
- The name of the domain that contains the returned list of repositories.
Request Lenses
listRepositoriesInDomain_repositoryPrefix :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
A prefix used to filter returned repositories. Only repositories with
names that start with repositoryPrefix
are returned.
listRepositoriesInDomain_domainOwner :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
listRepositoriesInDomain_nextToken :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listRepositoriesInDomain_administratorAccount :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
Filter the list of repositories to only include those that are managed by the AWS account ID.
listRepositoriesInDomain_maxResults :: Lens' ListRepositoriesInDomain (Maybe Natural) Source #
The maximum number of results to return per page.
listRepositoriesInDomain_domain :: Lens' ListRepositoriesInDomain Text Source #
The name of the domain that contains the returned list of repositories.
Destructuring the Response
data ListRepositoriesInDomainResponse Source #
See: newListRepositoriesInDomainResponse
smart constructor.
ListRepositoriesInDomainResponse' | |
|
Instances
newListRepositoriesInDomainResponse Source #
Create a value of ListRepositoriesInDomainResponse
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:repositories:ListRepositoriesInDomainResponse'
, listRepositoriesInDomainResponse_repositories
- The returned list of repositories.
$sel:nextToken:ListRepositoriesInDomain'
, listRepositoriesInDomainResponse_nextToken
- If there are additional results, this is the token for the next set of
results.
$sel:httpStatus:ListRepositoriesInDomainResponse'
, listRepositoriesInDomainResponse_httpStatus
- The response's http status code.
Response Lenses
listRepositoriesInDomainResponse_repositories :: Lens' ListRepositoriesInDomainResponse (Maybe [RepositorySummary]) Source #
The returned list of repositories.
listRepositoriesInDomainResponse_nextToken :: Lens' ListRepositoriesInDomainResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listRepositoriesInDomainResponse_httpStatus :: Lens' ListRepositoriesInDomainResponse Int Source #
The response's http status code.