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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,9 @@ commands:
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
66
--destination=!: The destination where the scraper sends the collected metrics.
67
+
--exporters=:
68
+
description: The exporter configurations for the scraper.
69
+
nargs: -1
67
70
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
68
71
--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
72
--scrape-configuration=!: The configuration file to use in the new scraper.
@@ -377,6 +380,9 @@ commands:
377
380
--cli-input-yaml=: Read arguments from the YAML string provided.
378
381
--client-token=: A unique identifier that you can provide to ensure the idempotency of the request.
379
382
--destination=: The new destination where the scraper sends metrics.
383
+
--exporters=:
384
+
description: The exporter configurations for the scraper.
385
+
nargs: -1
380
386
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
381
387
--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
388
--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.billing.yaml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,20 @@ commands:
94
94
--no-payer-account-flag: When `true` and the caller is the management account, the response aggregates credits across the entire consolidated billing family.
95
95
--payer-account-flag: When `true` and the caller is the management account, the response aggregates credits across the entire consolidated billing family.
96
96
--start-date=!: The start date for the credit period as Unix epoch seconds.
97
+
- name: get-enterprise-support-charge-summary
98
+
description: Returns a summary of Enterprise Support data aggregated across all accounts in the Enterprise Support profile.
99
+
flags:
100
+
--billing-month=!: The billing month in YYYY-MM format.
101
+
--cli-input-json=: Read arguments from the JSON string provided.
102
+
--cli-input-yaml=: Read arguments from the YAML string provided.
103
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
104
+
- name: get-enterprise-support-contract-details
105
+
description: Returns Enterprise Support contract details.
106
+
flags:
107
+
--billing-month=!: The billing month in YYYY-MM format.
108
+
--cli-input-json=: Read arguments from the JSON string provided.
109
+
--cli-input-yaml=: Read arguments from the YAML string provided.
110
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
97
111
- name: get-resource-policy
98
112
description: Returns the resource-based policy document attached to the resource in `JSON` format.
99
113
flags:
@@ -124,6 +138,19 @@ commands:
124
138
--page-size=: The size of each page to get in the AWS service call.
125
139
--source-account-id=: Filters the results to include only billing views that use the specified account as a source.
126
140
--starting-token=: A token to specify where to start paginating.
0 commit comments