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
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ commands:
--agent-runtime-arn=!: The identifier of the agent runtime to invoke.
--baggage=: Additional context information for distributed tracing.
--content-type=: The MIME type of the input data in the payload.
--mcp-method=: The MCP method being invoked.
--mcp-name=: The name of the MCP resource, tool, or prompt being accessed.
--mcp-protocol-version=: The version of the MCP protocol being used.
--mcp-session-id=: The identifier of the MCP session.
--payload=!: The input data to send to the agent runtime.
Expand Down
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.mediatailor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ commands:
--ad-conditioning-configuration=: The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns, and what priority MediaTailor uses when inserting ads.
--ad-decision-server-configuration=: The configuration for customizing HTTP requests to the ad decision server (ADS).
--ad-decision-server-url=: The URL for the ad decision server (ADS).
--ads-personalization-concurrency=: The concurrency settings for ad decision server interactions.
--ads-personalization-timeouts=: The timeout settings for ad decision server interactions.
--avail-suppression=: The configuration for avail suppression, also known as ad suppression.
--bumper=: The configuration for bumpers.
--cdn-configuration=: The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.
Expand Down
2 changes: 2 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.quicksight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ commands:
- REDSHIFT
- QBUSINESS
- ATHENA
- GLUE_DATA_CATALOG
- name: delete-knowledge-base
description: Deletes a knowledge base.
flags:
Expand Down Expand Up @@ -3042,6 +3043,7 @@ commands:
- REDSHIFT
- QBUSINESS
- ATHENA
- GLUE_DATA_CATALOG
- name: update-ip-restriction
description: Updates the content and status of IP rules.
flags:
Expand Down
14 changes: 14 additions & 0 deletions cmd/carapace-aws/cmd/botocore/aws.sesv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,20 @@ commands:
mail-type:
- MARKETING
- TRANSACTIONAL
- name: put-account-pricing-attributes
description: Set the pricing plan for your Amazon SES account.
flags:
--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.
--plan=!: The pricing plan to apply to your Amazon SES account.
completion:
flag:
plan:
- NONE
- ESSENTIALS
- PRO
- ENTERPRISE
- name: put-account-sending-attributes
description: Enable or disable the ability of your account to send email.
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.2"
"aws": "https://github.com/aws/aws-cli#2.36.4"
}
}