@awboost/cfntypes 0.100.7 → 0.100.8

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.
@@ -141869,4 +141869,4 @@ export type AttributesFor<T extends ResourceType> = T extends keyof AttributeTyp
141869
141869
  export type ResourceAttributeMap = {
141870
141870
  [K in ResourceType]: AttributesFor<K>[];
141871
141871
  };
141872
- export declare const ResourceAttributeMap: ResourceAttributeMap;
141872
+ export declare const ResourceAttributes: ResourceAttributeMap;
@@ -1155,7 +1155,7 @@ export const ResourceType = {
1155
1155
  XRayResourcePolicyProps: "AWS::XRay::ResourcePolicy",
1156
1156
  XRaySamplingRuleProps: "AWS::XRay::SamplingRule",
1157
1157
  };
1158
- export const ResourceAttributeMap = {
1158
+ export const ResourceAttributes = {
1159
1159
  "Alexa::ASK::Skill": ["Id"],
1160
1160
  "AWS::AccessAnalyzer::Analyzer": ["Arn"],
1161
1161
  "AWS::ACMPCA::Certificate": ["Arn", "Certificate"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "0.100.7",
3
+ "version": "0.100.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },