diff --git a/cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml b/cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml index ecfff8653..302b8a49a 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore.yaml @@ -76,12 +76,12 @@ commands: nargs: -1 --session-id=: The identifier of the session in which this event occurs. - name: create-payment-instrument - description: Create a new payment instrument for a connector + description: Create a new payment instrument for a connector. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. - --client-token=: Idempotency token to ensure request uniqueness. + --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. --payment-connector-id=!: The ID of the payment connector to use for this instrument. --payment-instrument-details=!: The details of the payment instrument. @@ -93,12 +93,12 @@ commands: payment-instrument-type: - EMBEDDED_CRYPTO_WALLET - name: create-payment-session - description: Create a new payment manager session + description: Create a new payment session. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. - --client-token=: Idempotency token to ensure request uniqueness. + --client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. --expiry-time-in-minutes=!: The session expiry time in minutes. --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. --limits=: The spending limits for this payment session. @@ -137,7 +137,7 @@ commands: --memory-id=!: The identifier of the AgentCore Memory resource from which to delete the memory record. --memory-record-id=!: The identifier of the memory record to delete. - name: delete-payment-instrument - description: Delete a payment instrument + description: Deletes a payment instrument. flags: --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. @@ -147,7 +147,7 @@ commands: --payment-manager-arn=!: The payment manager ARN. --user-id=: The user ID making the delete request. - name: delete-payment-session - description: Delete a payment manager session + description: Deletes a payment session. flags: --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. @@ -232,7 +232,7 @@ commands: --memory-id=!: The identifier of the AgentCore Memory resource containing the memory record. --memory-record-id=!: The identifier of the memory record to retrieve. - name: get-payment-instrument - description: Get a payment instrument by ID + description: Get a payment instrument by ID. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. @@ -243,7 +243,7 @@ commands: --payment-manager-arn=!: The ARN of the payment manager that owns this payment instrument. --user-id=: The user ID associated with this payment instrument. - name: get-payment-instrument-balance - description: Get the balance of a payment instrument + description: Get the balance of a payment instrument. flags: --agent-name=: The agent name associated with this request, used for observability. --chain=!: The specific blockchain chain to query balance on. @@ -266,7 +266,7 @@ commands: token: - USDC - name: get-payment-session - description: Get a payment session + description: Get a payment session. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. @@ -326,8 +326,8 @@ 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. - --payment-token-request=!: Vendor-specific token request input Contains all request parameters in a type-safe, vendor-specific structure - --resource-credential-provider-name=!: Name of the payment credential provider to use + --payment-token-request=!: Vendor-specific token request input. + --resource-credential-provider-name=!: Name of the payment credential provider to use. --workload-identity-token=!: Workload access token for authorization. - name: get-workload-access-token description: Obtains a workload access token for agentic workloads not acting on behalf of a user. @@ -494,7 +494,7 @@ commands: --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-payment-instruments - description: List payment instruments for a manager + description: List payment instruments for a manager. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. @@ -509,7 +509,7 @@ commands: --starting-token=: A token to specify where to start paginating. --user-id=: The user ID associated with the payment instruments. - name: list-payment-sessions - description: List payment manager sessions + description: List payment sessions. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. @@ -557,18 +557,18 @@ commands: --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: process-payment - description: Process a payment transaction + description: Processes a payment using a payment instrument within a payment session. flags: --agent-name=: The agent name associated with this request, used for observability. --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. - --client-token=: Idempotency token to ensure request uniqueness. + --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. --payment-input=!: The payment input details specific to the payment type. - --payment-instrument-id=!: The ID of the payment instrument to use for this transaction. - --payment-manager-arn=!: The ARN of the payment manager handling this payment. - --payment-session-id=!: The ID of the payment session for this transaction. - --payment-type=!: The type of payment being processed. + --payment-instrument-id=!: The ID of the payment instrument to use. + --payment-manager-arn=!: The ARN of the payment manager. + --payment-session-id=!: The ID of the payment session. + --payment-type=!: The type of payment to process. --user-id=: The user ID associated with this payment. completion: flag: diff --git a/cmd/carapace-aws/cmd/botocore/aws.devops-agent.yaml b/cmd/carapace-aws/cmd/botocore/aws.devops-agent.yaml index a5fc28dbd..6693ef8ab 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.devops-agent.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.devops-agent.yaml @@ -223,14 +223,14 @@ commands: --agent-space-id=!: The unique identifier for the agent space containing the tasks --cli-input-json=: Read arguments from the JSON string provided. --cli-input-yaml=: Read arguments from the YAML string provided. - --filter=: Filter criteria to apply when listing tasks + --filter=: 'Filter criteria to apply when listing tasks Filtering restrictions: - Each filter field list is limited to a single value - Filtering by Priority and Status at the same time when not filtering by Type is not permitted - Timestamp filters (createdAfter, createdBefore) can be combined with other filters when not sorting by priority' --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. --limit=: 'Maximum number of tasks to return in a single response (1-1000, default: 100)' --max-items=: The total number of items to return in the command's output. --next-token=: Token for retrieving the next page of results --order=: 'Sort order for the tasks based on sortField (default: DESC)' --page-size=: The size of each page to get in the AWS service call. - --sort-field=: Field to sort by + --sort-field=: 'Field to sort by Sorting restrictions: - Only sorting on createdAt is supported when using priority or status filters alone.' --starting-token=: A token to specify where to start paginating. completion: flag: @@ -376,6 +376,7 @@ commands: - mcpserver - mcpserversplunk - azureidentity + - mcpserversigv4 - name: list-tags-for-resource description: Lists tags for the specified AWS DevOps Agent resource. flags: @@ -417,6 +418,7 @@ commands: - mcpserver - mcpserversplunk - azureidentity + - mcpserversigv4 - name: send-message description: Sends a chat message and streams the response for the specified agent space execution flags: diff --git a/cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml b/cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml index 0260a617f..e46f0fa8d 100755 --- a/cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml +++ b/cmd/carapace-aws/cmd/botocore/aws.sagemaker.yaml @@ -1244,6 +1244,8 @@ commands: - ml.g6.16xlarge - ml.g6.24xlarge - ml.g6.48xlarge + - ml.p5.4xlarge + - ml.p5en.48xlarge ip-address-type: - ipv4 - dualstack @@ -6338,6 +6340,8 @@ commands: - ml.g6.16xlarge - ml.g6.24xlarge - ml.g6.48xlarge + - ml.p5.4xlarge + - ml.p5en.48xlarge ip-address-type: - ipv4 - dualstack diff --git a/package.json b/package.json index 381ac1874..940dc18b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "aws": "https://github.com/aws/aws-cli#2.34.49" + "aws": "https://github.com/aws/aws-cli#2.34.50" } } \ No newline at end of file