aws-cdk
Version:
CDK Toolkit, the command line tool for CDK apps
4 lines (3 loc) • 451 B
TypeScript
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>;