@aws-cdk/aws-service-spec 0.0.7 → 0.0.9

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/.jsiidiffignore CHANGED
@@ -45,3 +45,22 @@ weakened:aws-cdk-lib.aws_sagemaker.CfnEndpoint.DeploymentConfigProperty
45
45
  # Removal of separate attribute for primiary identifier
46
46
  # ID is available via Ref
47
47
  removed:aws-cdk-lib.aws_ec2.CfnRoute.attrId
48
+
49
+
50
+ # Fix for non-working property.
51
+ # Previously AlexaSkill had Variables, which is wrong
52
+ # Spec was updated to use the correct property, SkillId, but left it optional
53
+ # Make it required so our union type code will use it - it is also the only possible property
54
+ strengthened:aws-cdk-lib.aws_sam.CfnFunction.AlexaSkillEventProperty
55
+
56
+ # Removed from SAM
57
+ removed:aws-cdk-lib.aws_sam.CfnFunction.AlexaSkillEventProperty.variables
58
+
59
+ # Breaking changes to CFN spec
60
+ removed:aws-cdk-lib.aws_cloudwatch.CfnAlarm.attrId
61
+ removed:aws-cdk-lib.aws_ec2.CfnNetworkInterface.enablePrimaryIpv6
62
+ removed:aws-cdk-lib.aws_ec2.CfnNetworkInterfaceAttachment.attrId
63
+ removed:aws-cdk-lib.aws_ec2.CfnNetworkInterfaceProps.enablePrimaryIpv6
64
+ weakened:aws-cdk-lib.aws_events.CfnRule.RedshiftDataParametersProperty
65
+ weakened:aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.DestinationConfigurationProperty
66
+ weakened:aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.ThumbnailConfigurationProperty
package/db.json.gz CHANGED
Binary file
package/package.json CHANGED
@@ -27,22 +27,22 @@
27
27
  "@typescript-eslint/eslint-plugin": "^5",
28
28
  "@typescript-eslint/parser": "^5",
29
29
  "eslint": "^8",
30
- "eslint-config-prettier": "^8.9.0",
31
- "eslint-import-resolver-node": "^0.3.7",
32
- "eslint-import-resolver-typescript": "^3.5.5",
30
+ "eslint-config-prettier": "^8.10.0",
31
+ "eslint-import-resolver-node": "^0.3.9",
32
+ "eslint-import-resolver-typescript": "^3.6.0",
33
33
  "eslint-plugin-import": "^2.28.0",
34
34
  "eslint-plugin-prettier": "^4.2.1",
35
35
  "jest": "^29.6.2",
36
36
  "jest-junit": "^15",
37
37
  "npm-check-updates": "^16",
38
38
  "prettier": "^2.8.8",
39
- "projen": "^0.71.161",
39
+ "projen": "^0.72.15",
40
40
  "source-map-support": "^0.5.21",
41
41
  "ts-jest": "^29.1.1",
42
42
  "typescript": "^5.1.6"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-cdk/service-spec-types": "^0.0.7",
45
+ "@aws-cdk/service-spec-types": "^0.0.9",
46
46
  "@cdklabs/tskb": "^0.0.1"
47
47
  },
48
48
  "main": "lib/index.js",
@@ -50,7 +50,7 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "version": "0.0.7",
53
+ "version": "0.0.9",
54
54
  "jest": {
55
55
  "testMatch": [
56
56
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",