AWS cli high security documentation change
Summary
Added AWS review option for registration submissions with new parameters, status, and timestamp fields
Security assessment
Introduces mandatory AWS review process for registrations with new security validation states. Adds explicit security controls (--aws-review flag) and AWS_REVIEWING status to enforce additional security validation before processing submissions.
Diff
diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/submit-registration-version.md b/cli/latest/reference/pinpoint-sms-voice-v2/submit-registration-version.md index d529ab7aa..ad1aae929 100644 --- a//cli/latest/reference/pinpoint-sms-voice-v2/submit-registration-version.md +++ b//cli/latest/reference/pinpoint-sms-voice-v2/submit-registration-version.md @@ -15 +15 @@ - * [AWS CLI 2.32.21 Command Reference](../../index.html) » + * [AWS CLI 2.32.23 Command Reference](../../index.html) » @@ -67,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi + [--aws-review | --no-aws-review] @@ -103,0 +105,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi +`--aws-review` | `--no-aws-review` (boolean) + +> Set to true to request AWS review of the registration. When enabled, AWS will perform additional validation and review of the registration submission before processing. + @@ -241,0 +247 @@ RegistrationVersionStatus -> (string) +> * `AWS_REVIEWING` @@ -263,0 +270,4 @@ RegistrationVersionStatusHistory -> (structure) +> AwsReviewingTimestamp -> (timestamp) +> +>> The time when the registration was in the AWS reviewing state, in [UNIX epoch time](https://www.epochconverter.com/) format. +> @@ -291,0 +302,4 @@ RegistrationVersionStatusHistory -> (structure) +AwsReview -> (boolean) + +> Indicates whether AWS review was requested for this registration submission. + @@ -302 +316 @@ RegistrationVersionStatusHistory -> (structure) - * [AWS CLI 2.32.21 Command Reference](../../index.html) » + * [AWS CLI 2.32.23 Command Reference](../../index.html) »