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;
}