/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * An AWS Support App resource that creates, updates, reads, and deletes a customer's account alias. */ export interface AwsSupportappAccountalias { /** * An account alias associated with a customer's account. */ AccountAlias: string; /** * Unique identifier representing an alias tied to an account */ AccountAliasResourceId?: string; }