Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListReceivedGrantsRequest

import type { ListReceivedGrantsRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ListReceivedGrantsRequest {
Filters?: Filter[] | null;
GrantArns?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

Filters to scope the results. The following filters are supported:

  • ProductSKU
    
  • LicenseIssuerName
    
  • LicenseArn
    
  • GrantStatus
    
  • GranterAccountId
    
§
GrantArns?: string[] | null
[src]

Amazon Resource Names (ARNs) of the grants.

§
MaxResults?: number | null
[src]

Maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

Token for the next set of results.