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

UpdateGroupCertificateConfigurationResponse

import type { UpdateGroupCertificateConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface UpdateGroupCertificateConfigurationResponse {
CertificateAuthorityExpiryInMilliseconds?: string | null;
CertificateExpiryInMilliseconds?: string | null;
GroupId?: string | null;
}

§Properties

§
CertificateAuthorityExpiryInMilliseconds?: string | null
[src]

The amount of time remaining before the certificate authority expires, in milliseconds.

§
CertificateExpiryInMilliseconds?: string | null
[src]

The amount of time remaining before the certificate expires, in milliseconds.

§
GroupId?: string | null
[src]

The ID of the group certificate configuration.