{ "opencollection": "1.0.0", "info": { "name": "Amazon Macie 2 Admin#adminAccountId Allow Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Allow Lists", "type": "folder" }, "items": [ { "info": { "name": "Amazon Macie List Allow Lists", "type": "http" }, "http": { "method": "GET", "url": "http://macie2.{region}.amazonaws.com/allow-lists", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of items to include in each page of a paginated response." }, { "name": "nextToken", "value": "", "type": "query", "description": "The nextToken string that specifies which page of results to return in a paginated response." } ] }, "docs": "Retrieves a subset of information about all the allow lists for an account." }, { "info": { "name": "Amazon Macie Create Allow List", "type": "http" }, "http": { "method": "POST", "url": "http://macie2.{region}.amazonaws.com/allow-lists", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and defines the settings for an allow list." }, { "info": { "name": "Amazon Macie Get Allow List", "type": "http" }, "http": { "method": "GET", "url": "http://macie2.{region}.amazonaws.com/allow-lists/:id", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Amazon Macie resource that the request applies to." } ] }, "docs": "Retrieves the settings and status of an allow list." }, { "info": { "name": "Amazon Macie Update Allow List", "type": "http" }, "http": { "method": "PUT", "url": "http://macie2.{region}.amazonaws.com/allow-lists/:id", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Amazon Macie resource that the request applies to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the settings for an allow list." }, { "info": { "name": "Amazon Macie Delete Allow List", "type": "http" }, "http": { "method": "DELETE", "url": "http://macie2.{region}.amazonaws.com/allow-lists/:id", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Amazon Macie resource that the request applies to." }, { "name": "ignoreJobChecks", "value": "", "type": "query", "description": "
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
" } ] }, "docs": "Deletes an allow list." } ] } ], "bundled": true }