{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SnapStartResponse",
"title": "SnapStartResponse",
"type": "object",
"properties": {
"ApplyOn": {
"allOf": [
{
"$ref": "#/components/schemas/SnapStartApplyOn"
},
{
"description": "When set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version."
}
]
},
"OptimizationStatus": {
"allOf": [
{
"$ref": "#/components/schemas/SnapStartOptimizationStatus"
},
{
"description": "When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version."
}
]
}
},
"description": "The function's SnapStart setting."
}