File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,17 +107,6 @@ export const ExternallyManagedStateSchema = z.object({
107107
108108export type ExternallyManagedState = z . infer < typeof ExternallyManagedStateSchema > ;
109109
110- // ============================================================================
111- // Memory Deployed State
112- // ============================================================================
113-
114- export const MemoryDeployedStateSchema = z . object ( {
115- memoryId : z . string ( ) . min ( 1 ) ,
116- memoryArn : z . string ( ) . min ( 1 ) ,
117- } ) ;
118-
119- export type MemoryDeployedState = z . infer < typeof MemoryDeployedStateSchema > ;
120-
121110// ============================================================================
122111// Credential Deployed State
123112// ============================================================================
You can’t perform that action at this time.
0 commit comments