The output of GetAdapterCommand.

interface GetAdapterCommandOutput {
    $metadata: ResponseMetadata;
    AdapterId?: string;
    AdapterName?: string;
    AutoUpdate?: AutoUpdate;
    CreationTime?: Date;
    Description?: string;
    FeatureTypes?: FeatureType[];
    Tags?: Record<string, string>;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AdapterId?: string

A string identifying the adapter that information has been retrieved for.

AdapterName?: string

The name of the requested adapter.

AutoUpdate?: AutoUpdate

Binary value indicating if the adapter is being automatically updated or not.

CreationTime?: Date

The date and time the requested adapter was created at.

Description?: string

The description for the requested adapter.

FeatureTypes?: FeatureType[]

List of the targeted feature types for the requested adapter.

Tags?: Record<string, string>

A set of tags (key-value pairs) associated with the adapter that has been retrieved.