Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,27 @@ commands:
--filter=!: The criteria for the rule.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--rule-name=!: The name of the rule to create.
- name: create-service-linked-analyzer
description: Creates a service-linked analyzer managed by an Amazon Web Services service.
flags:
--archive-rules=:
description: Specifies the archive rules to add for the analyzer.
nargs: -1
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A client token.
--configuration=: Specifies the configuration of the analyzer.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--type=!: The type of analyzer to create.
completion:
flag:
type:
- ACCOUNT
- ORGANIZATION
- ACCOUNT_UNUSED_ACCESS
- ORGANIZATION_UNUSED_ACCESS
- ACCOUNT_INTERNAL_ACCESS
- ORGANIZATION_INTERNAL_ACCESS
- name: delete-analyzer
description: Deletes the specified analyzer.
flags:
Expand All @@ -144,6 +165,14 @@ commands:
--client-token=: A client token.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--rule-name=!: The name of the rule to delete.
- name: delete-service-linked-analyzer
description: Deletes a service-linked analyzer.
flags:
--analyzer-name=!: The name of the service-linked analyzer to delete.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A client token.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: generate-finding-recommendation
description: Creates a recommendation for an unused permissions finding.
flags:
Expand Down
Loading