@aws-cdk/aws-service-spec 0.0.13 → 0.0.15
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 +41 -0
- package/db.json.gz +0 -0
- package/package.json +4 -4
package/.jsiidiffignore
CHANGED
|
@@ -67,3 +67,44 @@ weakened:aws-cdk-lib.aws_ivs.CfnRecordingConfiguration.ThumbnailConfigurationPro
|
|
|
67
67
|
|
|
68
68
|
# Property was previously required but could be an empty object, now the prop is optional
|
|
69
69
|
changed-type:aws-cdk-lib.aws_events.CfnConnection.authParameters
|
|
70
|
+
|
|
71
|
+
# Breaking changes to CFN spec
|
|
72
|
+
removed:aws-cdk-lib.CfnStack.attrId
|
|
73
|
+
removed:aws-cdk-lib.aws_cloudformation.CfnStack.attrId
|
|
74
|
+
removed:aws-cdk-lib.aws_ec2.CfnTransitGatewayRouteTable.attrId
|
|
75
|
+
removed:aws-cdk-lib.aws_iam.CfnManagedPolicy.attrId
|
|
76
|
+
removed:aws-cdk-lib.aws_iotwireless.CfnServiceProfile.attrLoRaWanPrAllowed
|
|
77
|
+
removed:aws-cdk-lib.aws_iotwireless.CfnServiceProfile.attrLoRaWanRaAllowed
|
|
78
|
+
weakened:aws-cdk-lib.aws_appstream.CfnFleet.ComputeCapacityProperty
|
|
79
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.ForecastComputationProperty
|
|
80
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.GrowthRateComputationProperty
|
|
81
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.MaximumMinimumComputationProperty
|
|
82
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.MetricComparisonComputationProperty
|
|
83
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.PeriodOverPeriodComputationProperty
|
|
84
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.PeriodToDateComputationProperty
|
|
85
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.TopBottomMoversComputationProperty
|
|
86
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.TopBottomRankedComputationProperty
|
|
87
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.TotalAggregationComputationProperty
|
|
88
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnAnalysis.UniqueValuesComputationProperty
|
|
89
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.ForecastComputationProperty
|
|
90
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.GrowthRateComputationProperty
|
|
91
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.MaximumMinimumComputationProperty
|
|
92
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.MetricComparisonComputationProperty
|
|
93
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.PeriodOverPeriodComputationProperty
|
|
94
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.PeriodToDateComputationProperty
|
|
95
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.TopBottomMoversComputationProperty
|
|
96
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.TopBottomRankedComputationProperty
|
|
97
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.TotalAggregationComputationProperty
|
|
98
|
+
weakened:aws-cdk-lib.aws_quicksight.CfnTemplate.UniqueValuesComputationProperty
|
|
99
|
+
weakened:aws-cdk-lib.aws_vpclattice.CfnTargetGroup.TargetGroupConfigProperty
|
|
100
|
+
|
|
101
|
+
# Property changed from string type to Optional<string>
|
|
102
|
+
changed-type:aws-cdk-lib.CfnStack.templateUrl
|
|
103
|
+
changed-type:aws-cdk-lib.aws_cloudformation.CfnStack.templateUrl
|
|
104
|
+
changed-type:aws-cdk-lib.aws_events.CfnConnection.authorizationType
|
|
105
|
+
changed-type:aws-cdk-lib.aws_iotwireless.CfnDestination.roleArn
|
|
106
|
+
|
|
107
|
+
# Required props used to be optional
|
|
108
|
+
strengthened:aws-cdk-lib.aws_guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
|
|
109
|
+
strengthened:aws-cdk-lib.aws_guardduty.CfnDetector.CFNKubernetesConfigurationProperty
|
|
110
|
+
strengthened:aws-cdk-lib.aws_guardduty.CfnDetector.CFNS3LogsConfigurationProperty
|
package/db.json.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@aws-cdk/service-spec-build": "^0.0.0",
|
|
25
|
-
"@types/jest": "^29.5.
|
|
25
|
+
"@types/jest": "^29.5.5",
|
|
26
26
|
"@types/node": "^16",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
28
28
|
"@typescript-eslint/parser": "^6",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"jest-junit": "^15",
|
|
37
37
|
"npm-check-updates": "^16",
|
|
38
38
|
"prettier": "^2.8.8",
|
|
39
|
-
"projen": "^0.73.
|
|
39
|
+
"projen": "^0.73.26",
|
|
40
40
|
"source-map-support": "^0.5.21",
|
|
41
41
|
"ts-jest": "^29.1.1",
|
|
42
42
|
"typescript": "^5.2.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@aws-cdk/service-spec-types": "^0.0.
|
|
45
|
+
"@aws-cdk/service-spec-types": "^0.0.15",
|
|
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.
|
|
53
|
+
"version": "0.0.15",
|
|
54
54
|
"jest": {
|
|
55
55
|
"testMatch": [
|
|
56
56
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|