aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/boto3/data/cloudwatch
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/boto3/data/cloudwatch
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are hereHEADmaster
Diffstat (limited to '.venv/lib/python3.12/site-packages/boto3/data/cloudwatch')
-rw-r--r--.venv/lib/python3.12/site-packages/boto3/data/cloudwatch/2010-08-01/resources-1.json334
1 files changed, 334 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/boto3/data/cloudwatch/2010-08-01/resources-1.json b/.venv/lib/python3.12/site-packages/boto3/data/cloudwatch/2010-08-01/resources-1.json
new file mode 100644
index 00000000..e0746d04
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/boto3/data/cloudwatch/2010-08-01/resources-1.json
@@ -0,0 +1,334 @@
+{
+ "service": {
+ "has": {
+ "Alarm": {
+ "resource": {
+ "type": "Alarm",
+ "identifiers": [
+ {
+ "target": "Name",
+ "source": "input"
+ }
+ ]
+ }
+ },
+ "Metric": {
+ "resource": {
+ "type": "Metric",
+ "identifiers": [
+ {
+ "target": "Namespace",
+ "source": "input"
+ },
+ {
+ "target": "Name",
+ "source": "input"
+ }
+ ]
+ }
+ }
+ },
+ "hasMany": {
+ "Alarms": {
+ "request": { "operation": "DescribeAlarms" },
+ "resource": {
+ "type": "Alarm",
+ "identifiers": [
+ {
+ "target": "Name",
+ "source": "response",
+ "path": "MetricAlarms[].AlarmName"
+ }
+ ],
+ "path": "MetricAlarms[]"
+ }
+ },
+ "Metrics": {
+ "request": { "operation": "ListMetrics" },
+ "resource": {
+ "type": "Metric",
+ "identifiers": [
+ {
+ "target": "Namespace",
+ "source": "response",
+ "path": "Metrics[].Namespace"
+ },
+ {
+ "target": "Name",
+ "source": "response",
+ "path": "Metrics[].MetricName"
+ }
+ ],
+ "path": "Metrics[]"
+ }
+ }
+ }
+ },
+ "resources": {
+ "Alarm": {
+ "identifiers": [
+ {
+ "name": "Name",
+ "memberName": "AlarmName"
+ }
+ ],
+ "shape": "MetricAlarm",
+ "load": {
+ "request": {
+ "operation": "DescribeAlarms",
+ "params": [
+ {
+ "target": "AlarmNames[0]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ },
+ "path": "MetricAlarms[0]"
+ },
+ "actions": {
+ "Delete": {
+ "request": {
+ "operation": "DeleteAlarms",
+ "params": [
+ {
+ "target": "AlarmNames[0]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "DescribeHistory": {
+ "request": {
+ "operation": "DescribeAlarmHistory",
+ "params": [
+ {
+ "target": "AlarmName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "DisableActions": {
+ "request": {
+ "operation": "DisableAlarmActions",
+ "params": [
+ {
+ "target": "AlarmNames[0]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "EnableActions": {
+ "request": {
+ "operation": "EnableAlarmActions",
+ "params": [
+ {
+ "target": "AlarmNames[0]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "SetState": {
+ "request": {
+ "operation": "SetAlarmState",
+ "params": [
+ {
+ "target": "AlarmName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ }
+ },
+ "batchActions": {
+ "Delete": {
+ "request": {
+ "operation": "DeleteAlarms",
+ "params": [
+ {
+ "target": "AlarmNames[]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "DisableActions": {
+ "request": {
+ "operation": "DisableAlarmActions",
+ "params": [
+ {
+ "target": "AlarmNames[]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "EnableActions": {
+ "request": {
+ "operation": "EnableAlarmActions",
+ "params": [
+ {
+ "target": "AlarmNames[]",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ }
+ },
+ "has": {
+ "Metric": {
+ "resource": {
+ "type": "Metric",
+ "identifiers": [
+ {
+ "target": "Namespace",
+ "source": "data",
+ "path": "Namespace"
+ },
+ {
+ "target": "Name",
+ "source": "data",
+ "path": "MetricName"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "Metric": {
+ "identifiers": [
+ {
+ "name": "Namespace",
+ "memberName": "Namespace"
+ },
+ {
+ "name": "Name",
+ "memberName": "MetricName"
+ }
+ ],
+ "shape": "Metric",
+ "load": {
+ "request": {
+ "operation": "ListMetrics",
+ "params": [
+ {
+ "target": "MetricName",
+ "source": "identifier",
+ "name": "Name"
+ },
+ {
+ "target": "Namespace",
+ "source": "identifier",
+ "name": "Namespace"
+ }
+ ]
+ },
+ "path": "Metrics[0]"
+ },
+ "actions": {
+ "GetStatistics": {
+ "request": {
+ "operation": "GetMetricStatistics",
+ "params": [
+ {
+ "target": "Namespace",
+ "source": "identifier",
+ "name": "Namespace"
+ },
+ {
+ "target": "MetricName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ },
+ "PutAlarm": {
+ "request": {
+ "operation": "PutMetricAlarm",
+ "params": [
+ {
+ "target": "Namespace",
+ "source": "identifier",
+ "name": "Namespace"
+ },
+ {
+ "target": "MetricName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ },
+ "resource": {
+ "type": "Alarm",
+ "identifiers": [
+ {
+ "target": "Name",
+ "source": "requestParameter",
+ "path": "AlarmName"
+ }
+ ]
+ }
+ },
+ "PutData": {
+ "request": {
+ "operation": "PutMetricData",
+ "params": [
+ {
+ "target": "Namespace",
+ "source": "identifier",
+ "name": "Namespace"
+ },
+ {
+ "target": "MetricData[].MetricName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ }
+ }
+ },
+ "hasMany": {
+ "Alarms": {
+ "request": {
+ "operation": "DescribeAlarmsForMetric",
+ "params": [
+ {
+ "target": "Namespace",
+ "source": "identifier",
+ "name": "Namespace"
+ },
+ {
+ "target": "MetricName",
+ "source": "identifier",
+ "name": "Name"
+ }
+ ]
+ },
+ "resource": {
+ "type": "Alarm",
+ "identifiers": [
+ {
+ "target": "Name",
+ "source": "response",
+ "path": "MetricAlarms[].AlarmName"
+ }
+ ],
+ "path": "MetricAlarms[]"
+ }
+ }
+ }
+ }
+ }
+}