AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.34 to 2.34.37, changed navigation links, removed regex anchors from ARN patterns, added HTTP security headers documentation, and reorganized errors section
Security assessment
The change adds documentation for security-related HTTP headers including Content-Security-Policy, Strict-Transport-Security, X-Content-Type-Options, and X-Frame-Options which are security features. This appears to be consistent documentation updates across multiple IVS commands but doesn't indicate addressing a specific security vulnerability or incident.
Diff
diff --git a/cli/latest/reference/ivs/batch-start-viewer-session-revocation.md b/cli/latest/reference/ivs/batch-start-viewer-session-revocation.md index a140e6501..b7419bded 100644 --- a//cli/latest/reference/ivs/batch-start-viewer-session-revocation.md +++ b//cli/latest/reference/ivs/batch-start-viewer-session-revocation.md @@ -13 +13 @@ - * [next](create-channel.html "create-channel") | + * [next](create-ad-configuration.html "create-ad-configuration") | @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -23 +23 @@ - * [create-channel →](create-channel.html "next chapter \(use the right arrow\)") + * [create-ad-configuration →](create-ad-configuration.html "next chapter \(use the right arrow\)") @@ -117 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 ->>> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$` +>>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+` @@ -314,0 +315,28 @@ For more information, see [Setting Up Private Channels](https://docs.aws.amazon. +accessControlAllowOrigin -> (string) + +> See [Access-Control-Allow-Origin](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin) in the MDN Web Docs. + +accessControlExposeHeaders -> (string) + +> See [Access-Control-Expose-Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers) in the MDN Web Docs. + +cacheControl -> (string) + +> See [Cache-Control](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control) in the MDN Web Docs. + +contentSecurityPolicy -> (string) + +> See [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy) in the MDN Web Docs. + +strictTransportSecurity -> (string) + +> See [Strict-Transport-Security](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security) in the MDN Web Docs. + +xContentTypeOptions -> (string) + +> See [X-Content-Type-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options) in the MDN Web Docs. + +xFrameOptions -> (string) + +> See [X-Frame-Options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options) in the MDN Web Docs. + @@ -331 +359 @@ errors -> (list) ->>> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$` +>>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+` @@ -334,8 +361,0 @@ errors -> (list) ->> ->> code -> (string) ->> ->>> Error code. ->> ->> message -> (string) ->> ->>> Error message, determined by the application. @@ -352,0 +373,8 @@ errors -> (list) +>> +>> code -> (string) +>> +>>> Error code. +>> +>> message -> (string) +>> +>>> Error message, determined by the application. @@ -355 +383 @@ errors -> (list) - * [create-channel →](create-channel.html "next chapter \(use the right arrow\)") + * [create-ad-configuration →](create-ad-configuration.html "next chapter \(use the right arrow\)") @@ -362 +390 @@ errors -> (list) - * [next](create-channel.html "create-channel") | + * [next](create-ad-configuration.html "create-ad-configuration") | @@ -364 +392 @@ errors -> (list) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »