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.amp.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,13 +57,13 @@ commands:
57
57
--tags=: The list of tag keys and values to associate with the rule groups namespace.
58
58
--workspace-id=!: The ID of the workspace to add the rule groups namespace.
59
59
- name: create-scraper
60
-
description: The `CreateScraper` operation creates a scraper to collect metrics.
60
+
description: Creates a scraper to collect metrics from Prometheus-compatible sources.
61
61
flags:
62
62
--alias=: (optional) An alias to associate with the scraper.
63
63
--cli-input-json=: Read arguments from the JSON string provided.
64
64
--cli-input-yaml=: Read arguments from the YAML string provided.
65
65
--client-token=: (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
66
-
--destination=!: The Amazon Managed Service for Prometheus workspace to send metrics to.
66
+
--destination=!: The destination where the scraper sends the collected metrics.
67
67
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
68
68
--role-configuration=: Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.
69
69
--scrape-configuration=!: The configuration file to use in the new scraper.
@@ -376,7 +376,7 @@ commands:
376
376
--cli-input-json=: Read arguments from the JSON string provided.
377
377
--cli-input-yaml=: Read arguments from the YAML string provided.
378
378
--client-token=: A unique identifier that you can provide to ensure the idempotency of the request.
379
-
--destination=: The new Amazon Managed Service for Prometheus workspace to send metrics to.
379
+
--destination=: The new destination where the scraper sends metrics.
380
380
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
381
381
--role-configuration=: Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.
382
382
--scrape-configuration=: Contains the base-64 encoded YAML configuration for the scraper.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.partnercentral-account.yaml
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,30 @@ commands:
166
166
--cli-input-yaml=: Read arguments from the YAML string provided.
167
167
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
168
168
--identifier=!: The unique identifier of the partner account.
169
+
- name: get-qualifications-association-details
170
+
description: Returns your current qualifications association status, the primary partner, and the full list of partners associated under the primary partner.
171
+
flags:
172
+
--catalog=!: The catalog in which to look up the qualifications association.
173
+
--cli-input-json=: Read arguments from the JSON string provided.
174
+
--cli-input-yaml=: Read arguments from the YAML string provided.
175
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
176
+
--identifier=!: Your partner identifier.
177
+
- name: get-qualifications-association-task
178
+
description: Retrieves the status and details of the most recent qualifications association task for your partner account.
179
+
flags:
180
+
--catalog=!: The catalog in which to look up the qualifications association task.
181
+
--cli-input-json=: Read arguments from the JSON string provided.
182
+
--cli-input-yaml=: Read arguments from the YAML string provided.
183
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
184
+
--identifier=!: Your partner identifier.
185
+
- name: get-qualifications-disassociation-task
186
+
description: Retrieves the status and details of the most recent qualifications disassociation task for your partner account.
187
+
flags:
188
+
--catalog=!: The catalog in which to look up the qualifications disassociation task.
189
+
--cli-input-json=: Read arguments from the JSON string provided.
190
+
--cli-input-yaml=: Read arguments from the YAML string provided.
191
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
192
+
--identifier=!: Your partner identifier.
169
193
- name: get-verification
170
194
description: Retrieves the current status and details of a verification process for a partner account.
171
195
flags:
@@ -295,6 +319,26 @@ commands:
295
319
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
296
320
--identifier=!: The unique identifier of the partner account.
297
321
--task-details=!: The details of the profile updates to be performed.
322
+
- name: start-qualifications-association-task
323
+
description: Initiates an asynchronous task to associate your partner qualifications with a primary account.
324
+
flags:
325
+
--catalog=!: The catalog in which to perform the qualifications association.
326
+
--cli-input-json=: Read arguments from the JSON string provided.
327
+
--cli-input-yaml=: Read arguments from the YAML string provided.
328
+
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
329
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
330
+
--identifier=!: Your partner identifier.
331
+
--primary-partner=!: The primary (acquiring) partner's profile and account identifier to associate qualifications with.
332
+
- name: start-qualifications-disassociation-task
333
+
description: Initiates an asynchronous task to disassociate your partner qualifications from a primary account.
334
+
flags:
335
+
--associated-partner=!: The primary partner's profile and account identifier that you are currently associated with and will disassociate from.
336
+
--catalog=!: The catalog in which to perform the qualifications disassociation.
337
+
--cli-input-json=: Read arguments from the JSON string provided.
338
+
--cli-input-yaml=: Read arguments from the YAML string provided.
339
+
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
340
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
341
+
--identifier=!: Your partner identifier.
298
342
- name: start-verification
299
343
description: Initiates a new verification process for a partner account.
0 commit comments