Skip to content

Commit b77175e

Browse files
Update CloudFormation schemas to 2025-02-28 (#3967)
Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent e59fc01 commit b77175e

File tree

237 files changed

+60351
-11096
lines changed

Some content is hidden

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

237 files changed

+60351
-11096
lines changed

docs/rules.md

+3-2
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 **243** rules are applied by this linter:
49+
The following **244** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
@@ -122,7 +122,7 @@ The following **243** rules are applied by this linter:
122122
| [E3016<a name="E3016"></a>](../src/cfnlint/rules/resources/updatepolicy/Configuration.py) | Check the configuration of a resources UpdatePolicy | Make sure a resources UpdatePolicy is properly configured | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html) | `resources`,`updatepolicy` |
123123
| [E3017<a name="E3017"></a>](../src/cfnlint/rules/resources/properties/AnyOf.py) | Check Properties that need at least one of a list of properties | Making sure CloudFormation properties that require at least one property from a list. More than one can be included. | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `resources` |
124124
| [E3018<a name="E3018"></a>](../src/cfnlint/rules/resources/properties/OneOf.py) | Check Properties that need only one of a list of properties | Making sure CloudFormation properties that require only one property from a list. One has to be specified. | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `resources` |
125-
| [E3019<a name="E3019"></a>](../src/cfnlint/rules/resources/PrimaryIdentifiers.py) | Validate that all resources have unique primary identifiers | Use the primary identifiers in a resource schema to validate that resources inside the template are unique | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html) | `parameters`,`resources` |
125+
| [E3019<a name="E3019"></a>](../src/cfnlint/rules/resources/PrimaryIdentifiers.py) | Validate that all resources have unique primary identifiers | Use the primary identifiers in a resource schema to validate that resources inside the template are unique | exceptions:object:{'AWS::CodeBuild::Project': {'primaryIdentifier': ['/properties/Name']}} | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html) | `parameters`,`resources` |
126126
| [E3020<a name="E3020"></a>](../src/cfnlint/rules/resources/properties/DependentExcluded.py) | Validate that when a property is specified another property should be excluded | When certain properties are specified other properties should not be included | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/cfn-schema-specification.md#dependentexcluded) | `resources` |
127127
| [E3021<a name="E3021"></a>](../src/cfnlint/rules/resources/properties/DependentRequired.py) | Validate that when a property is specified that other properties should be included | When certain properties are specified it results in other properties to be required | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/cfn-schema-specification.md#dependentrequired) | `resources` |
128128
| [E3022<a name="E3022"></a>](../src/cfnlint/rules/resources/ectwo/RouteTableAssociation.py) | Resource SubnetRouteTableAssociation Properties | Validate there is only one SubnetRouteTableAssociation per subnet | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html) | `resources`,`ec2`,`subnet`,`route table` |
@@ -262,6 +262,7 @@ The following **243** rules are applied by this linter:
262262
| [W1035<a name="W1035"></a>](../src/cfnlint/rules/functions/SelectResolved.py) | Validate the values that come from a Fn::Select function | Resolve the Fn::Select and then validate the values against the schema | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-select.html) | `functions`,`select` |
263263
| [W1036<a name="W1036"></a>](../src/cfnlint/rules/functions/GetAzResolved.py) | Validate the values that come from a Fn::GetAZs function | Resolve the Fn::GetAZs and then validate the values against the schema | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getavailabilityzones.html) | `functions`,`getazs` |
264264
| [W1040<a name="W1040"></a>](../src/cfnlint/rules/functions/ToJsonStringResolved.py) | Validate the values that come from a Fn::ToJsonString function | Resolve the Fn::ToJsonString and then validate the values against the schema | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ToJsonString.html) | `functions`,`tojsonstring` |
265+
| [W1051<a name="W1051"></a>](../src/cfnlint/rules/functions/DynamicReferenceSecretsManagerArn.py) | Validate dynamic references to secrets manager are not used when a secrets manager ARN was expected | Certain properties expect a secret manager ARN. This rule validates if you may be accidently using a secret in place of the ARN | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html#dynamic-references-secretsmanager) | `functions`,`dynamic reference` |
265266
| [W2001<a name="W2001"></a>](../src/cfnlint/rules/parameters/Used.py) | Check if Parameters are Used | Making sure the parameters defined are used | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `parameters` |
266267
| [W2010<a name="W2010"></a>](../src/cfnlint/rules/parameters/NoEcho.py) | NoEcho parameters are not masked when used in Metadata and Outputs | Using the NoEcho attribute does not mask any information stored in the following: Metadata, Outputs, Resource Metadata | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html) | `functions`,`dynamic reference`,`ref` |
267268
| [W2030<a name="W2030"></a>](../src/cfnlint/rules/parameters/Enum.py) | Check if parameters have a valid value | Check if parameters have a valid value in case of an enumator. The Parameter's allowed values is based on the usages in property (Ref) | | [Source](https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/cfn-schema-specification.md#enum) | `parameters`,`resources`,`property`,`allowed value` |

