@awboost/cfntypes
Advanced tools
Comparing version 1.0.0-beta.53 to 1.0.0-beta.54
@@ -291,3 +291,3 @@ import { CreationPolicy, DeletionPolicy, UpdatePolicy } from "./policies.js"; | ||
/** | ||
* The base type of custom resource properties. All custom resource defintions | ||
* The base type of custom resource properties. All custom resource definitions | ||
* must specify a `ServiceToken`, which is the ARN of the Lambda function or SNS | ||
@@ -306,3 +306,3 @@ * topic which handles this custom resource. | ||
*/ | ||
export type CustomResourceDefinition<P extends CustomResourcePropertiesBase = CustomResourcePropertiesBase, T extends string = string> = ResourceDefinitionBase<P, CustomResourceType<T>>; | ||
export type CustomResourceDefinition<P = any, T extends string = string> = ResourceDefinitionBase<P & CustomResourcePropertiesBase, CustomResourceType<T>>; | ||
/** | ||
@@ -309,0 +309,0 @@ * Represents an AWS or custom resource definition. |
{ | ||
"name": "@awboost/cfntypes", | ||
"version": "1.0.0-beta.53", | ||
"version": "1.0.0-beta.54", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3937077