AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.34 to 2.34.37, removed regex anchors from ARN patterns, replaced errors section with HTTP security headers documentation, reorganized errors section, and added value field for stream keys
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. However, there is no evidence this addresses a specific security vulnerability or incident - it appears to be routine documentation enhancement for security headers.
Diff
diff --git a/cli/latest/reference/ivs/batch-get-stream-key.md b/cli/latest/reference/ivs/batch-get-stream-key.md index 0374f3efa..2d833f1b8 100644 --- a//cli/latest/reference/ivs/batch-get-stream-key.md +++ b//cli/latest/reference/ivs/batch-get-stream-key.md @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -111 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 ->> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$` +>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+` @@ -275 +275 @@ For more information, see [Create a Channel](https://docs.aws.amazon.com/ivs/lat -errors -> (list) +accessControlAllowOrigin -> (string) @@ -277,14 +277 @@ errors -> (list) -> (structure) -> ->> Error related to a specific channel, specified by its ARN. ->> ->> arn -> (string) ->> ->>> ARN of an IVS resource; e.g., channel. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> * max: `128` ->>> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$` ->>> +> 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. @@ -292,8 +279,23 @@ errors -> (list) ->> ->> code -> (string) ->> ->>> Error code. ->> ->> message -> (string) ->> ->>> Error message, determined by the application. +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. @@ -315 +317 @@ streamKeys -> (list) ->>> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$` +>>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+` @@ -317,0 +320,4 @@ streamKeys -> (list) +>> +>> value -> (string) +>> +>>> Stream-key value. @@ -327 +333 @@ streamKeys -> (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-]+` @@ -358,0 +365,6 @@ streamKeys -> (list) + +errors -> (list) + +> (structure) +> +>> Error related to a specific channel, specified by its ARN. @@ -360 +372 @@ streamKeys -> (list) ->> value -> (string) +>> arn -> (string) @@ -362 +374,17 @@ streamKeys -> (list) ->>> Stream-key value. +>>> ARN of an IVS resource; e.g., channel. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `128` +>>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+` +>>> + +>> +>> code -> (string) +>> +>>> Error code. +>> +>> message -> (string) +>> +>>> Error message, determined by the application. @@ -374 +402 @@ streamKeys -> (list) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »