Skip to content

Commit 8992c81

Browse files
Update CloudFormation schemas to 2024-09-16 (#3677)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent ff14706 commit 8992c81

File tree

448 files changed

+433189
-10977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+433189
-10977
lines changed

docs/rules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To include these rules, use the `-e/include-experimental` argument when running
4646
## Rules
4747
(_This documentation is generated by running `cfn-lint --update-documentation`, do not alter this manually_)
4848

49-
The following **232** rules are applied by this linter:
49+
The following **233** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
@@ -154,6 +154,7 @@ The following **232** rules are applied by this linter:
154154
| [E3055<a name="E3055"></a>](../src/cfnlint/rules/resources/CreationPolicy.py) | Check CreationPolicy values for Resources | Check that the CreationPolicy values are valid | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-creationpolicy.html) | `resources`,`creationPolicy` |
155155
| [E3056<a name="E3056"></a>](../src/cfnlint/rules/resources/ecs/ServiceHealthCheckGracePeriodSeconds.py) | ECS service using HealthCheckGracePeriodSeconds must also have LoadBalancers specified | When using a HealthCheckGracePeriodSeconds on an ECS service, the service must also have a LoadBalancers specified with at least one LoadBalancer in the array. | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds) | `properties`,`ecs`,`service`,`container` |
156156
| [E3057<a name="E3057"></a>](../src/cfnlint/rules/resources/cloudfront/DistributionTargetOriginId.py) | Validate that CloudFront TargetOriginId is a specified Origin | CloudFront TargetOriginId has to map to an Origin Id that is in the same DistributionConfig | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-targetoriginid) | `properties`,`cloudfront` |
157+
| [E3058<a name="E3058"></a>](../src/cfnlint/rules/resources/properties/RequiredOr.py) | Validate at least one of the properties are required | Make sure at least one of the resource properties are included | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/cfn-schema-specification.md#requiredor) | `resources` |
157158
| [E3503<a name="E3503"></a>](../src/cfnlint/rules/resources/certificatemanager/DomainValidationOptions.py) | ValidationDomain is superdomain of DomainName | In ValidationDomainOptions, the ValidationDomain must be a superdomain of the DomainName being validated | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-certificate-domainvalidationoption.html#cfn-certificatemanager-certificate-domainvalidationoption-validationdomain) | `certificate`,`certificatemanager`,`domainvalidationoptions`,`validationdomain` |
158159
| [E3504<a name="E3504"></a>](../src/cfnlint/rules/resources/backup/BackupPlanLifecycleRule.py) | Check minimum 90 period is met between BackupPlan cold and delete | Check that Backup plans with lifecycle rules have >= 90 days between cold and delete | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-lifecycleresourcetype.html) | `properties`,`backup`,`plan`,`lifecycle` |
159160
| [E3510<a name="E3510"></a>](../src/cfnlint/rules/resources/iam/IdentityPolicy.py) | Validate identity based IAM polices | IAM identity polices are embedded JSON in CloudFormation. This rule validates those embedded policies. | | [Source](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html) | `resources`,`iam` |

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6793,40 +6793,6 @@
67936793
"iot:JobId"
67946794
]
67956795
},
6796-
"AWS IoT RoboRunner": {
6797-
"ARNFormat": "arn:aws:iotroborunner:${Region}:${Account}:${ResourceType}/${ResourcePath}",
6798-
"ARNRegex": "^arn:aws:iotroborunner:.+:.+:.+",
6799-
"Actions": [
6800-
"CreateDestination",
6801-
"CreateSite",
6802-
"CreateWorker",
6803-
"CreateWorkerFleet",
6804-
"DeleteDestination",
6805-
"DeleteSite",
6806-
"DeleteWorker",
6807-
"DeleteWorkerFleet",
6808-
"GetDestination",
6809-
"GetSite",
6810-
"GetWorker",
6811-
"GetWorkerFleet",
6812-
"ListDestinations",
6813-
"ListSites",
6814-
"ListWorkerFleets",
6815-
"ListWorkers",
6816-
"UpdateDestination",
6817-
"UpdateSite",
6818-
"UpdateWorker",
6819-
"UpdateWorkerFleet"
6820-
],
6821-
"HasResource": true,
6822-
"StringPrefix": "iotroborunner",
6823-
"conditionKeys": [
6824-
"iotroborunner:DestinationResourceId",
6825-
"iotroborunner:SiteResourceId",
6826-
"iotroborunner:WorkerFleetResourceId",
6827-
"iotroborunner:WorkerResourceId"
6828-
]
6829-
},
68306796
"AWS IoT SiteWise": {
68316797
"ARNFormat": "arn:aws:iotsitewise:${Region}:${Account}:${ResourceType}/${ResourceId}",
68326798
"ARNRegex": "^arn:aws:iotsitewise:.+:.+:.+",
@@ -9174,6 +9140,7 @@
91749140
"DeleteNotebook",
91759141
"DeleteNotebookCell",
91769142
"DeleteNotebookVersion",
9143+
"DeleteQCustomContext",
91779144
"DeleteSavedQuery",
91789145
"DeleteTab",
91799146
"DriverExecute",
@@ -9188,6 +9155,8 @@
91889155
"GetConnection",
91899156
"GetNotebook",
91909157
"GetNotebookVersion",
9158+
"GetQCustomContext",
9159+
"GetQSqlPromptQuotas",
91919160
"GetQSqlRecommendations",
91929161
"GetQueryExecutionHistory",
91939162
"GetSavedQuery",
@@ -9207,6 +9176,7 @@
92079176
"ListTabs",
92089177
"ListTaggedResources",
92099178
"ListTagsForResource",
9179+
"PutQCustomContext",
92109180
"PutTab",
92119181
"PutUserWorkspaceSettings",
92129182
"RestoreNotebookVersion",
@@ -10115,6 +10085,7 @@
1011510085
"CreateSupportPlanSchedule",
1011610086
"GetSupportPlan",
1011710087
"GetSupportPlanUpdateStatus",
10088+
"ListSupportPlanModifiers",
1011810089
"StartSupportPlanUpdate"
1011910090
],
1012010091
"HasResource": false,
@@ -16886,6 +16857,7 @@
1688616857
"BatchStartViewerSessionRevocation",
1688716858
"CreateChannel",
1688816859
"CreateEncoderConfiguration",
16860+
"CreateIngestConfiguration",
1688916861
"CreateParticipantToken",
1689016862
"CreatePlaybackRestrictionPolicy",
1689116863
"CreateRecordingConfiguration",
@@ -16894,6 +16866,7 @@
1689416866
"CreateStreamKey",
1689516867
"DeleteChannel",
1689616868
"DeleteEncoderConfiguration",
16869+
"DeleteIngestConfiguration",
1689716870
"DeletePlaybackKeyPair",
1689816871
"DeletePlaybackRestrictionPolicy",
1689916872
"DeletePublicKey",
@@ -16905,6 +16878,7 @@
1690516878
"GetChannel",
1690616879
"GetComposition",
1690716880
"GetEncoderConfiguration",
16881+
"GetIngestConfiguration",
1690816882
"GetParticipant",
1690916883
"GetPlaybackKeyPair",
1691016884
"GetPlaybackRestrictionPolicy",
@@ -16921,6 +16895,7 @@
1692116895
"ListChannels",
1692216896
"ListCompositions",
1692316897
"ListEncoderConfigurations",
16898+
"ListIngestConfigurations",
1692416899
"ListParticipantEvents",
1692516900
"ListParticipants",
1692616901
"ListPlaybackKeyPairs",
@@ -16942,6 +16917,7 @@
1694216917
"TagResource",
1694316918
"UntagResource",
1694416919
"UpdateChannel",
16920+
"UpdateIngestConfiguration",
1694516921
"UpdatePlaybackRestrictionPolicy",
1694616922
"UpdateStage"
1694716923
],
@@ -18983,7 +18959,8 @@
1898318959
"UpdateCampaign",
1898418960
"UpdateDataset",
1898518961
"UpdateMetricAttribution",
18986-
"UpdateRecommender"
18962+
"UpdateRecommender",
18963+
"UpdateSolution"
1898718964
],
1898818965
"HasResource": true,
1898918966
"StringPrefix": "personalize"
@@ -19441,6 +19418,7 @@
1944119418
"TagResource",
1944219419
"UntagResource",
1944319420
"UpdateLibraryItem",
19421+
"UpdateLibraryItemMetadata",
1944419422
"UpdateQApp",
1944519423
"UpdateQAppSession",
1944619424
"UpdateQAppSessionMetadata"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a86e50b288ee4f4dd6e651ea549ac7de\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cb7c1110d0235703f07c0b7ded66ef6e\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fd28205e00e128a44509fd6455f9c222\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"3a8ab12abaf736a0028363ab78ac196f\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9c86f750034fd005a1b21c6f9690b49b\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6901b92426533e1a8a4e4a88433ad5df\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5c22f3c0ac78e9532fc06d49f4db45ef\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6989de962131dbaf4c030609927d1b95\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5f569fa90b0d1f9742e1e19a9bde5c57\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"38df503993f135481e5a2354eb3bab34\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"72ab9a453cca76c463acf75c805a6ae5\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"908d12681db8ca51c04c44bcd70521b9\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1fa31b77aadc32b6aee47e868309cc1c\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b4d5cc5546d1054df3b68be192090c36\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f9abffb7469e3261317f8c3649bbab2a\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"4350ed7482ac671b1082d33c506761e0\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8c69056580dcf3101dd18a49e3158d10\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"557605a2f22e886d7d2434c3f0e156e4\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0c9c7b7ca2d73cc8bd20375184a57a6f\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"be2127db85bb391c62be80bd699105a8\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0f99015e3e2abb3cf1ec93499f6ef618\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"38e92450e114aad652d3c210b5575b00\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c6a5bc79544e9f53796dc86d89026759\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d2b31f0b42cbe7c3fd4d7123a34182a8\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0f053230f8ef526ee06b709d5584dbff\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4a6563e2eb4f7e1a1882390b2e417a6b\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"bc16edb44b1d9092c5da913722ba9e0e\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3c5521390a54907e317d4345b1f78039\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0b183510d1d44f29becc2fa74ab41d67\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cf7360a9ba7a777f0cc1d39725046cc8\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"55219dea72882f00db60db5b9d3fdd96\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4d0d92df0c529adf6ba7402f7bf81d49\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"be4cb55e445ed554c28c6733c25f4ea0\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5ea8237501ff066afc186a70fbaff733\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5ff9b44ff812b3d1b691f6bce755c939\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"adab0251fc41a116b315b75b5c80d038\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"adb69af0938e79c9139584486d1eb7e3\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"0e0d601f828c73ed684893ebd8dcedd9\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7078443ad342914fc09054b814d6f57c\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a9a0aad53abbb01f5807a7ea2f4a7fc7\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9407c1bf3de4334b5a0c89f18e56e2a6\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"20afee4e3b833c7559e0499bbb13f81d\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"470c2d0ab9ca2b803c63121070dbfe42\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"67bc35e61e989920adb9bd159297be2c\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e91847dde73d50b4d23f36fd4029ffa6\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4b1c13f7df9b0840ef657642436c2795\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a3638ed745acd203e434212d3b03a601\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8992d89d6acaa7a8f09618432a622ff7\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0f0fdbbebdd86e876da776a5d77e7afc\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"53c4cd21584b631ea75b6b6dbc07ac78\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"27f74bd275c9ab81ee4a8c60b71b3cf9\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8eccef0545be9b532c9beb65c563f3c8\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e2bb21adcf9b5d7fe3b4b8b901d52bf1\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f3681923e932b0e265fb102b98fc40d2\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1ba5aeee316db4fdbcb4c86b59735579\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a4723edf6ba4654a667ce9d398ba284a\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fc4293b548cbbef5240259634e7d7c91\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e1bdaccafcd85deec8021b9a8a611954\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2341d10f1dc1e89ae6c7aebd1862e565\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c75dece465e4a0fe9546b5ec94242856\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"377f4ac952adab1766ba317e01b89d6a\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3537c0a464934e45d37b3c44a4ce4016\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"69ee2ecd5fe0e2ff2cf22c4ba0ef6e5c\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"110d662d2a837cacf0f92d3b3c96b1d0\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6d3b375a1c36801609b0b15110ec7af2\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c349f84b68dbfe1a4b6e3eadedab8bbe\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4a442d9c7425bdb36ae1eea4314b585b\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"1a4e2697156bfe97d45c84e1999937b8\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)