Skip to content

Commit 2abd372

Browse files
authored
Merge pull request #355 from carapace-sh/dependabot/npm_and_yarn/aws-2.36.16
build(deps): bump aws from 2.36.14 to 2.36.16
2 parents 5e6a159 + 91d6dbd commit 2abd372

10 files changed

Lines changed: 370 additions & 12 deletions

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,16 @@ commands:
516516
--connection-id=!: The ID of the dedicated connection (dxcon-xxxx), interconnect (dxcon-xxxx), or LAG (dxlag-xxxx).
517517
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
518518
--secret-arn=!: The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
519+
- name: list-virtual-interface-routes
520+
description: Lists the routes for the specified virtual interface.
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+
--filters=: The filters to apply to the routes returned.
525+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
526+
--max-results=: The maximum number of results to return with a single call.
527+
--next-token=: The token for the next page of results.
528+
--virtual-interface-id=: The ID of the virtual interface.
519529
- name: list-virtual-interface-test-history
520530
description: Lists the virtual interface failover test history.
521531
flags:

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ commands:
101101
--tags=:
102102
description: A list of key-value pairs to label the table.
103103
nargs: -1
104+
--vector-indexes=:
105+
description: One or more vector indexes to be created on the table.
106+
nargs: -1
104107
--warm-throughput=: Represents the warm throughput (in read units per second and write units per second) for creating a table.
105108
completion:
106109
flag:
@@ -593,6 +596,9 @@ commands:
593596
--provisioned-throughput-override=: Provisioned throughput settings for the restored table.
594597
--sse-specification-override=: The new server-side encryption settings for the restored table.
595598
--target-table-name=!: The name of the new table to which the backup must be restored.
599+
--vector-index-override=:
600+
description: The vector indexes for the restored table.
601+
nargs: -1
596602
completion:
597603
flag:
598604
billing-mode-override:
@@ -620,6 +626,9 @@ commands:
620626
--sse-specification-override=: The new server-side encryption settings for the restored table.
621627
--target-table-name=!: The name of the new table to which it must be restored to.
622628
--use-latest-restorable-time: Restore the table to the latest possible time.
629+
--vector-index-override=:
630+
description: The vector indexes for the restored table.
631+
nargs: -1
623632
completion:
624633
flag:
625634
billing-mode-override:
@@ -667,6 +676,29 @@ commands:
667676
- ALL_PROJECTED_ATTRIBUTES
668677
- SPECIFIC_ATTRIBUTES
669678
- COUNT
679+
- name: search-vectors
680+
description: Performs a vector similarity search on a vector index associated with an Amazon DynamoDB table, and returns the most similar items sorted by similarity score based on the distance function configured for the index.
681+
flags:
682+
--cli-input-json=: Read arguments from the JSON string provided.
683+
--cli-input-yaml=: Read arguments from the YAML string provided.
684+
--expression-attribute-names=: One or more substitution tokens for attribute names in an expression.
685+
--expression-attribute-values=: One or more values that can be substituted in an expression.
686+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
687+
--index-name=!: The name of the vector index to search.
688+
--projection-expression=: A string that identifies one or more attributes to retrieve from the index.
689+
--return-consumed-capacity=: ""
690+
--search-condition-expression=: A condition expression used to filter the vector search results.
691+
--search-vector=!:
692+
description: The search vector to compare against the indexed vectors.
693+
nargs: -1
694+
--table-name=!: The name or Amazon Resource Name (ARN) of the table containing the vector index.
695+
--top-k=!: The number of most similar results to return.
696+
completion:
697+
flag:
698+
return-consumed-capacity:
699+
- INDEXES
700+
- TOTAL
701+
- NONE
670702
- name: tag-resource
671703
description: Associate a set of tags with an Amazon DynamoDB resource.
672704
flags:
@@ -859,6 +891,9 @@ commands:
859891
--stream-specification=: Represents the DynamoDB Streams configuration for the table.
860892
--table-class=: The table class of the table to be updated.
861893
--table-name=!: The name of the table to be updated.
894+
--vector-index-updates=:
895+
description: A list of vector indexes to be added to or removed from the table.
896+
nargs: -1
862897
--warm-throughput=: Represents the warm throughput (in read units per second and write units per second) for updating a table.
863898
completion:
864899
flag:

0 commit comments

Comments
 (0)