src/cfnlint/data/AdditionalSpecs/Policies.json

+25-1
Original file line numberDiff line numberDiff line change
@@ -2118,6 +2118,7 @@
21182118
"ARNFormat": "arn:aws:cloudshell:${Region}:${Account}:environment/${EnvironmentId}",
21192119
"ARNRegex": "^arn:aws:cloudshell:${Region}:${Account}:environment/.+?",
21202120
"Actions": [
2121+
"ApproveCommand",
21212122
"CreateEnvironment",
21222123
"CreateSession",
21232124
"DeleteEnvironment",
@@ -12689,6 +12690,7 @@
1268912690
"CreateGuardrail",
1269012691
"CreateGuardrailVersion",
1269112692
"CreateInferenceProfile",
12693+
"CreateInvocation",
1269212694
"CreateKnowledgeBase",
1269312695
"CreateMarketplaceModelEndpoint",
1269412696
"CreateModelCopyJob",
@@ -12699,6 +12701,7 @@
1269912701
"CreatePrompt",
1270012702
"CreatePromptVersion",
1270112703
"CreateProvisionedModelThroughput",
12704+
"CreateSession",
1270212705
"DeleteAgent",
1270312706
"DeleteAgentActionGroup",
1270412707
"DeleteAgentAlias",
@@ -12723,10 +12726,12 @@
1272312726
"DeletePrompt",
1272412727
"DeleteProvisionedModelThroughput",
1272512728
"DeleteResourcePolicy",
12729+
"DeleteSession",
1272612730
"DeregisterMarketplaceModelEndpoint",
1272712731
"DetectGeneratedContent",
1272812732
"DisassociateAgentCollaborator",
1272912733
"DisassociateAgentKnowledgeBase",
12734+
"EndSession",
1273012735
"GenerateQuery",
1273112736
"GetAgent",
1273212737
"GetAgentActionGroup",
@@ -12752,6 +12757,7 @@
1275212757
"GetImportedModel",
1275312758
"GetInferenceProfile",
1275412759
"GetIngestionJob",
12760+
"GetInvocationStep",
1275512761
"GetKnowledgeBase",
1275612762
"GetKnowledgeBaseDocuments",
1275712763
"GetMarketplaceModelEndpoint",
@@ -12765,6 +12771,7 @@
1276512771
"GetPromptRouter",
1276612772
"GetProvisionedModelThroughput",
1276712773
"GetResourcePolicy",
12774+
"GetSession",
1276812775
"GetUseCaseForModelAccess",
1276912776
"IngestKnowledgeBaseDocuments",
1277012777
"InvokeAgent",
@@ -12796,6 +12803,8 @@
1279612803
"ListImportedModels",
1279712804
"ListInferenceProfiles",
1279812805
"ListIngestionJobs",
12806+
"ListInvocationSteps",
12807+
"ListInvocations",
1279912808
"ListKnowledgeBaseDocuments",
1280012809
"ListKnowledgeBases",
1280112810
"ListMarketplaceModelEndpoints",
@@ -12807,11 +12816,13 @@
1280712816
"ListPromptRouters",
1280812817
"ListPrompts",
1280912818
"ListProvisionedModelThroughputs",
12819+
"ListSessions",
1281012820
"ListTagsForResource",
1281112821
"OptimizePrompt",
1281212822
"PrepareAgent",
1281312823
"PrepareFlow",
1281412824
"PutFoundationModelEntitlement",
12825+
"PutInvocationStep",
1281512826
"PutModelInvocationLoggingConfiguration",
1281612827
"PutResourcePolicy",
1281712828
"PutUseCaseForModelAccess",
@@ -12842,6 +12853,7 @@
1284212853
"UpdateMarketplaceModelEndpoint",
1284312854
"UpdatePrompt",
1284412855
"UpdateProvisionedModelThroughput",
12856+
"UpdateSession",
1284512857
"ValidateFlowDefinition"
1284612858
],
1284712859
"HasResource": true,
@@ -13609,6 +13621,7 @@
1360913621
"DeleteServiceLevelObjective",
1361013622
"GetService",
1361113623
"GetServiceLevelObjective",
13624+
"Link",
1361213625
"ListObservedEntities",
1361313626
"ListServiceDependencies",
1361413627
"ListServiceDependents",
@@ -16879,19 +16892,27 @@
1687916892
"ecs:CreateAction",
1688016893
"ecs:ResourceTag/${TagKey}",
1688116894
"ecs:account-setting",
16895+
"ecs:auto-assign-public-ip",
1688216896
"ecs:capacity-provider",
1688316897
"ecs:cluster",
16898+
"ecs:compute-compatibility",
1688416899
"ecs:container-instances",
1688516900
"ecs:container-name",
1688616901
"ecs:enable-ebs-volumes",
16902+
"ecs:enable-ecs-managed-tags",
1688716903
"ecs:enable-execute-command",
1688816904
"ecs:enable-service-connect",
1688916905
"ecs:enable-vpc-lattice",
1689016906
"ecs:fargate-ephemeral-storage-kms-key",
1689116907
"ecs:namespace",
16908+
"ecs:privileged",
16909+
"ecs:propagate-tags",
1689216910
"ecs:service",
16911+
"ecs:subnet",
1689316912
"ecs:task",
16894-
"ecs:task-definition"
16913+
"ecs:task-cpu",
16914+
"ecs:task-definition",
16915+
"ecs:task-memory"
1689516916
]
1689616917
},
1689716918
"Amazon Elastic File System": {
@@ -21626,6 +21647,7 @@
2162621647
"GetScheduledAction",
2162721648
"GetSnapshot",
2162821649
"GetTableRestoreStatus",
21650+
"GetTrack",
2162921651
"GetUsageLimit",
2163021652
"GetWorkgroup",
2163121653
"ListCustomDomainAssociations",
@@ -21638,6 +21660,7 @@
2163821660
"ListSnapshots",
2163921661
"ListTableRestoreStatus",
2164021662
"ListTagsForResource",
21663+
"ListTracks",
2164121664
"ListUsageLimits",
2164221665
"ListWorkgroups",
2164321666
"PutResourcePolicy",
@@ -23507,6 +23530,7 @@
2350723530
"PutAccountSendingAttributes",
2350823531
"PutAccountSuppressionAttributes",
2350923532
"PutAccountVdmAttributes",
23533+
"PutConfigurationSetArchivingOptions",
2351023534
"PutConfigurationSetDeliveryOptions",
2351123535
"PutConfigurationSetReputationOptions",
2351223536
"PutConfigurationSetSendingOptions",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3519a11b2852b960f25fd804d0199e1f\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"04cbf75be4ea766723f5850b80eb963e\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/DownloadsMetadata/164e1bfc2823fbd49d8d0e7163ebf32b2b6653d7edfe98a64577daae0b481c38.meta.json

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e20aab454039f9ac6284bb784c9d840f\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"81727efa83298b679df01196f2edc283\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1c2b440e09fa1fbf88b7d761393af5a0\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f4fa7d48ae9730679932694959e63256\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"dd7ff270ce0ebc956fa6a03aa81073be\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"93363e03507b1a68ee63927d89f2f854\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"4a92f2000ed0739e32034617d36ccd07\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"df71472f13bededb196e326a2f9a990c\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"709143810271e760172885b04ffdc884\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"1bfbd8242e2e24abf1ec50c9156a0a7f\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"811834c8f4970dfe6c4dcb775f992cec\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"f4f972d67e0b720e43768f39cf7e42f4\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3c75472c567ea4ae9adc145255dc92f2\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"053cdc291ae2ab6fe1fd0b610c9c93bd\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"be94a94c843e7bbc0325498807cede1f\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c7a6d9ca1537eededd6ad9bacfc645e5\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b141a372fa0d1095eb01e705ec1715ac\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"0c246fe1fc9ba2a329757e373f97c073\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d97446c044c82491e62910d6dd04bfa3\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"027ff8adb52ad8749aca6afe008772de\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"94993f38dab21300c0a8ccd16f9879cb\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7cdbbb65f70d6555b73f6c7f3077e359\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"98745e43de5f798a666f9243a8fa8581\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b0050acd04646dde07e95e56134b1a5d\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"918d7161b6b88734b24d4dc9a904ca81\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"95595327cb6661c1ffe159d5888b5dd5\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"af309ed313293389651944e1b2a33409\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"fa378005a6d7d6bc1ad7823bb22b1a68\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"635aa1a3c092161f377f950424543006\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"fef3bb7173da58e4bda9b3cbdaa49409\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f58340abb1c9e3d3513bec70d3763927\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"be2b9540fa98bafd3a258a280259e05e\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ed4c273dfbd7f6975c9698e9301f8796\"", "url": "https://schema.cloudformation.ap-southeast-7.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b4460295a1c940cc320bc535c10b1289\"", "url": "https://schema.cloudformation.ap-southeast-7.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"30fc6df94d47ebf84de9d7f350c0357b\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7289906071c374a74506a03fbf3af2b4\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"48424908df24f974dd1a26a6939a2021\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"759d45e4b960e679fab749781cd172cd\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"848bf1203660619c6ca0f939abcbabc8\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f97889302e4988018e7b7d2c5836ae92\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"31b5e148aa25494f8c4c2e70f57f1da2\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7815abf1823eaba217905768074d94ff\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2252fa075085ce5aeef84156479fd654\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"49a7015a5157d29d6733a00d00184ffb\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9edcfbbe74e5c6c2481e63aa31298832\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"be722c77427b492971241faf1869f6ed\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"28913961262a0c435e3fe510b7f9d8e1\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6f14b790c98d144023368e58520e2855\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e17e97f35f332af2cd1d00cdb176d3e0\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cd44f94e3faefb91b09952f0d0094bbf\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e764c765d4fe00ab55a253b285083e68\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"14e30a0c22d55a0aa00ed7ff4dea620d\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8e44373a4a9d718f47498c799286c56b\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8f6f518c7ea72adcf587fb10d299c00c\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"97139cdea7401b5cc1ee4deba8ddc1ab\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5d2d29dfb2dca540f7b64a25a4f17fdd\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"91a43bf597c625d4c9fc11799edabdb7\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7c924c60ece6c7270c24d82dd5087ff2\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"591b5842f7fa42d4c215b99cf465d59f\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e7083edd19a8aeb7936800a5f0a51e4d\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"fc5d7d6999d2fc4240bce65519fe1aba\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"63388e03b259d4d7ebb9a27f5ad36236\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8a0d19dfdfed7d3c04a44778cc45da94\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a78b903f24d62b8963d6165e5f31e761\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)