From b4f07742a0b5541d16269776434af1dbf7fff381 Mon Sep 17 00:00:00 2001 From: AWS CDK Automation <43080478+aws-cdk-automation@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:37:32 -0500 Subject: [PATCH] feat(sources): update cfn-schema (#847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch Updates the cfn-schema source from upstream. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/7670276335 ------ *Automatically created by projen via the "update-source-cfn-schema" workflow* --------- Signed-off-by: github-actions Co-authored-by: github-actions Co-authored-by: Kaizen Conroy Co-authored-by: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com> --- .../src/resource-builder.ts | 18 +++++++++++++----- .../us-east-1/aws-amazonmq-broker.json | 4 ++-- .../us-east-1/aws-backup-backupplan.json | 4 ++-- .../aws-cloudtrail-eventdatastore.json | 4 ++-- .../us-east-1/aws-codebuild-project.json | 4 ++-- ...codegurureviewer-repositoryassociation.json | 4 ++-- .../us-east-1/aws-ec2-dhcpoptions.json | 4 ++-- .../aws-eks-podidentityassociation.json | 4 ++-- .../us-east-1/aws-guardduty-filter.json | 4 ++-- .../us-east-1/aws-inspectorv2-filter.json | 4 ++-- .../us-east-1/aws-iot-fleetmetric.json | 4 ++-- ...s-route53resolver-resolverdnssecconfig.json | 4 ++-- .../us-east-2/amzn-sdc-deployment.json | 3 --- .../aws-autoscaling-autoscalinggroup.json | 4 ++-- .../us-east-2/aws-codebuild-project.json | 4 ++-- .../aws-codetest-persistentconfiguration.json | 3 --- .../us-east-2/aws-codetest-series.json | 3 --- .../us-east-2/aws-eks-accessentry.json | 4 ++-- .../aws-elasticache-serverlesscache.json | 4 ++-- .../us-east-2/aws-kendra-faq.json | 4 ++-- ...s-route53resolver-resolverdnssecconfig.json | 4 ++-- .../us-west-2/amzn-sdc-deployment.json | 3 --- .../us-west-2/aws-aps-rulegroupsnamespace.json | 4 ++-- .../us-west-2/aws-backup-backupplan.json | 4 ++-- .../aws-cloudtrail-eventdatastore.json | 4 ++-- .../us-west-2/aws-codebuild-project.json | 4 ++-- ...codegurureviewer-repositoryassociation.json | 4 ++-- .../aws-cognito-userpoolidentityprovider.json | 4 ++-- .../aws-elasticache-serverlesscache.json | 4 ++-- .../us-west-2/aws-inspectorv2-filter.json | 4 ++-- .../us-west-2/aws-iot-fleetmetric.json | 4 ++-- ...s-route53resolver-resolverdnssecconfig.json | 4 ++-- 32 files changed, 67 insertions(+), 71 deletions(-) delete mode 100644 sources/CloudFormationSchema/us-east-2/amzn-sdc-deployment.json delete mode 100644 sources/CloudFormationSchema/us-east-2/aws-codetest-persistentconfiguration.json delete mode 100644 sources/CloudFormationSchema/us-east-2/aws-codetest-series.json delete mode 100644 sources/CloudFormationSchema/us-west-2/amzn-sdc-deployment.json diff --git a/packages/@aws-cdk/service-spec-importers/src/resource-builder.ts b/packages/@aws-cdk/service-spec-importers/src/resource-builder.ts index 9da506d85..7d923f6d7 100644 --- a/packages/@aws-cdk/service-spec-importers/src/resource-builder.ts +++ b/packages/@aws-cdk/service-spec-importers/src/resource-builder.ts @@ -247,12 +247,20 @@ export class ResourceBuilder extends PropertyBagBuilder { continue; } - const prop = this.propertyDeep(...propPath); - if (prop) { - this.setAttribute(propWithPeriods, prop); + try { + const prop = this.propertyDeep(...propPath); + if (prop) { + this.setAttribute(propWithPeriods, prop); - // FIXME: not sure if we need to delete property `Foo` if the only - // attribute reference we got is `Foo/Bar`. Let's not for now. + // FIXME: not sure if we need to delete property `Foo` if the only + // attribute reference we got is `Foo/Bar`. Let's not for now. + } + } catch (e: any) { + // We're catching any errors from propertyDeep because CloudFormation allows schemas + // where attribute properties are not part of the spec anywhere else. Although it is + // likely a bad schema, CDK forges ahead by just dropping the attribute. + // Example: `ProviderDetails` typed as `Map` and `"readOnlyProperties: ['/properties/ProviderDetails/Attribute']"` + console.log(`Attribute cannot be found in the spec. Error returned: ${e}.`); } } } diff --git a/sources/CloudFormationSchema/us-east-1/aws-amazonmq-broker.json b/sources/CloudFormationSchema/us-east-1/aws-amazonmq-broker.json index bda76117e..a83fad03c 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-amazonmq-broker.json +++ b/sources/CloudFormationSchema/us-east-1/aws-amazonmq-broker.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:224c6e9c2c24f68e9636e86a894e8847b24cb1017eadf290671933afda78e85b -size 6733 +oid sha256:f4b1c64366fb4092caddfd3e3ec28b52e1a95d06f02261a09d0fb8363e4a21ac +size 6803 diff --git a/sources/CloudFormationSchema/us-east-1/aws-backup-backupplan.json b/sources/CloudFormationSchema/us-east-1/aws-backup-backupplan.json index d157b3f49..298bf2f9c 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-backup-backupplan.json +++ b/sources/CloudFormationSchema/us-east-1/aws-backup-backupplan.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d34667cf2a4a1a770dd83aa1f46b865888352de867869bee625b8f0fdd674a36 -size 4617 +oid sha256:83c3c339cae77e271465d00776c840bc7845f6e3e5d20dd3bcc4cb2e0c3c906e +size 4707 diff --git a/sources/CloudFormationSchema/us-east-1/aws-cloudtrail-eventdatastore.json b/sources/CloudFormationSchema/us-east-1/aws-cloudtrail-eventdatastore.json index a2be5e310..ce6214bc6 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-cloudtrail-eventdatastore.json +++ b/sources/CloudFormationSchema/us-east-1/aws-cloudtrail-eventdatastore.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae8bd84abdac575b5d93abf06a16d3483141b26921180bb4e78f36ffcb20f6b -size 12328 +oid sha256:0e70f25174f6f989e848f0e199d7eaef2f9f11e40ef697e929e4a3f923a29aa5 +size 12347 diff --git a/sources/CloudFormationSchema/us-east-1/aws-codebuild-project.json b/sources/CloudFormationSchema/us-east-1/aws-codebuild-project.json index fec8728c8..b8e09f249 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-codebuild-project.json +++ b/sources/CloudFormationSchema/us-east-1/aws-codebuild-project.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:914d8c2d1e91b7e882f98d03b7f4aa5e15c69d52b717757da69a26dba46f941d -size 10830 +oid sha256:0ea322d69e6fe0909d66df01a9197902fe21347b7d6fe61c6a5a552abb0c7922 +size 11117 diff --git a/sources/CloudFormationSchema/us-east-1/aws-codegurureviewer-repositoryassociation.json b/sources/CloudFormationSchema/us-east-1/aws-codegurureviewer-repositoryassociation.json index 7653c6e91..24e48c769 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-codegurureviewer-repositoryassociation.json +++ b/sources/CloudFormationSchema/us-east-1/aws-codegurureviewer-repositoryassociation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e6ce3dcd091d8077ba49bd040e080a0f49d7856b7c0c397630472b3df8bee41 -size 4372 +oid sha256:c6470829d537305450e024ab7f0fdd57adcdab642feadc5fbd1673d4b24001db +size 4535 diff --git a/sources/CloudFormationSchema/us-east-1/aws-ec2-dhcpoptions.json b/sources/CloudFormationSchema/us-east-1/aws-ec2-dhcpoptions.json index 17f13704a..52bc13983 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-ec2-dhcpoptions.json +++ b/sources/CloudFormationSchema/us-east-1/aws-ec2-dhcpoptions.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:003b28c97c625fd815b0cea9a618ce2e7871cdf46a522547e2e9fb2fd37664fb -size 2670 +oid sha256:582e02e1fef538e17755ba4af644ca40deedeed0ba1d0c9516b279cea83e0f44 +size 2824 diff --git a/sources/CloudFormationSchema/us-east-1/aws-eks-podidentityassociation.json b/sources/CloudFormationSchema/us-east-1/aws-eks-podidentityassociation.json index 46f39689a..c1b999d5c 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-eks-podidentityassociation.json +++ b/sources/CloudFormationSchema/us-east-1/aws-eks-podidentityassociation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dfec674d193af603d18c3b178991890d5dcc5245d092aeefb47c200ea46edb7 -size 3855 +oid sha256:5fc2af00f688bcd864970cecbbc5237827b5d002ddc6b62a5bdf9e2ea9b5980e +size 3901 diff --git a/sources/CloudFormationSchema/us-east-1/aws-guardduty-filter.json b/sources/CloudFormationSchema/us-east-1/aws-guardduty-filter.json index 6e8d57290..94db40765 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-guardduty-filter.json +++ b/sources/CloudFormationSchema/us-east-1/aws-guardduty-filter.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a43e41163fa5fe1f6c08ff4f2aa21908b53334a733745e109bf68260df5a9dc9 -size 2751 +oid sha256:36ba3d0f399e97a44df6d5a6a01a08913394c39aa87bfefb5860728164763cc6 +size 3914 diff --git a/sources/CloudFormationSchema/us-east-1/aws-inspectorv2-filter.json b/sources/CloudFormationSchema/us-east-1/aws-inspectorv2-filter.json index ee2e4da9b..9936376ec 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-inspectorv2-filter.json +++ b/sources/CloudFormationSchema/us-east-1/aws-inspectorv2-filter.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5376eb10ed2f42c446741073457583328c4111f13e114912201788620fcf25b1 -size 8741 +oid sha256:73c614f54f58cdc91671fcb9c431c10ace9ffb5ee1842d0cf2dcaa4c8a52177a +size 8785 diff --git a/sources/CloudFormationSchema/us-east-1/aws-iot-fleetmetric.json b/sources/CloudFormationSchema/us-east-1/aws-iot-fleetmetric.json index a6e8eb51e..18eb3dab2 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-iot-fleetmetric.json +++ b/sources/CloudFormationSchema/us-east-1/aws-iot-fleetmetric.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04f78c42dd1d62cd4099be4c6b5d5b571c03f6d0968590295e3d934219de84ef -size 4069 +oid sha256:0d09e750c0ef3b6cd67ce3e83fa24735fd0969dae1dbb097236aed029d476a6f +size 4500 diff --git a/sources/CloudFormationSchema/us-east-1/aws-route53resolver-resolverdnssecconfig.json b/sources/CloudFormationSchema/us-east-1/aws-route53resolver-resolverdnssecconfig.json index 38c295fcf..c66ca1733 100644 --- a/sources/CloudFormationSchema/us-east-1/aws-route53resolver-resolverdnssecconfig.json +++ b/sources/CloudFormationSchema/us-east-1/aws-route53resolver-resolverdnssecconfig.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ed6aed2580f7bb03943aa26855469141572fd34cff6915460ad542b30dd99b5 -size 1661 +oid sha256:671932a8dd44b6f5d970787ba4a1116413d04e029ae63dd0cb7f1872ac605179 +size 1727 diff --git a/sources/CloudFormationSchema/us-east-2/amzn-sdc-deployment.json b/sources/CloudFormationSchema/us-east-2/amzn-sdc-deployment.json deleted file mode 100644 index 239dcefc3..000000000 --- a/sources/CloudFormationSchema/us-east-2/amzn-sdc-deployment.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43314c597f3864fefde5130dd43512c0f8a63c13465bc4299578a2d5a83c4948 -size 797 diff --git a/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json b/sources/CloudFormationSchema/us-east-2/aws-autoscaling-autoscalinggroup.json index a30cd010a..e319f66ef 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:21230e5c46f40f9b6850cc34e38ecf072fa5bac38ffdbfb45a3f0eeefcbe65d6 -size 15790 +oid sha256:950178d60e4e1428a2b33d6570c5241de8fb6f9983dcbfaf4cc384b822b6d31b +size 15891 diff --git a/sources/CloudFormationSchema/us-east-2/aws-codebuild-project.json b/sources/CloudFormationSchema/us-east-2/aws-codebuild-project.json index fec8728c8..b8e09f249 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-codebuild-project.json +++ b/sources/CloudFormationSchema/us-east-2/aws-codebuild-project.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:914d8c2d1e91b7e882f98d03b7f4aa5e15c69d52b717757da69a26dba46f941d -size 10830 +oid sha256:0ea322d69e6fe0909d66df01a9197902fe21347b7d6fe61c6a5a552abb0c7922 +size 11117 diff --git a/sources/CloudFormationSchema/us-east-2/aws-codetest-persistentconfiguration.json b/sources/CloudFormationSchema/us-east-2/aws-codetest-persistentconfiguration.json deleted file mode 100644 index 1074da564..000000000 --- a/sources/CloudFormationSchema/us-east-2/aws-codetest-persistentconfiguration.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3cab7146e6e4e1c6b1a4a73d5f28608905a368cbdca7c2d39526dfab487d97a -size 1118 diff --git a/sources/CloudFormationSchema/us-east-2/aws-codetest-series.json b/sources/CloudFormationSchema/us-east-2/aws-codetest-series.json deleted file mode 100644 index 3df6efb5d..000000000 --- a/sources/CloudFormationSchema/us-east-2/aws-codetest-series.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed23695a8256fb6cfc9eadf139beb213a269b0a2012f8de3c9231ff9a6ee5bd2 -size 689 diff --git a/sources/CloudFormationSchema/us-east-2/aws-eks-accessentry.json b/sources/CloudFormationSchema/us-east-2/aws-eks-accessentry.json index bc30846be..776d1e6f1 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-eks-accessentry.json +++ b/sources/CloudFormationSchema/us-east-2/aws-eks-accessentry.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e644db35c10ce4f1551ec676bbca996c8ede14c5b39d6449c43580333b2b2b3 -size 5400 +oid sha256:25eaaefbff1dcca784d2f40af433ecc41f2227c7ec6ad3a40a90c7da5004ec04 +size 5446 diff --git a/sources/CloudFormationSchema/us-east-2/aws-elasticache-serverlesscache.json b/sources/CloudFormationSchema/us-east-2/aws-elasticache-serverlesscache.json index 9f9f925dc..86116726a 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-elasticache-serverlesscache.json +++ b/sources/CloudFormationSchema/us-east-2/aws-elasticache-serverlesscache.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fe88a2e8a17b1e3fcb29c53e30a97f8a09ef5deaed69c8f1844b7c3b7609e79 -size 7855 +oid sha256:7347e90de21c55fb3049cab1bab68d6669d595d506d730033a4baa2602351e48 +size 7854 diff --git a/sources/CloudFormationSchema/us-east-2/aws-kendra-faq.json b/sources/CloudFormationSchema/us-east-2/aws-kendra-faq.json index e8a6b1577..8e5c915c2 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-kendra-faq.json +++ b/sources/CloudFormationSchema/us-east-2/aws-kendra-faq.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:547c457cea1865c83053750a70391bf22ff9f4d5955bf84633a953a91977249c -size 4248 +oid sha256:d8c0c0afdf7ee325fb6168dda236026a31d66af6b68f1f191bef56e547b81c1a +size 4505 diff --git a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-resolverdnssecconfig.json b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-resolverdnssecconfig.json index 38c295fcf..c66ca1733 100644 --- a/sources/CloudFormationSchema/us-east-2/aws-route53resolver-resolverdnssecconfig.json +++ b/sources/CloudFormationSchema/us-east-2/aws-route53resolver-resolverdnssecconfig.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ed6aed2580f7bb03943aa26855469141572fd34cff6915460ad542b30dd99b5 -size 1661 +oid sha256:671932a8dd44b6f5d970787ba4a1116413d04e029ae63dd0cb7f1872ac605179 +size 1727 diff --git a/sources/CloudFormationSchema/us-west-2/amzn-sdc-deployment.json b/sources/CloudFormationSchema/us-west-2/amzn-sdc-deployment.json deleted file mode 100644 index 239dcefc3..000000000 --- a/sources/CloudFormationSchema/us-west-2/amzn-sdc-deployment.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43314c597f3864fefde5130dd43512c0f8a63c13465bc4299578a2d5a83c4948 -size 797 diff --git a/sources/CloudFormationSchema/us-west-2/aws-aps-rulegroupsnamespace.json b/sources/CloudFormationSchema/us-west-2/aws-aps-rulegroupsnamespace.json index 6b3c44fa0..9a3ec9f8b 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-aps-rulegroupsnamespace.json +++ b/sources/CloudFormationSchema/us-west-2/aws-aps-rulegroupsnamespace.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7241eba88a61e56e7fe30b5da2efc5c67e3d72aecd21b1e108a261c76a3bef29 -size 3526 +oid sha256:6b34608489761dfb55c2888e1cb57b74345a057cef3070aa5bc374c08de406c3 +size 3551 diff --git a/sources/CloudFormationSchema/us-west-2/aws-backup-backupplan.json b/sources/CloudFormationSchema/us-west-2/aws-backup-backupplan.json index d157b3f49..298bf2f9c 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-backup-backupplan.json +++ b/sources/CloudFormationSchema/us-west-2/aws-backup-backupplan.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d34667cf2a4a1a770dd83aa1f46b865888352de867869bee625b8f0fdd674a36 -size 4617 +oid sha256:83c3c339cae77e271465d00776c840bc7845f6e3e5d20dd3bcc4cb2e0c3c906e +size 4707 diff --git a/sources/CloudFormationSchema/us-west-2/aws-cloudtrail-eventdatastore.json b/sources/CloudFormationSchema/us-west-2/aws-cloudtrail-eventdatastore.json index a2be5e310..ce6214bc6 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-cloudtrail-eventdatastore.json +++ b/sources/CloudFormationSchema/us-west-2/aws-cloudtrail-eventdatastore.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dae8bd84abdac575b5d93abf06a16d3483141b26921180bb4e78f36ffcb20f6b -size 12328 +oid sha256:0e70f25174f6f989e848f0e199d7eaef2f9f11e40ef697e929e4a3f923a29aa5 +size 12347 diff --git a/sources/CloudFormationSchema/us-west-2/aws-codebuild-project.json b/sources/CloudFormationSchema/us-west-2/aws-codebuild-project.json index fec8728c8..b8e09f249 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-codebuild-project.json +++ b/sources/CloudFormationSchema/us-west-2/aws-codebuild-project.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:914d8c2d1e91b7e882f98d03b7f4aa5e15c69d52b717757da69a26dba46f941d -size 10830 +oid sha256:0ea322d69e6fe0909d66df01a9197902fe21347b7d6fe61c6a5a552abb0c7922 +size 11117 diff --git a/sources/CloudFormationSchema/us-west-2/aws-codegurureviewer-repositoryassociation.json b/sources/CloudFormationSchema/us-west-2/aws-codegurureviewer-repositoryassociation.json index 7653c6e91..24e48c769 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-codegurureviewer-repositoryassociation.json +++ b/sources/CloudFormationSchema/us-west-2/aws-codegurureviewer-repositoryassociation.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e6ce3dcd091d8077ba49bd040e080a0f49d7856b7c0c397630472b3df8bee41 -size 4372 +oid sha256:c6470829d537305450e024ab7f0fdd57adcdab642feadc5fbd1673d4b24001db +size 4535 diff --git a/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolidentityprovider.json b/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolidentityprovider.json index 56eb235a1..5adf9c5e3 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolidentityprovider.json +++ b/sources/CloudFormationSchema/us-west-2/aws-cognito-userpoolidentityprovider.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc6de3894a0e1407d5a408a228c75880d2aca43bbee323e4621c908cc9068936 -size 2299 +oid sha256:c2764ece70f1cc47228a31cb74b62602541fe3d22e576555e715960569c8069d +size 2387 diff --git a/sources/CloudFormationSchema/us-west-2/aws-elasticache-serverlesscache.json b/sources/CloudFormationSchema/us-west-2/aws-elasticache-serverlesscache.json index 9f9f925dc..86116726a 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-elasticache-serverlesscache.json +++ b/sources/CloudFormationSchema/us-west-2/aws-elasticache-serverlesscache.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fe88a2e8a17b1e3fcb29c53e30a97f8a09ef5deaed69c8f1844b7c3b7609e79 -size 7855 +oid sha256:7347e90de21c55fb3049cab1bab68d6669d595d506d730033a4baa2602351e48 +size 7854 diff --git a/sources/CloudFormationSchema/us-west-2/aws-inspectorv2-filter.json b/sources/CloudFormationSchema/us-west-2/aws-inspectorv2-filter.json index ee2e4da9b..9936376ec 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-inspectorv2-filter.json +++ b/sources/CloudFormationSchema/us-west-2/aws-inspectorv2-filter.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5376eb10ed2f42c446741073457583328c4111f13e114912201788620fcf25b1 -size 8741 +oid sha256:73c614f54f58cdc91671fcb9c431c10ace9ffb5ee1842d0cf2dcaa4c8a52177a +size 8785 diff --git a/sources/CloudFormationSchema/us-west-2/aws-iot-fleetmetric.json b/sources/CloudFormationSchema/us-west-2/aws-iot-fleetmetric.json index a6e8eb51e..18eb3dab2 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-iot-fleetmetric.json +++ b/sources/CloudFormationSchema/us-west-2/aws-iot-fleetmetric.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04f78c42dd1d62cd4099be4c6b5d5b571c03f6d0968590295e3d934219de84ef -size 4069 +oid sha256:0d09e750c0ef3b6cd67ce3e83fa24735fd0969dae1dbb097236aed029d476a6f +size 4500 diff --git a/sources/CloudFormationSchema/us-west-2/aws-route53resolver-resolverdnssecconfig.json b/sources/CloudFormationSchema/us-west-2/aws-route53resolver-resolverdnssecconfig.json index 38c295fcf..c66ca1733 100644 --- a/sources/CloudFormationSchema/us-west-2/aws-route53resolver-resolverdnssecconfig.json +++ b/sources/CloudFormationSchema/us-west-2/aws-route53resolver-resolverdnssecconfig.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ed6aed2580f7bb03943aa26855469141572fd34cff6915460ad542b30dd99b5 -size 1661 +oid sha256:671932a8dd44b6f5d970787ba4a1116413d04e029ae63dd0cb7f1872ac605179 +size 1727