@awboost/cfntypes 1.0.0-beta.41 → 1.0.0-beta.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{ResourceDefinition.d.ts → definitions.d.ts} +160 -6
- package/lib/policies.d.ts +460 -0
- package/lib/{DeletionPolicy.js → policies.js} +3 -3
- package/lib/{types.generated.d.ts → resources.generated.d.ts} +270 -419
- package/lib/{types.generated.js → resources.generated.js} +12 -4
- package/lib/{Template.d.ts → template.d.ts} +3 -7
- package/lib/{Fn.d.ts → util.d.ts} +78 -0
- package/lib/{Fn.js → util.js} +111 -23
- package/package.json +23 -35
- package/README.md +0 -39
- package/lib/AutoScalingReplacingUpdatePolicy.d.ts +0 -30
- package/lib/AutoScalingRollingUpdatePolicy.d.ts +0 -107
- package/lib/AutoScalingRollingUpdatePolicy.js +0 -20
- package/lib/AutoScalingScheduledActionPolicy.d.ts +0 -35
- package/lib/AutoScalingScheduledActionPolicy.js +0 -23
- package/lib/AwsParam.d.ts +0 -73
- package/lib/AwsParam.js +0 -89
- package/lib/CodeDeployLambdaAliasUpdatePolicy.d.ts +0 -26
- package/lib/CreationPolicy.d.ts +0 -71
- package/lib/CreationPolicy.js +0 -1
- package/lib/DeletionPolicy.d.ts +0 -84
- package/lib/OutputDefinition.d.ts +0 -38
- package/lib/OutputDefinition.js +0 -1
- package/lib/ParameterDefinition.d.ts +0 -78
- package/lib/ParameterDefinition.js +0 -1
- package/lib/ResourceDefinition.js +0 -1
- package/lib/RuleDefinition.d.ts +0 -43
- package/lib/RuleDefinition.js +0 -1
- package/lib/Template.js +0 -1
- package/lib/TemplateMap.d.ts +0 -6
- package/lib/TemplateMap.js +0 -1
- package/lib/UpdatePolicy.d.ts +0 -111
- package/lib/UpdatePolicy.js +0 -1
- package/lib/cjs/AutoScalingReplacingUpdatePolicy.js +0 -2
- package/lib/cjs/AutoScalingRollingUpdatePolicy.js +0 -21
- package/lib/cjs/AutoScalingScheduledActionPolicy.js +0 -24
- package/lib/cjs/AwsParam.js +0 -93
- package/lib/cjs/CodeDeployLambdaAliasUpdatePolicy.js +0 -2
- package/lib/cjs/CreationPolicy.js +0 -2
- package/lib/cjs/DeletionPolicy.js +0 -86
- package/lib/cjs/Fn.js +0 -414
- package/lib/cjs/OutputDefinition.js +0 -2
- package/lib/cjs/ParameterDefinition.js +0 -2
- package/lib/cjs/ResourceDefinition.js +0 -2
- package/lib/cjs/RuleDefinition.js +0 -2
- package/lib/cjs/Template.js +0 -2
- package/lib/cjs/TemplateMap.js +0 -2
- package/lib/cjs/UpdatePolicy.js +0 -2
- package/lib/cjs/index.js +0 -33
- package/lib/cjs/types.generated.js +0 -2280
- package/lib/index.d.ts +0 -16
- package/lib/index.js +0 -17
- /package/lib/{AutoScalingReplacingUpdatePolicy.js → definitions.js} +0 -0
- /package/lib/{CodeDeployLambdaAliasUpdatePolicy.js → template.js} +0 -0
package/lib/index.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
export * from './AutoScalingReplacingUpdatePolicy.js';
|
2
|
-
export * from './AutoScalingRollingUpdatePolicy.js';
|
3
|
-
export * from './AutoScalingScheduledActionPolicy.js';
|
4
|
-
export * from './AwsParam.js';
|
5
|
-
export * from './CodeDeployLambdaAliasUpdatePolicy.js';
|
6
|
-
export * from './CreationPolicy.js';
|
7
|
-
export * from './DeletionPolicy.js';
|
8
|
-
export * from './Fn.js';
|
9
|
-
export * from './OutputDefinition.js';
|
10
|
-
export * from './ParameterDefinition.js';
|
11
|
-
export * from './ResourceDefinition.js';
|
12
|
-
export * from './RuleDefinition.js';
|
13
|
-
export * from './Template.js';
|
14
|
-
export * from './TemplateMap.js';
|
15
|
-
export * from './types.generated.js';
|
16
|
-
export * from './UpdatePolicy.js';
|
package/lib/index.js
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
// AUTO-GENERATED node ../makeIndex.js
|
2
|
-
export * from './AutoScalingReplacingUpdatePolicy.js';
|
3
|
-
export * from './AutoScalingRollingUpdatePolicy.js';
|
4
|
-
export * from './AutoScalingScheduledActionPolicy.js';
|
5
|
-
export * from './AwsParam.js';
|
6
|
-
export * from './CodeDeployLambdaAliasUpdatePolicy.js';
|
7
|
-
export * from './CreationPolicy.js';
|
8
|
-
export * from './DeletionPolicy.js';
|
9
|
-
export * from './Fn.js';
|
10
|
-
export * from './OutputDefinition.js';
|
11
|
-
export * from './ParameterDefinition.js';
|
12
|
-
export * from './ResourceDefinition.js';
|
13
|
-
export * from './RuleDefinition.js';
|
14
|
-
export * from './Template.js';
|
15
|
-
export * from './TemplateMap.js';
|
16
|
-
export * from './types.generated.js';
|
17
|
-
export * from './UpdatePolicy.js';
|
File without changes
|
File without changes
|