Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cfnspec): IoT timestamp type by overwriting with patch #25416

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
chore: patch AWS IoT LocationAction Timestamp property type
  • Loading branch information
sthuber90 committed May 4, 2023
commit d4e8fac4aa4213cbbe95efa5f2d22dc28e891f4f
Original file line number Diff line number Diff line change
@@ -27,25 +27,13 @@
}
}
}
},
{
"op": "replace",
"path": "/AWS::IoT::TopicRule.LocationAction/Properties/Timestamp/Type",
"value": "IotTimestamp"
}
]
},
"AWS::IoT::TopicRule.LocationAction": {
"patch": {
"description": "use IotTimestamp instead of Timestamp in LocationAction type. See issue #22732",
"operations": [
{
"op": "replace",
"path": "/AWS::IoT::TopicRule.LocationAction/Properties/Timestamp",
"value": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-locationaction.html#cfn-iot-topicrule-locationaction-timestamp",
"Required": false,
"Type": "IotTimestamp",
"UpdateType": "Mutable"
}
}
]
}
}
}
}