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
7 changes: 7 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: get-primary-email-update-status
description: Retrieves the status of the most recent primary email update for the specified account.
flags:
--account-id=: Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: get-region-opt-status
description: Retrieves the opt-in status of a particular Region.
flags:
Expand Down
6 changes: 6 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.amp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ commands:
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
--destination=!: The destination where the scraper sends the collected metrics.
--exporters=:
description: The exporter configurations for the scraper.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--role-configuration=: Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.
--scrape-configuration=!: The configuration file to use in the new scraper.
Expand Down Expand Up @@ -377,6 +380,9 @@ commands:
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique identifier that you can provide to ensure the idempotency of the request.
--destination=: The new destination where the scraper sends metrics.
--exporters=:
description: The exporter configurations for the scraper.
nargs: -1
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--role-configuration=: Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.
--scrape-configuration=: Contains the base-64 encoded YAML configuration for the scraper.
Expand Down
27 changes: 27 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,20 @@ commands:
--no-payer-account-flag: When `true` and the caller is the management account, the response aggregates credits across the entire consolidated billing family.
--payer-account-flag: When `true` and the caller is the management account, the response aggregates credits across the entire consolidated billing family.
--start-date=!: The start date for the credit period as Unix epoch seconds.
- name: get-enterprise-support-charge-summary
description: Returns a summary of Enterprise Support data aggregated across all accounts in the Enterprise Support profile.
flags:
--billing-month=!: The billing month in YYYY-MM format.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: get-enterprise-support-contract-details
description: Returns Enterprise Support contract details.
flags:
--billing-month=!: The billing month in YYYY-MM format.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
- name: get-resource-policy
description: Returns the resource-based policy document attached to the resource in `JSON` format.
flags:
Expand Down Expand Up @@ -124,6 +138,19 @@ commands:
--page-size=: The size of each page to get in the AWS service call.
--source-account-id=: Filters the results to include only billing views that use the specified account as a source.
--starting-token=: A token to specify where to start paginating.
- name: list-enterprise-support-linked-account-charges
description: Returns Support-eligible spend broken down at linked account level.
flags:
--account-id=: An optional linked account ID to filter results to a specific account.
--billing-month=!: The billing month in YYYY-MM format.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--max-items=: The total number of items to return in the command's output.
--max-results=: The maximum number of results to return per page.
--next-token=: The pagination token for the next page of results.
--page-size=: The size of each page to get in the AWS service call.
--starting-token=: A token to specify where to start paginating.
- name: list-source-views-for-billing-view
description: Lists the source views (managed Amazon Web Services billing views) associated with the billing view.
flags:
Expand Down
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.datazone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ commands:
- AMAZON_Q
- MLFLOW
- VPC
- GIT
- name: list-data-product-revisions
description: Lists data product revisions.
flags:
Expand Down
Loading