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

CreateMemberInput

import type { CreateMemberInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface CreateMemberInput {
ClientRequestToken: string;
InvitationId: string;
MemberConfiguration: MemberConfiguration;
NetworkId: string;
}

§Properties

§
ClientRequestToken: string
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.

§
InvitationId: string
[src]

The unique identifier of the invitation that is sent to the member to join the network.

§
MemberConfiguration: MemberConfiguration
[src]

Member configuration parameters.

§
NetworkId: string
[src]

The unique identifier of the network in which the member is created.