UpdateNamespaceRequest: {
    description?: string;
    isPublic?: boolean;
    namespaceId: string;
    region?: Region;
}

Type declaration

  • Optionaldescription?: string

    Namespace description.

  • OptionalisPublic?: boolean

    Defines whether or not the namespace is public.

  • namespaceId: string

    ID of the namespace to update.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.