@aws-sdk/client-opensearch

UpdateApplicationCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
appConfigs AppConfig[] | undefined

Configurations for the updated OpenSearch Application.

arn string | undefined

The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities   in Using Amazon Web Services Identity and Access Management for more information.

createdAt Date | undefined

Timestamp at which the OpenSearch Application was created.

dataSources DataSource[] | undefined

Data sources associated with the updated OpenSearch Application.

iamIdentityCenterOptions IamIdentityCenterOptions | undefined

IAM Identity Center settings for the updated OpenSearch Application.

id string | undefined

Unique identifier of the updated OpenSearch Application.

lastUpdatedAt Date | undefined

Timestamp at which the OpenSearch Application was last updated.

name string | undefined

Name of the updated OpenSearch Application.

Full Signature

export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, MetadataBearer