AWS cli documentation change
Summary
Updated CLI version reference and replaced detailed session deletion documentation with a concise statement: 'Deletes a payment session. This permanently removes the payment session record.'
Security assessment
Removed references to authorization requirements and error handling without introducing security enhancements. The change describes permanent deletion but doesn't address vulnerabilities or document new security features.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/delete-payment-session.md b/cli/latest/reference/bedrock-agentcore/delete-payment-session.md index b621b3d07..f0b1bf52a 100644 --- a//cli/latest/reference/bedrock-agentcore/delete-payment-session.md +++ b//cli/latest/reference/bedrock-agentcore/delete-payment-session.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -59,16 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Delete a payment manager session - -Permanently removes a payment session record from the database. This is a hard delete operation that removes the session completely. - -Deleting a non-existent or already-deleted session returns ResourceNotFoundException (404). - -Authorization: The caller must own the session (accountId, userId, and paymentManagerId must match). If authorization fails, a 403 Forbidden error is returned. - -Errors: - - * ResourceNotFoundException: The session does not exist or has already been deleted - * AccessDeniedException: The caller is not authorized to delete this session - * ValidationException: Required fields are missing or invalid - * InternalServerException: An unexpected server error occurred - - +Deletes a payment session. This permanently removes the payment session record. @@ -280 +265 @@ status -> (string) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »