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

CreateServiceSpecificCredentialResponse

import type { CreateServiceSpecificCredentialResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface CreateServiceSpecificCredentialResponse {
ServiceSpecificCredential?: ServiceSpecificCredential | null;
}

§Properties

§
ServiceSpecificCredential?: ServiceSpecificCredential | null
[src]

A structure that contains information about the newly created service-specific credential.

! IMPORTANT: ! This is the only time that the password for this credential set is available. ! It cannot be recovered later. ! Instead, you must reset the password with "ResetServiceSpecificCredential".