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.backup.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -389,6 +389,20 @@ commands:
389
389
--cli-input-yaml=: Read arguments from the YAML string provided.
390
390
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
391
391
--legal-hold-id=!: The ID of the legal hold.
392
+
- name: get-pitr-malware-scan-results
393
+
description: Returns the malware scan results for a specified point in time within a continuous (point-in-time recovery) backup.
394
+
flags:
395
+
--backup-vault-name=!: The name of a logical container where backups are stored.
396
+
--cli-input-json=: Read arguments from the JSON string provided.
397
+
--cli-input-yaml=: Read arguments from the YAML string provided.
398
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
399
+
--malware-scanner=!: The scanning engine used for the corresponding scan job.
400
+
--recovery-point-arn=!: An ARN that uniquely identifies the target recovery point for scanning; for example, `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`.
401
+
--scan-end-time=!: The point in time within the continuous backup to examine for malware scan results.
402
+
completion:
403
+
flag:
404
+
malware-scanner:
405
+
- GUARDDUTY
392
406
- name: get-recovery-point-index-details
393
407
description: This operation returns the metadata and details specific to the backup index associated with the specified recovery point.
394
408
flags:
@@ -917,6 +931,7 @@ commands:
917
931
scan-result-status:
918
932
- NO_THREATS_FOUND
919
933
- THREATS_FOUND
934
+
- UNKNOWN
920
935
state:
921
936
- CREATED
922
937
- COMPLETED
@@ -958,6 +973,7 @@ commands:
958
973
by-scan-result-status:
959
974
- NO_THREATS_FOUND
960
975
- THREATS_FOUND
976
+
- UNKNOWN
961
977
by-state:
962
978
- CANCELED
963
979
- COMPLETED
@@ -1100,6 +1116,7 @@ commands:
1100
1116
--backup-vault-name=!: The name of a logical container where backups are stored.
1101
1117
--cli-input-json=: Read arguments from the JSON string provided.
1102
1118
--cli-input-yaml=: Read arguments from the YAML string provided.
1119
+
--continuous-scan-end-time=: The point in time the scan job will scan up to for a continuous backup.
1103
1120
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1104
1121
--iam-role-arn=!: Specifies the IAM role ARN used to create the target recovery point; for example, `arn:aws:iam::123456789012:role/S3Access`.
1105
1122
--idempotency-token=: A customer-chosen string that you can use to distinguish between otherwise identical calls to `StartScanJob`.
0 commit comments