@distilled.cloud/aws 0.5.3 → 0.5.5
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.
- package/lib/services/ec2.d.ts +1 -1
- package/lib/services/ec2.d.ts.map +1 -1
- package/lib/services/ec2.js +1 -0
- package/lib/services/ec2.js.map +1 -1
- package/lib/services/sqs.d.ts +1 -1
- package/lib/services/sqs.d.ts.map +1 -1
- package/lib/services/sqs.js +1 -1
- package/lib/services/sqs.js.map +1 -1
- package/package.json +2 -2
- package/src/services/ec2.ts +2 -0
- package/src/services/sqs.ts +2 -2
package/lib/services/ec2.js
CHANGED
|
@@ -35825,6 +35825,7 @@ export const runInstances = API.make(() => ({
|
|
|
35825
35825
|
RequestLimitExceeded,
|
|
35826
35826
|
InvalidAMIIDMalformed,
|
|
35827
35827
|
InvalidAMIIDNotFound,
|
|
35828
|
+
InvalidParameterValue,
|
|
35828
35829
|
MissingParameter,
|
|
35829
35830
|
ParseError,
|
|
35830
35831
|
],
|