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

AssociateAwsAccountWithPartnerAccountRequest

import type { AssociateAwsAccountWithPartnerAccountRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface AssociateAwsAccountWithPartnerAccountRequest {
ClientRequestToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

§

The Sidewalk account credentials.

§
Tags?: Tag[] | null
[src]

The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.