Skip to content

Commit 573da24

Browse files
authored
Merge pull request #285 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.52
build(deps): bump aws from 2.34.51 to 2.34.52
2 parents d6da22b + e20563f commit 573da24

8 files changed

Lines changed: 152 additions & 1 deletion

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

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name: bedrock-agentcore-control
33
description: Amazon Bedrock AgentCore Control
44
commands:
5+
- name: add-dataset-examples
6+
description: Adds examples to the dataset's DRAFT.
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+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
11+
--dataset-id=!: The unique identifier of the dataset to add examples to.
12+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
13+
--source=!: Source of examples to add.
514
- name: create-agent-runtime
615
description: Creates an Amazon Bedrock AgentCore Runtime.
716
flags:
@@ -103,6 +112,32 @@ commands:
103112
--description=: The description for the configuration bundle.
104113
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
105114
--tags=: A map of tag keys and values to assign to the configuration bundle.
115+
- name: create-dataset
116+
description: Creates a new Dataset resource asynchronously.
117+
flags:
118+
--cli-input-json=: Read arguments from the JSON string provided.
119+
--cli-input-yaml=: Read arguments from the YAML string provided.
120+
--client-token=: Optional idempotency token.
121+
--dataset-name=!: Human-readable name for the dataset.
122+
--description=: A description of the dataset.
123+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
124+
--kms-key-arn=: Optional AWS KMS key ARN for SSE-KMS on service S3 writes.
125+
--schema-type=!: Versioned schema type governing the structure of examples.
126+
--source=!: Source of initial examples.
127+
--tags=: A map of tag keys and values to assign to the dataset.
128+
completion:
129+
flag:
130+
schema-type:
131+
- AGENTCORE_EVALUATION_PREDEFINED_V1
132+
- AGENTCORE_EVALUATION_SIMULATED_V1
133+
- name: create-dataset-version
134+
description: Publishes the current DRAFT as a new numbered version.
135+
flags:
136+
--cli-input-json=: Read arguments from the JSON string provided.
137+
--cli-input-yaml=: Read arguments from the YAML string provided.
138+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
139+
--dataset-id=!: The unique identifier of the dataset to publish a version for.
140+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
106141
- name: create-evaluator
107142
description: Creates a custom evaluator for agent quality assessment.
108143
flags:
@@ -481,6 +516,25 @@ commands:
481516
--cli-input-json=: Read arguments from the JSON string provided.
482517
--cli-input-yaml=: Read arguments from the YAML string provided.
483518
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
519+
- name: delete-dataset
520+
description: Deletes a dataset version or an entire dataset (all versions + name claim).
521+
flags:
522+
--cli-input-json=: Read arguments from the JSON string provided.
523+
--cli-input-yaml=: Read arguments from the YAML string provided.
524+
--dataset-id=!: The unique identifier of the dataset to delete.
525+
--dataset-version=: Optional version to delete.
526+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
527+
- name: delete-dataset-examples
528+
description: Deletes specific examples by ID from DRAFT.
529+
flags:
530+
--cli-input-json=: Read arguments from the JSON string provided.
531+
--cli-input-yaml=: Read arguments from the YAML string provided.
532+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
533+
--dataset-id=!: The unique identifier of the dataset.
534+
--example-ids=!:
535+
description: The IDs of the examples to delete.
536+
nargs: -1
537+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
484538
- name: delete-evaluator
485539
description: Deletes a custom evaluator.
486540
flags:
@@ -669,6 +723,14 @@ commands:
669723
--cli-input-yaml=: Read arguments from the YAML string provided.
670724
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
671725
--version-id=!: The version identifier of the configuration bundle version to retrieve.
726+
- name: get-dataset
727+
description: Retrieves dataset metadata only.
728+
flags:
729+
--cli-input-json=: Read arguments from the JSON string provided.
730+
--cli-input-yaml=: Read arguments from the YAML string provided.
731+
--dataset-id=!: The unique identifier of the dataset to retrieve.
732+
--dataset-version=: 'Version to retrieve: "DRAFT" or a version number.'
733+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
672734
- name: get-evaluator
673735
description: Retrieves detailed information about an evaluator, including its configuration, status, and metadata.
674736
flags:
@@ -959,6 +1021,42 @@ commands:
9591021
--next-token=: If the total number of results is greater than the `maxResults` value provided in the request, enter the token returned in the `nextToken` field in the response in this field to return the next batch of results.
9601022
--page-size=: The size of each page to get in the AWS service call.
9611023
--starting-token=: A token to specify where to start paginating.
1024+
- name: list-dataset-examples
1025+
description: Returns paginated examples from the dataset.
1026+
flags:
1027+
--cli-input-json=: Read arguments from the JSON string provided.
1028+
--cli-input-yaml=: Read arguments from the YAML string provided.
1029+
--dataset-id=!: The unique identifier of the dataset.
1030+
--dataset-version=: 'Version to paginate: "DRAFT" or a version number.'
1031+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1032+
--max-items=: The total number of items to return in the command's output.
1033+
--max-results=: Maximum number of examples to return per page.
1034+
--next-token=: The token for the next page of results.
1035+
--page-size=: The size of each page to get in the AWS service call.
1036+
--starting-token=: A token to specify where to start paginating.
1037+
- name: list-dataset-versions
1038+
description: Lists all published versions of a dataset, sorted by version number descending (newest first).
1039+
flags:
1040+
--cli-input-json=: Read arguments from the JSON string provided.
1041+
--cli-input-yaml=: Read arguments from the YAML string provided.
1042+
--dataset-id=!: The unique identifier of the dataset.
1043+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1044+
--max-items=: The total number of items to return in the command's output.
1045+
--max-results=: The maximum number of versions to return per page.
1046+
--next-token=: The token for the next page of results.
1047+
--page-size=: The size of each page to get in the AWS service call.
1048+
--starting-token=: A token to specify where to start paginating.
1049+
- name: list-datasets
1050+
description: Lists all datasets in the caller's account, paginated.
1051+
flags:
1052+
--cli-input-json=: Read arguments from the JSON string provided.
1053+
--cli-input-yaml=: Read arguments from the YAML string provided.
1054+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1055+
--max-items=: The total number of items to return in the command's output.
1056+
--max-results=: The maximum number of datasets to return per page.
1057+
--next-token=: The token for the next page of results.
1058+
--page-size=: The size of each page to get in the AWS service call.
1059+
--starting-token=: A token to specify where to start paginating.
9621060
- name: list-evaluators
9631061
description: Lists all available evaluators, including both builtin evaluators provided by the service and custom evaluators created by the user.
9641062
flags:
@@ -1364,6 +1462,26 @@ commands:
13641462
--parent-version-ids=:
13651463
description: A list of parent version identifiers for lineage tracking.
13661464
nargs: -1
1465+
- name: update-dataset
1466+
description: Updates a dataset's metadata.
1467+
flags:
1468+
--cli-input-json=: Read arguments from the JSON string provided.
1469+
--cli-input-yaml=: Read arguments from the YAML string provided.
1470+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
1471+
--dataset-id=!: The unique identifier of the dataset to update.
1472+
--description=: The updated description for the dataset.
1473+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1474+
- name: update-dataset-examples
1475+
description: Updates multiple existing examples in-place on DRAFT.
1476+
flags:
1477+
--cli-input-json=: Read arguments from the JSON string provided.
1478+
--cli-input-yaml=: Read arguments from the YAML string provided.
1479+
--client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
1480+
--dataset-id=!: The unique identifier of the dataset.
1481+
--examples=!:
1482+
description: Examples to update.
1483+
nargs: -1
1484+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
13671485
- name: update-evaluator
13681486
description: Updates a custom evaluator's configuration, description, or evaluation level.
13691487
flags:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ commands:
872872
--cli-input-yaml=: Read arguments from the YAML string provided.
873873
--compute-configuration=: The compute configuration for the protected job.
874874
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
875+
--job-compute-payer-account-id=: The account ID of the member that pays for the job compute costs.
875876
--job-parameters=!: The job parameters.
876877
--membership-identifier=!: A unique identifier for the membership to run this job against.
877878
--result-configuration=: The details needed to write the job results.
@@ -888,6 +889,7 @@ commands:
888889
--compute-configuration=: The compute configuration for the protected query.
889890
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
890891
--membership-identifier=!: A unique identifier for the membership to run this query against.
892+
--query-compute-payer-account-id=: The account ID of the member that pays for the query compute costs.
891893
--result-configuration=: The details needed to write the query results.
892894
--sql-parameters=!: The protected SQL query parameters.
893895
--type=!: The type of the protected query to be started.
@@ -1058,6 +1060,7 @@ commands:
10581060
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
10591061
--job-log-status=: An indicator as to whether job logging has been enabled or disabled for the collaboration.
10601062
--membership-identifier=!: The unique identifier of the membership.
1063+
--membership-payment-configuration=: The payment configuration to update for the membership.
10611064
--query-log-status=: An indicator as to whether query logging has been enabled or disabled for the membership.
10621065
completion:
10631066
flag:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ commands:
9393
--kms-key-arn=: The Amazon Resource Name (ARN) of the KMS key that is used to access the input channel.
9494
--membership-identifier=!: The membership ID of the member that is creating the ML input channel.
9595
--name=!: The name of the ML input channel.
96+
--payer-configuration=: The payer configuration for the ML input channel.
9697
--retention-in-days=!: The number of days that the data in the ML input channel is retained.
9798
--tags=: The optional metadata that you apply to the resource to help you categorize and organize them.
9899
- name: create-trained-model
@@ -113,6 +114,7 @@ commands:
113114
nargs: -1
114115
--kms-key-arn=: The Amazon Resource Name (ARN) of the KMS key.
115116
--membership-identifier=!: The membership ID of the member that is creating the trained model.
117+
--ml-model-training-payer-account-id=: The account ID of the member that is responsible for paying for model training costs.
116118
--name=!: The name of the trained model.
117119
--resource-config=!: Information about the EC2 resources that are used to train this model.
118120
--stopping-condition=: The criteria that is used to stop model training.
@@ -608,6 +610,7 @@ commands:
608610
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
609611
--kms-key-arn=: The Amazon Resource Name (ARN) of the KMS key.
610612
--membership-identifier=!: The membership ID of the membership that contains the trained model inference job.
613+
--ml-model-inference-payer-account-id=: The account ID of the member that is responsible for paying for model inference costs.
611614
--name=!: The name of the trained model inference job.
612615
--output-configuration=!: Defines the output configuration information for the trained model inference job.
613616
--resource-config=!: Defines the resource configuration for the trained model inference job.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ commands:
138138
--environment-id=!: A unique ID for the environment containing the VLAN that the Elastic IP address disassociates from.
139139
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
140140
--vlan-name=!: The name of the VLAN.
141+
- name: get-depot-url
142+
description: Returns a URL and authentication token for accessing the Amazon EVS Custom Addon depot.
143+
flags:
144+
--cli-input-json=: Read arguments from the JSON string provided.
145+
--cli-input-yaml=: Read arguments from the YAML string provided.
146+
--environment-id=!: The unique ID of the Amazon EVS environment to get the depot URL for.
147+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
148+
--no-rotate: Revokes the current authentication token and returns a new depot URL with a new token.
149+
--rotate: Revokes the current authentication token and returns a new depot URL with a new token.
141150
- name: get-environment
142151
description: Returns a description of the specified environment.
143152
flags:

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ commands:
788788
description: The media streams that are associated with the output, and the parameters for those associations.
789789
nargs: -1
790790
--min-latency=: The minimum latency in milliseconds for SRT-based streams.
791+
--ndi-output-timecode-source=: Controls how MediaConnect generates timecodes for NDI output frames.
791792
--ndi-program-name=: A suffix for the name of the NDI® sender that the flow creates.
792793
--ndi-speed-hq-quality=: A quality setting for the NDI Speed HQ encoder.
793794
--output-arn=!: The ARN of the output that you want to update.
@@ -804,6 +805,9 @@ commands:
804805
--vpc-interface-attachment=: The name of the VPC interface attachment to use for this output.
805806
completion:
806807
flag:
808+
ndi-output-timecode-source:
809+
- EMBEDDED_TIMECODE
810+
- UTC_SYSTEM_TIME
807811
output-status:
808812
- ENABLED
809813
- DISABLED

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ commands:
446446
--domain-name=!: A name for the domain.
447447
--domain-settings=: A collection of `Domain` settings.
448448
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
449+
--home-efs-file-system-creation=: Indicates whether to create a home EFS file system for the domain.
449450
--home-efs-file-system-kms-key-id=: Use `KmsKeyId`.
450451
--kms-key-id=: SageMaker AI uses Amazon Web Services KMS to encrypt EFS and EBS volumes attached to the domain with an Amazon Web Services managed key by default.
451452
--subnet-ids=:
@@ -467,6 +468,9 @@ commands:
467468
auth-mode:
468469
- SSO
469470
- IAM
471+
home-efs-file-system-creation:
472+
- Enabled
473+
- Disabled
470474
tag-propagation:
471475
- ENABLED
472476
- DISABLED
@@ -5803,6 +5807,7 @@ commands:
58035807
--domain-id=!: The ID of the domain to be updated.
58045808
--domain-settings-for-update=: A collection of `DomainSettings` configuration values to update.
58055809
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
5810+
--home-efs-file-system-creation=: Indicates whether to create a home EFS file system for the domain.
58065811
--subnet-ids=:
58075812
description: The VPC subnets that Studio uses for communication.
58085813
nargs: -1
@@ -5816,6 +5821,9 @@ commands:
58165821
app-security-group-management:
58175822
- Service
58185823
- Customer
5824+
home-efs-file-system-creation:
5825+
- Enabled
5826+
- Disabled
58195827
tag-propagation:
58205828
- ENABLED
58215829
- DISABLED

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ commands:
120120
--alias-name=!: Specifies the name of the policy store alias that you want to delete.
121121
--cli-input-json=: Read arguments from the JSON string provided.
122122
--cli-input-yaml=: Read arguments from the YAML string provided.
123+
--deletion-mode=: Specifies the deletion mode for the policy store alias.
123124
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
125+
completion:
126+
flag:
127+
deletion-mode:
128+
- SoftDelete
129+
- HardDelete
124130
- name: delete-policy-template
125131
description: Deletes the specified policy template from the policy store.
126132
flags:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws": "https://github.com/aws/aws-cli#2.34.51"
3+
"aws": "https://github.com/aws/aws-cli#2.34.52"
44
}
55
}

0 commit comments

Comments
 (0)