AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation low

File: cli/latest/reference/marketplace-catalog/list-entities.md

Summary

Added ResellerRole filter capability for ResaleAuthorization entities

Security assessment

Added new filtering functionality without security implications or security documentation.

Diff

diff --git a/cli/latest/reference/marketplace-catalog/list-entities.md b/cli/latest/reference/marketplace-catalog/list-entities.md
index bccb80022..96834356a 100644
--- a//cli/latest/reference/marketplace-catalog/list-entities.md
+++ b//cli/latest/reference/marketplace-catalog/list-entities.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1549,0 +1550,24 @@ JSON Syntax:
+>> 
+>> ResellerRole -> (structure)
+>>
+>>> Allows filtering on the `ResellerRole` of a ResaleAuthorization.
+>>> 
+>>> ValueList -> (list)
+>>>
+>>>> Allows filtering on the `ResellerRole` of a ResaleAuthorization with list input.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `10`
+>>>> 
+
+>>>> 
+>>>> (string)
+>>>>
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `ChannelPartner`
+>>>>>   * `Distributor`
+>>>>> 
+
@@ -2057,0 +2082,3 @@ JSON Syntax:
+        },
+        "ResellerRole": {
+          "ValueList": ["ChannelPartner"|"Distributor", ...]
@@ -3006,0 +3034,11 @@ EntitySummaryList -> (list)
+>>> 
+>>> ResellerRole -> (string)
+>>>
+>>>> The reseller role of the ResaleAuthorization.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `ChannelPartner`
+>>>>   * `Distributor`
+>>>> 
+
@@ -3131 +3169 @@ NextToken -> (string)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »