@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.
@@ -6100,7 +6100,7 @@ export const describeDBClusterSnapshots = /*@__PURE__*/ API.makePaginated(() =>
6100
6100
  export const describeDBEngineVersions = /*@__PURE__*/ API.makePaginated(() => ({
6101
6101
  input: DescribeDBEngineVersionsMessage,
6102
6102
  output: DBEngineVersionMessage,
6103
- errors: [],
6103
+ errors: [InvalidParameterCombination],
6104
6104
  protocol: AwsProtocol,
6105
6105
  retry: Retry,
6106
6106
  operationName: "DescribeDBEngineVersions",