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

CreateServiceProfileRequest

import type { CreateServiceProfileRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface CreateServiceProfileRequest {
ClientRequestToken?: string | null;
LoRaWAN?: LoRaWANServiceProfile | null;
Name?: 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 service profile information to use to create the service profile.

§
Name?: string | null
[src]

The name of the new resource.

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

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