UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

4 lines (3 loc) 255 B
import type { IBindableDeploymentConfig } from '../base-deployment-config'; import type { IDeploymentConfigRef } from '../codedeploy.generated'; export declare function isIBindableDeploymentConfig(x: IDeploymentConfigRef): x is IBindableDeploymentConfig;