The output of UpdateAdapterCommand.

interface UpdateAdapterCommandOutput {
    $metadata: ResponseMetadata;
    AdapterId?: string;
    AdapterName?: string;
    AutoUpdate?: AutoUpdate;
    CreationTime?: Date;
    Description?: string;
    FeatureTypes?: FeatureType[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AdapterId?: string

A string containing a unique ID for the adapter that has been updated.

AdapterName?: string

A string containing the name of the adapter that has been updated.

AutoUpdate?: AutoUpdate

The auto-update status of the adapter that has been updated.

CreationTime?: Date

An object specifying the creation time of the the adapter that has been updated.

Description?: string

A string containing the description of the adapter that has been updated.

FeatureTypes?: FeatureType[]

List of the targeted feature types for the updated adapter.