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

ResourceQuotas

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

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

interface ResourceQuotas {
ApplicationQuota?: ResourceQuota | null;
ApplicationVersionQuota?: ResourceQuota | null;
ConfigurationTemplateQuota?: ResourceQuota | null;
CustomPlatformQuota?: ResourceQuota | null;
EnvironmentQuota?: ResourceQuota | null;
}

§Properties

§
ApplicationQuota?: ResourceQuota | null
[src]

The quota for applications in the AWS account.

§
ApplicationVersionQuota?: ResourceQuota | null
[src]

The quota for application versions in the AWS account.

§
ConfigurationTemplateQuota?: ResourceQuota | null
[src]

The quota for configuration templates in the AWS account.

§
CustomPlatformQuota?: ResourceQuota | null
[src]

The quota for custom platforms in the AWS account.

§
EnvironmentQuota?: ResourceQuota | null
[src]

The quota for environments in the AWS account.