interface ListAdapterVersionsResponse {
    AdapterVersions?: AdapterVersionOverview[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

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.