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

CreateAccessorInput

import type { CreateAccessorInput } from "https://aws-api.deno.dev/v0.4/services/managedblockchain.ts?docs=full";
interface CreateAccessorInput {
AccessorType: AccessorType;
ClientRequestToken: string;
}

§Properties

§
AccessorType: AccessorType
[src]

The type of accessor.

Note: Currently accessor type is restricted to BILLING_TOKEN.

§
ClientRequestToken: string
[src]

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