agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk-lib/aws-ecs/lib/proxy-configuration/proxy-configurations.d.ts
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk-lib/aws-ecs/lib/proxy-configuration/proxy-configurations.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { AppMeshProxyConfigurationConfigProps } from './app-mesh-proxy-configuration';
|
||||
import type { ProxyConfiguration } from './proxy-configuration';
|
||||
/**
|
||||
* The base class for proxy configurations.
|
||||
*/
|
||||
export declare class ProxyConfigurations {
|
||||
/**
|
||||
* Constructs a new instance of the ProxyConfiguration class.
|
||||
*/
|
||||
static appMeshProxyConfiguration(props: AppMeshProxyConfigurationConfigProps): ProxyConfiguration;
|
||||
}
|
||||
Reference in New Issue
Block a user