-
Notifications
You must be signed in to change notification settings - Fork 285
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
20 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/accessKeyId.md
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 @@ | ||
Your AWS access key ID. Used for authentication with AWS services. This key must have appropriate permissions for EC2 describe instance operations. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/filters.md
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 @@ | ||
A struct of filters to apply to the instance description request. Each key in the struct is a filter name, and its value is an array of filter values. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/host.md
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 @@ | ||
The endpoint or the provider to connect to. If not set, Amazon AWS is used. This can be used to specify a different AWS region or a custom EC2-compatible endpoint. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/instanceIds.md
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 @@ | ||
An array of instance IDs specifying the EC2 instances to describe. If not provided, information for all instances will be returned. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/location.md
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 @@ | ||
The AWS region hosting the EC2 endpoint. If not specified, the default region associated with the provided credentials is used. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/secretAccessKey.md
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 @@ | ||
Your AWS secret access key associated with the access key ID. This key is used in conjunction with the accessKeyId for authentication. |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/ec2describeinstances/_arguments/timeout.md
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 @@ | ||
The timeout in milliseconds for the EC2 describe instances request. Defaults to 10000 milliseconds (10 seconds). |
Empty file.
Empty file.
11 changes: 11 additions & 0 deletions
11
docs/03.reference/01.functions/ec2describeinstances/function.md
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,11 @@ | ||
--- | ||
title: EC2describeInstances | ||
id: function-ec2describeinstances | ||
categories: | ||
- s3 | ||
- server | ||
--- | ||
|
||
This function interfaces with the EC2 service to retrieve detailed information about specified EC2 instances. | ||
|
||
It supports custom filtering, specific instance IDs, regional targeting, and legacy mode handling. |
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 @@ | ||
String to validate |
Empty file.
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/validatejson/_arguments/throwonError.md
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 @@ | ||
throw an exception in case of an error, when false no exception is thrown, instead the errors are returned in an array of structs. |
Empty file.
Empty file.
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,8 @@ | ||
--- | ||
title: ValidateJson | ||
id: function-validatejson | ||
categories: | ||
- json | ||
--- | ||
|
||
validate a json string |
1 change: 1 addition & 0 deletions
1
docs/03.reference/01.functions/websocketinfo/_arguments/addRaw.md
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 @@ | ||
in the session array add the raw Session object. |
Empty file.
Empty file.
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,8 @@ | ||
--- | ||
title: WebSocketInfo | ||
id: function-websocketinfo | ||
categories: | ||
- protocols | ||
--- | ||
|
||
This functions provides information about the current websocket server instance. |