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

HierarchyStructureUpdate

import type { HierarchyStructureUpdate } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains information about the level hierarchy to update.

interface HierarchyStructureUpdate {
LevelFive?: HierarchyLevelUpdate | null;
LevelFour?: HierarchyLevelUpdate | null;
LevelOne?: HierarchyLevelUpdate | null;
LevelThree?: HierarchyLevelUpdate | null;
LevelTwo?: HierarchyLevelUpdate | null;
}

§Properties

§
LevelFive?: HierarchyLevelUpdate | null
[src]

The update for level five.

§
LevelFour?: HierarchyLevelUpdate | null
[src]

The update for level four.

§
LevelOne?: HierarchyLevelUpdate | null
[src]

The update for level one.

§
LevelThree?: HierarchyLevelUpdate | null
[src]

The update for level three.

§
LevelTwo?: HierarchyLevelUpdate | null
[src]

The update for level two.