AWS cli documentation change
Summary
Updated command description, parameter explanations, and response field documentation for clarity. Added pagination details and standardized terminology.
Security assessment
Changes are documentation refinements focusing on clarity and consistency (e.g., changing 'User ID' to 'entity identifier', adding role limitations). No security vulnerabilities, exploits, or weaknesses are mentioned. The updates improve general usability but don't address security flaws or introduce new security features.
Diff
diff --git a/cli/latest/reference/securityagent/list-memberships.md b/cli/latest/reference/securityagent/list-memberships.md index b66238d8c..b661231a8 100644 --- a//cli/latest/reference/securityagent/list-memberships.md +++ b//cli/latest/reference/securityagent/list-memberships.md @@ -15 +15 @@ - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Lists all members associated to an agent space with pagination support +Returns a paginated list of membership summaries for the specified agent space within an application. @@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Application identifier +> The unique identifier of the application that contains the agent space. @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Agent space identifier +> The unique identifier of the agent space to list memberships for. @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi -> Filter by member type +> Filter memberships by member type. @@ -252 +252 @@ membershipSummaries -> (list) -> List of membership summaries +> The list of membership summaries. @@ -256 +256 @@ membershipSummaries -> (list) ->> Membership summary for list operations +>> Contains summary information about a membership. @@ -260 +260 @@ membershipSummaries -> (list) ->>> Member identifier (userId or agentSpaceId) +>>> The unique identifier of the membership. @@ -264 +264 @@ membershipSummaries -> (list) ->>> Application identifier +>>> The unique identifier of the application. @@ -268 +268 @@ membershipSummaries -> (list) ->>> Agent space identifier +>>> The unique identifier of the agent space. @@ -272 +272 @@ membershipSummaries -> (list) ->>> Type of member +>>> The type of member. @@ -282 +282 @@ membershipSummaries -> (list) ->>> Configuration specific to the member type +>>> The configuration for the membership. @@ -290 +290 @@ membershipSummaries -> (list) ->>>> Configuration for user members +>>>> The user configuration for the membership. @@ -294 +294 @@ membershipSummaries -> (list) ->>>>> Role of the user associated to the agent space +>>>>> The role assigned to the user. Currently, only MEMBER is supported. @@ -304 +304 @@ membershipSummaries -> (list) ->>> Member-specific metadata +>>> The metadata for the member. @@ -312 +312 @@ membershipSummaries -> (list) ->>>> User metadata for USER members +>>>> The user metadata for the member. @@ -316 +316 @@ membershipSummaries -> (list) ->>>>> User name/display name +>>>>> The username of the user. @@ -320 +320 @@ membershipSummaries -> (list) ->>>>> User email address +>>>>> The email address of the user. @@ -324 +324 @@ membershipSummaries -> (list) ->>> Timestamp when the membership was created (ISO 8601) +>>> The date and time the membership was created, in UTC format. @@ -328 +328 @@ membershipSummaries -> (list) ->>> Timestamp when the membership was last updated (ISO 8601) +>>> The date and time the membership was last updated, in UTC format. @@ -332 +332 @@ membershipSummaries -> (list) ->>> User ID who created the membership +>>> The identifier of the entity that created the membership. @@ -336 +336 @@ membershipSummaries -> (list) ->>> User ID who last updated the membership +>>> The identifier of the entity that last updated the membership. @@ -340 +340 @@ nextToken -> (string) -> Token for next page of results +> A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request. @@ -352 +352 @@ nextToken -> (string) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »