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

UploadServerCertificateResponse

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

Contains the response to a successful "UploadServerCertificate" request.

interface UploadServerCertificateResponse {
ServerCertificateMetadata?: ServerCertificateMetadata | null;
Tags: Tag[];
}

§Properties

§
ServerCertificateMetadata?: ServerCertificateMetadata | null
[src]

The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

§
Tags: Tag[]
[src]

A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.