@aws-lite/apigatewaymanagementapi
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@aws-lite/apigatewaymanagementapi", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Official `aws-lite` plugin for API Gateway WebSocket Management API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite", |
@@ -1,2 +0,2 @@ | ||
# `@aws-lite/apigatewaymanagementapi` | ||
# [`@aws-lite/apigatewaymanagementapi`](https://aws-lite.org/services/apigatewaymanagementapi) | ||
@@ -21,4 +21,9 @@ > Official `aws-lite` plugin for API Gateway WebSocket Management API | ||
## Docs | ||
## Reference | ||
[Reference documentation with examples at aws-lite.org](https://aws-lite.org/services/apigatewaymanagementapi) | ||
## Methods | ||
<!-- ! Do not remove METHOD_DOCS_START / METHOD_DOCS_END ! --> | ||
@@ -31,2 +36,4 @@ <!-- METHOD_DOCS_START --> | ||
Properties: | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- **`ApiUrl` (string)** | ||
@@ -37,5 +44,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default` | ||
- **`Stage` (string)** | ||
- API Gateway stage; example: `$default`) | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- API Gateway stage; example: `$default` | ||
- **`Data` (string, object)** | ||
@@ -50,2 +55,4 @@ - Data to send to WebSocket client | ||
Properties: | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- **`ApiUrl` (string)** | ||
@@ -56,5 +63,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default` | ||
- **`Stage` (string)** | ||
- API Gateway stage; example: `$default`) | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- API Gateway stage; example: `$default` | ||
@@ -67,2 +72,4 @@ | ||
Properties: | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- **`ApiUrl` (string)** | ||
@@ -73,5 +80,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default` | ||
- **`Stage` (string)** | ||
- API Gateway stage; example: `$default`) | ||
- **`ConnectionId` (string) [required]** | ||
- WebSocket connection ID | ||
- API Gateway stage; example: `$default` | ||
<!-- METHOD_DOCS_END --> | ||
@@ -82,2 +87,3 @@ | ||
Please see the [main `aws-lite` readme](https://github.com/architect/aws-lite) for more information about `aws-lite` plugins. | ||
- [More information about the `aws-lite` plugin API](https://aws-lite.org/plugin-api) | ||
- [Learn about contributing to this and other `aws-lite` plugins](https://aws-lite.org/contributing) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6095
82