AWS cli documentation change
Summary
Updated ARN pattern in algorithm listing documentation
Security assessment
ARN pattern modification for consistency, no security features added or modified.
Diff
diff --git a/cli/latest/reference/sagemaker/list-algorithms.md b/cli/latest/reference/sagemaker/list-algorithms.md index 5e877b312..4a3b0fc0d 100644 --- a//cli/latest/reference/sagemaker/list-algorithms.md +++ b//cli/latest/reference/sagemaker/list-algorithms.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -288 +288 @@ AlgorithmSummaryList -> (list) ->>> * 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}` @@ -344 +344 @@ NextToken -> (string) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »