The output of CreateAdapterVersionCommand.

interface CreateAdapterVersionCommandOutput {
    $metadata: ResponseMetadata;
    AdapterId?: string;
    AdapterVersion?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AdapterId?: string

A string containing the unique ID for the adapter that has received a new version.

AdapterVersion?: string

A string describing the new version of the adapter.