Skip to content

Commit ed59df7

Browse files
authored
Merge pull request #308 from carapace-sh/dependabot/npm_and_yarn/aws-2.35.6
build(deps): bump aws from 2.35.5 to 2.35.6
2 parents 0e7a7f8 + 7cc33cc commit ed59df7

7 files changed

Lines changed: 182 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,5 +617,6 @@ commands:
617617
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
618618
--mtu=: The maximum transmission unit (MTU), in bytes.
619619
--no-enable-site-link: Indicates whether to enable or disable SiteLink.
620+
--rate-limit=: The rate limit (bandwidth allocation) to apply to the virtual interface.
620621
--virtual-interface-id=!: The ID of the virtual private interface.
621622
--virtual-interface-name=: The name of the virtual private interface.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ commands:
2929
--outpost-identifier=!: The ID or the Amazon Resource Name (ARN) of the Outpost.
3030
--payment-option=!: The payment option.
3131
--payment-term=: The payment terms.
32+
--quote-identifier=: The ID of the quote to use for the order.
33+
--quote-option-identifier=: The ID of the quote option to use for the order.
3234
completion:
3335
flag:
3436
payment-option:
@@ -124,7 +126,7 @@ commands:
124126
--cli-input-json=: Read arguments from the JSON string provided.
125127
--cli-input-yaml=: Read arguments from the YAML string provided.
126128
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
127-
--quote-identifier=!: The ID or ARN of the quote.
129+
--quote-identifier=!: The ID of the quote.
128130
- name: delete-site
129131
description: Deletes the specified site.
130132
flags:
@@ -212,7 +214,7 @@ commands:
212214
--cli-input-json=: Read arguments from the JSON string provided.
213215
--cli-input-yaml=: Read arguments from the YAML string provided.
214216
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
215-
--quote-identifier=!: The ID or ARN of the quote.
217+
--quote-identifier=!: The ID of the quote.
216218
- name: get-renewal-pricing
217219
description: Gets all available renewal pricing options for the specified Outpost.
218220
flags:
@@ -502,7 +504,7 @@ commands:
502504
--description=: A description for the quote.
503505
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
504506
--outpost-identifier=: The ID or ARN of the Outpost to associate with the quote.
505-
--quote-identifier=!: The ID or ARN of the quote.
507+
--quote-identifier=!: The ID of the quote.
506508
--requested-capacities=:
507509
description: The updated capacity requirements for the quote.
508510
nargs: -1

