AWS cli documentation change
Summary
Updated ARN pattern for algorithm descriptions
Security assessment
Pattern update for broader ARN compatibility without security-specific changes.
Diff
diff --git a/cli/latest/reference/sagemaker/describe-algorithm.md b/cli/latest/reference/sagemaker/describe-algorithm.md index 7530267d8..8fafe3738 100644 --- a//cli/latest/reference/sagemaker/describe-algorithm.md +++ b//cli/latest/reference/sagemaker/describe-algorithm.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -223 +223 @@ AlgorithmArn -> (string) -> * pattern: `arn:aws(-cn|-us-gov|-iso-f)?:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:algorithm/[\S]{1,2048}` +> * pattern: `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:algorithm/[\S]{1,2048}` @@ -838 +838 @@ InferenceSpecification -> (structure) ->>> Image -> (string) [required] +>>> Image -> (string) @@ -3028 +3028 @@ CertifyForMarketplace -> (boolean) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »