-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
4,001 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"skipped-packages": [ | ||
{ | ||
"name": "containers", | ||
"reason": "https://github.com/winglang/wing/issues/5716" | ||
}, | ||
{ | ||
"name": "cognito", | ||
"reason": "https://github.com/winglang/wing/issues/6924" | ||
}, | ||
{ | ||
"name": "python", | ||
"reason": "https://github.com/winglang/wing/issues/6923" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<h2>API Reference</h2> | ||
|
||
<h3>Table of Contents</h3> | ||
|
||
- **Classes** | ||
- <a href="#@winglibs/bedrock.JokeMaker">JokeMaker</a> | ||
- <a href="#@winglibs/bedrock.Model">Model</a> | ||
|
||
<h3 id="@winglibs/bedrock.JokeMaker">JokeMaker (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(): JokeMaker | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
| **Signature** | **Description** | | ||
| --- | --- | | ||
| <code>inflight makeJoke(topic: str): str</code> | *No description* | | ||
|
||
<h3 id="@winglibs/bedrock.Model">Model (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(modelId: str): Model | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
| **Name** | **Type** | **Description** | | ||
| --- | --- | --- | | ||
| <code>modelId</code> | <code>str</code> | *No description* | | ||
|
||
<h4>Methods</h4> | ||
|
||
| **Signature** | **Description** | | ||
| --- | --- | | ||
| <code>inflight invoke(body: Json): Json</code> | *No description* | | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<h2>API Reference</h2> | ||
|
||
<h3>Table of Contents</h3> | ||
|
||
- **Classes** | ||
- <a href="#@winglibs/budget.Alert">Alert</a> | ||
- <a href="#@winglibs/budget.AlertTfAws">AlertTfAws</a> | ||
- <a href="#@winglibs/budget.AlertSim">AlertSim</a> | ||
- <a href="#@winglibs/budget.Util">Util</a> | ||
- **Interfaces** | ||
- <a href="#@winglibs/budget.IAlert">IAlert</a> | ||
- **Structs** | ||
- <a href="#@winglibs/budget.AlertProps">AlertProps</a> | ||
- **Enums** | ||
- <a href="#@winglibs/budget.TimeUnit">TimeUnit</a> | ||
|
||
<h3 id="@winglibs/budget.Alert">Alert (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(props: AlertProps): Alert | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
*No methods* | ||
|
||
<h3 id="@winglibs/budget.AlertTfAws">AlertTfAws (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(props: AlertProps): AlertTfAws | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
*No methods* | ||
|
||
<h3 id="@winglibs/budget.AlertSim">AlertSim (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(props: AlertProps): AlertSim | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
*No methods* | ||
|
||
<h3 id="@winglibs/budget.Util">Util (preflight class)</h3> | ||
|
||
<h4>Constructor</h4> | ||
|
||
<pre> | ||
new(): Util | ||
</pre> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
| **Signature** | **Description** | | ||
| --- | --- | | ||
| <code>static timeUnitToStr(timeUnit: TimeUnit): str</code> | *No description* | | ||
|
||
<h3 id="@winglibs/budget.IAlert">IAlert (interface)</h3> | ||
|
||
<h4>Properties</h4> | ||
|
||
*No properties* | ||
|
||
<h4>Methods</h4> | ||
|
||
*No methods* | ||
|
||
<h3 id="@winglibs/budget.AlertProps">AlertProps (struct)</h3> | ||
|
||
<h4>Properties</h4> | ||
|
||
| **Name** | **Type** | **Description** | | ||
| --- | --- | --- | | ||
| <code>amount</code> | <code>num</code> | *No description* | | ||
| <code>emailAddresses</code> | <code>Array<str></code> | *No description* | | ||
| <code>name</code> | <code>str</code> | *No description* | | ||
| <code>timeUnit</code> | <code>TimeUnit?</code> | *No description* | | ||
|
||
<h3 id="@winglibs/budget.TimeUnit">TimeUnit (enum)</h3> | ||
|
||
<h4>Values</h4> | ||
|
||
| **Name** | **Description** | | ||
| --- | --- | | ||
| <code>DAILY</code> | *No description* | | ||
| <code>MONTHLY</code> | *No description* | | ||
| <code>ANNUALLY</code> | *No description* | | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.