Amazon Compute Optimizer · JSON Structure

Compute Optimizer Get Lambda Function Recommendations Response Structure

GetLambdaFunctionRecommendationsResponse schema

Type: object Properties: 2
Cost OptimizationFinOpsMachine LearningResource Recommendations

GetLambdaFunctionRecommendationsResponse is a JSON Structure definition published by Amazon Compute Optimizer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken lambdaFunctionRecommendations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-get-lambda-function-recommendations-response-structure.json",
  "name": "GetLambdaFunctionRecommendationsResponse",
  "description": "GetLambdaFunctionRecommendationsResponse schema",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "<p>The token to use to advance to the next page of function recommendations.</p> <p>This value is null when there are no more pages of function recommendations to return.</p>"
        }
      ]
    },
    "lambdaFunctionRecommendations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaFunctionRecommendations"
        },
        {
          "description": "An array of objects that describe function recommendations."
        }
      ]
    }
  }
}