cmd/carapace-aws/cmd/botocore/aws.partnercentral-selling.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ commands:
6565
type:
6666
- CustomerProject
6767
- Lead
68+
- ProspectingResult
6869
- name: create-engagement-invitation
6970
description: This action creates an invitation from a sender to a single receiver to join an engagement.
7071
flags:
@@ -205,6 +206,14 @@ commands:
205206
--cli-input-yaml=: Read arguments from the YAML string provided.
206207
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
207208
--identifier=!: Read-only, system generated `Opportunity` unique identifier.
209+
- name: get-prospecting-from-engagement-task
210+
description: Retrieves the details and current status of a prospecting task previously started with `StartProspectingFromEngagementTask` to enable polling for completion and access to per-engagement processing results.
211+
flags:
212+
--catalog=!: Specifies the catalog associated with the task.
213+
--cli-input-json=: Read arguments from the JSON string provided.
214+
--cli-input-yaml=: Read arguments from the YAML string provided.
215+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
216+
--task-identifier=!: The unique identifier of the prospecting task to retrieve.
208217
- name: get-resource-snapshot
209218
description: Use this action to retrieve a specific snapshot record.
210219
flags:
@@ -434,6 +443,27 @@ commands:
434443
--task-status=:
435444
description: Filters the tasks based on their current status.
436445
nargs: -1
446+
- name: list-prospecting-from-engagement-tasks
447+
description: Lists all prospecting tasks initiated by the caller's account.
448+
flags:
449+
--catalog=!: Specifies the catalog to list tasks from.
450+
--cli-input-json=: Read arguments from the JSON string provided.
451+
--cli-input-yaml=: Read arguments from the YAML string provided.
452+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
453+
--max-items=: The total number of items to return in the command's output.
454+
--max-results=: The maximum number of results to return in a single page.
455+
--next-token=: The pagination token from a previous call to this API.
456+
--page-size=: The size of each page to get in the AWS service call.
457+
--sort=: Specifies the field and order used to sort the returned tasks.
458+
--start-after=: Filters tasks to include only those that started after the specified timestamp.
459+
--start-before=: Filters tasks to include only those that started before the specified timestamp.
460+
--starting-token=: A token to specify where to start paginating.
461+
--task-identifier=:
462+
description: Filters the results to include only the tasks with the specified identifiers.
463+
nargs: -1
464+
--task-name=:
465+
description: Filters the results to include only tasks with the specified names.
466+
nargs: -1
437467
- name: list-resource-snapshot-jobs
438468
description: Lists resource snapshot jobs owned by the customer.
439469
flags:
@@ -559,6 +589,18 @@ commands:
559589
--tags=:
560590
description: A map of the key-value pairs of the tag or tags to assign.
561591
nargs: -1
592+
- name: start-prospecting-from-engagement-task
593+
description: Starts a task to convert one or more engagement contexts into new prospecting leads.
594+
flags:
595+
--catalog=!: Specifies the catalog in which the task is initiated.
596+
--cli-input-json=: Read arguments from the JSON string provided.
597+
--cli-input-yaml=: Read arguments from the YAML string provided.
598+
--client-token=!: A unique, case-sensitive identifier provided by the client to ensure idempotency.
599+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
600+
--identifiers=!:
601+
description: The list of engagement identifiers to include in this prospecting task.
602+
nargs: -1
603+
--task-name=!: A descriptive name for the task.
562604
- name: start-resource-snapshot-job
563605
description: Starts a resource snapshot job that has been previously created.
564606
flags:
@@ -630,6 +672,7 @@ commands:
630672
type:
631673
- CustomerProject
632674
- Lead
675+
- ProspectingResult
633676
- name: update-opportunity
634677
description: Updates the `Opportunity` record identified by a given `Identifier`.
635678
flags:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ commands:
8686
description: A list of the tag keys and values that you want to associate with the domain list.
8787
nargs: -1
8888
- name: create-firewall-rule
89-
description: Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
89+
description: Creates a single DNS Firewall rule in the specified rule group.
9090
flags:
9191
--action=!: 'The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule''s domain list, or a threat in a DNS Firewall Advanced rule:'
9292
--block-override-dns-type=: The DNS record's type.
@@ -97,7 +97,7 @@ commands:
9797
--cli-input-yaml=: Read arguments from the YAML string provided.
9898
--confidence-threshold=: The confidence threshold for DNS Firewall Advanced.
9999
--creator-request-id=!: A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice.
100-
--dns-threat-protection=: Use to create a DNS Firewall Advanced rule.
100+
--dns-threat-protection=: The type of the DNS Firewall Advanced rule.
101101
--firewall-domain-list-id=: The ID of the domain list that you want to use in the rule.
102102
--firewall-domain-redirection-action=: How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
103103
--firewall-rule-group-id=!: The unique identifier of the firewall rule group where you want to create the rule.
@@ -501,7 +501,7 @@ commands:
501501
--page-size=: The size of each page to get in the AWS service call.
502502
--starting-token=: A token to specify where to start paginating.
503503
- name: list-firewall-rule-types
504-
description: Retrieves the available rule types that can be used in DNS Firewall rules.
504+
description: Retrieves the rule-type variants that can be used in the `FirewallRuleType` field of [CreateFirewallRule]() and [UpdateFirewallRule]().
505505
flags:
506506
--cli-input-json=: Read arguments from the JSON string provided.
507507
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -510,7 +510,7 @@ commands:
510510
--max-results=: The maximum number of objects that you want Resolver to return for this request.
511511
--next-token=: For the first call to this list request, omit this value.
512512
--page-size=: The size of each page to get in the AWS service call.
513-
--rule-type=: The rule type to filter by.
513+
--rule-type=: An optional filter that restricts the response to a single [FirewallRuleType]() variant.
514514
--starting-token=: A token to specify where to start paginating.
515515
- name: list-firewall-rules
516516
description: Retrieves the firewall rules that you have defined for the specified firewall rule group.

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

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ commands:
5858
description: Creates a copy of an object that is already stored in Amazon S3.
5959
flags:
6060
--acl=: The canned access control list (ACL) to apply to the object.
61+
--annotation-directive=: Specifies whether you want to copy annotations from the source object or exclude them.
6162
--bucket-key-enabled: Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).
6263
--bucket=!: The name of the destination bucket.
6364
--cache-control=: Specifies the caching behavior along the request/reply chain.
@@ -114,6 +115,9 @@ commands:
114115
- aws-exec-read
115116
- bucket-owner-read
116117
- bucket-owner-full-control
118+
annotation-directive:
119+
- COPY
120+
- EXCLUDE
117121
checksum-algorithm:
118122
- CRC32
119123
- CRC32C
@@ -495,6 +499,23 @@ commands:
495499
flag:
496500
request-payer:
497501
- requester
502+
- name: delete-object-annotation
503+
description: Deletes a specific annotation from an Amazon S3 object.
504+
flags:
505+
--annotation-name=!: The name of the annotation to delete.
506+
--bucket=!: The name of the bucket that contains the object.
507+
--cli-input-json=: Read arguments from the JSON string provided.
508+
--cli-input-yaml=: Read arguments from the YAML string provided.
509+
--expected-bucket-owner=: The account ID of the expected bucket owner.
510+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
511+
--key=!: The object key.
512+
--object-if-match=: If specified, the operation only succeeds if the object's ETag matches the provided value.
513+
--request-payer=: ""
514+
--version-id=: The version ID of the object.
515+
completion:
516+
flag:
517+
request-payer:
518+
- requester
498519
- name: delete-object-tagging
499520
description: This operation is not supported for directory buckets.
500521
flags:
@@ -798,6 +819,24 @@ commands:
798819
flag:
799820
request-payer:
800821
- requester
822+
- name: get-object-annotation
823+
description: Retrieves an annotation from an Amazon S3 object.
824+
flags:
825+
--annotation-name=!: The name of the annotation to retrieve.
826+
--bucket=!: The name of the bucket that contains the object.
827+
--checksum-mode=: Set to `ENABLED` to validate the checksum of the annotation payload on retrieval.
828+
--expected-bucket-owner=: The account ID of the expected bucket owner.
829+
--key=!: The object key.
830+
--request-payer=: ""
831+
--version-id=: The version ID of the object.
832+
completion:
833+
flag:
834+
checksum-mode:
835+
- ENABLED
836+
request-payer:
837+
- requester
838+
positional:
839+
- - $files
801840
- name: get-object-attributes
802841
description: Retrieves all of the metadata from an object without returning the object itself.
803842
flags:
@@ -1020,6 +1059,27 @@ commands:
10201059
- url
10211060
request-payer:
10221061
- requester
1062+
- name: list-object-annotations
1063+
description: Lists the annotations attached to an Amazon S3 object.
1064+
flags:
1065+
--annotation-prefix=: Filter results to annotations whose name begins with the specified prefix.
1066+
--bucket=!: The name of the bucket that contains the object.
1067+
--cli-input-json=: Read arguments from the JSON string provided.
1068+
--cli-input-yaml=: Read arguments from the YAML string provided.
1069+
--continuation-token=: Continuation token returned by a previous request to retrieve the next page.
1070+
--expected-bucket-owner=: The account ID of the expected bucket owner.
1071+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1072+
--key=!: The object key.
1073+
--max-annotation-results=: The maximum number of annotations to return in the response.
1074+
--max-items=: The total number of items to return in the command's output.
1075+
--page-size=: The size of each page to get in the AWS service call.
1076+
--request-payer=: ""
1077+
--starting-token=: A token to specify where to start paginating.
1078+
--version-id=: The version ID of the object.
1079+
completion:
1080+
flag:
1081+
request-payer:
1082+
- requester
10231083
- name: list-object-versions
10241084
description: This operation is not supported for directory buckets.
10251085
flags:
@@ -1721,6 +1781,47 @@ commands:
17211781
- XXHASH128
17221782
request-payer:
17231783
- requester
1784+
- name: put-object-annotation
1785+
description: Attaches an annotation to an Amazon S3 object.
1786+
flags:
1787+
--annotation-name=!: The name of the annotation.
1788+
--annotation-payload=!: The annotation payload.
1789+
--bucket=!: The name of the bucket that contains the object.
1790+
--checksum-algorithm=: The checksum algorithm to use.
1791+
--checksum-crc32-c=: Base64-encoded CRC32C checksum of the annotation payload.
1792+
--checksum-crc32=: Base64-encoded CRC32 checksum of the annotation payload.
1793+
--checksum-crc64-nvme=: Base64-encoded CRC64NVME checksum of the annotation payload.
1794+
--checksum-md5=: Base64-encoded MD5 checksum of the annotation payload.
1795+
--checksum-sha1=: Base64-encoded SHA1 checksum of the annotation payload.
1796+
--checksum-sha256=: Base64-encoded SHA256 checksum of the annotation payload.
1797+
--checksum-sha512=: Base64-encoded SHA512 checksum of the annotation payload.
1798+
--checksum-xxhash3=: Base64-encoded XXHASH3 checksum of the annotation payload.
1799+
--checksum-xxhash64=: Base64-encoded XXHASH64 checksum of the annotation payload.
1800+
--checksum-xxhash128=: Base64-encoded XXHASH128 checksum of the annotation payload.
1801+
--cli-input-json=: Read arguments from the JSON string provided.
1802+
--cli-input-yaml=: Read arguments from the YAML string provided.
1803+
--content-md5=: Base64-encoded MD5 digest of the message.
1804+
--expected-bucket-owner=: The account ID of the expected bucket owner.
1805+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1806+
--key=!: The object key.
1807+
--object-if-match=: If specified, the operation only succeeds if the object's ETag matches the provided value.
1808+
--request-payer=: ""
1809+
--version-id=: The version ID of the object to attach the annotation to.
1810+
completion:
1811+
flag:
1812+
checksum-algorithm:
1813+
- CRC32
1814+
- CRC32C
1815+
- SHA1
1816+
- SHA256
1817+
- CRC64NVME
1818+
- SHA512
1819+
- MD5
1820+
- XXHASH64
1821+
- XXHASH3
1822+
- XXHASH128
1823+
request-payer:
1824+
- requester
17241825
- name: put-object-legal-hold
17251826
description: This operation is not supported for directory buckets.
17261827
flags:
@@ -1927,6 +2028,30 @@ commands:
19272028
flag:
19282029
expression-type:
19292030
- SQL
2031+
- name: update-bucket-metadata-annotation-table-configuration
2032+
description: Updates the annotation table configuration for an Amazon S3 bucket's metadata configuration.
2033+
flags:
2034+
--annotation-table-configuration=!: The annotation table configuration updates to apply.
2035+
--bucket=!: The name of the bucket whose annotation table configuration to update.
2036+
--checksum-algorithm=: Checksum algorithm for the request payload.
2037+
--cli-input-json=: Read arguments from the JSON string provided.
2038+
--cli-input-yaml=: Read arguments from the YAML string provided.
2039+
--content-md5=: Base64-encoded MD5 digest of the message body.
2040+
--expected-bucket-owner=: The account ID of the expected bucket owner.
2041+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
2042+
completion:
2043+
flag:
2044+
checksum-algorithm:
2045+
- CRC32
2046+
- CRC32C
2047+
- SHA1
2048+
- SHA256
2049+
- CRC64NVME
2050+
- SHA512
2051+
- MD5
2052+
- XXHASH64
2053+
- XXHASH3
2054+
- XXHASH128
19302055
- name: update-bucket-metadata-inventory-table-configuration
19312056
description: Enables or disables a live inventory table for an S3 Metadata configuration on a general purpose bucket.
19322057
flags:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,14 @@ commands:
194194
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
195195
--index-arn=: The ARN of the vector index that you want to query.
196196
--index-name=: The name of the vector index that you want to query.
197+
--max-items=: The total number of items to return in the command's output.
198+
--next-token=: Pagination token from a previous request.
197199
--no-return-distance: Indicates whether to include the computed distance in the response.
198200
--no-return-metadata: Indicates whether to include metadata in the response.
199201
--query-vector=!: The query vector.
200202
--return-distance: Indicates whether to include the computed distance in the response.
201203
--return-metadata: Indicates whether to include metadata in the response.
204+
--starting-token=: A token to specify where to start paginating.
202205
--top-k=!: The number of results to return for each query.
203206
--vector-bucket-name=: The name of the vector bucket that contains the vector index.
204207
- name: tag-resource

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.35.5"
3+
"aws": "https://github.com/aws/aws-cli#2.35.6"
44
}
55
}

0 commit comments

Comments
 (0)