Skip to content

Commit

Permalink
chore(ecs): backfill missing enums for ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit 67497f5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ export enum FileSystemType {
* xfs type
*/
XFS = 'xfs',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
NTFS = 'ntfs',
}

/**
Expand All @@ -179,6 +183,10 @@ export enum EbsPropagatedTagSource {
* TASK_DEFINITION
*/
TASK_DEFINITION = 'TASK_DEFINITION',
/**
* [PLACEHOLDER FOR: TO BE FILLED OUT]
*/
NONE = 'NONE',
}

/**
Expand Down

0 comments on commit 67497f5

Please sign in to comment.