ListFunctionsByCodeSigningConfigResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
NextMarker object
FunctionArns object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-listfunctionsbycodesigningconfigresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListFunctionsByCodeSigningConfigResponse",
  "title": "ListFunctionsByCodeSigningConfigResponse",
  "type": "object",
  "properties": {
    "NextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The pagination token that's included if more results are available."
        }
      ]
    },
    "FunctionArns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FunctionArnList"
        },
        {
          "description": "The function ARNs. "
        }
      ]
    }
  }
}