---
title: "POST /ListDistributionConfigurations"
method: POST
path: "/ListDistributionConfigurations"
---

# POST /ListDistributionConfigurations

`POST /ListDistributionConfigurations`

Returns a list of distribution configurations.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `filters` Filter[] — You can filter on <code>name</code> to streamline results.
    - `name` string — The name of the filter. Filter names are case-sensitive.
    - `values` FilterValue[] — The filter values. Filter values are case-sensitive.
  - `maxResults` integer — The maximum items to return in a request.
  - `nextToken` string — A token to specify where to start paginating. This is the NextToken from a previously truncated response.

## Response `200`

Success

- ListDistributionConfigurationsResponse
  - `requestId` string — The request ID that uniquely identifies this request.
  - `distributionConfigurationSummaryList` DistributionConfigurationSummary[] — The list of distributions.
    - `arn` string — The Amazon Resource Name (ARN) of the distribution configuration.
    - `name` string — The name of the distribution configuration.
    - `description` string — The description of the distribution configuration.
    - `dateCreated` string — The date on which the distribution configuration was created.
    - `dateUpdated` string — The date on which the distribution configuration was updated.
    - `tags` object — The tags associated with the distribution configuration.
    - `regions` NonEmptyString[] — A list of Regions where the container image is distributed to.
  - `nextToken` string — The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.

## Other responses

- `480` — ServiceException
- `481` — ClientException
- `482` — ServiceUnavailableException
- `483` — InvalidRequestException
- `484` — InvalidPaginationTokenException
- `485` — ForbiddenException
- `486` — CallRateLimitExceededException

---

[API](https://skmtc.net/aws/apis/imagebuilder.md) · [All operations](https://skmtc.net/aws/apis/imagebuilder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/imagebuilder/versions/cfe68d8f8262/schema)
