Skip to content

Commit 5299f20

Browse files
authored
Merge pull request #274 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.47
build(deps): bump aws from 2.34.46 to 2.34.47
2 parents a6b48da + 9ef516f commit 5299f20

9 files changed

Lines changed: 347 additions & 10 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.bedrock.yaml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name: bedrock
33
description: Amazon Bedrock
44
commands:
5+
- name: batch-delete-advanced-prompt-optimization-job
6+
description: Batch delete the specified advanced prompt optimization jobs.
7+
flags:
8+
--cli-input-json=: Read arguments from the JSON string provided.
9+
--cli-input-yaml=: Read arguments from the YAML string provided.
10+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
11+
--job-identifiers=!:
12+
description: List of advanced prompt optimization job identifiers to delete.
13+
nargs: -1
514
- name: batch-delete-evaluation-job
615
description: Deletes a batch of evaluation jobs.
716
flags:
@@ -19,6 +28,24 @@ commands:
1928
--cli-input-yaml=: Read arguments from the YAML string provided.
2029
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2130
--policy-arn=!: The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.
31+
- name: create-advanced-prompt-optimization-job
32+
description: Creates an asynchronous batch job for advanced prompt optimization.
33+
flags:
34+
--cli-input-json=: Read arguments from the JSON string provided.
35+
--cli-input-yaml=: Read arguments from the YAML string provided.
36+
--client-token=: Idempotency token for the request.
37+
--encryption-key-arn=: KMS key ARN for encrypting output data.
38+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
39+
--input-config=!: Input data configuration for the advanced prompt optimization job.
40+
--job-description=: Description of the advanced prompt optimization job.
41+
--job-name=!: Name of the advanced prompt optimization job.
42+
--model-configurations=!:
43+
description: Model configurations for advanced prompt optimization.
44+
nargs: -1
45+
--output-config=!: Output data configuration for the advanced prompt optimization job.
46+
--tags=:
47+
description: Tags to associate with the job.
48+
nargs: -1
2249
- name: create-automated-reasoning-policy
2350
description: Creates an Automated Reasoning policy for Amazon Bedrock Guardrails.
2451
flags:
@@ -433,6 +460,13 @@ commands:
433460
--cli-input-yaml=: Read arguments from the YAML string provided.
434461
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
435462
--policy-arn=!: The Amazon Resource Name (ARN) of the Automated Reasoning policy to export.
463+
- name: get-advanced-prompt-optimization-job
464+
description: Retrieves the details and status of an advanced prompt optimization job.
465+
flags:
466+
--cli-input-json=: Read arguments from the JSON string provided.
467+
--cli-input-yaml=: Read arguments from the YAML string provided.
468+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
469+
--job-identifier=!: ARN or ID of the advanced prompt optimization job.
436470
- name: get-automated-reasoning-policy
437471
description: Retrieves details about an Automated Reasoning policy or policy version.
438472
flags:
@@ -627,6 +661,26 @@ commands:
627661
--cli-input-json=: Read arguments from the JSON string provided.
628662
--cli-input-yaml=: Read arguments from the YAML string provided.
629663
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
664+
- name: list-advanced-prompt-optimization-jobs
665+
description: Lists all advanced prompt optimization jobs for the account.
666+
flags:
667+
--cli-input-json=: Read arguments from the JSON string provided.
668+
--cli-input-yaml=: Read arguments from the YAML string provided.
669+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
670+
--max-items=: The total number of items to return in the command's output.
671+
--max-results=: Maximum number of results to return.
672+
--next-token=: Pagination token for the next page of results.
673+
--page-size=: The size of each page to get in the AWS service call.
674+
--sort-by=: Field to sort by in the returned list of jobs.
675+
--sort-order=: Sort order for the results.
676+
--starting-token=: A token to specify where to start paginating.
677+
completion:
678+
flag:
679+
sort-by:
680+
- CreationTime
681+
sort-order:
682+
- Ascending
683+
- Descending
630684
- name: list-automated-reasoning-policies
631685
description: Lists all Automated Reasoning policies in your account, with optional filtering by policy ARN.
632686
flags:
@@ -1126,6 +1180,13 @@ commands:
11261180
--test-case-ids=:
11271181
description: The list of test identifiers to run.
11281182
nargs: -1
1183+
- name: stop-advanced-prompt-optimization-job
1184+
description: Stops an in-progress advanced prompt optimization job.
1185+
flags:
1186+
--cli-input-json=: Read arguments from the JSON string provided.
1187+
--cli-input-yaml=: Read arguments from the YAML string provided.
1188+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1189+
--job-identifier=!: ARN or ID of the advanced prompt optimization job to stop.
11291190
- name: stop-evaluation-job
11301191
description: Stops an evaluation job that is current being created or running.
11311192
flags:

cmd/carapace-aws/cmd/botocore/aws.cloudfront.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ commands:
270270
--cli-input-yaml=: Read arguments from the YAML string provided.
271271
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
272272
--name=!: A name for the trust store.
273+
--no-use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
273274
--tags=: ""
275+
--use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
274276
- name: create-vpc-origin
275277
description: Create an Amazon CloudFront VPC origin.
276278
flags:
@@ -1508,12 +1510,14 @@ commands:
15081510
- name: update-trust-store
15091511
description: Updates a trust store.
15101512
flags:
1511-
--ca-certificates-bundle-source=!: The CA certificates bundle source.
1513+
--ca-certificates-bundle-source=: The CA certificates bundle source.
15121514
--cli-input-json=: Read arguments from the JSON string provided.
15131515
--cli-input-yaml=: Read arguments from the YAML string provided.
15141516
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
15151517
--id=!: The trust store ID.
15161518
--if-match=!: The current version (`ETag` value) of the trust store you are updating.
1519+
--no-use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
1520+
--use-client-certificate-ocsp-endpoint: A Boolean that determines whether to use the CA certificate's OCSP endpoint to check certificate revocation status.
15171521
- name: update-vpc-origin
15181522
description: Update an Amazon CloudFront VPC origin in your account.
15191523
flags:

0 commit comments

Comments
 (0)