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

ListComponentsRequest

import type { ListComponentsRequest } from "https://aws-api.deno.dev/v0.4/services/imagebuilder.ts?docs=full";
interface ListComponentsRequest {
byName?: boolean | null;
filters?: Filter[] | null;
maxResults?: number | null;
nextToken?: string | null;
owner?: Ownership | null;
}

§Properties

§
byName?: boolean | null
[src]

Returns the list of components for the specified name.

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

Use the following filters to streamline results:

  • description
    
  • name
    
  • platform
    
  • supportedOsVersion
    
  • type
    
  • version
    
§
maxResults?: number | null
[src]

The maximum items to return in a request.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

§
owner?: Ownership | null
[src]

Filters results based on the type of owner for the component. By default, this request returns a list of components that your account owns. To see results for other types of owners, you can specify components that Amazon manages, third party components, or components that other accounts have shared with you.