Skip to content

Commit

Permalink
import new extension functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2025
1 parent d8e2829 commit 9e34dfe
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 0 deletions.
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.
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.
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.
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.
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.
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.
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 docs/03.reference/01.functions/ec2describeinstances/function.md
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
String to validate
Empty file.
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.
8 changes: 8 additions & 0 deletions docs/03.reference/01.functions/validatejson/function.md
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
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.
8 changes: 8 additions & 0 deletions docs/03.reference/01.functions/websocketinfo/function.md
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.

0 comments on commit 9e34dfe

Please sign in to comment.