Skip to content

Commit acbf636

Browse files
authored
Merge pull request #265 from carapace-sh/dependabot/npm_and_yarn/aws-2.34.43
build(deps): bump aws from 2.34.42 to 2.34.43
2 parents 9463f17 + 13f1e51 commit acbf636

6 files changed

Lines changed: 167 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ commands:
163163
--function-config=!: Configuration information about the function, including an optional comment and the function's runtime.
164164
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
165165
--name=!: A name to identify the function.
166+
--tags=: ""
166167
- name: create-invalidation
167168
description: Create a new invalidation.
168169
flags:
@@ -196,6 +197,7 @@ commands:
196197
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
197198
--import-source=: The S3 bucket that provides the source for the import.
198199
--name=!: The name of the key value store.
200+
--tags=: ""
199201
- name: create-monitoring-subscription
200202
description: Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution.
201203
flags:

cmd/carapace-aws/cmd/botocore/aws.marketplace-agreement.yaml

Lines changed: 117 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
name: marketplace-agreement
33
description: AWS Marketplace Agreement Service
44
commands:
5+
- name: accept-agreement-cancellation-request
6+
description: Allows buyers (acceptors) to accept a cancellation request that is in `PENDING_APPROVAL` status.
7+
flags:
8+
--agreement-cancellation-request-id=!: The unique identifier of the cancellation request to accept.
9+
--agreement-id=!: The unique identifier of the agreement associated with the cancellation request.
10+
--cli-input-json=: Read arguments from the JSON string provided.
11+
--cli-input-yaml=: Read arguments from the YAML string provided.
12+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
13+
- name: accept-agreement-payment-request
14+
description: Allows buyers (acceptors) to accept a payment request that is in `PENDING_APPROVAL` status.
15+
flags:
16+
--agreement-id=!: The unique identifier of the agreement associated with the payment request.
17+
--cli-input-json=: Read arguments from the JSON string provided.
18+
--cli-input-yaml=: Read arguments from the YAML string provided.
19+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
20+
--payment-request-id=!: The unique identifier of the payment request to accept.
21+
--purchase-order-reference=: An optional purchase order reference that buyers can provide to associate the payment request with their internal purchase order system.
22+
- name: accept-agreement-request
23+
description: Accepts an agreement request to finalize the agreement.
24+
flags:
25+
--agreement-request-id=!: The unique identifier of the agreement request.
26+
--cli-input-json=: Read arguments from the JSON string provided.
27+
--cli-input-yaml=: Read arguments from the YAML string provided.
28+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
29+
--purchase-orders=:
30+
description: A list of purchase orders associated with accepting a marketplace agreement request.
31+
nargs: -1
532
- name: batch-create-billing-adjustment-request
633
description: Allows sellers (proposers) to submit billing adjustment requests for one or more invoices within an agreement.
734
flags:
@@ -11,6 +38,13 @@ commands:
1138
--cli-input-json=: Read arguments from the JSON string provided.
1239
--cli-input-yaml=: Read arguments from the YAML string provided.
1340
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
41+
- name: cancel-agreement
42+
description: Allows an acceptor to cancel an active agreement.
43+
flags:
44+
--agreement-id=!: The unique identifier of the agreement.
45+
--cli-input-json=: Read arguments from the JSON string provided.
46+
--cli-input-yaml=: Read arguments from the YAML string provided.
47+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1448
- name: cancel-agreement-cancellation-request
1549
description: Allows sellers (proposers) to withdraw an existing agreement cancellation request that is in a pending state.
1650
flags:
@@ -28,6 +62,26 @@ commands:
2862
--cli-input-yaml=: Read arguments from the YAML string provided.
2963
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
3064
--payment-request-id=!: The unique identifier of the payment request to cancel.
65+
- name: create-agreement-request
66+
description: Creates an agreement request that acts as a quote for the terms you want to accept.
67+
flags:
68+
--agreement-proposal-identifier=: The agreement proposal signed by the proposer.
69+
--cli-input-json=: Read arguments from the JSON string provided.
70+
--cli-input-yaml=: Read arguments from the YAML string provided.
71+
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
72+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
73+
--intent=!: The purpose and desired outcome of the agreement request.
74+
--requested-terms=!:
75+
description: A list of terms that define what is being accepted as part of the agreement.
76+
nargs: -1
77+
--source-agreement-identifier=: The agreement's identifier that the request acts upon.
78+
--tax-configuration=: Configuration for tax estimation in the agreement request response.
79+
completion:
80+
flag:
81+
intent:
82+
- NEW
83+
- AMEND
84+
- REPLACE
3185
- name: describe-agreement
3286
description: Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
3387
flags:
@@ -43,6 +97,18 @@ commands:
4397
--cli-input-json=: Read arguments from the JSON string provided.
4498
--cli-input-yaml=: Read arguments from the YAML string provided.
4599
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
100+
- name: get-agreement-entitlements
101+
description: Obtains details about the entitlements of an agreement.
102+
flags:
103+
--agreement-id=!: The unique identifier of the agreement.
104+
--cli-input-json=: Read arguments from the JSON string provided.
105+
--cli-input-yaml=: Read arguments from the YAML string provided.
106+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
107+
--max-items=: The total number of items to return in the command's output.
108+
--max-results=: The maximum number of agreement entitlements to return in the response.
109+
--next-token=: A token to specify where to start pagination.
110+
--page-size=: The size of each page to get in the AWS service call.
111+
--starting-token=: A token to specify where to start paginating.
46112
- name: get-agreement-payment-request
47113
description: Retrieves detailed information about a specific payment request.
48114
flags:
@@ -58,8 +124,11 @@ commands:
58124
--cli-input-json=: Read arguments from the JSON string provided.
59125
--cli-input-yaml=: Read arguments from the YAML string provided.
60126
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
127+
--max-items=: The total number of items to return in the command's output.
61128
--max-results=: The maximum number of agreements to return in the response.
62-
--next-token=: A token to specify where to start pagination
129+
--next-token=: A token to specify where to start pagination.
130+
--page-size=: The size of each page to get in the AWS service call.
131+
--starting-token=: A token to specify where to start paginating.
63132
- name: get-billing-adjustment-request
64133
description: Retrieves detailed information about a specific billing adjustment request.
65134
flags:
@@ -92,6 +161,20 @@ commands:
92161
- REJECTED
93162
- CANCELLED
94163
- VALIDATION_FAILED
164+
- name: list-agreement-charges
165+
description: Allows acceptors to view charges and purchase orders that are associated with an agreement.
166+
flags:
167+
--agreement-id=: The unique identifier of the agreement.
168+
--agreement-type=: Filter to retrieve charges of a specific agreement type (for example, `PurchaseAgreement`).
169+
--catalog=: The catalog in which the charges were created.
170+
--cli-input-json=: Read arguments from the JSON string provided.
171+
--cli-input-yaml=: Read arguments from the YAML string provided.
172+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
173+
--max-items=: The total number of items to return in the command's output.
174+
--max-results=: The maximum number of charges to return in the response.
175+
--next-token=: A token to specify where to start pagination.
176+
--page-size=: The size of each page to get in the AWS service call.
177+
--starting-token=: A token to specify where to start paginating.
95178
- name: list-agreement-invoice-line-items
96179
description: Allows sellers (proposers) to retrieve aggregated billing data from AWS Marketplace agreements using flexible grouping.
97180
flags:
@@ -150,8 +233,8 @@ commands:
150233
--catalog=: An optional filter to return billing adjustment requests by catalog (e.g., `AWSMarketplace`).
151234
--cli-input-json=: Read arguments from the JSON string provided.
152235
--cli-input-yaml=: Read arguments from the YAML string provided.
153-
--created-after=: An optional filter to return billing adjustment requests created after the specified POSIX timestamp (Unix epoch seconds).
154-
--created-before=: An optional filter to return billing adjustment requests created before the specified POSIX timestamp (Unix epoch seconds).
236+
--created-after=: An optional filter to return billing adjustment requests created after the specified timestamp.
237+
--created-before=: An optional filter to return billing adjustment requests created before the specified timestamp.
155238
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
156239
--max-items=: The total number of items to return in the command's output.
157240
--max-results=: The maximum number of billing adjustment requests to return in the response.
@@ -165,8 +248,26 @@ commands:
165248
- PENDING
166249
- VALIDATION_FAILED
167250
- COMPLETED
251+
- name: reject-agreement-cancellation-request
252+
description: Allows buyers (acceptors) to reject a cancellation request that is in `PENDING_APPROVAL` status.
253+
flags:
254+
--agreement-cancellation-request-id=!: The unique identifier of the cancellation request to reject.
255+
--agreement-id=!: The unique identifier of the agreement associated with the cancellation request.
256+
--cli-input-json=: Read arguments from the JSON string provided.
257+
--cli-input-yaml=: Read arguments from the YAML string provided.
258+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
259+
--rejection-reason=!: The reason for rejecting the cancellation request (1-2000 characters).
260+
- name: reject-agreement-payment-request
261+
description: Allows buyers (acceptors) to reject a payment request that is in `PENDING_APPROVAL` status.
262+
flags:
263+
--agreement-id=!: The unique identifier of the agreement associated with the payment request.
264+
--cli-input-json=: Read arguments from the JSON string provided.
265+
--cli-input-yaml=: Read arguments from the YAML string provided.
266+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
267+
--payment-request-id=!: The unique identifier of the payment request to reject.
268+
--rejection-reason=: An optional reason for rejecting the payment request (1-250 characters).
168269
- name: search-agreements
169-
description: Searches across all agreements that a proposer has in AWS Marketplace.
270+
description: Searches across all agreements that a proposer or an acceptor has in AWS Marketplace.
170271
flags:
171272
--catalog=: The catalog in which the agreement was created.
172273
--cli-input-json=: Read arguments from the JSON string provided.
@@ -175,9 +276,12 @@ commands:
175276
description: The filter name and value pair used to return a specific list of results.
176277
nargs: -1
177278
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
279+
--max-items=: The total number of items to return in the command's output.
178280
--max-results=: The maximum number of agreements to return in the response.
179281
--next-token=: A token to specify where to start pagination.
282+
--page-size=: The size of each page to get in the AWS service call.
180283
--sort=: An object that contains the `SortBy` and `SortOrder` attributes.
284+
--starting-token=: A token to specify where to start paginating.
181285
- name: send-agreement-cancellation-request
182286
description: Allows sellers (proposers) to submit a cancellation request for an active agreement.
183287
flags:
@@ -211,3 +315,12 @@ commands:
211315
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
212316
--name=!: A descriptive name for the payment request (5-64 characters).
213317
--term-id=!: The unique identifier of the `VariablePaymentTerm` for the agreement that the payment request is being sent for.
318+
- name: update-purchase-orders
319+
description: Allows acceptors to associate purchase orders with agreement charges after an agreement is created.
320+
flags:
321+
--cli-input-json=: Read arguments from the JSON string provided.
322+
--cli-input-yaml=: Read arguments from the YAML string provided.
323+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
324+
--purchase-orders=!:
325+
description: Contains information about purchase order associations.
326+
nargs: -1

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ commands:
141141
--cli-input-json=: Read arguments from the JSON string provided.
142142
--cli-input-yaml=: Read arguments from the YAML string provided.
143143
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
144+
- name: delete-function
145+
description: Deletes a function.
146+
flags:
147+
--cli-input-json=: Read arguments from the JSON string provided.
148+
--cli-input-yaml=: Read arguments from the YAML string provided.
149+
--function-id=!: The identifier of the function to delete.
150+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
144151
- name: delete-live-source
145152
description: The live source to delete.
146153
flags:
@@ -246,6 +253,13 @@ commands:
246253
--next-token=: (Optional) If the playback configuration has more than `MaxResults` channel schedules, use `NextToken` to get the second and subsequent pages of results.
247254
--page-size=: The size of each page to get in the AWS service call.
248255
--starting-token=: A token to specify where to start paginating.
256+
- name: get-function
257+
description: Retrieves the configuration and metadata for a function.
258+
flags:
259+
--cli-input-json=: Read arguments from the JSON string provided.
260+
--cli-input-yaml=: Read arguments from the YAML string provided.
261+
--function-id=!: The identifier of the function.
262+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
249263
- name: get-playback-configuration
250264
description: Retrieves a playback configuration.
251265
flags:
@@ -284,6 +298,17 @@ commands:
284298
--next-token=: Pagination token returned by the list request when results exceed the maximum allowed.
285299
--page-size=: The size of each page to get in the AWS service call.
286300
--starting-token=: A token to specify where to start paginating.
301+
- name: list-functions
302+
description: Retrieves all functions associated with your AWS account in the current Region.
303+
flags:
304+
--cli-input-json=: Read arguments from the JSON string provided.
305+
--cli-input-yaml=: Read arguments from the YAML string provided.
306+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
307+
--max-items=: The total number of items to return in the command's output.
308+
--max-results=: The maximum number of functions that you want MediaTailor to return in response to the current request.
309+
--next-token=: Pagination token returned by the list request when results exceed the maximum allowed.
310+
--page-size=: The size of each page to get in the AWS service call.
311+
--starting-token=: A token to specify where to start paginating.
287312
- name: list-live-sources
288313
description: Lists the live sources contained in a source location.
289314
flags:
@@ -365,6 +390,25 @@ commands:
365390
--cli-input-yaml=: Read arguments from the YAML string provided.
366391
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
367392
--policy=!: Adds an IAM role that determines the permissions of your channel.
393+
- name: put-function
394+
description: Creates or updates a function.
395+
flags:
396+
--cli-input-json=: Read arguments from the JSON string provided.
397+
--cli-input-yaml=: Read arguments from the YAML string provided.
398+
--custom-output-configuration=: The configuration for a `CUSTOM_OUTPUT` function.
399+
--description=: A description of the function.
400+
--function-id=!: The identifier of the function.
401+
--function-type=!: The type of the function.
402+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
403+
--http-request-configuration=: The configuration for an `HTTP_REQUEST` function.
404+
--sequential-executor-configuration=: The configuration for a `SEQUENTIAL_EXECUTOR` function.
405+
--tags=: The tags to assign to the function.
406+
completion:
407+
flag:
408+
function-type:
409+
- HTTP_REQUEST
410+
- CUSTOM_OUTPUT
411+
- SEQUENTIAL_EXECUTOR
368412
- name: put-playback-configuration
369413
description: Creates a playback configuration.
370414
flags:
@@ -378,6 +422,7 @@ commands:
378422
--cli-input-yaml=: Read arguments from the YAML string provided.
379423
--configuration-aliases=: The player parameters and aliases used as dynamic variables during session initialization.
380424
--dash-configuration=: The configuration for DASH content.
425+
--function-mapping=: A map of lifecycle hook event names to function identifiers.
381426
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
382427
--insertion-mode=: The setting that controls whether players can use stitched or guided ad insertion.
383428
--live-pre-roll-configuration=: The configuration for pre-roll ad insertion.

cmd/carapace-aws/cmd/botocore/aws.medical-imaging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ commands:
171171
--data-access-role-arn=!: The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
172172
--datastore-id=!: The data store identifier.
173173
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
174+
--import-configuration=: The import configuration for the import job.
174175
--input-owner-account-id=: The account ID of the source S3 bucket owner.
175176
--input-s3-uri=!: The input prefix path for the S3 bucket that contains the DICOM files to be imported.
176177
--job-name=: The import job name.

0 commit comments

Comments
 (0)