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
Similar to associate-origination-identity, this change makes the parameter optional for RCS agent support. No security vulnerabilities or security features are mentioned.
Diff
diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/disassociate-origination-identity.md b/cli/latest/reference/pinpoint-sms-voice-v2/disassociate-origination-identity.md index b108fce07..715a5abda 100644 --- a//cli/latest/reference/pinpoint-sms-voice-v2/disassociate-origination-identity.md +++ b//cli/latest/reference/pinpoint-sms-voice-v2/disassociate-origination-identity.md @@ -15 +15 @@ - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) » @@ -71 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi - --iso-country-code <value> + [--iso-country-code <value>] @@ -108 +108 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> * min: `1` +> * min: `0` @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> * pattern: `[A-Za-z0-9_:/-]+` +> * pattern: `[A-Za-z0-9_:/-]*` @@ -130 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -`--iso-country-code` (string) [required] +`--iso-country-code` (string) @@ -132 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi -> The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. +> The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. This field is optional and is not required for origination identity types that are not country-specific, such as RCS agents. @@ -305 +305 @@ IsoCountryCode -> (string) - * [AWS CLI 2.34.20 Command Reference](../../index.html) » + * [AWS CLI 2.34.21 Command Reference](../../index.html) »