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

UpdateMemberInput

import type { UpdateMemberInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface UpdateMemberInput {
LogPublishingConfiguration?: MemberLogPublishingConfiguration | null;
MemberId: string;
NetworkId: string;
}

§Properties

§
LogPublishingConfiguration?: MemberLogPublishingConfiguration | null
[src]

Configuration properties for publishing to Amazon CloudWatch Logs.

§
MemberId: string
[src]

The unique identifier of the member.

§
NetworkId: string
[src]

The unique identifier of the Managed Blockchain network to which the member belongs.