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

UpdateSigningCertificateRequest

import type { UpdateSigningCertificateRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface UpdateSigningCertificateRequest {
CertificateId: string;
Status: statusType;
UserName?: string | null;
}

§Properties

§
CertificateId: string
[src]

The ID of the signing certificate you want to update.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

§

The status you want to assign to the certificate. Active means that the certificate can be used for programmatic calls to Amazon Web Services Inactive means that the certificate cannot be used.

§
UserName?: string | null
[src]

The name of the IAM user the signing certificate belongs to.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-