AWS cli documentation change
Summary
Fixed example command syntax and updated CLI version
Security assessment
Corrected example command from 'batch-start-viewer-session-revocation' to 'start-viewer-session-revocation'. Prevents operational errors but no security impact
Diff
diff --git a/cli/latest/reference/ivs/start-viewer-session-revocation.md b/cli/latest/reference/ivs/start-viewer-session-revocation.md index eb4d853c9..92c0736c6 100644 --- a//cli/latest/reference/ivs/start-viewer-session-revocation.md +++ b//cli/latest/reference/ivs/start-viewer-session-revocation.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -253 +253 @@ The following `start-viewer-session-revocation` example starts the process of re - aws ivs batch-start-viewer-session-revocation \ + aws ivs start-viewer-session-revocation \ @@ -277 +277 @@ None - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »