@aws-sdk/client-opensearch

DescribePackagesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

PackageDetailsList PackageDetails[] | undefined

Basic information about a package.

Full Signature

export interface DescribePackagesCommandOutput extends DescribePackagesResponse, MetadataBearer