@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.d.ts
CHANGED
|
@@ -27860,7 +27860,7 @@ export type RevokeSecurityGroupIngressError = RequestLimitExceeded | InvalidGrou
|
|
|
27860
27860
|
* However, a small delay might occur.
|
|
27861
27861
|
*/
|
|
27862
27862
|
export declare const revokeSecurityGroupIngress: API.OperationMethod<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult, RevokeSecurityGroupIngressError, Credentials | Rgn | HttpClient.HttpClient>;
|
|
27863
|
-
export type RunInstancesError = RequestLimitExceeded | InvalidAMIIDMalformed | InvalidAMIIDNotFound | MissingParameter | ParseError | CommonErrors;
|
|
27863
|
+
export type RunInstancesError = RequestLimitExceeded | InvalidAMIIDMalformed | InvalidAMIIDNotFound | InvalidParameterValue | MissingParameter | ParseError | CommonErrors;
|
|
27864
27864
|
/**
|
|
27865
27865
|
* Launches the specified number of instances using an AMI for which you have
|
|
27866
27866
|
* permissions.
|