AWS cli documentation change
Summary
Added EntitlementTags parameter documentation and updated CLI version references
Security assessment
The change adds documentation for tagging capabilities but does not address security vulnerabilities or introduce security features. Version number updates are routine maintenance.
Diff
diff --git a/cli/latest/reference/mediaconnect/grant-flow-entitlements.md b/cli/latest/reference/mediaconnect/grant-flow-entitlements.md index 763854028..6a094e651 100644 --- a//cli/latest/reference/mediaconnect/grant-flow-entitlements.md +++ b//cli/latest/reference/mediaconnect/grant-flow-entitlements.md @@ -15 +15 @@ - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) » @@ -185,0 +186,8 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mediac +>> +>> EntitlementTags -> (map) +>> +>>> The key-value pairs that can be used to tag and organize the entitlement. +>>> +>>> key -> (string) +>>> +>>> value -> (string) @@ -190 +198 @@ Shorthand Syntax: - DataTransferSubscriberFeePercent=integer,Description=string,Encryption={Algorithm=string,ConstantInitializationVector=string,DeviceId=string,KeyType=string,Region=string,ResourceId=string,RoleArn=string,SecretArn=string,Url=string},EntitlementStatus=string,Name=string,Subscribers=string,string ... + DataTransferSubscriberFeePercent=integer,Description=string,Encryption={Algorithm=string,ConstantInitializationVector=string,DeviceId=string,KeyType=string,Region=string,ResourceId=string,RoleArn=string,SecretArn=string,Url=string},EntitlementStatus=string,Name=string,Subscribers=string,string,EntitlementTags={KeyName1=string,KeyName2=string} ... @@ -213 +221,3 @@ JSON Syntax: - "Subscribers": ["string", ...] + "Subscribers": ["string", ...], + "EntitlementTags": {"string": "string" + ...} @@ -491 +501 @@ FlowArn -> (string) - * [AWS CLI 2.31.8 Command Reference](../../index.html) » + * [AWS CLI 2.31.10 Command Reference](../../index.html) »