diff --git a/packages/@aws-cdk/service-spec-importers/src/importers/import-cloudformation-registry.ts b/packages/@aws-cdk/service-spec-importers/src/importers/import-cloudformation-registry.ts index 715ecefdf..c141ffc7c 100644 --- a/packages/@aws-cdk/service-spec-importers/src/importers/import-cloudformation-registry.ts +++ b/packages/@aws-cdk/service-spec-importers/src/importers/import-cloudformation-registry.ts @@ -41,7 +41,11 @@ export function importCloudFormationRegistryResource(options: LoadCloudFormation recurseProperties(resource, resourceBuilder, resourceFailure); - resourceBuilder.markDeprecatedProperties(...(resource.deprecatedProperties ?? []).map(simplePropNameFromJsonPtr)); + // AWS::CloudFront::ContinuousDeploymentPolicy recently introduced a change where they're marking deprecatedProperties + // as `/definitions//properties/` instead of `/properties///`. Ignore those, as it's + // out-of-spec + const deprecatedProperties = (resource.deprecatedProperties ?? []).filter((p) => p.startsWith('/properties/')); + resourceBuilder.markDeprecatedProperties(...deprecatedProperties); // Mark everything 'readOnlyProperties` as attributes. However, in the old spec it is possible // that properties and attributes have the same names, with different types. If that happens (by diff --git a/sources/CloudFormationSchema/us-east-1/aws-autoscaling-autoscalinggroup.json b/sources/CloudFormationSchema/us-east-1/aws-autoscaling-autoscalinggroup.json index 30a622873..ccdb066d4 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-autoscaling-autoscalinggroup.json +++ b/sources/CloudFormationSchema/us-east-1/aws-autoscaling-autoscalinggroup.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dabd00931a0687d49cc284ef25b29a1033aaf6ff4d0c31a667dacb2a73bb03bc -size 16013 +oid sha256:bb89a0683a8b9a718382869a58cff3f6797d9e1541655dbf9076097c3cb17273 +size 12454 diff --git a/sources/CloudFormationSchema/us-east-1/aws-cloudfront-continuousdeploymentpolicy.json b/sources/CloudFormationSchema/us-east-1/aws-cloudfront-continuousdeploymentpolicy.json index a08907481..0ae4cb07a 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-cloudfront-continuousdeploymentpolicy.json +++ b/sources/CloudFormationSchema/us-east-1/aws-cloudfront-continuousdeploymentpolicy.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9361a011cc864227801cab49ecc3ace90a207ed6c7e01002a546bec5a0ac5ad -size 5039 +oid sha256:9ab6f4bf50df4cc828a9ba9af6e0788002b7f7a13e3a312ae556e4e096926045 +size 5042 diff --git a/sources/CloudFormationSchema/us-east-1/aws-cloudfront-distribution.json b/sources/CloudFormationSchema/us-east-1/aws-cloudfront-distribution.json index bd6a4010a..38ae66079 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-cloudfront-distribution.json +++ b/sources/CloudFormationSchema/us-east-1/aws-cloudfront-distribution.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:986c2e1d79f52ae925bac25cbeee5e3e8ef9bcd38abae7ea9cf06764abe96ba4 -size 18731 +oid sha256:878d00f5410196cc29e37e1d504131f313e21f435aebf483d299654c77b55f5d +size 19301 diff --git a/sources/CloudFormationSchema/us-east-1/aws-cognito-userpoolclient.json b/sources/CloudFormationSchema/us-east-1/aws-cognito-userpoolclient.json index b817c4da2..6e4cf6dc7 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-cognito-userpoolclient.json +++ b/sources/CloudFormationSchema/us-east-1/aws-cognito-userpoolclient.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f53723b83207f189cc7df66842ad757a4e9440059625aebd0965f93706298fca -size 3445 +oid sha256:de9a493e26bfa2b912b6670ae92a9381d263f2ad2ad90f95263b91f1c7241031 +size 4612 diff --git a/sources/CloudFormationSchema/us-east-1/aws-connect-phonenumber.json b/sources/CloudFormationSchema/us-east-1/aws-connect-phonenumber.json index cb26dcc8d..c27394c32 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-connect-phonenumber.json +++ b/sources/CloudFormationSchema/us-east-1/aws-connect-phonenumber.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fd839074efc46725ca0495f6797980769f52e826ab82b36d58f8691ecf3642e -size 3846 +oid sha256:135b098fa8d6d0f6206df6e09dd7ec6763124dc76e7198123c700f6b24f0e94c +size 3856 diff --git a/sources/CloudFormationSchema/us-east-1/aws-ec2-ipam.json b/sources/CloudFormationSchema/us-east-1/aws-ec2-ipam.json index 077ac3021..0aad47a7e 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-ec2-ipam.json +++ b/sources/CloudFormationSchema/us-east-1/aws-ec2-ipam.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4a8f65df17f4efe4031fba85814dd4d1472666661fda573b94a4855c42ea5d8 +oid sha256:44258d77077303e6fb2c79b3f2140af36899dd38f923e9d6a2c5f8fd53e92e04 size 4634 diff --git a/sources/CloudFormationSchema/us-east-1/aws-ec2-ipamallocation.json b/sources/CloudFormationSchema/us-east-1/aws-ec2-ipamallocation.json index 6efd6c25b..167a68011 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-ec2-ipamallocation.json +++ b/sources/CloudFormationSchema/us-east-1/aws-ec2-ipamallocation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9123100f4f1e114cbcc3b43f4b2c3f6564c979d4545999389ac72adc65b6ca36 -size 2022 +oid sha256:63cb143bed789f8e2e5562d2c7567a4d361b42b780a5157414d03b12c4984db8 +size 2052 diff --git a/sources/CloudFormationSchema/us-east-1/aws-events-rule.json b/sources/CloudFormationSchema/us-east-1/aws-events-rule.json index 83bd7553e..c1066aef1 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-events-rule.json +++ b/sources/CloudFormationSchema/us-east-1/aws-events-rule.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a948b874e724ae8492174ee134380fa8b0cb05f47c259db4fbc4803d51c2fbf -size 11023 +oid sha256:da4b794bd37d3de4b1bc53a2b48bc77cb8a8768406a6d30528591c2b45dd900e +size 13326 diff --git a/sources/CloudFormationSchema/us-east-1/aws-quicksight-analysis.json b/sources/CloudFormationSchema/us-east-1/aws-quicksight-analysis.json index 4b59c585c..d86d3c81e 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-quicksight-analysis.json +++ b/sources/CloudFormationSchema/us-east-1/aws-quicksight-analysis.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4ae9f6ded4b2201c7a1685eff883d417ef6f3f99ba597bc5af4f9c0fb897b3e -size 271191 +oid sha256:efbc6ed1468606253469e964fefc4e03d427856cd5508f1717a301a602e33ef4 +size 273212 diff --git a/sources/CloudFormationSchema/us-east-1/aws-quicksight-dashboard.json b/sources/CloudFormationSchema/us-east-1/aws-quicksight-dashboard.json index fb11dc36f..ec7af0646 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-quicksight-dashboard.json +++ b/sources/CloudFormationSchema/us-east-1/aws-quicksight-dashboard.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f72b2fbda14aacea98c0c5b72201d0148a7816a8a34032684dddbdf03273a9d -size 276781 +oid sha256:ea3a879616bd457cc30e96cdf56394f4ca1a2d2f625a105e78c9fb7410c60d99 +size 278802 diff --git a/sources/CloudFormationSchema/us-east-1/aws-quicksight-template.json b/sources/CloudFormationSchema/us-east-1/aws-quicksight-template.json index b6f446322..09d18ec70 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-quicksight-template.json +++ b/sources/CloudFormationSchema/us-east-1/aws-quicksight-template.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a2a42b7231b31d28107af7ee168041029179af1c5bd2474abfc9fdcf78f5924 -size 270782 +oid sha256:b7e2b38d6782d3510ec299837a415e7a77afce873759d36900445a970a789458 +size 272803 diff --git a/sources/CloudFormationSchema/us-east-1/aws-route53resolver-firewalldomainlist.json b/sources/CloudFormationSchema/us-east-1/aws-route53resolver-firewalldomainlist.json index cc148ced4..307c468c4 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-route53resolver-firewalldomainlist.json +++ b/sources/CloudFormationSchema/us-east-1/aws-route53resolver-firewalldomainlist.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a27afd5899c8d5c2674e1cf56330ca0cb52105a10f31d387b9124070016ddb -size 4861 +oid sha256:c2c8aaf37decfa65edb90ce148699621673af2e879071ee02d4935f2302bec85 +size 4801 diff --git a/sources/CloudFormationSchema/us-east-2/aws-appconfig-application.json b/sources/CloudFormationSchema/us-east-2/aws-appconfig-application.json index cebfcb1c6..61df5c234 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-appconfig-application.json +++ b/sources/CloudFormationSchema/us-east-2/aws-appconfig-application.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fade756fe63cd09dc9b2feb1b39e504f6f3f99d36c289dbc635a9cc539b38ab0 -size 840 +oid sha256:858ea483f3cea04ccdcf9dd0dc0e1a869fc591028cfbdd0964a1dd077302c279 +size 2815 diff --git a/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json b/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json index 30a622873..ccdb066d4 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json +++ b/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dabd00931a0687d49cc284ef25b29a1033aaf6ff4d0c31a667dacb2a73bb03bc -size 16013 +oid sha256:bb89a0683a8b9a718382869a58cff3f6797d9e1541655dbf9076097c3cb17273 +size 12454 diff --git a/sources/CloudFormationSchema/us-east-2/aws-ec2-ipam.json b/sources/CloudFormationSchema/us-east-2/aws-ec2-ipam.json index 077ac3021..0aad47a7e 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-ec2-ipam.json +++ b/sources/CloudFormationSchema/us-east-2/aws-ec2-ipam.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4a8f65df17f4efe4031fba85814dd4d1472666661fda573b94a4855c42ea5d8 +oid sha256:44258d77077303e6fb2c79b3f2140af36899dd38f923e9d6a2c5f8fd53e92e04 size 4634 diff --git a/sources/CloudFormationSchema/us-east-2/aws-ec2-ipamallocation.json b/sources/CloudFormationSchema/us-east-2/aws-ec2-ipamallocation.json index 6efd6c25b..167a68011 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-ec2-ipamallocation.json +++ b/sources/CloudFormationSchema/us-east-2/aws-ec2-ipamallocation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9123100f4f1e114cbcc3b43f4b2c3f6564c979d4545999389ac72adc65b6ca36 -size 2022 +oid sha256:63cb143bed789f8e2e5562d2c7567a4d361b42b780a5157414d03b12c4984db8 +size 2052 diff --git a/sources/CloudFormationSchema/us-east-2/aws-events-rule.json b/sources/CloudFormationSchema/us-east-2/aws-events-rule.json index 83bd7553e..c1066aef1 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-events-rule.json +++ b/sources/CloudFormationSchema/us-east-2/aws-events-rule.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a948b874e724ae8492174ee134380fa8b0cb05f47c259db4fbc4803d51c2fbf -size 11023 +oid sha256:da4b794bd37d3de4b1bc53a2b48bc77cb8a8768406a6d30528591c2b45dd900e +size 13326 diff --git a/sources/CloudFormationSchema/us-east-2/aws-quicksight-analysis.json b/sources/CloudFormationSchema/us-east-2/aws-quicksight-analysis.json index 4b59c585c..d86d3c81e 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-quicksight-analysis.json +++ b/sources/CloudFormationSchema/us-east-2/aws-quicksight-analysis.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4ae9f6ded4b2201c7a1685eff883d417ef6f3f99ba597bc5af4f9c0fb897b3e -size 271191 +oid sha256:efbc6ed1468606253469e964fefc4e03d427856cd5508f1717a301a602e33ef4 +size 273212 diff --git a/sources/CloudFormationSchema/us-east-2/aws-quicksight-dashboard.json b/sources/CloudFormationSchema/us-east-2/aws-quicksight-dashboard.json index fb11dc36f..ec7af0646 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-quicksight-dashboard.json +++ b/sources/CloudFormationSchema/us-east-2/aws-quicksight-dashboard.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f72b2fbda14aacea98c0c5b72201d0148a7816a8a34032684dddbdf03273a9d -size 276781 +oid sha256:ea3a879616bd457cc30e96cdf56394f4ca1a2d2f625a105e78c9fb7410c60d99 +size 278802 diff --git a/sources/CloudFormationSchema/us-east-2/aws-quicksight-template.json b/sources/CloudFormationSchema/us-east-2/aws-quicksight-template.json index b6f446322..09d18ec70 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-quicksight-template.json +++ b/sources/CloudFormationSchema/us-east-2/aws-quicksight-template.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a2a42b7231b31d28107af7ee168041029179af1c5bd2474abfc9fdcf78f5924 -size 270782 +oid sha256:b7e2b38d6782d3510ec299837a415e7a77afce873759d36900445a970a789458 +size 272803 diff --git a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewalldomainlist.json b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewalldomainlist.json index cc148ced4..307c468c4 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewalldomainlist.json +++ b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewalldomainlist.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a27afd5899c8d5c2674e1cf56330ca0cb52105a10f31d387b9124070016ddb -size 4861 +oid sha256:c2c8aaf37decfa65edb90ce148699621673af2e879071ee02d4935f2302bec85 +size 4801 diff --git a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroup.json b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroup.json index 8d9c60d7e..7184bcd20 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroup.json +++ b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroup.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:705bd4d38b1c83a262985f10a99653530e2e98d812df9690eb585adf16e2528e -size 6013 +oid sha256:89a668add4b53bb6e8266e31ac88b4e1ee15ea816270d2e43bb2c1143d99e656 +size 5906 diff --git a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroupassociation.json b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroupassociation.json index e11e79a84..abf522c52 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroupassociation.json +++ b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-firewallrulegroupassociation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20d52ebf4e599853ee3f7d3b47e25733b9ad7db4efd647109bb97c25580ac5f5 -size 4615 +oid sha256:23c63ac8e0726ea9e76cb8c7554bf00dcde16e8595b87874e686923540b89128 +size 4627 diff --git a/sources/CloudFormationSchema/us-west-2/aws-apigateway-apikey.json b/sources/CloudFormationSchema/us-west-2/aws-apigateway-apikey.json index fd1d7ce4f..d6bd2311f 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-apigateway-apikey.json +++ b/sources/CloudFormationSchema/us-west-2/aws-apigateway-apikey.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1aadcc39177ba9e00ada15d9c98fddad0c886916df986229ae5b5bce9442fa6 -size 4136 +oid sha256:13b050149d6d6daf7683156306774460762e7ed16b3035a3eb2cf820cfe21d2e +size 5056 diff --git a/sources/CloudFormationSchema/us-west-2/aws-apigateway-clientcertificate.json b/sources/CloudFormationSchema/us-west-2/aws-apigateway-clientcertificate.json index 33beff694..2cc695a01 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-apigateway-clientcertificate.json +++ b/sources/CloudFormationSchema/us-west-2/aws-apigateway-clientcertificate.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b8d86e7362fa91a63ecfcbaf9fd3a13f994ccb75b5a84d04c1576d403218bbe -size 1814 +oid sha256:d89cc429a58137d90a47133433929d4310afbba96fd235ef90a79585a1273a01 +size 1835 diff --git a/sources/CloudFormationSchema/us-west-2/aws-apigateway-deployment.json b/sources/CloudFormationSchema/us-west-2/aws-apigateway-deployment.json index e012c50e5..c79939605 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-apigateway-deployment.json +++ b/sources/CloudFormationSchema/us-west-2/aws-apigateway-deployment.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d374e2bdf0e18b14501982ddbb8d6d82410bcb9279540f7590570b5a04bb4b91 -size 14595 +oid sha256:5596a0fd9c2ce46991ecbab54e73cf0475d65b24ed7ccd76e607b99573bea9fb +size 14672 diff --git a/sources/CloudFormationSchema/us-west-2/aws-apigateway-requestvalidator.json b/sources/CloudFormationSchema/us-west-2/aws-apigateway-requestvalidator.json index 90d815ffc..adafaa5d5 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-apigateway-requestvalidator.json +++ b/sources/CloudFormationSchema/us-west-2/aws-apigateway-requestvalidator.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6637229d2e8f86a448e00182ebe49403508a6a7923850e7104d55934bbea89ba -size 1828 +oid sha256:fd6341c1a69dcf3c636981ddbba0e80a7bdf84b6f44ef49c6a676e12d7eac34d +size 2173 diff --git a/sources/CloudFormationSchema/us-west-2/aws-apigateway-usageplan.json b/sources/CloudFormationSchema/us-west-2/aws-apigateway-usageplan.json index 48cb6a07d..2f15dd2ef 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-apigateway-usageplan.json +++ b/sources/CloudFormationSchema/us-west-2/aws-apigateway-usageplan.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40120cdcbfa0f003af732b6b868cf2807c1bdea68db2dafecdfef72bd7f3a90e -size 5737 +oid sha256:38dafa336ba256df4a98b49a0b5cb3d71f3ee9059bfd7331236dd8c9f828bf59 +size 6887 diff --git a/sources/CloudFormationSchema/us-west-2/aws-appsync-resolver.json b/sources/CloudFormationSchema/us-west-2/aws-appsync-resolver.json index 83f4edcac..564d97ecd 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-appsync-resolver.json +++ b/sources/CloudFormationSchema/us-west-2/aws-appsync-resolver.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d317568651ce04a5dad66fb284a5a04ee1a09d5e59678b9072b685fd575d585d -size 3143 +oid sha256:64ff4fb7cdbdbabec5952cb5a8c9f715d66582de9b5d2ff5855e57073b628098 +size 6967 diff --git a/sources/CloudFormationSchema/us-west-2/aws-autoscaling-autoscalinggroup.json b/sources/CloudFormationSchema/us-west-2/aws-autoscaling-autoscalinggroup.json index 30a622873..ccdb066d4 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-autoscaling-autoscalinggroup.json +++ b/sources/CloudFormationSchema/us-west-2/aws-autoscaling-autoscalinggroup.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dabd00931a0687d49cc284ef25b29a1033aaf6ff4d0c31a667dacb2a73bb03bc -size 16013 +oid sha256:bb89a0683a8b9a718382869a58cff3f6797d9e1541655dbf9076097c3cb17273 +size 12454 diff --git a/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolusertogroupattachment.json b/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolusertogroupattachment.json index 407714885..1e376d4a8 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolusertogroupattachment.json +++ b/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolusertogroupattachment.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41ef4103ab11b6fa0194ac3d09ecd74da582ace454ce4f5b5a97d83482c96884 -size 669 +oid sha256:18fe54dd90a8d3f93ce45c5c88ced895f42616ccb3c6646dd89f429b4699f1a2 +size 1274 diff --git a/sources/CloudFormationSchema/us-west-2/aws-controltower-enabledcontrol.json b/sources/CloudFormationSchema/us-west-2/aws-controltower-enabledcontrol.json index e2dd38b29..682a49e46 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-controltower-enabledcontrol.json +++ b/sources/CloudFormationSchema/us-west-2/aws-controltower-enabledcontrol.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a444d1fc1caaa270b7b4d95ccabc53193a123d327ae934bd205a820d5c87c05c -size 2043 +oid sha256:8db4127d100189badfa049dbf387fd8681bda39b5ac1af10f3242e01a98143de +size 2066 diff --git a/sources/CloudFormationSchema/us-west-2/aws-ec2-vpcgatewayattachment.json b/sources/CloudFormationSchema/us-west-2/aws-ec2-vpcgatewayattachment.json index 5de802532..53d33d5ca 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-ec2-vpcgatewayattachment.json +++ b/sources/CloudFormationSchema/us-west-2/aws-ec2-vpcgatewayattachment.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09df1f373d9f4cf0cb642821a1fda5049d9b589e1e5d827d77ee9b1e7706655a -size 514 +oid sha256:760c9efa46f250671981f523f70cb85b9f40e883c2d2fb3569ae336b4556e8e5 +size 2125 diff --git a/sources/CloudFormationSchema/us-west-2/aws-entityresolution-schemamapping.json b/sources/CloudFormationSchema/us-west-2/aws-entityresolution-schemamapping.json index 1345b8a96..5b0b9c93c 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-entityresolution-schemamapping.json +++ b/sources/CloudFormationSchema/us-west-2/aws-entityresolution-schemamapping.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8325c899d0250e8abd9222a5d33331f5e3db10168c032cdb2bc5d565631573c4 -size 5502 +oid sha256:81b89f7e19f35695c4f0203a3da5871fb57bc649d435dd09cbc1acb0259adef5 +size 5775 diff --git a/sources/CloudFormationSchema/us-west-2/aws-route53resolver-firewalldomainlist.json b/sources/CloudFormationSchema/us-west-2/aws-route53resolver-firewalldomainlist.json index cc148ced4..307c468c4 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-route53resolver-firewalldomainlist.json +++ b/sources/CloudFormationSchema/us-west-2/aws-route53resolver-firewalldomainlist.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a27afd5899c8d5c2674e1cf56330ca0cb52105a10f31d387b9124070016ddb -size 4861 +oid sha256:c2c8aaf37decfa65edb90ce148699621673af2e879071ee02d4935f2302bec85 +size 4801