|
408 | 408 | "parameters" |
409 | 409 | ] |
410 | 410 | }, |
| 411 | + "local_generate_event": { |
| 412 | + "title": "Local Generate Event command", |
| 413 | + "description": "Generate events for Lambda functions.", |
| 414 | + "properties": { |
| 415 | + "parameters": { |
| 416 | + "title": "Parameters for the local generate event command", |
| 417 | + "description": "Available parameters for the local generate event command:\n* ", |
| 418 | + "type": "object", |
| 419 | + "properties": {} |
| 420 | + } |
| 421 | + }, |
| 422 | + "required": [ |
| 423 | + "parameters" |
| 424 | + ] |
| 425 | + }, |
411 | 426 | "local_invoke": { |
412 | 427 | "title": "Local Invoke command", |
413 | 428 | "description": "Invoke AWS serverless functions locally.", |
|
835 | 850 | "parameters" |
836 | 851 | ] |
837 | 852 | }, |
838 | | - "local_generate_event": { |
839 | | - "title": "Local Generate Event command", |
840 | | - "description": "Generate events for Lambda functions.", |
841 | | - "properties": { |
842 | | - "parameters": { |
843 | | - "title": "Parameters for the local generate event command", |
844 | | - "description": "Available parameters for the local generate event command:\n* ", |
845 | | - "type": "object", |
846 | | - "properties": {} |
847 | | - } |
848 | | - }, |
849 | | - "required": [ |
850 | | - "parameters" |
851 | | - ] |
852 | | - }, |
853 | 853 | "local_start_lambda": { |
854 | 854 | "title": "Local Start Lambda command", |
855 | 855 | "description": "Emulate AWS serverless functions locally.", |
|
2040 | 2040 | "parameters" |
2041 | 2041 | ] |
2042 | 2042 | }, |
2043 | | - "list_resources": { |
2044 | | - "title": "List Resources command", |
2045 | | - "description": "Get a list of resources that will be deployed to CloudFormation.\n\nIf a stack name is provided, the corresponding physical IDs of each\nresource will be mapped to the logical ID of each resource.", |
| 2043 | + "list_endpoints": { |
| 2044 | + "title": "List Endpoints command", |
| 2045 | + "description": "Get a summary of the cloud endpoints in the stack.\n\nThis command will show both the cloud and local endpoints that can\nbe used with sam local and sam sync. Currently the endpoint resources\nare Lambda functions and API Gateway API resources.", |
2046 | 2046 | "properties": { |
2047 | 2047 | "parameters": { |
2048 | | - "title": "Parameters for the list resources command", |
2049 | | - "description": "Available parameters for the list resources command:\n* parameter_overrides:\nString that contains AWS CloudFormation parameter overrides encoded as key=value pairs.\n* stack_name:\nName of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)\n* output:\nOutput the results from the command in a given output format (json or table).\n* template_file:\nAWS SAM template file.\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
| 2048 | + "title": "Parameters for the list endpoints command", |
| 2049 | + "description": "Available parameters for the list endpoints command:\n* parameter_overrides:\nString that contains AWS CloudFormation parameter overrides encoded as key=value pairs.\n* stack_name:\nName of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)\n* output:\nOutput the results from the command in a given output format (json or table).\n* template_file:\nAWS SAM template file.\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
2050 | 2050 | "type": "object", |
2051 | 2051 | "properties": { |
2052 | 2052 | "parameter_overrides": { |
|
2113 | 2113 | "parameters" |
2114 | 2114 | ] |
2115 | 2115 | }, |
2116 | | - "list_stack_outputs": { |
2117 | | - "title": "List Stack Outputs command", |
2118 | | - "description": "Get the stack outputs as defined in the SAM/CloudFormation template.", |
| 2116 | + "list_resources": { |
| 2117 | + "title": "List Resources command", |
| 2118 | + "description": "Get a list of resources that will be deployed to CloudFormation.\n\nIf a stack name is provided, the corresponding physical IDs of each\nresource will be mapped to the logical ID of each resource.", |
2119 | 2119 | "properties": { |
2120 | 2120 | "parameters": { |
2121 | | - "title": "Parameters for the list stack outputs command", |
2122 | | - "description": "Available parameters for the list stack outputs command:\n* stack_name:\nName of corresponding deployed stack.\n* output:\nOutput the results from the command in a given output format (json or table).\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
| 2121 | + "title": "Parameters for the list resources command", |
| 2122 | + "description": "Available parameters for the list resources command:\n* parameter_overrides:\nString that contains AWS CloudFormation parameter overrides encoded as key=value pairs.\n* stack_name:\nName of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)\n* output:\nOutput the results from the command in a given output format (json or table).\n* template_file:\nAWS SAM template file.\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
2123 | 2123 | "type": "object", |
2124 | 2124 | "properties": { |
| 2125 | + "parameter_overrides": { |
| 2126 | + "title": "parameter_overrides", |
| 2127 | + "type": [ |
| 2128 | + "array", |
| 2129 | + "string" |
| 2130 | + ], |
| 2131 | + "description": "String that contains AWS CloudFormation parameter overrides encoded as key=value pairs.", |
| 2132 | + "items": { |
| 2133 | + "type": "string" |
| 2134 | + } |
| 2135 | + }, |
2125 | 2136 | "stack_name": { |
2126 | 2137 | "title": "stack_name", |
2127 | 2138 | "type": "string", |
2128 | | - "description": "Name of corresponding deployed stack." |
| 2139 | + "description": "Name of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)" |
2129 | 2140 | }, |
2130 | 2141 | "output": { |
2131 | 2142 | "title": "output", |
|
2137 | 2148 | "table" |
2138 | 2149 | ] |
2139 | 2150 | }, |
| 2151 | + "template_file": { |
| 2152 | + "title": "template_file", |
| 2153 | + "type": "string", |
| 2154 | + "description": "AWS SAM template file.", |
| 2155 | + "default": "template.[yaml|yml|json]" |
| 2156 | + }, |
2140 | 2157 | "profile": { |
2141 | 2158 | "title": "profile", |
2142 | 2159 | "type": "string", |
|
2169 | 2186 | "parameters" |
2170 | 2187 | ] |
2171 | 2188 | }, |
2172 | | - "list_endpoints": { |
2173 | | - "title": "List Endpoints command", |
2174 | | - "description": "Get a summary of the cloud endpoints in the stack.\n\nThis command will show both the cloud and local endpoints that can\nbe used with sam local and sam sync. Currently the endpoint resources\nare Lambda functions and API Gateway API resources.", |
| 2189 | + "list_stack_outputs": { |
| 2190 | + "title": "List Stack Outputs command", |
| 2191 | + "description": "Get the stack outputs as defined in the SAM/CloudFormation template.", |
2175 | 2192 | "properties": { |
2176 | 2193 | "parameters": { |
2177 | | - "title": "Parameters for the list endpoints command", |
2178 | | - "description": "Available parameters for the list endpoints command:\n* parameter_overrides:\nString that contains AWS CloudFormation parameter overrides encoded as key=value pairs.\n* stack_name:\nName of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)\n* output:\nOutput the results from the command in a given output format (json or table).\n* template_file:\nAWS SAM template file.\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
| 2194 | + "title": "Parameters for the list stack outputs command", |
| 2195 | + "description": "Available parameters for the list stack outputs command:\n* stack_name:\nName of corresponding deployed stack.\n* output:\nOutput the results from the command in a given output format (json or table).\n* profile:\nSelect a specific profile from your credential file to get AWS credentials.\n* region:\nSet the AWS Region of the service. (e.g. us-east-1)\n* beta_features:\nEnable/Disable beta features.\n* debug:\nTurn on debug logging to print debug message generated by AWS SAM CLI and display timestamps.\n* save_params:\nSave the parameters provided via the command line to the configuration file.", |
2179 | 2196 | "type": "object", |
2180 | 2197 | "properties": { |
2181 | | - "parameter_overrides": { |
2182 | | - "title": "parameter_overrides", |
2183 | | - "type": [ |
2184 | | - "array", |
2185 | | - "string" |
2186 | | - ], |
2187 | | - "description": "String that contains AWS CloudFormation parameter overrides encoded as key=value pairs.", |
2188 | | - "items": { |
2189 | | - "type": "string" |
2190 | | - } |
2191 | | - }, |
2192 | 2198 | "stack_name": { |
2193 | 2199 | "title": "stack_name", |
2194 | 2200 | "type": "string", |
2195 | | - "description": "Name of corresponding deployed stack.(Not including a stack name will only show local resources defined in the template.)" |
| 2201 | + "description": "Name of corresponding deployed stack." |
2196 | 2202 | }, |
2197 | 2203 | "output": { |
2198 | 2204 | "title": "output", |
|
2204 | 2210 | "table" |
2205 | 2211 | ] |
2206 | 2212 | }, |
2207 | | - "template_file": { |
2208 | | - "title": "template_file", |
2209 | | - "type": "string", |
2210 | | - "description": "AWS SAM template file.", |
2211 | | - "default": "template.[yaml|yml|json]" |
2212 | | - }, |
2213 | 2213 | "profile": { |
2214 | 2214 | "title": "profile", |
2215 | 2215 | "type": "string", |
|
0 commit comments