Skip to content

Commit d8dd11e

Browse files
authored
Merge pull request #287 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.54
build(deps): bump aws from 2.34.53 to 2.34.54
2 parents 728a223 + e836fc3 commit d8dd11e

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

cmd/carapace-aws/cmd/botocore/aws.backup.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,20 @@ commands:
389389
--cli-input-yaml=: Read arguments from the YAML string provided.
390390
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
391391
--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
392406
- name: get-recovery-point-index-details
393407
description: This operation returns the metadata and details specific to the backup index associated with the specified recovery point.
394408
flags:
@@ -917,6 +931,7 @@ commands:
917931
scan-result-status:
918932
- NO_THREATS_FOUND
919933
- THREATS_FOUND
934+
- UNKNOWN
920935
state:
921936
- CREATED
922937
- COMPLETED
@@ -958,6 +973,7 @@ commands:
958973
by-scan-result-status:
959974
- NO_THREATS_FOUND
960975
- THREATS_FOUND
976+
- UNKNOWN
961977
by-state:
962978
- CANCELED
963979
- COMPLETED
@@ -1100,6 +1116,7 @@ commands:
11001116
--backup-vault-name=!: The name of a logical container where backups are stored.
11011117
--cli-input-json=: Read arguments from the JSON string provided.
11021118
--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.
11031120
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
11041121
--iam-role-arn=!: Specifies the IAM role ARN used to create the target recovery point; for example, `arn:aws:iam::123456789012:role/S3Access`.
11051122
--idempotency-token=: A customer-chosen string that you can use to distinguish between otherwise identical calls to `StartScanJob`.

cmd/carapace-aws/cmd/botocore/aws.datazone.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,6 +2169,7 @@ commands:
21692169
- name: put-environment-blueprint-configuration
21702170
description: Writes the configuration for the specified environment blueprint in Amazon DataZone.
21712171
flags:
2172+
--allow-user-provided-configurations: Specifies whether user-provided resource configurations are allowed for the environment blueprint.
21722173
--cli-input-json=: Read arguments from the JSON string provided.
21732174
--cli-input-yaml=: Read arguments from the YAML string provided.
21742175
--domain-identifier=!: The identifier of the Amazon DataZone domain.
@@ -2180,11 +2181,15 @@ commands:
21802181
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
21812182
--global-parameters=: Region-agnostic environment blueprint parameters.
21822183
--manage-access-role-arn=: The ARN of the manage access role.
2184+
--no-allow-user-provided-configurations: Specifies whether user-provided resource configurations are allowed for the environment blueprint.
21832185
--provisioning-configurations=:
21842186
description: The provisioning configuration of a blueprint.
21852187
nargs: -1
21862188
--provisioning-role-arn=: The ARN of the provisioning role.
21872189
--regional-parameters=: The regional parameters in the environment blueprint.
2190+
--resource-configurations=:
2191+
description: The resource configurations of the environment blueprint.
2192+
nargs: -1
21882193
- name: query-graph
21892194
description: Queries entities in the graph store.
21902195
flags:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws": "https://github.com/aws/aws-cli#2.34.53"
3+
"aws": "https://github.com/aws/aws-cli#2.34.54"
44
}
55
}

0 commit comments

Comments
 (0)