The output of ListAdapterVersionsCommand.

interface ListAdapterVersionsCommandOutput {
    $metadata: ResponseMetadata;
    AdapterVersions?: AdapterVersionOverview[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AdapterVersions?: AdapterVersionOverview[]

Adapter versions that match the filtering criteria specified when calling ListAdapters.

NextToken?: string

Identifies the next page of results to return when listing adapter versions.