AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationAggregatorName": "string",
    "UpdateStatus": [],
    "NextToken": "string",
    "Limit": 0
}'
Response Response Example
200 - Example 1
{
  "AggregatedSourceStatusList": [],
  "NextToken": "string"
}

Request

Query Params
Limit
string 
optional
Pagination limit
NextToken
string 
optional
Pagination token
Header Params
X-Amz-Target
string 
required
Body Params application/json
ConfigurationAggregatorName
string 
required
The name of the configuration aggregator.
>= 1 characters<= 256 characters
Match pattern:
[\w\-]+
UpdateStatus
array[string]
optional
Filters the status type.
  • Valid value FAILED indicates errors while moving data.
  • Valid value SUCCEEDED indicates the data was successfully moved.
  • Valid value OUTDATED indicates the data is not the most recent.
>= 1 items
Allowed values:
FAILEDSUCCEEDEDOUTDATED
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Limit
integer 
optional
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.
>= 0<= 100
Examples

Responses

🟢200Success
application/json
Body
AggregatedSourceStatusList
array[object (AggregatedSourceStatus) {7}] 
optional
Returns an AggregatedSourceStatus object.
SourceId
string 
optional
The source account ID or an organization.
SourceType
enum<string> 
optional
The source account or an organization.
Allowed values:
ACCOUNTORGANIZATION
AwsRegion
string 
optional
The region authorized to collect aggregated data.
>= 1 characters<= 64 characters
LastUpdateStatus
enum<string> 
optional
Filters the last updated status type.
  • Valid value FAILED indicates errors while moving data.
  • Valid value SUCCEEDED indicates the data was successfully moved.
  • Valid value OUTDATED indicates the data is not the most recent.
Allowed values:
FAILEDSUCCEEDEDOUTDATED
LastUpdateTime
string <date-time>
optional
The time of the last update.
LastErrorCode
string 
optional
The error code that Config returned when the source account aggregation last failed.
LastErrorMessage
string 
optional
The message indicating that the source account aggregation failed due to an error.
NextToken
string 
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
🟠480InvalidParameterValueException
🟠481NoSuchConfigurationAggregatorException
🟠482InvalidNextTokenException
🟠483InvalidLimitException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with