v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425150118.3 KB

Retrieves a list of configuration items as specified by the value passed to the required parameter <code>configurationType</code>. Optional filtering may be applied to refine search results.

post/#X-Amz-Target=AWSPoseidonService_V2015_11_01.ListConfigurations

Headers

X-Amz-Target'AWSPoseidonService_V2015_11_01.ListConfigurations' required

Request body

configurationType'SERVER' | 'PROCESS' | 'CONNECTION' | 'APPLICATION' required

A valid configuration identified by Application Discovery Service.

maxResultsinteger

The total number of items to return. The maximum value is 100.

nextTokenstring

Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

Response

Success

configurationsConfiguration[]

Returns configuration details, including the configuration ID, attribute names, and attribute values.

nextTokenstring

Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.