AWS cli documentation change
Summary
Updated AWS CLI version from 2.34.20 to 2.34.21, made iso-country-code parameter optional, changed minimum value from 1 to 0, updated pattern validation, and clarified that country code is not required for non-country-specific origination identity types like RCS agents
Security assessment
This change appears to be a feature enhancement to support RCS agents which don't require country codes. The validation pattern change from '+' to '*' allows empty strings, which aligns with making the parameter optional. No security vulnerabilities or security features are mentioned.
Diff
diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/associate-origination-identity.md b/cli/latest/reference/pinpoint-sms-voice-v2/associate-origination-identity.md index a60b23804..90bb7d773 100644 --- a//cli/latest/reference/pinpoint-sms-voice-v2/associate-origination-identity.md +++ b//cli/latest/reference/pinpoint-sms-voice-v2/associate-origination-identity.md @@ -15 +15 @@ - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) » @@ -73 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi - --iso-country-code <value> + [--iso-country-code <value>] @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> * min: `1` +> * min: `0` @@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> * pattern: `[A-Za-z0-9_:/-]+` +> * pattern: `[A-Za-z0-9_:/-]*` @@ -132 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -`--iso-country-code` (string) [required] +`--iso-country-code` (string) @@ -134 +134 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the origination identity. +> The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the origination identity. This field is optional and is not required for origination identity types that are not country-specific, such as RCS agents. @@ -307 +307 @@ IsoCountryCode -> (string) - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) »