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

ServiceSpecificCredential

import type { ServiceSpecificCredential } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface ServiceSpecificCredential {
CreateDate: Date | number;
ServiceName: string;
ServicePassword: string;
ServiceSpecificCredentialId: string;
ServiceUserName: string;
Status: statusType;
UserName: string;
}

§Properties

§
CreateDate: Date | number
[src]
§
ServiceName: string
[src]
§
ServicePassword: string
[src]
§
ServiceSpecificCredentialId: string
[src]
§
ServiceUserName: string
[src]
§
UserName: string
[src]