agent-claw: automated task changes
This commit is contained in:
23
cdk/node_modules/aws-cdk-lib/aws-servicecatalog/lib/common.d.ts
generated
vendored
Normal file
23
cdk/node_modules/aws-cdk-lib/aws-servicecatalog/lib/common.d.ts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Constant for the default directory to store ProductStack snapshots.
|
||||
*/
|
||||
export declare const DEFAULT_PRODUCT_STACK_SNAPSHOT_DIRECTORY = "product-stack-snapshots";
|
||||
/**
|
||||
* The language code.
|
||||
* Used for error and logging messages for end users.
|
||||
* The default behavior if not specified is English.
|
||||
*/
|
||||
export declare enum MessageLanguage {
|
||||
/**
|
||||
* English
|
||||
*/
|
||||
EN = "en",
|
||||
/**
|
||||
* Japanese
|
||||
*/
|
||||
JP = "jp",
|
||||
/**
|
||||
* Chinese
|
||||
*/
|
||||
ZH = "zh"
|
||||
}
|
||||
Reference in New Issue
Block a user