UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

5 lines (4 loc) 484 B
import type { HotswapPropertyOverrides, HotswapChange } from './common'; import { type ResourceChange } from '../../../../@aws-cdk/tmp-toolkit-helpers/src/api/io/payloads/hotswap'; import type { EvaluateCloudFormationTemplate } from '../cloudformation'; export declare function isHotswappableEcsServiceChange(logicalId: string, change: ResourceChange, evaluateCfnTemplate: EvaluateCloudFormationTemplate, hotswapPropertyOverrides: HotswapPropertyOverrides): Promise<HotswapChange[]>;