DeleteResourceExplorerSetup
Deletes a Resource Explorer setup configuration. This operation removes indexes and views from the specified Regions or all Regions where Resource Explorer is configured.
Request Syntax
POST /DeleteResourceExplorerSetup HTTP/1.1
Content-type: application/json
{
"DeleteInAllRegions": boolean
,
"RegionList": [ "string
" ]
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- DeleteInAllRegions
-
Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled. If this parameter is set to
true
, a value forRegionList
must not be provided. Otherwise, the operation fails with aValidationException
error.Type: Boolean
Required: No
- RegionList
-
A list of AWS Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses the
DeleteInAllRegions
parameter to determine scope.Type: Array of strings
Pattern:
[a-z-]+-[a-z]+-[0-9]
Required: No
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"TaskId": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- TaskId
-
The unique identifier for the deletion task. Use this ID with
GetResourceExplorerSetup
to monitor the progress of the deletion operation.Type: String
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
The credentials that you used to call this operation don't have the minimum required permissions.
HTTP Status Code: 403
- ConflictException
-
If you attempted to create a view, then the request failed because either you specified parameters that didn’t match the original request, or you attempted to create a view with a name that already exists in this AWS Region.
If you attempted to create an index, then the request failed because either you specified parameters that didn't match the original request, or an index already exists in the current AWS Region.
If you attempted to update an index type to
AGGREGATOR
, then the request failed because you already have anAGGREGATOR
index in a different AWS Region.HTTP Status Code: 409
- InternalServerException
-
The request failed because of internal service error. Try your request again later.
HTTP Status Code: 500
- ThrottlingException
-
The request failed because you exceeded a rate limit for this operation. For more information, see Quotas for Resource Explorer.
HTTP Status Code: 429
- ValidationException
-
You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.
- FieldList
-
An array of the request fields that had validation errors.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: