@akamai/openapi-ts
    Preparing search index...

    Type Alias SuspendDatabasesPostgreSqlInstanceData

    type SuspendDatabasesPostgreSqlInstanceData = {
        body?: never;
        path: { instanceId: number };
        query?: never;
        url: "databases/postgresql/instances/{instanceId}/suspend";
    }
    Index

    Properties

    Properties

    body?: never
    path: { instanceId: number }

    Type Declaration

    • instanceId: number

      The ID of the Managed PostgreSQL Database.

    query?: never
    url: "databases/postgresql/instances/{instanceId}/suspend"