| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeArtifact.ListRepositoriesInDomain
Description
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_administratorAccount :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_domainOwner :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_maxResults :: Lens' ListRepositoriesInDomain (Maybe Natural)
- listRepositoriesInDomain_nextToken :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_repositoryPrefix :: Lens' ListRepositoriesInDomain (Maybe Text)
- listRepositoriesInDomain_domain :: Lens' ListRepositoriesInDomain Text
- data ListRepositoriesInDomainResponse = ListRepositoriesInDomainResponse' {}
- newListRepositoriesInDomainResponse :: Int -> ListRepositoriesInDomainResponse
- listRepositoriesInDomainResponse_nextToken :: Lens' ListRepositoriesInDomainResponse (Maybe Text)
- listRepositoriesInDomainResponse_repositories :: Lens' ListRepositoriesInDomainResponse (Maybe [RepositorySummary])
- listRepositoriesInDomainResponse_httpStatus :: Lens' ListRepositoriesInDomainResponse Int
Creating a Request
data ListRepositoriesInDomain Source #
See: newListRepositoriesInDomain smart constructor.
Constructors
| ListRepositoriesInDomain' | |
Fields
| |
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:
ListRepositoriesInDomain, listRepositoriesInDomain_administratorAccount - Filter the list of repositories to only include those that are managed
by the Amazon Web Services account ID.
ListRepositoriesInDomain, listRepositoriesInDomain_domainOwner - The 12-digit account number of the Amazon Web Services account that owns
the domain. It does not include dashes or spaces.
$sel:maxResults:ListRepositoriesInDomain', listRepositoriesInDomain_maxResults - The maximum number of results to return per page.
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:repositoryPrefix:ListRepositoriesInDomain', listRepositoriesInDomain_repositoryPrefix - A prefix used to filter returned repositories. Only repositories with
names that start with repositoryPrefix are returned.
$sel:domain:ListRepositoriesInDomain', listRepositoriesInDomain_domain - The name of the domain that contains the returned list of repositories.
Request Lenses
listRepositoriesInDomain_administratorAccount :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
listRepositoriesInDomain_domainOwner :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
listRepositoriesInDomain_maxResults :: Lens' ListRepositoriesInDomain (Maybe Natural) Source #
The maximum number of results to return per page.
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_repositoryPrefix :: Lens' ListRepositoriesInDomain (Maybe Text) Source #
A prefix used to filter returned repositories. Only repositories with
names that start with repositoryPrefix are returned.
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.
Constructors
| ListRepositoriesInDomainResponse' | |
Fields
| |
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:
ListRepositoriesInDomain, listRepositoriesInDomainResponse_nextToken - If there are additional results, this is the token for the next set of
results.
$sel:repositories:ListRepositoriesInDomainResponse', listRepositoriesInDomainResponse_repositories - The returned list of repositories.
$sel:httpStatus:ListRepositoriesInDomainResponse', listRepositoriesInDomainResponse_httpStatus - The response's http status code.
Response Lenses
listRepositoriesInDomainResponse_nextToken :: Lens' ListRepositoriesInDomainResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listRepositoriesInDomainResponse_repositories :: Lens' ListRepositoriesInDomainResponse (Maybe [RepositorySummary]) Source #
The returned list of repositories.
listRepositoriesInDomainResponse_httpStatus :: Lens' ListRepositoriesInDomainResponse Int Source #
The response's http status code.