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

ExportableVolumeField

import type { ExportableVolumeField } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
type ExportableVolumeField =
| "AccountId"
| "VolumeArn"
| "Finding"
| "UtilizationMetricsVolumeReadOpsPerSecondMaximum"
| "UtilizationMetricsVolumeWriteOpsPerSecondMaximum"
| "UtilizationMetricsVolumeReadBytesPerSecondMaximum"
| "UtilizationMetricsVolumeWriteBytesPerSecondMaximum"
| "LookbackPeriodInDays"
| "CurrentConfigurationVolumeType"
| "CurrentConfigurationVolumeBaselineIOPS"
| "CurrentConfigurationVolumeBaselineThroughput"
| "CurrentConfigurationVolumeBurstIOPS"
| "CurrentConfigurationVolumeBurstThroughput"
| "CurrentConfigurationVolumeSize"
| "CurrentMonthlyPrice"
| "RecommendationOptionsConfigurationVolumeType"
| "RecommendationOptionsConfigurationVolumeBaselineIOPS"
| "RecommendationOptionsConfigurationVolumeBaselineThroughput"
| "RecommendationOptionsConfigurationVolumeBurstIOPS"
| "RecommendationOptionsConfigurationVolumeBurstThroughput"
| "RecommendationOptionsConfigurationVolumeSize"
| "RecommendationOptionsMonthlyPrice"
| "RecommendationOptionsPerformanceRisk"
| "LastRefreshTimestamp"
| "CurrentPerformanceRisk"
| "RecommendationOptionsSavingsOpportunityPercentage"
| "RecommendationOptionsEstimatedMonthlySavingsCurrency"
| "RecommendationOptionsEstimatedMonthlySavingsValue"

§Type

§
"AccountId" | "VolumeArn" | "Finding" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsVolumeReadBytesPerSecondMaximum" | "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" | "LookbackPeriodInDays" | "CurrentConfigurationVolumeType" | "CurrentConfigurationVolumeBaselineIOPS" | "CurrentConfigurationVolumeBaselineThroughput" | "CurrentConfigurationVolumeBurstIOPS" | "CurrentConfigurationVolumeBurstThroughput" | "CurrentConfigurationVolumeSize" | "CurrentMonthlyPrice" | "RecommendationOptionsConfigurationVolumeType" | "RecommendationOptionsConfigurationVolumeBaselineIOPS" | "RecommendationOptionsConfigurationVolumeBaselineThroughput" | "RecommendationOptionsConfigurationVolumeBurstIOPS" | "RecommendationOptionsConfigurationVolumeBurstThroughput" | "RecommendationOptionsConfigurationVolumeSize" | "RecommendationOptionsMonthlyPrice" | "RecommendationOptionsPerformanceRisk" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | cmnP.UnexpectedEnumValue
[src]