File tree Expand file tree Collapse file tree
cmd/carapace-aws/cmd/botocore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 --cli-input-yaml= : Read arguments from the YAML string provided
66 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request
77 --http-method=! : The HTTP verb of the Method resource.
8- --no-response-parameters : A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
98 --resource-id=! : The Resource identifier for the Method resource.
109 --response-models= : Specifies the Model resources used for the response's content type.
11- --response-parameters : A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
10+ --response-parameters= : A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
1211 --rest-api-id=! : The string identifier of the associated RestApi.
1312 --status-code=! : The method response's status code.
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ flags:
1010 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request
1111 --http-method=! : Specifies the method request's HTTP method type.
1212 --no-api-key-required : Specifies whether the method required a valid ApiKey.
13- --no-request-parameters : A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
1413 --operation-name= : A human-friendly operation identifier for the method.
1514 --request-models= : Specifies the Model resources used for the request's content type.
16- --request-parameters : A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
15+ --request-parameters= : A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
1716 --request-validator-id= : The identifier of a RequestValidator for validating the method request.
1817 --resource-id=! : The Resource identifier for the new Method resource.
1918 --rest-api-id=! : The string identifier of the associated RestApi.
You can’t perform that action at this time.
0 commit comments