Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EngineDefaults

import type { EngineDefaults } from "https://aws-api.deno.dev/v0.3/services/docdb.ts?docs=full";

Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters operation.

interface EngineDefaults {
DBParameterGroupFamily?: string | null;
Marker?: string | null;
Parameters: Parameter[];
}

§Properties

§
DBParameterGroupFamily?: string | null
[src]

The name of the cluster parameter group family to return the engine parameter information for.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
Parameters: Parameter[]
[src]

The parameters of a particular cluster parameter group family.