fakecloud 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -125,6 +125,20 @@ Top-level client. Defaults to `http://localhost:4566`.
125
125
  | `expireTokens(req)` | Expire tokens (optionally filtered) |
126
126
  | `getAuthEvents()` | List auth events |
127
127
 
128
+ ### `fc.rds`
129
+
130
+ | Method | Description |
131
+ | ---------------- | ---------------------------------------- |
132
+ | `getInstances()` | List RDS instances with runtime metadata |
133
+
134
+ ### `fc.elasticache`
135
+
136
+ | Method | Description |
137
+ | -------------------------- | --------------------------------------------- |
138
+ | `getClusters()` | List ElastiCache cache clusters |
139
+ | `getReplicationGroups()` | List ElastiCache replication groups |
140
+ | `getServerlessCaches()` | List ElastiCache serverless caches |
141
+
128
142
  ### Error handling
129
143
 
130
144
  All methods throw `FakeCloudError` on non-2xx responses:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fakecloud",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Client SDK for fakecloud — local AWS cloud emulator",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",