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.3/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 component build versions 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]

The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.