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

summaryKeyType

import type { summaryKeyType } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
type summaryKeyType =
| "Users"
| "UsersQuota"
| "Groups"
| "GroupsQuota"
| "ServerCertificates"
| "ServerCertificatesQuota"
| "UserPolicySizeQuota"
| "GroupPolicySizeQuota"
| "GroupsPerUserQuota"
| "SigningCertificatesPerUserQuota"
| "AccessKeysPerUserQuota"
| "MFADevices"
| "MFADevicesInUse"
| "AccountMFAEnabled"
| "AccountAccessKeysPresent"
| "AccountSigningCertificatesPresent"
| "AttachedPoliciesPerGroupQuota"
| "AttachedPoliciesPerRoleQuota"
| "AttachedPoliciesPerUserQuota"
| "Policies"
| "PoliciesQuota"
| "PolicySizeQuota"
| "PolicyVersionsInUse"
| "PolicyVersionsInUseQuota"
| "VersionsPerPolicyQuota"
| "GlobalEndpointTokenVersion"

§Type

§
"Users" | "UsersQuota" | "Groups" | "GroupsQuota" | "ServerCertificates" | "ServerCertificatesQuota" | "UserPolicySizeQuota" | "GroupPolicySizeQuota" | "GroupsPerUserQuota" | "SigningCertificatesPerUserQuota" | "AccessKeysPerUserQuota" | "MFADevices" | "MFADevicesInUse" | "AccountMFAEnabled" | "AccountAccessKeysPresent" | "AccountSigningCertificatesPresent" | "AttachedPoliciesPerGroupQuota" | "AttachedPoliciesPerRoleQuota" | "AttachedPoliciesPerUserQuota" | "Policies" | "PoliciesQuota" | "PolicySizeQuota" | "PolicyVersionsInUse" | "PolicyVersionsInUseQuota" | "VersionsPerPolicyQuota" | "GlobalEndpointTokenVersion" | cmnP.UnexpectedEnumValue
[src]