-
-
Notifications
You must be signed in to change notification settings - Fork 9
Missing New-VSEC2VPCEndpointService in "VaporShell/Public/Resource Types" #62
Comments
Hey @ScriptAutomate - apologies on slowness in ack'ing this. I'm working on rolling your suggestions for the documentation updates in now, which includes parsing the other spec files outside of us-east-1's for any missing resources and properties, which should catch odd ones out like this. I appreciate digging into it and raising awareness! I'll close this out once the new version is pushed, should be today if time allows! |
## 2.9.0 - 2019-09-08 * [Issue #61](#61) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated Parameter help for all Resource Type and Property Type functions to include the Parameter descriptions. * [Issue #62](#62) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated the CI build process to check all spec sheets for any Resource Types and Property Types that may be missing from `us-east-1`. * Miscellaneous * Brought Resource Type and Property Type functions up to current spec sheet.
## 2.9.0 - 2019-09-08 * [Issue #61](#61) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated Parameter help for all Resource Type and Property Type functions to include the Parameter descriptions. * [Issue #62](#62) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated the CI build process to check all spec sheets for any Resource Types and Property Types that may be missing from `us-east-1`. * Miscellaneous * Brought Resource Type and Property Type functions up to current spec sheet.
Awesome! Looks like you're picking up stragglers just fine (including two new ones!), and the expansion of the property descriptions looks great. A side note, more related to the feature request of comment-base help doc expansion in #61 is that I noticed that the
|
Ahhhhhhhhhh I completely missed that and it would be easy to add! Thank you for the reminder! I'll get it added in as well, easy add since I already have the info as noted :D |
Testing the addition now, then pushing out 2.9.1 with the updated info. |
v2.9.1 pushed with the added help bits. Thanks again! PS - You can see the updated functions in the They're called from the |
AWS::EC2::VPCEndpointService is now in the |
This function is missing because it is missing from the
us-east-1
cfn spec json file, so automation reliant on it being present there isn't including it.I reference the issue here with the CloudFormation documentation folks: Missing AWS::EC2::VPCEndpointService ResourceType in CloudFormationResourceSpecification.json for Most Regions
The automation you are using should automatically fix this once they introduce it to the proper CFN spec files, but I'm not sure how long that will take. Thought I'd give a heads up since my tooling recently discovered it missing from the spec files.
The text was updated successfully, but these errors were encountered: