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.fsx.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,15 @@ commands:
61
61
--client-request-token=: ""
62
62
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
63
63
--name=!: The name you want to assign to this S3 access point.
64
+
--ontap-configuration=: ""
64
65
--open-zfs-configuration=: Specifies the configuration to use when creating and attaching an S3 access point to an FSx for OpenZFS volume.
65
66
--s3-access-point=: Specifies the virtual private cloud (VPC) configuration if you're creating an access point that is restricted to a VPC.
66
67
--type=!: The type of S3 access point you want to create.
67
68
completion:
68
69
flag:
69
70
type:
70
71
- OPENZFS
72
+
- ONTAP
71
73
- name: create-backup
72
74
description: Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.lambda.yaml
+100Lines changed: 100 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,18 @@ commands:
39
39
function-url-auth-type:
40
40
- NONE
41
41
- AWS_IAM
42
+
- name: checkpoint-durable-execution
43
+
description: Saves the progress of a [durable function](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html) execution during runtime.
44
+
flags:
45
+
--checkpoint-token=!: A unique token that identifies the current checkpoint state.
46
+
--cli-input-json=: Read arguments from the JSON string provided.
47
+
--cli-input-yaml=: Read arguments from the YAML string provided.
48
+
--client-token=: An optional idempotency token to ensure that duplicate checkpoint requests are handled correctly.
49
+
--durable-execution-arn=!: The Amazon Resource Name (ARN) of the durable execution.
50
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
51
+
--updates=:
52
+
description: An array of state updates to apply during this checkpoint.
53
+
nargs: -1
42
54
- name: create-alias
43
55
description: Creates an [alias](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html) for a Lambda function version.
44
56
flags:
@@ -135,6 +147,7 @@ commands:
135
147
--code=!: The code for the function.
136
148
--dead-letter-config=: A dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.
137
149
--description=: A description of the function.
150
+
--durable-config=: Configuration settings for durable functions.
138
151
--environment=: Environment variables that are accessible from function code during execution.
139
152
--ephemeral-storage=: The size of the function's `/tmp` directory in MB.
140
153
--file-system-configs=:
@@ -345,6 +358,40 @@ commands:
345
358
--cli-input-yaml=: Read arguments from the YAML string provided.
346
359
--code-signing-config-arn=!: The The Amazon Resource Name (ARN) of the code signing configuration.
347
360
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
361
+
- name: get-durable-execution
362
+
description: Retrieves detailed information about a specific [durable execution](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html), including its current status, input payload, result or error information, and execution metadata such as start time and usage statistics.
363
+
flags:
364
+
--cli-input-json=: Read arguments from the JSON string provided.
365
+
--cli-input-yaml=: Read arguments from the YAML string provided.
366
+
--durable-execution-arn=!: The Amazon Resource Name (ARN) of the durable execution.
367
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
368
+
- name: get-durable-execution-history
369
+
description: Retrieves the execution history for a [durable execution](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html), showing all the steps, callbacks, and events that occurred during the execution.
370
+
flags:
371
+
--cli-input-json=: Read arguments from the JSON string provided.
372
+
--cli-input-yaml=: Read arguments from the YAML string provided.
373
+
--durable-execution-arn=!: The Amazon Resource Name (ARN) of the durable execution.
374
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
375
+
--include-execution-data: Specifies whether to include execution data such as step results and callback payloads in the history events.
376
+
--marker=: If `NextMarker` was returned from a previous request, use this value to retrieve the next page of results.
377
+
--max-items=: The maximum number of history events to return per call.
378
+
--no-include-execution-data: Specifies whether to include execution data such as step results and callback payloads in the history events.
379
+
--no-reverse-order: When set to `true`, returns the history events in reverse chronological order (newest first).
380
+
--page-size=: The size of each page to get in the AWS service call.
381
+
--reverse-order: When set to `true`, returns the history events in reverse chronological order (newest first).
382
+
--starting-token=: A token to specify where to start paginating.
383
+
- name: get-durable-execution-state
384
+
description: Retrieves the current execution state required for the replay process during [durable function](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html) execution.
385
+
flags:
386
+
--checkpoint-token=!: A checkpoint token that identifies the current state of the execution.
387
+
--cli-input-json=: Read arguments from the JSON string provided.
388
+
--cli-input-yaml=: Read arguments from the YAML string provided.
389
+
--durable-execution-arn=!: The Amazon Resource Name (ARN) of the durable execution.
390
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
391
+
--marker=: If `NextMarker` was returned from a previous request, use this value to retrieve the next page of operations.
392
+
--max-items=: The maximum number of operations to return per call.
393
+
--page-size=: The size of each page to get in the AWS service call.
394
+
--starting-token=: A token to specify where to start paginating.
348
395
- name: get-event-source-mapping
349
396
description: Returns details about an event source mapping.
350
397
flags:
@@ -464,6 +511,7 @@ commands:
464
511
description: Invokes a Lambda function.
465
512
flags:
466
513
--client-context=: Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.
514
+
--durable-execution-name=: Optional unique name for the durable execution.
467
515
--function-name=!: The name or ARN of the Lambda function, version, or alias.
468
516
--invocation-type=: Choose from the following options.
469
517
--log-type=: Set to `Tail` to include the execution log in the response.
@@ -529,6 +577,26 @@ commands:
529
577
--max-items=: Maximum number of items to return.
530
578
--page-size=: The size of each page to get in the AWS service call.
531
579
--starting-token=: A token to specify where to start paginating.
580
+
- name: list-durable-executions-by-function
581
+
description: Returns a list of [durable executions](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html) for a specified Lambda function.
582
+
flags:
583
+
--cli-input-json=: Read arguments from the JSON string provided.
584
+
--cli-input-yaml=: Read arguments from the YAML string provided.
585
+
--durable-execution-name=: Filter executions by name.
586
+
--function-name=!: The name or ARN of the Lambda function.
587
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
588
+
--marker=: Pagination token from a previous request to continue retrieving results.
589
+
--max-items=: Maximum number of executions to return (1-1000).
590
+
--no-reverse-order: Set to true to return results in reverse chronological order (newest first).
591
+
--page-size=: The size of each page to get in the AWS service call.
592
+
--qualifier=: The function version or alias.
593
+
--reverse-order: Set to true to return results in reverse chronological order (newest first).
594
+
--started-after=: Filter executions that started after this timestamp (ISO 8601 format).
595
+
--started-before=: Filter executions that started before this timestamp (ISO 8601 format).
596
+
--starting-token=: A token to specify where to start paginating.
597
+
--statuses=:
598
+
description: Filter executions by status.
599
+
nargs: -1
532
600
- name: list-event-source-mappings
533
601
description: Lists event source mappings.
534
602
flags:
@@ -881,6 +949,37 @@ commands:
881
949
--qualifier=: Specify a version or alias to remove permissions from a published version of the function.
882
950
--revision-id=: Update the policy only if the revision ID matches the ID that's specified.
883
951
--statement-id=!: Statement ID of the permission to remove.
952
+
- name: send-durable-execution-callback-failure
953
+
description: Sends a failure response for a callback operation in a durable execution.
954
+
flags:
955
+
--callback-id=!: The unique identifier for the callback operation.
956
+
--cli-input-json=: Read arguments from the JSON string provided.
957
+
--cli-input-yaml=: Read arguments from the YAML string provided.
958
+
--error=: Error details describing why the callback operation failed.
959
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
960
+
- name: send-durable-execution-callback-heartbeat
961
+
description: Sends a heartbeat signal for a long-running callback operation to prevent timeout.
962
+
flags:
963
+
--callback-id=!: The unique identifier for the callback operation.
964
+
--cli-input-json=: Read arguments from the JSON string provided.
965
+
--cli-input-yaml=: Read arguments from the YAML string provided.
966
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
967
+
- name: send-durable-execution-callback-success
968
+
description: Sends a successful completion response for a callback operation in a durable execution.
969
+
flags:
970
+
--callback-id=!: The unique identifier for the callback operation.
971
+
--cli-input-json=: Read arguments from the JSON string provided.
972
+
--cli-input-yaml=: Read arguments from the YAML string provided.
973
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
974
+
--result=: The result data from the successful callback operation.
975
+
- name: stop-durable-execution
976
+
description: Stops a running [durable execution](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html).
977
+
flags:
978
+
--cli-input-json=: Read arguments from the JSON string provided.
979
+
--cli-input-yaml=: Read arguments from the YAML string provided.
980
+
--durable-execution-arn=!: The Amazon Resource Name (ARN) of the durable execution.
981
+
--error=: Optional error details explaining why the execution is being stopped.
982
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
884
983
- name: tag-resource
885
984
description: Adds [tags](https://docs.aws.amazon.com/lambda/latest/dg/tagging.html) to a function, event source mapping, or code signing configuration.
886
985
flags:
@@ -996,6 +1095,7 @@ commands:
996
1095
--cli-input-yaml=: Read arguments from the YAML string provided.
997
1096
--dead-letter-config=: A dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.
998
1097
--description=: A description of the function.
1098
+
--durable-config=: Configuration settings for durable functions.
999
1099
--environment=: Environment variables that are accessible from function code during execution.
1000
1100
--ephemeral-storage=: The size of the function's `/tmp` directory in MB.
0 commit comments