You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.ec2.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13608,8 +13608,12 @@ commands:
13608
13608
description: One or more filters.
13609
13609
nargs: -1
13610
13610
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
13611
+
--max-items=: The total number of items to return in the command's output.
13611
13612
--max-results=: The maximum number of routes to return.
13613
+
--next-token=: The token for the next page of results.
13612
13614
--no-dry-run: Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
13615
+
--page-size=: The size of each page to get in the AWS service call.
13616
+
--starting-token=: A token to specify where to start paginating.
13613
13617
--transit-gateway-route-table-id=!: The ID of the transit gateway route table.
13614
13618
- name: send-diagnostic-interrupt
13615
13619
description: Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a *kernel panic* (on Linux instances), or a *blue screen*/*stop error* (on Windows instances).
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.lambda.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ commands:
104
104
nargs: -1
105
105
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
106
106
--kms-key-arn=: The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's [filter criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). By default, Lambda does not encrypt your filter criteria object.
107
+
--logging-config=: (Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.
107
108
--maximum-batching-window-in-seconds=: The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
108
109
--maximum-record-age-in-seconds=: (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age.
109
110
--maximum-retry-attempts=: (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries.
@@ -1049,6 +1050,7 @@ commands:
1049
1050
nargs: -1
1050
1051
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1051
1052
--kms-key-arn=: The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's [filter criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). By default, Lambda does not encrypt your filter criteria object.
1053
+
--logging-config=: ""
1052
1054
--maximum-batching-window-in-seconds=: The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
1053
1055
--maximum-record-age-in-seconds=: (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age.
1054
1056
--maximum-retry-attempts=: (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries.
0 commit comments