agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk-lib/aws-appconfig/lib/private/ref-utils.d.ts
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk-lib/aws-appconfig/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { IDeploymentStrategyRef, IEnvironmentRef } from '../../../interfaces/generated/aws-appconfig-interfaces.generated';
|
||||
import type { IDeploymentStrategy } from '../deployment-strategy';
|
||||
import type { IEnvironment } from '../environment';
|
||||
/**
|
||||
* Converts an IEnvironmentRef to IEnvironment, with runtime type checking
|
||||
*/
|
||||
export declare function toIEnvironment(environment: IEnvironmentRef): IEnvironment;
|
||||
/**
|
||||
* Converts an IDeploymentStrategyRef to IDeploymentStrategy, with runtime type checking
|
||||
*/
|
||||
export declare function toIDeploymentStrategy(deploymentStrategy: IDeploymentStrategyRef): IDeploymentStrategy;
|
||||
Reference in New Issue
Block a user