@distilled.cloud/aws 1.0.0-rc.10 → 1.0.0-rc.12

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.
@@ -6241,7 +6241,7 @@ export type DescribeDBClusterSnapshotsError = DBClusterSnapshotNotFoundFault | C
6241
6241
  * For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the *Amazon RDS User Guide*.
6242
6242
  */
6243
6243
  export declare const describeDBClusterSnapshots: API.PaginatedOperationMethod<DescribeDBClusterSnapshotsMessage, DBClusterSnapshotMessage, DescribeDBClusterSnapshotsError, Credentials | HttpClient.HttpClient, DBClusterSnapshot>;
6244
- export type DescribeDBEngineVersionsError = CommonErrors;
6244
+ export type DescribeDBEngineVersionsError = InvalidParameterCombination | CommonErrors;
6245
6245
  /**
6246
6246
  * Describes the properties of specific versions of DB engines.
6247
6247
  */