AWS.Tools.MarketplaceEntitlementService.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MarketplaceEntitlementService</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MES.GetMESEntitlementListCmdlet"> <summary> GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MES.GetMESEntitlementListCmdlet.Filter"> <summary> <para> <para>Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are <i>unioned</i> for each value in the value list, and then <i>intersected</i> for each filter key.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MES.GetMESEntitlementListCmdlet.ProductCode"> <summary> <para> <para>Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MES.GetMESEntitlementListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MES.GetMESEntitlementListCmdlet.NextToken"> <summary> <para> <para>For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter. </para> </summary> </member> </members> </doc> |