You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is a generated file. Modifications will be overwritten.import{BaseModel,Dict,integer,Integer,Optional,transformValue}from'@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib';import{Exclude,Expose,Type,Transform}from'class-transformer';
Step to reproduce:
cfn init
Initializing new project
Do you want to develop a new resource(r) or a module(m) or a hook(h)?.
>> h
What's the name of your hook type?
(Organization::Service::Hook)
>> ABC::Sample::Hook
Select a language for code generation:
[1] python36
[2] python37
[3] typescript
(enter an integer):
>> 3
Use docker for platform-independent packaging (Y/n)?
This is highly recommended unless you are experienced
with cross-platform Typescript packaging.
>> Y
Initialized a new project in /Users/abc/project/hook
The text was updated successfully, but these errors were encountered:
The
src/models
file contains onlyStep to reproduce:
The text was updated successfully, but these errors were encountered: