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.backup.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ commands:
251
251
--framework-name=!: The unique name of a framework.
252
252
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
253
253
- name: describe-global-settings
254
-
description: Describes whether the Amazon Web Services account is opted in to cross-account backup.
254
+
description: Describes whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator.
255
255
flags:
256
256
--cli-input-json=: Read arguments from the JSON string provided.
257
257
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -1161,7 +1161,7 @@ commands:
1161
1161
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
1162
1162
--idempotency-token=: A customer-chosen string that you can use to distinguish between otherwise identical calls to `UpdateFrameworkInput`.
1163
1163
- name: update-global-settings
1164
-
description: Updates whether the Amazon Web Services account is opted in to cross-account backup.
1164
+
description: Updates whether the Amazon Web Services account has enabled different cross-account management options, including cross-account backup, multi-party approval, and delegated administrator.
1165
1165
flags:
1166
1166
--cli-input-json=: Read arguments from the JSON string provided.
1167
1167
--cli-input-yaml=: Read arguments from the YAML string provided.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.batch.yaml
+77-1Lines changed: 77 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,26 @@ commands:
74
74
state:
75
75
- ENABLED
76
76
- DISABLED
77
+
- name: create-quota-share
78
+
description: Creates an Batch quota share.
79
+
flags:
80
+
--capacity-limits=!:
81
+
description: A list that specifies the quantity and type of compute capacity allocated to the quota share.
82
+
nargs: -1
83
+
--cli-input-json=: Read arguments from the JSON string provided.
84
+
--cli-input-yaml=: Read arguments from the YAML string provided.
85
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
86
+
--job-queue=!: The Batch job queue associated with the quota share.
87
+
--preemption-configuration=!: Specifies the preemption behavior for jobs in a quota share.
88
+
--quota-share-name=!: The name of the quota share.
89
+
--resource-sharing-configuration=!: Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
90
+
--state=: The state of the quota share.
91
+
--tags=: The tags that you apply to the quota share to help you categorize and organize your resources.
92
+
completion:
93
+
flag:
94
+
state:
95
+
- ENABLED
96
+
- DISABLED
77
97
- name: create-scheduling-policy
78
98
description: Creates an Batch scheduling policy.
79
99
flags:
@@ -82,6 +102,7 @@ commands:
82
102
--fairshare-policy=: The fair-share scheduling policy details.
83
103
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
84
104
--name=!: The name of the fair-share scheduling policy.
105
+
--quota-share-policy=: The quota share scheduling policy details.
85
106
--tags=: The tags that you apply to the scheduling policy to help you categorize and organize your resources.
86
107
- name: create-service-environment
87
108
description: Creates a service environment for running service jobs.
@@ -124,6 +145,13 @@ commands:
124
145
--cli-input-yaml=: Read arguments from the YAML string provided.
125
146
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
126
147
--job-queue=!: The short name or full Amazon Resource Name (ARN) of the queue to delete.
148
+
- name: delete-quota-share
149
+
description: Deletes the specified quota share.
150
+
flags:
151
+
--cli-input-json=: Read arguments from the JSON string provided.
152
+
--cli-input-yaml=: Read arguments from the YAML string provided.
153
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
154
+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share.
127
155
- name: delete-scheduling-policy
128
156
description: Deletes the specified scheduling policy.
129
157
flags:
@@ -205,6 +233,13 @@ commands:
205
233
--jobs=!:
206
234
description: A list of up to 100 job IDs.
207
235
nargs: -1
236
+
- name: describe-quota-share
237
+
description: Returns a description of the specified quota share.
238
+
flags:
239
+
--cli-input-json=: Read arguments from the JSON string provided.
240
+
--cli-input-yaml=: Read arguments from the YAML string provided.
241
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
242
+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share.
208
243
- name: describe-scheduling-policies
209
244
description: Describes one or more of your scheduling policies.
210
245
flags:
@@ -236,7 +271,7 @@ commands:
236
271
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
237
272
--job-id=!: The job ID for the service job to describe.
238
273
- name: get-job-queue-snapshot
239
-
description: Provides a list of the first 100 `RUNNABLE` jobs associated to a single job queue and includes capacity utilization, including total usage and breakdown by share for fairshare scheduling job queues.
274
+
description: Provides a snapshot of job queue state, including ordering of `RUNNABLE` jobs, as well as capacity utilizationfor already dispatched jobs.
240
275
flags:
241
276
--cli-input-json=: Read arguments from the JSON string provided.
242
277
--cli-input-yaml=: Read arguments from the YAML string provided.
@@ -299,6 +334,18 @@ commands:
299
334
--next-token=: The `nextToken` value returned from a previous paginated `ListJobsByConsumableResource` request where `maxResults` was used and the results exceeded the value of that parameter.
300
335
--page-size=: The size of each page to get in the AWS service call.
301
336
--starting-token=: A token to specify where to start paginating.
337
+
- name: list-quota-shares
338
+
description: Returns a list of Batch quota shares associated with a job queue.
339
+
flags:
340
+
--cli-input-json=: Read arguments from the JSON string provided.
341
+
--cli-input-yaml=: Read arguments from the YAML string provided.
342
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
343
+
--job-queue=!: The name or full Amazon Resource Name (ARN) of the job queue used to list quota shares.
344
+
--max-items=: The total number of items to return in the command's output.
345
+
--max-results=: The maximum number of results returned by `ListQuotaShares` in paginated output.
346
+
--next-token=: The `nextToken` value that's returned from a previous paginated `ListQuotaShares` request where `maxResults` was used and the results exceeded the value of that parameter.
347
+
--page-size=: The size of each page to get in the AWS service call.
348
+
--starting-token=: A token to specify where to start paginating.
302
349
- name: list-scheduling-policies
303
350
description: Returns a list of Batch scheduling policies.
304
351
flags:
@@ -407,6 +454,8 @@ commands:
407
454
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
408
455
--job-name=!: The name of the service job.
409
456
--job-queue=!: The job queue into which the service job is submitted.
457
+
--preemption-configuration=: Specifies the service job behavior when preempted.
458
+
--quota-share-name=: The quota share for the service job.
410
459
--retry-strategy=: The retry strategy to use for failed service jobs that are submitted with this service job request.
411
460
--scheduling-priority=: The scheduling priority of the service job.
412
461
--service-job-type=!: The type of service job.
@@ -504,6 +553,24 @@ commands:
504
553
state:
505
554
- ENABLED
506
555
- DISABLED
556
+
- name: update-quota-share
557
+
description: Updates a quota share.
558
+
flags:
559
+
--capacity-limits=:
560
+
description: A list that specifies the quantity and type of compute capacity allocated to the quota share.
561
+
nargs: -1
562
+
--cli-input-json=: Read arguments from the JSON string provided.
563
+
--cli-input-yaml=: Read arguments from the YAML string provided.
564
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
565
+
--preemption-configuration=: Specifies the preemption behavior for jobs in a quota share.
566
+
--quota-share-arn=!: The Amazon Resource Name (ARN) of the quota share to update.
567
+
--resource-sharing-configuration=: Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
568
+
--state=: The state of the quota share.
569
+
completion:
570
+
flag:
571
+
state:
572
+
- ENABLED
573
+
- DISABLED
507
574
- name: update-scheduling-policy
508
575
description: Updates a scheduling policy.
509
576
flags:
@@ -512,6 +579,7 @@ commands:
512
579
--cli-input-yaml=: Read arguments from the YAML string provided.
513
580
--fairshare-policy=: The fair-share policy scheduling details.
514
581
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
582
+
--quota-share-policy=: The quota share scheduling policy details.
515
583
- name: update-service-environment
516
584
description: Updates a service environment.
517
585
flags:
@@ -528,3 +596,11 @@ commands:
528
596
state:
529
597
- ENABLED
530
598
- DISABLED
599
+
- name: update-service-job
600
+
description: Updates the priority of a specified service job in an Batch job queue.
601
+
flags:
602
+
--cli-input-json=: Read arguments from the JSON string provided.
603
+
--cli-input-yaml=: Read arguments from the YAML string provided.
604
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
605
+
--job-id=!: The Batch job ID of the job to update.
606
+
--scheduling-priority=!: The scheduling priority for the job.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.bedrock-agentcore-control.yaml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,16 @@ commands:
45
45
description: Creates a custom browser.
46
46
flags:
47
47
--browser-signing=: The browser signing configuration that enables cryptographic agent identification using HTTP message signatures for web bot authentication.
48
+
--certificates=:
49
+
description: A list of certificates to install in the browser.
50
+
nargs: -1
48
51
--cli-input-json=: Read arguments from the JSON string provided.
49
52
--cli-input-yaml=: Read arguments from the YAML string provided.
50
53
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
51
54
--description=: The description of the browser.
55
+
--enterprise-policies=:
56
+
description: A list of enterprise policy files for the browser.
57
+
nargs: -1
52
58
--execution-role-arn=: The Amazon Resource Name (ARN) of the IAM role that provides permissions for the browser to access Amazon Web Services services.
53
59
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
54
60
--name=!: The name of the browser.
@@ -68,6 +74,9 @@ commands:
68
74
- name: create-code-interpreter
69
75
description: Creates a custom code interpreter.
70
76
flags:
77
+
--certificates=:
78
+
description: A list of certificates to install in the code interpreter.
79
+
nargs: -1
71
80
--cli-input-json=: Read arguments from the JSON string provided.
72
81
--cli-input-yaml=: Read arguments from the YAML string provided.
73
82
--client-token=: A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
@@ -156,6 +165,7 @@ commands:
156
165
description: The memory strategies to use for this memory.
157
166
nargs: -1
158
167
--name=!: The name of the memory.
168
+
--stream-delivery-resources=: Configuration for streaming memory record data to external resources.
159
169
--tags=: A map of tag keys and values to assign to an AgentCore Memory.
160
170
- name: create-oauth2-credential-provider
161
171
description: Creates a new OAuth2 credential provider.
@@ -901,6 +911,7 @@ commands:
901
911
--memory-execution-role-arn=: The ARN of the IAM role that provides permissions for the AgentCore Memory resource.
902
912
--memory-id=!: The unique identifier of the memory to update.
903
913
--memory-strategies=: The memory strategies to add, modify, or delete.
914
+
--stream-delivery-resources=: Configuration for streaming memory record data to external resources.
904
915
- name: update-oauth2-credential-provider
905
916
description: Updates an existing OAuth2 credential provider.
0 commit comments