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
6 changes: 3 additions & 3 deletions cmd/carapace-aws/cmd/botocore/aws.amp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ commands:
--tags=: The list of tag keys and values to associate with the rule groups namespace.
--workspace-id=!: The ID of the workspace to add the rule groups namespace.
- name: create-scraper
description: The `CreateScraper` operation creates a scraper to collect metrics.
description: Creates a scraper to collect metrics from Prometheus-compatible sources.
flags:
--alias=: (optional) An alias to associate with the scraper.
--cli-input-json=: Read arguments from the JSON string provided.
--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 Amazon Managed Service for Prometheus workspace to send metrics to.
--destination=!: The destination where the scraper sends the collected metrics.
--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 @@ -376,7 +376,7 @@ commands:
--cli-input-json=: Read arguments from the JSON string provided.
--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 Amazon Managed Service for Prometheus workspace to send metrics to.
--destination=: The new destination where the scraper sends metrics.
--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
1 change: 1 addition & 0 deletions cmd/carapace-aws/cmd/botocore/aws.arc-region-switch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ commands:
--action=!: The action to perform.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
--comment=: An optional comment explaining why the plan execution is being started.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--latest-version=: A boolean value indicating whether to use the latest version of the plan.
Expand Down
44 changes: 44 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.partnercentral-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,30 @@ commands:
--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.
--identifier=!: The unique identifier of the partner account.
- name: get-qualifications-association-details
description: Returns your current qualifications association status, the primary partner, and the full list of partners associated under the primary partner.
flags:
--catalog=!: The catalog in which to look up the qualifications association.
--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.
--identifier=!: Your partner identifier.
- name: get-qualifications-association-task
description: Retrieves the status and details of the most recent qualifications association task for your partner account.
flags:
--catalog=!: The catalog in which to look up the qualifications association task.
--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.
--identifier=!: Your partner identifier.
- name: get-qualifications-disassociation-task
description: Retrieves the status and details of the most recent qualifications disassociation task for your partner account.
flags:
--catalog=!: The catalog in which to look up the qualifications disassociation task.
--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.
--identifier=!: Your partner identifier.
- name: get-verification
description: Retrieves the current status and details of a verification process for a partner account.
flags:
Expand Down Expand Up @@ -295,6 +319,26 @@ commands:
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--identifier=!: The unique identifier of the partner account.
--task-details=!: The details of the profile updates to be performed.
- name: start-qualifications-association-task
description: Initiates an asynchronous task to associate your partner qualifications with a primary account.
flags:
--catalog=!: The catalog in which to perform the qualifications association.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--identifier=!: Your partner identifier.
--primary-partner=!: The primary (acquiring) partner's profile and account identifier to associate qualifications with.
- name: start-qualifications-disassociation-task
description: Initiates an asynchronous task to disassociate your partner qualifications from a primary account.
flags:
--associated-partner=!: The primary partner's profile and account identifier that you are currently associated with and will disassociate from.
--catalog=!: The catalog in which to perform the qualifications disassociation.
--cli-input-json=: Read arguments from the JSON string provided.
--cli-input-yaml=: Read arguments from the YAML string provided.
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--identifier=!: Your partner identifier.
- name: start-verification
description: Initiates a new verification process for a partner account.
flags:
Expand Down
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.pcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ commands:
--instance-configs=!:
description: A list of EC2 instance configurations that PCS can provision in the compute node group.
nargs: -1
--node-lifecycle-actions=: The lifecycle actions to run on compute nodes in the compute node group.
--purchase-option=: Specifies how EC2 instances are purchased on your behalf.
--scaling-configuration=!: Specifies the boundaries of the compute node group auto scaling.
--slurm-configuration=: Additional options related to the Slurm scheduler.
Expand Down Expand Up @@ -204,6 +205,7 @@ commands:
--custom-launch-template=: ""
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
--iam-instance-profile-arn=: The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances.
--node-lifecycle-actions=: The lifecycle actions to run on compute nodes in the compute node group.
--purchase-option=: Specifies how EC2 instances are purchased on your behalf.
--scaling-configuration=: Specifies the boundaries of the compute node group auto scaling.
--slurm-configuration=: Additional options related to the Slurm scheduler.
Expand Down
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.sesv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@ commands:
- AWS_SES_EU_CENTRAL_2
- AWS_SES_AP_SOUTHEAST_5
- AWS_SES_CA_WEST_1
- AWS_SES_US_GOV_EAST_1
- AWS_SES_US_GOV_WEST_1
- name: put-email-identity-feedback-attributes
description: Used to enable or disable feedback forwarding for an identity.
flags:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"aws": "https://github.com/aws/aws-cli#2.36.5"
"aws": "https://github.com/aws/aws-cli#2.36.6"
}
}