Skip to content

Commit 8086e19

Browse files
committed
tmp
1 parent 12024df commit 8086e19

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.apigateway.put-method-response.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ flags:
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.

cmd/carapace-aws/cmd/botocore/aws.apigateway.put-method.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)