You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.marketplace-agreement.yaml
+117-4Lines changed: 117 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
name: marketplace-agreement
3
3
description: AWS Marketplace Agreement Service
4
4
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
5
32
- name: batch-create-billing-adjustment-request
6
33
description: Allows sellers (proposers) to submit billing adjustment requests for one or more invoices within an agreement.
7
34
flags:
@@ -11,6 +38,13 @@ commands:
11
38
--cli-input-json=: Read arguments from the JSON string provided.
12
39
--cli-input-yaml=: Read arguments from the YAML string provided.
13
40
--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.
14
48
- name: cancel-agreement-cancellation-request
15
49
description: Allows sellers (proposers) to withdraw an existing agreement cancellation request that is in a pending state.
16
50
flags:
@@ -28,6 +62,26 @@ commands:
28
62
--cli-input-yaml=: Read arguments from the YAML string provided.
29
63
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
30
64
--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
31
85
- name: describe-agreement
32
86
description: Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
33
87
flags:
@@ -43,6 +97,18 @@ commands:
43
97
--cli-input-json=: Read arguments from the JSON string provided.
44
98
--cli-input-yaml=: Read arguments from the YAML string provided.
45
99
--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.
46
112
- name: get-agreement-payment-request
47
113
description: Retrieves detailed information about a specific payment request.
48
114
flags:
@@ -58,8 +124,11 @@ commands:
58
124
--cli-input-json=: Read arguments from the JSON string provided.
59
125
--cli-input-yaml=: Read arguments from the YAML string provided.
60
126
--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.
61
128
--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.
63
132
- name: get-billing-adjustment-request
64
133
description: Retrieves detailed information about a specific billing adjustment request.
65
134
flags:
@@ -92,6 +161,20 @@ commands:
92
161
- REJECTED
93
162
- CANCELLED
94
163
- 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.
95
178
- name: list-agreement-invoice-line-items
96
179
description: Allows sellers (proposers) to retrieve aggregated billing data from AWS Marketplace agreements using flexible grouping.
97
180
flags:
@@ -150,8 +233,8 @@ commands:
150
233
--catalog=: An optional filter to return billing adjustment requests by catalog (e.g., `AWSMarketplace`).
151
234
--cli-input-json=: Read arguments from the JSON string provided.
152
235
--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.
155
238
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
156
239
--max-items=: The total number of items to return in the command's output.
157
240
--max-results=: The maximum number of billing adjustment requests to return in the response.
@@ -165,8 +248,26 @@ commands:
165
248
- PENDING
166
249
- VALIDATION_FAILED
167
250
- 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).
168
269
- 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.
170
271
flags:
171
272
--catalog=: The catalog in which the agreement was created.
172
273
--cli-input-json=: Read arguments from the JSON string provided.
@@ -175,9 +276,12 @@ commands:
175
276
description: The filter name and value pair used to return a specific list of results.
176
277
nargs: -1
177
278
--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.
178
280
--max-results=: The maximum number of agreements to return in the response.
179
281
--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.
180
283
--sort=: An object that contains the `SortBy` and `SortOrder` attributes.
284
+
--starting-token=: A token to specify where to start paginating.
181
285
- name: send-agreement-cancellation-request
182
286
description: Allows sellers (proposers) to submit a cancellation request for an active agreement.
183
287
flags:
@@ -211,3 +315,12 @@ commands:
211
315
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
212
316
--name=!: A descriptive name for the payment request (5-64 characters).
213
317
--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.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.mediatailor.yaml
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,13 @@ commands:
141
141
--cli-input-json=: Read arguments from the JSON string provided.
142
142
--cli-input-yaml=: Read arguments from the YAML string provided.
143
143
--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.
144
151
- name: delete-live-source
145
152
description: The live source to delete.
146
153
flags:
@@ -246,6 +253,13 @@ commands:
246
253
--next-token=: (Optional) If the playback configuration has more than `MaxResults` channel schedules, use `NextToken` to get the second and subsequent pages of results.
247
254
--page-size=: The size of each page to get in the AWS service call.
248
255
--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.
249
263
- name: get-playback-configuration
250
264
description: Retrieves a playback configuration.
251
265
flags:
@@ -284,6 +298,17 @@ commands:
284
298
--next-token=: Pagination token returned by the list request when results exceed the maximum allowed.
285
299
--page-size=: The size of each page to get in the AWS service call.
286
300
--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.
287
312
- name: list-live-sources
288
313
description: Lists the live sources contained in a source location.
289
314
flags:
@@ -365,6 +390,25 @@ commands:
365
390
--cli-input-yaml=: Read arguments from the YAML string provided.
366
391
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
367
392
--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
368
412
- name: put-playback-configuration
369
413
description: Creates a playback configuration.
370
414
flags:
@@ -378,6 +422,7 @@ commands:
378
422
--cli-input-yaml=: Read arguments from the YAML string provided.
379
423
--configuration-aliases=: The player parameters and aliases used as dynamic variables during session initialization.
380
424
--dash-configuration=: The configuration for DASH content.
425
+
--function-mapping=: A map of lifecycle hook event names to function identifiers.
381
426
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
382
427
--insertion-mode=: The setting that controls whether players can use stitched or guided ad insertion.
383
428
--live-pre-roll-configuration=: The configuration for pre-roll ad insertion.
0 commit comments