AWS cli documentation change
Summary
Updated CLI version reference and replaced detailed deletion explanation with a concise summary: 'Deletes a payment instrument. This is a soft delete operation that preserves the record for audit and compliance purposes.'
Security assessment
Removed operational details about authorization mechanisms and error conditions without adding new security content. The soft-delete reference relates to standard audit practices but doesn't introduce new security documentation or address vulnerabilities.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore/delete-payment-instrument.md b/cli/latest/reference/bedrock-agentcore/delete-payment-instrument.md index b3d187c25..62ccfe674 100644 --- a//cli/latest/reference/bedrock-agentcore/delete-payment-instrument.md +++ b//cli/latest/reference/bedrock-agentcore/delete-payment-instrument.md @@ -15 +15 @@ - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) » @@ -59,18 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Delete a payment instrument - -Marks a payment instrument as deleted by updating its status to DELETED. This is a soft delete operation that preserves the record in the database for audit and compliance purposes. The record remains queryable for audit purposes but is excluded from normal list and get operations. - -Deleting an already-deleted or non-existent instrument returns ResourceNotFoundException (404). - -Authorization: The caller must own the instrument (accountId, userId, and paymentManagerId must match). If authorization fails, a 403 Forbidden error is returned. - -Timestamp Management: The updatedAt timestamp is set to the current time, while createdAt is preserved. The version field is incremented for optimistic locking. - -Errors: - - * ResourceNotFoundException: The instrument does not exist or is already deleted - * AccessDeniedException: The caller is not authorized to delete this instrument - * ValidationException: Required fields are missing or invalid - * InternalServerException: An unexpected server error occurred - - +Deletes a payment instrument. This is a soft delete operation that preserves the record for audit and compliance purposes. @@ -296 +279 @@ status -> (string) - * [AWS CLI 2.34.49 Command Reference](../../index.html) » + * [AWS CLI 2.34.52 Command Reference](../../index.html) »