AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.34 to 2.34.37, changed navigation links, reordered command parameters, moved fingerprint field in output structure, and modified regex patterns by removing start (^) and end ($) anchors for name and ARN patterns.
Security assessment
The changes are primarily documentation formatting, navigation updates, and minor pattern adjustments without any mention of security vulnerabilities, patches, or security incidents. The pattern changes (removing ^ and $ anchors) might affect validation strictness but there's no explicit security context provided in the diff.
Diff
diff --git a/cli/latest/reference/ivs/import-playback-key-pair.md b/cli/latest/reference/ivs/import-playback-key-pair.md index f620ef57f..4dae708fc 100644 --- a//cli/latest/reference/ivs/import-playback-key-pair.md +++ b//cli/latest/reference/ivs/import-playback-key-pair.md @@ -13 +13 @@ - * [next](list-channels.html "list-channels") | + * [next](insert-ad-break.html "insert-ad-break") | @@ -15 +15 @@ - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) » @@ -23 +23 @@ - * [list-channels →](list-channels.html "next chapter \(use the right arrow\)") + * [insert-ad-break →](insert-ad-break.html "next chapter \(use the right arrow\)") @@ -68 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 - [--name <value>] @@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 + [--name <value>] @@ -95,0 +96,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 +`--public-key-material` (string) [required] + +> The public portion of a customer-generated key pair. + @@ -104 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 -> * pattern: `^[a-zA-Z0-9-_]*$` +> * pattern: `[a-zA-Z0-9-_]*` @@ -108,4 +111,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ivs-20 -`--public-key-material` (string) [required] - -> The public portion of a customer-generated key pair. - @@ -310 +310 @@ keyPair -> (structure) ->> * pattern: `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$` +>> * pattern: `arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+` @@ -313,4 +312,0 @@ keyPair -> (structure) -> -> fingerprint -> (string) -> ->> Key-pair identifier. @@ -326 +322 @@ keyPair -> (structure) ->> * pattern: `^[a-zA-Z0-9-_]*$` +>> * pattern: `[a-zA-Z0-9-_]*` @@ -328,0 +325,4 @@ keyPair -> (structure) +> +> fingerprint -> (string) +> +>> Key-pair identifier. @@ -360 +360 @@ keyPair -> (structure) - * [list-channels →](list-channels.html "next chapter \(use the right arrow\)") + * [insert-ad-break →](insert-ad-break.html "next chapter \(use the right arrow\)") @@ -367 +367 @@ keyPair -> (structure) - * [next](list-channels.html "list-channels") | + * [next](insert-ad-break.html "insert-ad-break") | @@ -369 +369 @@ keyPair -> (structure) - * [AWS CLI 2.34.34 Command Reference](../../index.html) » + * [AWS CLI 2.34.37 Command Reference](../../index.html) »