aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/cloudwatch')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json.gzbin0 -> 1237 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json5
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json47
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json.gzbin0 -> 40155 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json31
5 files changed, 83 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..247d32c1
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/endpoint-rule-set-1.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json
new file mode 100644
index 00000000..0ea7e3b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/examples-1.json
@@ -0,0 +1,5 @@
+{
+ "version": "1.0",
+ "examples": {
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json
new file mode 100644
index 00000000..b386c2f6
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/paginators-1.json
@@ -0,0 +1,47 @@
+{
+ "pagination": {
+ "DescribeAlarmHistory": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxRecords",
+ "result_key": "AlarmHistoryItems"
+ },
+ "DescribeAlarms": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxRecords",
+ "result_key": [
+ "MetricAlarms",
+ "CompositeAlarms"
+ ]
+ },
+ "ListDashboards": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "result_key": "DashboardEntries"
+ },
+ "ListMetrics": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "result_key": [
+ "Metrics",
+ "OwningAccounts"
+ ]
+ },
+ "GetMetricData": {
+ "input_token": "NextToken",
+ "limit_key": "MaxDatapoints",
+ "output_token": "NextToken",
+ "result_key": [
+ "MetricDataResults",
+ "Messages"
+ ]
+ },
+ "DescribeAnomalyDetectors": {
+ "input_token": "NextToken",
+ "limit_key": "MaxResults",
+ "output_token": "NextToken",
+ "result_key": "AnomalyDetectors"
+ }
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json.gz
new file mode 100644
index 00000000..dd838f26
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/service-2.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json
new file mode 100644
index 00000000..32803bba
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/cloudwatch/2010-08-01/waiters-2.json
@@ -0,0 +1,31 @@
+{
+ "version": 2,
+ "waiters": {
+ "AlarmExists": {
+ "delay": 5,
+ "maxAttempts": 40,
+ "operation": "DescribeAlarms",
+ "acceptors": [
+ {
+ "matcher": "path",
+ "expected": true,
+ "argument": "length(MetricAlarms[]) > `0`",
+ "state": "success"
+ }
+ ]
+ },
+ "CompositeAlarmExists": {
+ "delay": 5,
+ "maxAttempts": 40,
+ "operation": "DescribeAlarms",
+ "acceptors": [
+ {
+ "matcher": "path",
+ "expected": true,
+ "argument": "length(CompositeAlarms[]) > `0`",
+ "state": "success"
+ }
+ ]
+ }
+ }
+}