The input for UpdateAdapterCommand.

interface UpdateAdapterCommandInput {
    AdapterId: undefined | string;
    AdapterName?: string;
    AutoUpdate?: AutoUpdate;
    Description?: string;
}

Hierarchy (view full)

Properties

AdapterId: undefined | string

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

AdapterName?: string

The new name to be applied to the adapter.

AutoUpdate?: AutoUpdate

The new auto-update status to be applied to the adapter.

Description?: string

The new description to be applied to the adapter.