Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user