@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.
@@ -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.