Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateInstanceAttributeRequest

import type { UpdateInstanceAttributeRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface UpdateInstanceAttributeRequest {
AttributeType: InstanceAttributeType;
InstanceId: string;
Value: string;
}

§Properties

§

The type of attribute.

Note: Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
Value: string
[src]

The value for the attribute. Maximum character limit is 100.