The payload for the getEligibileInventory operation.

Export

GetFeatureInventoryResult

interface GetFeatureInventoryResult {
    featureName: string;
    featureSkus?: FeatureSku[];
    marketplaceId: string;
    nextToken?: string;
}

Properties

featureName: string

The name of the feature.

Memberof

GetFeatureInventoryResult

featureSkus?: FeatureSku[]

An array of SKUs eligible for this feature and the quantity available.

Memberof

GetFeatureInventoryResult

marketplaceId: string

The requested marketplace.

Memberof

GetFeatureInventoryResult

nextToken?: string

When present and not empty, pass this string token in the next request to return the next response page.

Memberof

GetFeatureInventoryResult