The input for DeleteAdapterVersionCommand.

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

Hierarchy (view full)

Properties

AdapterId: undefined | string

A string containing a unique ID for the adapter version that will be deleted.

AdapterVersion: undefined | string

Specifies the adapter version to be deleted.