AWS code-library documentation change
Summary
Clarified search example to specify IAM service resources
Security assessment
Descriptive improvement without security implications. No security features added.
Diff
diff --git a/code-library/latest/ug/cli_2_resource-explorer-2_code_examples.md b/code-library/latest/ug/cli_2_resource-explorer-2_code_examples.md index f059b6429..b1ae4c00e 100644 --- a//code-library/latest/ug/cli_2_resource-explorer-2_code_examples.md +++ b//code-library/latest/ug/cli_2_resource-explorer-2_code_examples.md @@ -676 +676 @@ The following code example shows how to use `search`. -The following `search` example displays all resources in the specified that are associated with the service. The search uses the default view for the Region. The example response includes a `NextToken` value, which indicates that there is more output available to retrieve with additional calls. +The following `search` example displays all resources in the specified Region that are associated with the IAM service. The search uses the default view for the Region. The example response includes a `NextToken` value, which indicates that there is more output available to retrieve with additional calls.