v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Lists all available Amazon Inspector rules packages.

post/#X-Amz-Target=InspectorService.ListRulesPackages

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'InspectorService.ListRulesPackages' required

Request body

nextTokenstring

You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the <b>ListRulesPackages</b> action. Subsequent calls to the action fill <b>nextToken</b> in the request with the value of <b>NextToken</b> from the previous response to continue listing data.

maxResultsinteger

You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.

Response

Success

rulesPackageArnsArn[] required

The list of ARNs that specifies the rules packages returned by the action.

nextTokenstring

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Example response

{
  "nextToken": "1",
  "rulesPackageArns": [
    "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-9hgA516p",
    "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-H5hpSawc",
    "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ",
    "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-vg5GGHSD"
  ]
}