The input for GetAdapterVersionCommand.

interface GetAdapterVersionCommandInput {
    AdapterId: undefined | string;
    AdapterVersion: undefined | string;
}

Hierarchy (view full)

Properties

AdapterId: undefined | string

A string specifying a unique ID for the adapter version you want to retrieve information for.

AdapterVersion: undefined | string

A string specifying the adapter version you want to retrieve information for.