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

ResetServiceSpecificCredentialResponse

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

§Properties

§
ServiceSpecificCredential?: ServiceSpecificCredential | null
[src]

A structure with details about the updated service-specific credential, including the new password.

! IMPORTANT: ! This is the only time that you can access the password. ! You cannot recover the password later, but you can reset it again.