Skip to content

Commit 24f1ad6

Browse files
authored
Merge pull request #266 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.44
build(deps): bump aws from 2.34.43 to 2.34.44
2 parents acbf636 + 544bbc0 commit 24f1ad6

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

cmd/carapace-aws/cmd/botocore/aws.lexv2-models.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ commands:
8787
- name: create-bot-locale
8888
description: Creates a locale in the bot.
8989
flags:
90+
--audio-filler-settings=: Audio filler settings to configure for the new bot locale.
9091
--bot-id=!: The identifier of the bot to create the locale for.
9192
--bot-version=!: The version of the bot to create the locale for.
9293
--cli-input-json=: Read arguments from the JSON string provided.
@@ -1174,6 +1175,7 @@ commands:
11741175
- name: update-bot-locale
11751176
description: Updates the settings that a bot has for a specific locale.
11761177
flags:
1178+
--audio-filler-settings=: Updated audio filler settings to apply to the bot locale.
11771179
--bot-id=!: The unique identifier of the bot that contains the locale.
11781180
--bot-version=!: The version of the bot that contains the locale to be updated.
11791181
--cli-input-json=: Read arguments from the JSON string provided.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ commands:
4848
webserver-access-mode:
4949
- PRIVATE_ONLY
5050
- PUBLIC_ONLY
51+
- PUBLIC_AND_PRIVATE
5152
- name: create-web-login-token
5253
description: Creates a web login token for the Airflow Web UI.
5354
flags:
@@ -168,6 +169,7 @@ commands:
168169
webserver-access-mode:
169170
- PRIVATE_ONLY
170171
- PUBLIC_ONLY
172+
- PUBLIC_AND_PRIVATE
171173
worker-replacement-strategy:
172174
- FORCED
173175
- GRACEFUL

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,13 @@ commands:
530530
--cli-input-yaml=: Read arguments from the YAML string provided.
531531
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
532532
--tags=: The tags to add to the hub V2 resource when you enable Security Hub.
533+
- name: generate-recommended-policy-v2
534+
description: Begins the recommended policy generation to remediate a Security Hub finding.
535+
flags:
536+
--cli-input-json=: Read arguments from the JSON string provided.
537+
--cli-input-yaml=: Read arguments from the YAML string provided.
538+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
539+
--metadata-uid=!: The unique identifier (ID) of Security Hub OCSF findings found under the `metadata.uid` field of the finding.
533540
- name: get-administrator-account
534541
description: Provides the details for the Security Hub CSPM administrator account for the current member account.
535542
flags:
@@ -710,6 +717,18 @@ commands:
710717
--cli-input-json=: Read arguments from the JSON string provided.
711718
--cli-input-yaml=: Read arguments from the YAML string provided.
712719
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
720+
- name: get-recommended-policy-v2
721+
description: Retrieves the recommended policy to remediate a Security Hub finding.
722+
flags:
723+
--cli-input-json=: Read arguments from the JSON string provided.
724+
--cli-input-yaml=: Read arguments from the YAML string provided.
725+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
726+
--max-items=: The total number of items to return in the command's output.
727+
--max-results=: The maximum number of recommendation steps to return.
728+
--metadata-uid=!: The unique identifier (ID) of Security Hub OCSF findings found under the `metadata.uid` field of the finding.
729+
--next-token=: The token used to paginate the `RecommendationSteps` list returned.
730+
--page-size=: The size of each page to get in the AWS service call.
731+
--starting-token=: A token to specify where to start paginating.
713732
- name: get-resources-statistics-v2
714733
description: Retrieves statistical information about Amazon Web Services resources and their associated security findings.
715734
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.43"
3+
"aws": "https://github.com/aws/aws-cli#2.34.44"
44
}
55
}

0 commit comments

Comments
 (0)