Skip to content

Commit c5b4c21

Browse files
Update CloudFormation schemas to 2024-11-07 (#3811)
* Update CloudFormation schemas to 2024-11-07 --------- Co-authored-by: kddejong <[email protected]> Co-authored-by: Kevin DeJong <[email protected]>
1 parent adf24d0 commit c5b4c21

File tree

292 files changed

+16315
-53702
lines changed

Some content is hidden

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

292 files changed

+16315
-53702
lines changed

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,16 +627,20 @@
627627
"AssociateApi",
628628
"AssociateMergedGraphqlApi",
629629
"AssociateSourceGraphqlApi",
630+
"CreateApi",
630631
"CreateApiCache",
631632
"CreateApiKey",
633+
"CreateChannelNamespace",
632634
"CreateDataSource",
633635
"CreateDomainName",
634636
"CreateFunction",
635637
"CreateGraphqlApi",
636638
"CreateResolver",
637639
"CreateType",
640+
"DeleteApi",
638641
"DeleteApiCache",
639642
"DeleteApiKey",
643+
"DeleteChannelNamespace",
640644
"DeleteDataSource",
641645
"DeleteDomainName",
642646
"DeleteFunction",
@@ -649,9 +653,14 @@
649653
"DisassociateSourceGraphqlApi",
650654
"EvaluateCode",
651655
"EvaluateMappingTemplate",
656+
"EventConnect",
657+
"EventPublish",
658+
"EventSubscribe",
652659
"FlushApiCache",
660+
"GetApi",
653661
"GetApiAssociation",
654662
"GetApiCache",
663+
"GetChannelNamespace",
655664
"GetDataSource",
656665
"GetDataSourceIntrospection",
657666
"GetDomainName",
@@ -666,6 +675,8 @@
666675
"GetType",
667676
"GraphQL",
668677
"ListApiKeys",
678+
"ListApis",
679+
"ListChannelNamespaces",
669680
"ListDataSources",
670681
"ListDomainNames",
671682
"ListFunctions",
@@ -685,8 +696,10 @@
685696
"StartSchemaMerge",
686697
"TagResource",
687698
"UntagResource",
699+
"UpdateApi",
688700
"UpdateApiCache",
689701
"UpdateApiKey",
702+
"UpdateChannelNamespace",
690703
"UpdateDataSource",
691704
"UpdateDomainName",
692705
"UpdateFunction",
@@ -10598,14 +10611,17 @@
1059810611
"Actions": [
1059910612
"BatchDeleteTaxRegistration",
1060010613
"BatchPutTaxRegistration",
10614+
"DeleteSupplementalTaxRegistration",
1060110615
"DeleteTaxRegistration",
1060210616
"GetExemptions",
1060310617
"GetTaxInfoReportingDocument",
1060410618
"GetTaxInheritance",
1060510619
"GetTaxInterview",
1060610620
"GetTaxRegistration",
1060710621
"GetTaxRegistrationDocument",
10622+
"ListSupplementalTaxRegistrations",
1060810623
"ListTaxRegistrations",
10624+
"PutSupplementalTaxRegistration",
1060910625
"PutTaxInheritance",
1061010626
"PutTaxInterview",
1061110627
"PutTaxRegistration",
@@ -12636,6 +12652,7 @@
1263612652
"GetTopologyMap",
1263712653
"Link",
1263812654
"ListDashboards",
12655+
"ListEntitiesForMetric",
1263912656
"ListManagedInsightRules",
1264012657
"ListMetricStreams",
1264112658
"ListMetrics",
@@ -13524,6 +13541,7 @@
1352413541
"Actions": [
1352513542
"ActivateEvaluationForm",
1352613543
"AdminGetEmergencyAccessToken",
13544+
"AssociateAnalyticsDataSet",
1352713545
"AssociateApprovedOrigin",
1352813546
"AssociateBot",
1352913547
"AssociateCustomerProfilesDomain",
@@ -13623,6 +13641,7 @@
1362313641
"DescribeUserHierarchyStructure",
1362413642
"DescribeView",
1362513643
"DescribeVocabulary",
13644+
"DisassociateAnalyticsDataSet",
1362613645
"DisassociateApprovedOrigin",
1362713646
"DisassociateBot",
1362813647
"DisassociateCustomerProfilesDomain",
@@ -13651,6 +13670,7 @@
1365113670
"GetTrafficDistribution",
1365213671
"ImportPhoneNumber",
1365313672
"ListAgentStatuses",
13673+
"ListAnalyticsDataAssociations",
1365413674
"ListApprovedOrigins",
1365513675
"ListAuthenticationProfiles",
1365613676
"ListBots",
@@ -13728,7 +13748,9 @@
1372813748
"StartContactRecording",
1372913749
"StartContactStreaming",
1373013750
"StartForecastingPlanningSchedulingIntegration",
13751+
"StartOutboundChatContact",
1373113752
"StartOutboundVoiceContact",
13753+
"StartScreenSharing",
1373213754
"StartTaskContact",
1373313755
"StartWebRTCContact",
1373413756
"StopContact",
@@ -13803,6 +13825,7 @@
1380313825
"connect:SearchContactsByContactAnalysis",
1380413826
"connect:SearchTag/${TagKey}",
1380513827
"connect:StorageResourceType",
13828+
"connect:Subtype",
1380613829
"connect:UserArn"
1380713830
]
1380813831
},
@@ -14273,15 +14296,18 @@
1427314296
"ARNFormat": "arn:aws:docdb-elastic:${Region}:${Account}:${ResourceType}/${ResourceId}",
1427414297
"ARNRegex": "^arn:aws:docdb-elastic:.+:.+:.+",
1427514298
"Actions": [
14299+
"ApplyPendingMaintenanceAction",
1427614300
"CopyClusterSnapshot",
1427714301
"CreateCluster",
1427814302
"CreateClusterSnapshot",
1427914303
"DeleteCluster",
1428014304
"DeleteClusterSnapshot",
1428114305
"GetCluster",
1428214306
"GetClusterSnapshot",
14307+
"GetPendingMaintenanceAction",
1428314308
"ListClusterSnapshots",
1428414309
"ListClusters",
14310+
"ListPendingMaintenanceActions",
1428514311
"ListTagsForResource",
1428614312
"RestoreClusterFromSnapshot",
1428714313
"StartCluster",
@@ -14430,6 +14456,7 @@
1443014456
"ARNRegex": "^arn:aws:ec2:.+",
1443114457
"Actions": [
1443214458
"AcceptAddressTransfer",
14459+
"AcceptCapacityReservationBillingOwnership",
1443314460
"AcceptReservedInstancesExchangeQuote",
1443414461
"AcceptTransitGatewayMulticastDomainAssociations",
1443514462
"AcceptTransitGatewayPeeringAttachment",
@@ -14445,6 +14472,7 @@
1444514472
"AssignPrivateIpAddresses",
1444614473
"AssignPrivateNatGatewayAddress",
1444714474
"AssociateAddress",
14475+
"AssociateCapacityReservationBillingOwner",
1444814476
"AssociateClientVpnTargetNetwork",
1444914477
"AssociateDhcpOptions",
1445014478
"AssociateEnclaveCertificateIamRole",
@@ -14454,6 +14482,7 @@
1445414482
"AssociateIpamResourceDiscovery",
1445514483
"AssociateNatGatewayAddress",
1445614484
"AssociateRouteTable",
14485+
"AssociateSecurityGroupVpc",
1445714486
"AssociateSubnetCidrBlock",
1445814487
"AssociateTransitGatewayMulticastDomain",
1445914488
"AssociateTransitGatewayPolicyTable",
@@ -14667,6 +14696,7 @@
1466714696
"DescribeBundleTasks",
1466814697
"DescribeByoipCidrs",
1466914698
"DescribeCapacityBlockOfferings",
14699+
"DescribeCapacityReservationBillingRequests",
1467014700
"DescribeCapacityReservationFleets",
1467114701
"DescribeCapacityReservations",
1467214702
"DescribeCarrierGateways",
@@ -14707,6 +14737,7 @@
1470714737
"DescribeInstanceCreditSpecifications",
1470814738
"DescribeInstanceEventNotificationAttributes",
1470914739
"DescribeInstanceEventWindows",
14740+
"DescribeInstanceImageMetadata",
1471014741
"DescribeInstanceStatus",
1471114742
"DescribeInstanceTopology",
1471214743
"DescribeInstanceTypeOfferings",
@@ -14759,6 +14790,7 @@
1475914790
"DescribeScheduledInstances",
1476014791
"DescribeSecurityGroupReferences",
1476114792
"DescribeSecurityGroupRules",
14793+
"DescribeSecurityGroupVpcAssociations",
1476214794
"DescribeSecurityGroups",
1476314795
"DescribeSnapshotAttribute",
1476414796
"DescribeSnapshotTierStatus",
@@ -14834,6 +14866,7 @@
1483414866
"DisableVpcClassicLink",
1483514867
"DisableVpcClassicLinkDnsSupport",
1483614868
"DisassociateAddress",
14869+
"DisassociateCapacityReservationBillingOwner",
1483714870
"DisassociateClientVpnTargetNetwork",
1483814871
"DisassociateEnclaveCertificateIamRole",
1483914872
"DisassociateIamInstanceProfile",
@@ -14842,6 +14875,7 @@
1484214875
"DisassociateIpamResourceDiscovery",
1484314876
"DisassociateNatGatewayAddress",
1484414877
"DisassociateRouteTable",
14878+
"DisassociateSecurityGroupVpc",
1484514879
"DisassociateSubnetCidrBlock",
1484614880
"DisassociateTransitGatewayMulticastDomain",
1484714881
"DisassociateTransitGatewayPolicyTable",
@@ -14948,6 +14982,7 @@
1494814982
"ModifyImageAttribute",
1494914983
"ModifyInstanceAttribute",
1495014984
"ModifyInstanceCapacityReservationAttributes",
14985+
"ModifyInstanceCpuOptions",
1495114986
"ModifyInstanceCreditSpecification",
1495214987
"ModifyInstanceEventStartTime",
1495314988
"ModifyInstanceEventWindow",
@@ -15017,6 +15052,7 @@
1501715052
"RegisterInstanceEventNotificationAttributes",
1501815053
"RegisterTransitGatewayMulticastGroupMembers",
1501915054
"RegisterTransitGatewayMulticastGroupSources",
15055+
"RejectCapacityReservationBillingOwnership",
1502015056
"RejectTransitGatewayMulticastDomainAssociations",
1502115057
"RejectTransitGatewayPeeringAttachment",
1502215058
"RejectTransitGatewayVpcAttachment",
@@ -15847,6 +15883,8 @@
1584715883
"PutBackupPolicy",
1584815884
"PutFileSystemPolicy",
1584915885
"PutLifecycleConfiguration",
15886+
"ReplicationRead",
15887+
"ReplicationWrite",
1585015888
"Restore",
1585115889
"TagResource",
1585215890
"UntagResource",
@@ -17893,6 +17931,44 @@
1789317931
"geo:GeofenceIds"
1789417932
]
1789517933
},
17934+
"Amazon Location Service Maps": {
17935+
"ARNFormat": "arn:aws:geo-maps:${Region}::provider/default",
17936+
"ARNRegex": "^arn:aws:geo-maps:.+",
17937+
"Actions": [
17938+
"GetStaticMap",
17939+
"GetTile"
17940+
],
17941+
"HasResource": true,
17942+
"StringPrefix": "geo-maps"
17943+
},
17944+
"Amazon Location Service Places": {
17945+
"ARNFormat": "arn:aws:geo-places:${Region}::provider/default",
17946+
"ARNRegex": "^arn:aws:geo-places:.+",
17947+
"Actions": [
17948+
"Autocomplete",
17949+
"Geocode",
17950+
"GetPlace",
17951+
"ReverseGeocode",
17952+
"SearchNearby",
17953+
"SearchText",
17954+
"Suggest"
17955+
],
17956+
"HasResource": true,
17957+
"StringPrefix": "geo-places"
17958+
},
17959+
"Amazon Location Service Routes": {
17960+
"ARNFormat": "arn:aws:geo-routes:${Region}::provider/default",
17961+
"ARNRegex": "^arn:aws:geo-routes:.+",
17962+
"Actions": [
17963+
"CalculateIsolines",
17964+
"CalculateRouteMatrix",
17965+
"CalculateRoutes",
17966+
"OptimizeWaypoints",
17967+
"SnapToRoads"
17968+
],
17969+
"HasResource": true,
17970+
"StringPrefix": "geo-routes"
17971+
},
1789617972
"Amazon Lookout for Equipment": {
1789717973
"ARNFormat": "arn:aws:lookoutequipment:${Region}:${Account}:${ResourceType}/${ResourceName}/${ResourceId}",
1789817974
"ARNRegex": "^arn:aws:lookoutequipment:.+:.+:.+",
@@ -18351,6 +18427,7 @@
1835118427
"TagResource",
1835218428
"UntagResource",
1835318429
"UpdateLoggingConfiguration",
18430+
"UpdateScraper",
1835418431
"UpdateWorkspaceAlias"
1835518432
],
1835618433
"HasResource": true,
@@ -23207,6 +23284,7 @@
2320723284
"DeleteEnvironment",
2320823285
"DeregisterDevice",
2320923286
"GetDevice",
23287+
"GetDeviceDetails",
2321023288
"GetEnvironment",
2321123289
"GetSoftwareSet",
2321223290
"ListDeviceSessions",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"140b6010748283e74917a0e4c066d867\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5357ad155752331d8c927fa32fdb28c9\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1262317fb56cbb34858fabe519fdd410\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"9c09a8e86cff20c3da1dbd5301bd0ebe\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"00311ca48fedb96740542086f2b9d02a\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e883cba4b52bd486689be2590182302e\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2bd7184ed2b52d8791cd16d7b33591c9\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"dabda94e45dfc9d5c84a459da91edd2c\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d8e3f36dbd902bf48c6b308fca3e4105\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b6a93fd4200882e33932f3977cf81d2d\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"144126c4427078feca5ef83ded64e48b\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"1fafcf4ca44c438a68bf190ec5046b30\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"57f2d974a85711d87a6ad29266c7b2d9\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"679ee3121552f93003a6865d0301f95f\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"18909b3a12c27ac81d110c95b8c6d07e\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"11d1b4b6102578b479d6e21c3363b07a\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f228dca24042b4bf4423e91caa58a648\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"fb5b87fa2d3233312282562bcd3bfbc9\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cd15458f5c290a953645de4ef2329a43\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4c9cb5a4d498a6466009723774049dbe\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9efa568ad1af33d89b50abfb69bff565\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"721ed22e90284fd92477dcd7becf2876\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2a518b994acae465a78eecda32f5a7b2\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"520442db355318cdc3026536d0986cc4\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"72ce524d436e9f446f88b26066d9912d\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d273c61b83b327ae7062f9e0252c380e\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"41fdcc7535121b6be41e343de75969ff\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"2c5ccaaac2f27b06d22c2a84f14eb02c\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"ca5451e56b3bc8a37c67b5853ec9f891\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"57c64212488b8f143b59162adffc2be9\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"c696d21cd3eadaf8fb3c2b8b7435c628\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b17b43b6c7bd34f3af6de3f406c397fe\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"5909723838a2b34b540b1494c6498310\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"895a42c168d6397357dbf1ddba3d12b9\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d94362de24bfe0f4771cbf03b90e96d8\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"29da5b62780e15423d7c2526d453d938\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"eeab779c2d21c775defe9572bb7822b5\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"10122da694bede181ecd4161716c4a1a\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7e77564f3abeffc2448be4ba3c108fba\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ee2fafec85a78e0c4e65284b8c3ed8f9\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"697b91eea5d62d7615f024996ae79bd2\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"87c18247cfa1e1cc3005309803025962\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"48955aeec8376fac8e745ab49ac2b576\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"617e4f25d14fa2ae621304bfeb35c742\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"545b348634401ed6f494edd91acccb2e\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"8e8aef22a73df8aac450d1c66839de7c\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"13d76d8d5c4b7079a18159f729835cab\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"abff77b737994051678f96052059e865\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7d93294226e06db96e89f9a0c907d970\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ac577518b13bc5b9460aea32b546bc9d\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cf842eb009849c22b0c2298df346e5bc\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"17e8c7adc1cf749c360ecdc7aab897f4\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"53180d118d6e66e02038b8976163604f\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7bf14c08f1c6a5630ce8d8f85059a5e0\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"06c3f20628dfaa6837e7034b3670f568\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"dd65610a40912779b8e996dca8a6e526\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"35ada81ff6152c5bf47c53d6eaf30ac0\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e639191636cd225fbe9ac6488edd9fbc\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"dfed8922b0e77091ca90e2fa67a37be7\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d152e80c902be01477cb4446c400c753\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"da2f42e31716f030ca6122c550744ebd\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ebb8bf034d08a1d5fa72fbef92356773\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"da5f2a8a910f841f403085725a3161e4\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9a85fb289ed577c7c5e49c678f0b77c3\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e8746f49c9418430ff61fe82b70567a8\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c42f41acfb73c2b6701b83c459ee2009\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d3f31bb469488688bc7f5d9da1cceab4\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"5d7672eafd26eff88359b68742c5212e\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

0 commit comments

Comments
 (0)