AWS cli documentation change
Summary
Added 'network-connector' to ARN pattern and updated CLI version
Security assessment
Routine resource pattern update with no security impact.
Diff
diff --git a/cli/latest/reference/lambda/tag-resource.md b/cli/latest/reference/lambda/tag-resource.md index ff9c220bd..253449329 100644 --- a//cli/latest/reference/lambda/tag-resource.md +++ b//cli/latest/reference/lambda/tag-resource.md @@ -15 +15 @@ - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) » @@ -103 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda -> * pattern: `arn:(aws[a-zA-Z-]*):lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:(function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|capacity-provider:[a-zA-Z0-9-_]{1,64})` +> * pattern: `arn:(aws[a-zA-Z-]*):lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:(function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|(capacity-provider|network-connector):[a-zA-Z0-9-_]{1,64})` @@ -291 +291 @@ None - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) »