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

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.
@@ -0,0 +1,47 @@
1
+ # AWS::Macie::FindingsFilter - Removed attribute should also be removed in aws-cdk-lib
2
+ removed:aws-cdk-lib.aws_macie.CfnFindingsFilter.FindingsFilterListItemProperty
3
+ removed:aws-cdk-lib.aws_macie.CfnFindingsFilter.attrFindingsFilterListItems
4
+
5
+ # Ignored as part of move to new spec
6
+ changed-type:aws-cdk-lib.aws_apprunner.CfnAutoScalingConfiguration.tags
7
+ changed-type:aws-cdk-lib.aws_appstream.CfnAppBlockBuilder.tags
8
+ changed-type:aws-cdk-lib.aws_athena.CfnCapacityReservation.tags
9
+ changed-type:aws-cdk-lib.aws_cleanrooms.CfnCollaboration.tags
10
+ changed-type:aws-cdk-lib.aws_cleanrooms.CfnConfiguredTable.tags
11
+ changed-type:aws-cdk-lib.aws_cleanrooms.CfnConfiguredTableAssociation.tags
12
+ changed-type:aws-cdk-lib.aws_cleanrooms.CfnMembership.tags
13
+ changed-type:aws-cdk-lib.aws_comprehend.CfnDocumentClassifier.tags
14
+ changed-type:aws-cdk-lib.aws_connect.CfnPrompt.tags
15
+ changed-type:aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.tags
16
+ changed-type:aws-cdk-lib.aws_customerprofiles.CfnEventStream.tags
17
+ changed-type:aws-cdk-lib.aws_glue.CfnDataQualityRuleset.tags
18
+ removed:aws-cdk-lib.aws_neptune.CfnDBCluster.port
19
+ changed-type:aws-cdk-lib.aws_rds.CfnCustomDBEngineVersion.tags
20
+ changed-type:aws-cdk-lib.aws_securityhub.CfnAutomationRule.tags
21
+ changed-type:aws-cdk-lib.aws_shield.CfnProtection.tags
22
+ changed-type:aws-cdk-lib.aws_shield.CfnProtectionGroup.tags
23
+ strengthened:aws-cdk-lib.aws_apigateway.CfnMethod.IntegrationProperty
24
+ strengthened:aws-cdk-lib.aws_cloudwatch.CfnInsightRuleProps
25
+ weakened:aws-cdk-lib.aws_ecs.CfnService.AwsVpcConfigurationProperty
26
+ weakened:aws-cdk-lib.aws_ecs.CfnService.LoadBalancerProperty
27
+ strengthened:aws-cdk-lib.aws_mediapackage.CfnOriginEndpoint.EncryptionContractConfigurationProperty
28
+ strengthened:aws-cdk-lib.aws_mediapackage.CfnPackagingConfiguration.EncryptionContractConfigurationProperty
29
+ removed:aws-cdk-lib.aws_neptune.CfnDBClusterProps.port
30
+ strengthened:aws-cdk-lib.aws_s3.CfnBucket.EventBridgeConfigurationProperty
31
+ removed:aws-cdk-lib.aws_sagemaker.CfnPipeline.PipelineDefinitionProperty.pipelineDefinitionS3Location
32
+ strengthened:aws-cdk-lib.aws_sam.CfnFunction.CognitoEventProperty
33
+ weakened:aws-cdk-lib.aws_sam.CfnFunction.DeploymentPreferenceProperty
34
+ strengthened:aws-cdk-lib.aws_sam.CfnFunction.S3EventProperty
35
+
36
+ # Fix for non-working property
37
+ # loadBalancerName is used to idenitfy a Classic Load Balancer
38
+ # However TaskSet only works with modern Application or Network LBs
39
+ removed:aws-cdk-lib.aws_ecs.CfnTaskSet.LoadBalancerProperty.loadBalancerName
40
+
41
+ # Introduction of a new feature
42
+ # Previously only BlueGreenUpdatePolicy could be set, now BlueGreenUpdatePolicy or new RollingUpdatePolicy can be provided
43
+ weakened:aws-cdk-lib.aws_sagemaker.CfnEndpoint.DeploymentConfigProperty
44
+
45
+ # Removal of separate attribute for primiary identifier
46
+ # ID is available via Ref
47
+ removed:aws-cdk-lib.aws_ec2.CfnRoute.attrId
package/db.json.gz CHANGED
Binary file
package/package.json CHANGED
@@ -30,19 +30,19 @@
30
30
  "eslint-config-prettier": "^8.9.0",
31
31
  "eslint-import-resolver-node": "^0.3.7",
32
32
  "eslint-import-resolver-typescript": "^3.5.5",
33
- "eslint-plugin-import": "^2.27.5",
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.153",
39
+ "projen": "^0.71.161",
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.5",
45
+ "@aws-cdk/service-spec-types": "^0.0.7",
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.5",
53
+ "version": "0.0.7",
54
54
  "jest": {
55
55
  "testMatch": [
56
56
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",