UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

4 lines (3 loc) 451 B
import { type ChangeHotswapResult, type HotswappableChangeCandidate, HotswapPropertyOverrides } from './common'; import type { EvaluateCloudFormationTemplate } from '../evaluate-cloudformation-template'; export declare function isHotswappableEcsServiceChange(logicalId: string, change: HotswappableChangeCandidate, evaluateCfnTemplate: EvaluateCloudFormationTemplate, hotswapPropertyOverrides: HotswapPropertyOverrides): Promise<ChangeHotswapResult>;