Skip to content

Commit 6d1317a

Browse files
committed
tmp
1 parent c290282 commit 6d1317a

17,217 files changed

Lines changed: 34434 additions & 34434 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.apply-archive-rule.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: apply-archive-rule
22
description: Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
33
flags:
44
--analyzer-arn=!: The Amazon resource name (ARN) of the analyzer.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--client-token=: A client token.
88
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
99
--rule-name=!: The name of the rule to apply.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cancel-policy-generation
22
description: Cancels the requested policy generation.
33
flags:
4-
--cli-input-json: Read arguments from the JSON string provided
5-
--cli-input-yaml: Read arguments from the YAML string provided
4+
--cli-input-json=: Read arguments from the JSON string provided
5+
--cli-input-yaml=: Read arguments from the YAML string provided
66
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
77
--job-id=!: The `JobId` that is returned by the `StartPolicyGeneration` operation.

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.check-access-not-granted.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: check-access-not-granted
22
description: Checks whether the specified access isn't allowed by a policy.
33
flags:
44
--access=!: An access object containing the permissions that shouldn't be granted by the specified policy.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
88
--policy-document=!: The JSON policy document to use as the content for the policy.
99
--policy-type=!: The type of policy.

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.check-no-new-access.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: check-no-new-access
22
description: Checks whether new access is allowed for an updated policy when compared to the existing policy.
33
flags:
4-
--cli-input-json: Read arguments from the JSON string provided
5-
--cli-input-yaml: Read arguments from the YAML string provided
4+
--cli-input-json=: Read arguments from the JSON string provided
5+
--cli-input-yaml=: Read arguments from the YAML string provided
66
--existing-policy-document=!: The JSON policy document to use as the content for the existing policy.
77
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
88
--new-policy-document=!: The JSON policy document to use as the content for the updated policy.

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.check-no-public-access.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: check-no-public-access
22
description: Checks whether a resource policy can grant public access to the specified resource type.
33
flags:
4-
--cli-input-json: Read arguments from the JSON string provided
5-
--cli-input-yaml: Read arguments from the YAML string provided
4+
--cli-input-json=: Read arguments from the JSON string provided
5+
--cli-input-yaml=: Read arguments from the YAML string provided
66
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
77
--policy-document=!: The JSON policy document to evaluate for public access.
88
--resource-type=!: The type of resource to evaluate for public access.

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.create-access-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: create-access-preview
22
description: Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.
33
flags:
44
--analyzer-arn=!: The [ARN of the account analyzer](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources) used to generate the access preview.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--client-token=: A client token.
88
--configurations=!: Access control configuration for your resource that is used to generate the access preview.
99
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.create-analyzer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Creates an analyzer for your account.
33
flags:
44
--analyzer-name=!: The name of the analyzer to create.
55
--archive-rules=: Specifies the archive rules to add for the analyzer.
6-
--cli-input-json: Read arguments from the JSON string provided
7-
--cli-input-yaml: Read arguments from the YAML string provided
6+
--cli-input-json=: Read arguments from the JSON string provided
7+
--cli-input-yaml=: Read arguments from the YAML string provided
88
--client-token=: A client token.
99
--configuration=: Specifies the configuration of the analyzer.
1010
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.create-archive-rule.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: create-archive-rule
22
description: Creates an archive rule for the specified analyzer.
33
flags:
44
--analyzer-name=!: The name of the created analyzer.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--client-token=: A client token.
88
--filter=!: The criteria for the rule.
99
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.delete-analyzer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: delete-analyzer
22
description: Deletes the specified analyzer.
33
flags:
44
--analyzer-name=!: The name of the analyzer to delete.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--client-token=: A client token.
88
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request

cmd/carapace-aws/cmd/botocore/aws.accessanalyzer.delete-archive-rule.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: delete-archive-rule
22
description: Deletes the specified archive rule.
33
flags:
44
--analyzer-name=!: The name of the analyzer that associated with the archive rule to delete.
5-
--cli-input-json: Read arguments from the JSON string provided
6-
--cli-input-yaml: Read arguments from the YAML string provided
5+
--cli-input-json=: Read arguments from the JSON string provided
6+
--cli-input-yaml=: Read arguments from the YAML string provided
77
--client-token=: A client token.
88
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request
99
--rule-name=!: The name of the rule to delete.

0 commit comments

Comments
 (0)