forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonitoring-2010-08-01.normal.json
1217 lines (1217 loc) · 47.3 KB
/
monitoring-2010-08-01.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"uid":"monitoring-2010-08-01",
"apiVersion":"2010-08-01",
"endpointPrefix":"monitoring",
"protocol":"query",
"serviceAbbreviation":"CloudWatch",
"serviceFullName":"Amazon CloudWatch",
"signatureVersion":"v4",
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/"
},
"operations":{
"DeleteAlarms":{
"name":"DeleteAlarms",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAlarmsInput"},
"errors":[
{"shape":"ResourceNotFound"}
],
"documentation":"<p>Deletes the specified alarms. In the event of an error, no alarms are deleted.</p>"
},
"DescribeAlarmHistory":{
"name":"DescribeAlarmHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAlarmHistoryInput"},
"output":{
"shape":"DescribeAlarmHistoryOutput",
"resultWrapper":"DescribeAlarmHistoryResult"
},
"errors":[
{"shape":"InvalidNextToken"}
],
"documentation":"<p>Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned.</p> <p>Note that Amazon CloudWatch retains the history of an alarm even if you delete the alarm.</p>"
},
"DescribeAlarms":{
"name":"DescribeAlarms",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAlarmsInput"},
"output":{
"shape":"DescribeAlarmsOutput",
"resultWrapper":"DescribeAlarmsResult"
},
"errors":[
{"shape":"InvalidNextToken"}
],
"documentation":"<p>Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.</p>"
},
"DescribeAlarmsForMetric":{
"name":"DescribeAlarmsForMetric",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAlarmsForMetricInput"},
"output":{
"shape":"DescribeAlarmsForMetricOutput",
"resultWrapper":"DescribeAlarmsForMetricResult"
},
"documentation":"<p>Retrieves the alarms for the specified metric. Specify a statistic, period, or unit to filter the results.</p>"
},
"DisableAlarmActions":{
"name":"DisableAlarmActions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableAlarmActionsInput"},
"documentation":"<p>Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.</p>"
},
"EnableAlarmActions":{
"name":"EnableAlarmActions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableAlarmActionsInput"},
"documentation":"<p>Enables the actions for the specified alarms.</p>"
},
"GetMetricStatistics":{
"name":"GetMetricStatistics",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetMetricStatisticsInput"},
"output":{
"shape":"GetMetricStatisticsOutput",
"resultWrapper":"GetMetricStatisticsResult"
},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"MissingRequiredParameterException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InternalServiceFault"}
],
"documentation":"<p>Gets statistics for the specified metric.</p> <p>Amazon CloudWatch retains metric data as follows:</p> <ul> <li> <p>Data points with a period of 60 seconds (1 minute) are available for 15 days</p> </li> <li> <p>Data points with a period of 300 seconds (5 minute) are available for 63 days</p> </li> <li> <p>Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months)</p> </li> </ul> <p>Note that CloudWatch started retaining 5-minute and 1-hour metric data as of 9 July 2016.</p> <p>The maximum number of data points returned from a single call is 1,440. If you request more than 1,440 data points, Amazon CloudWatch returns an error. To reduce the number of data points, you can narrow the specified time range and make multiple requests across adjacent time ranges, or you can increase the specified period. A period can be as short as one minute (60 seconds). Note that data points are not returned in chronological order.</p> <p>Amazon CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-hour period, Amazon CloudWatch aggregates all data points with time stamps that fall within each one-hour period. Therefore, the number of values aggregated by CloudWatch is larger than the number of data points returned.</p> <p>For a list of metrics and dimensions supported by AWS services, see the <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CW_Support_For_AWS.html\">Amazon CloudWatch Metrics and Dimensions Reference</a> in the <i>Amazon CloudWatch User Guide</i>.</p>"
},
"ListMetrics":{
"name":"ListMetrics",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListMetricsInput"},
"output":{
"shape":"ListMetricsOutput",
"resultWrapper":"ListMetricsResult"
},
"errors":[
{"shape":"InternalServiceFault"},
{"shape":"InvalidParameterValueException"}
],
"documentation":"<p>List the specified metrics. You can use the returned metrics with <a>GetMetricStatistics</a> to obtain statistical data.</p> <p>Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls.</p> <p>After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using <a>GetMetricStatistics</a>.</p>"
},
"PutMetricAlarm":{
"name":"PutMetricAlarm",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutMetricAlarmInput"},
"errors":[
{"shape":"LimitExceededFault"}
],
"documentation":"<p>Creates or updates an alarm and associates it with the specified metric. Optionally, this operation can associate one or more Amazon SNS resources with the alarm.</p> <p>When this operation creates an alarm, the alarm state is immediately set to <code>INSUFFICIENT_DATA</code>. The alarm is evaluated and its state is set appropriately. Any actions associated with the state are then executed.</p> <p>When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.</p> <p>If you are an AWS Identity and Access Management (IAM) user, you must have Amazon EC2 permissions for some operations:</p> <ul> <li> <p> <code>ec2:DescribeInstanceStatus</code> and <code>ec2:DescribeInstances</code> for all alarms on EC2 instance status metrics</p> </li> <li> <p> <code>ec2:StopInstances</code> for alarms with stop actions</p> </li> <li> <p> <code>ec2:TerminateInstances</code> for alarms with terminate actions</p> </li> <li> <p> <code>ec2:DescribeInstanceRecoveryAttribute</code> and <code>ec2:RecoverInstances</code> for alarms with recover actions</p> </li> </ul> <p>If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm, but the stop or terminate actions won't be performed. However, if you are later granted the required permissions, the alarm actions that you created earlier will be performed.</p> <p>If you are using an IAM role (for example, an Amazon EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies.</p> <p>If you are using temporary security credentials granted using the AWS Security Token Service (AWS STS), you cannot stop or terminate an Amazon EC2 instance using alarm actions.</p> <p>Note that you must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the <b>EC2ActionsAccess</b> IAM role. After this IAM role is created, you can create stop, terminate, or reboot alarms using a command-line interface or an API.</p>"
},
"PutMetricData":{
"name":"PutMetricData",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutMetricDataInput"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"MissingRequiredParameterException"},
{"shape":"InvalidParameterCombinationException"},
{"shape":"InternalServiceFault"}
],
"documentation":"<p>Publishes metric data points to Amazon CloudWatch. Amazon CloudWatch associates the data points with the specified metric. If the specified metric does not exist, Amazon CloudWatch creates the metric. When Amazon CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to <a>ListMetrics</a>.</p> <p>Each <code>PutMetricData</code> request is limited to 8 KB in size for HTTP GET requests and is limited to 40 KB in size for HTTP POST requests.</p> <p>Although the <code>Value</code> parameter accepts numbers of type <code>Double</code>, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (e.g., NaN, +Infinity, -Infinity) are not supported.</p> <p>Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for <a>GetMetricStatistics</a> from the time they are submitted.</p>"
},
"SetAlarmState":{
"name":"SetAlarmState",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetAlarmStateInput"},
"errors":[
{"shape":"ResourceNotFound"},
{"shape":"InvalidFormatFault"}
],
"documentation":"<p>Temporarily sets the state of an alarm for testing purposes. When the updated state differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm state to <code>ALARM</code> sends an Amazon SNS message. The alarm returns to its actual state (often within seconds). Because the alarm state change happens very quickly, it is typically only visible in the alarm's <b>History</b> tab in the Amazon CloudWatch console or through <a>DescribeAlarmHistory</a>.</p>"
}
},
"shapes":{
"ActionPrefix":{
"type":"string",
"max":1024,
"min":1
},
"ActionsEnabled":{"type":"boolean"},
"AlarmArn":{
"type":"string",
"max":1600,
"min":1
},
"AlarmDescription":{
"type":"string",
"max":1024,
"min":0
},
"AlarmHistoryItem":{
"type":"structure",
"members":{
"AlarmName":{
"shape":"AlarmName",
"documentation":"<p>The descriptive name for the alarm.</p>"
},
"Timestamp":{
"shape":"Timestamp",
"documentation":"<p>The time stamp for the alarm history item.</p>"
},
"HistoryItemType":{
"shape":"HistoryItemType",
"documentation":"<p>The type of alarm history item.</p>"
},
"HistorySummary":{
"shape":"HistorySummary",
"documentation":"<p>A summary of the alarm history, in text format.</p>"
},
"HistoryData":{
"shape":"HistoryData",
"documentation":"<p>Data about the alarm, in JSON format.</p>"
}
},
"documentation":"<p>Represents the history of a specific alarm.</p>"
},
"AlarmHistoryItems":{
"type":"list",
"member":{"shape":"AlarmHistoryItem"}
},
"AlarmName":{
"type":"string",
"max":255,
"min":1
},
"AlarmNamePrefix":{
"type":"string",
"max":255,
"min":1
},
"AlarmNames":{
"type":"list",
"member":{"shape":"AlarmName"},
"max":100
},
"AwsQueryErrorMessage":{"type":"string"},
"ComparisonOperator":{
"type":"string",
"enum":[
"GreaterThanOrEqualToThreshold",
"GreaterThanThreshold",
"LessThanThreshold",
"LessThanOrEqualToThreshold"
]
},
"Datapoint":{
"type":"structure",
"members":{
"Timestamp":{
"shape":"Timestamp",
"documentation":"<p>The time stamp used for the data point.</p>"
},
"SampleCount":{
"shape":"DatapointValue",
"documentation":"<p>The number of metric values that contributed to the aggregate value of this data point.</p>"
},
"Average":{
"shape":"DatapointValue",
"documentation":"<p>The average of the metric values that correspond to the data point.</p>"
},
"Sum":{
"shape":"DatapointValue",
"documentation":"<p>The sum of the metric values for the data point.</p>"
},
"Minimum":{
"shape":"DatapointValue",
"documentation":"<p>The minimum metric value for the data point.</p>"
},
"Maximum":{
"shape":"DatapointValue",
"documentation":"<p>The maximum metric value for the data point.</p>"
},
"Unit":{
"shape":"StandardUnit",
"documentation":"<p>The standard unit for the data point.</p>"
},
"ExtendedStatistics":{
"shape":"DatapointValueMap",
"documentation":"<p>The percentile statistic for the data point.</p>"
}
},
"documentation":"<p>Encapsulates the statistical data that Amazon CloudWatch computes from metric data.</p>",
"xmlOrder":[
"Timestamp",
"SampleCount",
"Average",
"Sum",
"Minimum",
"Maximum",
"Unit",
"ExtendedStatistics"
]
},
"DatapointValue":{"type":"double"},
"DatapointValueMap":{
"type":"map",
"key":{"shape":"ExtendedStatistic"},
"value":{"shape":"DatapointValue"}
},
"Datapoints":{
"type":"list",
"member":{"shape":"Datapoint"}
},
"DeleteAlarmsInput":{
"type":"structure",
"required":["AlarmNames"],
"members":{
"AlarmNames":{
"shape":"AlarmNames",
"documentation":"<p>The alarms to be deleted.</p>"
}
}
},
"DescribeAlarmHistoryInput":{
"type":"structure",
"members":{
"AlarmName":{
"shape":"AlarmName",
"documentation":"<p>The name of the alarm.</p>"
},
"HistoryItemType":{
"shape":"HistoryItemType",
"documentation":"<p>The type of alarm histories to retrieve.</p>"
},
"StartDate":{
"shape":"Timestamp",
"documentation":"<p>The starting date to retrieve alarm history.</p>"
},
"EndDate":{
"shape":"Timestamp",
"documentation":"<p>The ending date to retrieve alarm history.</p>"
},
"MaxRecords":{
"shape":"MaxRecords",
"documentation":"<p>The maximum number of alarm history records to retrieve.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token returned by a previous call to indicate that there is more data available.</p>"
}
}
},
"DescribeAlarmHistoryOutput":{
"type":"structure",
"members":{
"AlarmHistoryItems":{
"shape":"AlarmHistoryItems",
"documentation":"<p>The alarm histories, in JSON format.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token that marks the start of the next batch of returned results.</p>"
}
}
},
"DescribeAlarmsForMetricInput":{
"type":"structure",
"required":[
"MetricName",
"Namespace"
],
"members":{
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric.</p>"
},
"Namespace":{
"shape":"Namespace",
"documentation":"<p>The namespace of the metric.</p>"
},
"Statistic":{
"shape":"Statistic",
"documentation":"<p>The statistic for the metric, other than percentiles. For percentile statistics, use <code>ExtendedStatistics</code>.</p>"
},
"ExtendedStatistic":{
"shape":"ExtendedStatistic",
"documentation":"<p>The percentile statistic for the metric. Specify a value between p0.0 and p100.</p>"
},
"Dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.</p>"
},
"Period":{
"shape":"Period",
"documentation":"<p>The period, in seconds, over which the statistic is applied.</p>"
},
"Unit":{
"shape":"StandardUnit",
"documentation":"<p>The unit for the metric.</p>"
}
}
},
"DescribeAlarmsForMetricOutput":{
"type":"structure",
"members":{
"MetricAlarms":{
"shape":"MetricAlarms",
"documentation":"<p>The information for each alarm with the specified metric.</p>"
}
}
},
"DescribeAlarmsInput":{
"type":"structure",
"members":{
"AlarmNames":{
"shape":"AlarmNames",
"documentation":"<p>The names of the alarms.</p>"
},
"AlarmNamePrefix":{
"shape":"AlarmNamePrefix",
"documentation":"<p>The alarm name prefix. You cannot specify <code>AlarmNames</code> if this parameter is specified.</p>"
},
"StateValue":{
"shape":"StateValue",
"documentation":"<p>The state value to be used in matching alarms.</p>"
},
"ActionPrefix":{
"shape":"ActionPrefix",
"documentation":"<p>The action name prefix.</p>"
},
"MaxRecords":{
"shape":"MaxRecords",
"documentation":"<p>The maximum number of alarm descriptions to retrieve.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token returned by a previous call to indicate that there is more data available.</p>"
}
}
},
"DescribeAlarmsOutput":{
"type":"structure",
"members":{
"MetricAlarms":{
"shape":"MetricAlarms",
"documentation":"<p>The information for the specified alarms.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token that marks the start of the next batch of returned results.</p>"
}
}
},
"Dimension":{
"type":"structure",
"required":[
"Name",
"Value"
],
"members":{
"Name":{
"shape":"DimensionName",
"documentation":"<p>The name of the dimension.</p>"
},
"Value":{
"shape":"DimensionValue",
"documentation":"<p>The value representing the dimension measurement.</p>"
}
},
"documentation":"<p>Expands the identity of a metric.</p>",
"xmlOrder":[
"Name",
"Value"
]
},
"DimensionFilter":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"DimensionName",
"documentation":"<p>The dimension name to be matched.</p>"
},
"Value":{
"shape":"DimensionValue",
"documentation":"<p>The value of the dimension to be matched.</p>"
}
},
"documentation":"<p>Represents filters for a dimension.</p>"
},
"DimensionFilters":{
"type":"list",
"member":{"shape":"DimensionFilter"},
"max":10
},
"DimensionName":{
"type":"string",
"max":255,
"min":1
},
"DimensionValue":{
"type":"string",
"max":255,
"min":1
},
"Dimensions":{
"type":"list",
"member":{"shape":"Dimension"},
"max":10
},
"DisableAlarmActionsInput":{
"type":"structure",
"required":["AlarmNames"],
"members":{
"AlarmNames":{
"shape":"AlarmNames",
"documentation":"<p>The names of the alarms.</p>"
}
}
},
"EnableAlarmActionsInput":{
"type":"structure",
"required":["AlarmNames"],
"members":{
"AlarmNames":{
"shape":"AlarmNames",
"documentation":"<p>The names of the alarms.</p>"
}
}
},
"ErrorMessage":{
"type":"string",
"max":255,
"min":1
},
"EvaluationPeriods":{
"type":"integer",
"min":1
},
"ExtendedStatistic":{
"type":"string",
"pattern":"p(\\d{1,2}(\\.\\d{0,2})?|100)"
},
"ExtendedStatistics":{
"type":"list",
"member":{"shape":"ExtendedStatistic"},
"max":10,
"min":1
},
"FaultDescription":{"type":"string"},
"GetMetricStatisticsInput":{
"type":"structure",
"required":[
"Namespace",
"MetricName",
"StartTime",
"EndTime",
"Period"
],
"members":{
"Namespace":{
"shape":"Namespace",
"documentation":"<p>The namespace of the metric, with or without spaces.</p>"
},
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric, with or without spaces.</p>"
},
"Dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see <a href=\"http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#dimension-combinations\">Dimension Combinations</a> in the <i>Amazon CloudWatch User Guide</i>.</p>"
},
"StartTime":{
"shape":"Timestamp",
"documentation":"<p>The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.</p> <p>The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).</p> <p>CloudWatch rounds the specified time stamp as follows:</p> <ul> <li> <p>Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.</p> </li> <li> <p>Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.</p> </li> <li> <p>Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.</p> </li> </ul>"
},
"EndTime":{
"shape":"Timestamp",
"documentation":"<p>The time stamp that determines the last data point to return.</p> <p>The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).</p>"
},
"Period":{
"shape":"Period",
"documentation":"<p>The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.</p> <p>If the <code>StartTime</code> parameter specifies a time stamp that is greater than 15 days ago, you must specify the period as follows or no data points in that time range is returned:</p> <ul> <li> <p>Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).</p> </li> <li> <p>Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).</p> </li> </ul>"
},
"Statistics":{
"shape":"Statistics",
"documentation":"<p>The metric statistics, other than percentile. For percentile statistics, use <code>ExtendedStatistic</code>.</p>"
},
"ExtendedStatistics":{
"shape":"ExtendedStatistics",
"documentation":"<p>The percentile statistics. Specify values between p0.0 and p100.</p>"
},
"Unit":{
"shape":"StandardUnit",
"documentation":"<p>The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.</p>"
}
}
},
"GetMetricStatisticsOutput":{
"type":"structure",
"members":{
"Label":{
"shape":"MetricLabel",
"documentation":"<p>A label for the specified metric.</p>"
},
"Datapoints":{
"shape":"Datapoints",
"documentation":"<p>The data points for the specified metric.</p>"
}
}
},
"HistoryData":{
"type":"string",
"max":4095,
"min":1
},
"HistoryItemType":{
"type":"string",
"enum":[
"ConfigurationUpdate",
"StateUpdate",
"Action"
]
},
"HistorySummary":{
"type":"string",
"max":255,
"min":1
},
"InternalServiceFault":{
"type":"structure",
"members":{
"Message":{
"shape":"FaultDescription",
"documentation":"<p/>"
}
},
"documentation":"<p>Request processing has failed due to some unknown error, exception, or failure.</p>",
"error":{
"code":"InternalServiceError",
"httpStatusCode":500
},
"exception":true,
"xmlOrder":["Message"]
},
"InvalidFormatFault":{
"type":"structure",
"members":{
"message":{
"shape":"ErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>Data was not syntactically valid JSON.</p>",
"error":{
"code":"InvalidFormat",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"InvalidNextToken":{
"type":"structure",
"members":{
"message":{
"shape":"ErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>The next token specified is invalid.</p>",
"error":{
"code":"InvalidNextToken",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"InvalidParameterCombinationException":{
"type":"structure",
"members":{
"message":{
"shape":"AwsQueryErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>Parameters that cannot be used together were used together.</p>",
"error":{
"code":"InvalidParameterCombination",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"InvalidParameterValueException":{
"type":"structure",
"members":{
"message":{
"shape":"AwsQueryErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>The value of an input parameter is bad or out-of-range.</p>",
"error":{
"code":"InvalidParameterValue",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"LimitExceededFault":{
"type":"structure",
"members":{
"message":{
"shape":"ErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>The quota for alarms for this customer has already been reached.</p>",
"error":{
"code":"LimitExceeded",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"ListMetricsInput":{
"type":"structure",
"members":{
"Namespace":{
"shape":"Namespace",
"documentation":"<p>The namespace to filter against.</p>"
},
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric to filter against.</p>"
},
"Dimensions":{
"shape":"DimensionFilters",
"documentation":"<p>The dimensions to filter against.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token returned by a previous call to indicate that there is more data available.</p>"
}
}
},
"ListMetricsOutput":{
"type":"structure",
"members":{
"Metrics":{
"shape":"Metrics",
"documentation":"<p>The metrics.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The token that marks the start of the next batch of returned results.</p>"
}
},
"xmlOrder":[
"Metrics",
"NextToken"
]
},
"MaxRecords":{
"type":"integer",
"max":100,
"min":1
},
"Metric":{
"type":"structure",
"members":{
"Namespace":{
"shape":"Namespace",
"documentation":"<p>The namespace of the metric.</p>"
},
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric.</p>"
},
"Dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions for the metric.</p>"
}
},
"documentation":"<p>Represents a specific metric.</p>",
"xmlOrder":[
"Namespace",
"MetricName",
"Dimensions"
]
},
"MetricAlarm":{
"type":"structure",
"members":{
"AlarmName":{
"shape":"AlarmName",
"documentation":"<p>The name of the alarm.</p>"
},
"AlarmArn":{
"shape":"AlarmArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the alarm.</p>"
},
"AlarmDescription":{
"shape":"AlarmDescription",
"documentation":"<p>The description of the alarm.</p>"
},
"AlarmConfigurationUpdatedTimestamp":{
"shape":"Timestamp",
"documentation":"<p>The time stamp of the last update to the alarm configuration.</p>"
},
"ActionsEnabled":{
"shape":"ActionsEnabled",
"documentation":"<p>Indicates whether actions should be executed during any changes to the alarm state.</p>"
},
"OKActions":{
"shape":"ResourceList",
"documentation":"<p>The actions to execute when this alarm transitions to the <code>OK</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN).</p>"
},
"AlarmActions":{
"shape":"ResourceList",
"documentation":"<p>The actions to execute when this alarm transitions to the <code>ALARM</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN).</p>"
},
"InsufficientDataActions":{
"shape":"ResourceList",
"documentation":"<p>The actions to execute when this alarm transitions to the <code>INSUFFICIENT_DATA</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN).</p>"
},
"StateValue":{
"shape":"StateValue",
"documentation":"<p>The state value for the alarm.</p>"
},
"StateReason":{
"shape":"StateReason",
"documentation":"<p>An explanation for the alarm state, in text format.</p>"
},
"StateReasonData":{
"shape":"StateReasonData",
"documentation":"<p>An explanation for the alarm state, in JSON format.</p>"
},
"StateUpdatedTimestamp":{
"shape":"Timestamp",
"documentation":"<p>The time stamp of the last update to the alarm state.</p>"
},
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric associated with the alarm.</p>"
},
"Namespace":{
"shape":"Namespace",
"documentation":"<p>The namespace of the metric associated with the alarm.</p>"
},
"Statistic":{
"shape":"Statistic",
"documentation":"<p>The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use <code>ExtendedStatistic</code>.</p>"
},
"ExtendedStatistic":{
"shape":"ExtendedStatistic",
"documentation":"<p>The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.</p>"
},
"Dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions for the metric associated with the alarm.</p>"
},
"Period":{
"shape":"Period",
"documentation":"<p>The period, in seconds, over which the statistic is applied.</p>"
},
"Unit":{
"shape":"StandardUnit",
"documentation":"<p>The unit of the metric associated with the alarm.</p>"
},
"EvaluationPeriods":{
"shape":"EvaluationPeriods",
"documentation":"<p>The number of periods over which data is compared to the specified threshold.</p>"
},
"Threshold":{
"shape":"Threshold",
"documentation":"<p>The value to compare with the specified statistic.</p>"
},
"ComparisonOperator":{
"shape":"ComparisonOperator",
"documentation":"<p>The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.</p>"
}
},
"documentation":"<p>Represents an alarm.</p>",
"xmlOrder":[
"AlarmName",
"AlarmArn",
"AlarmDescription",
"AlarmConfigurationUpdatedTimestamp",
"ActionsEnabled",
"OKActions",
"AlarmActions",
"InsufficientDataActions",
"StateValue",
"StateReason",
"StateReasonData",
"StateUpdatedTimestamp",
"MetricName",
"Namespace",
"Statistic",
"Dimensions",
"Period",
"Unit",
"EvaluationPeriods",
"Threshold",
"ComparisonOperator",
"ExtendedStatistic"
]
},
"MetricAlarms":{
"type":"list",
"member":{"shape":"MetricAlarm"}
},
"MetricData":{
"type":"list",
"member":{"shape":"MetricDatum"}
},
"MetricDatum":{
"type":"structure",
"required":["MetricName"],
"members":{
"MetricName":{
"shape":"MetricName",
"documentation":"<p>The name of the metric.</p>"
},
"Dimensions":{
"shape":"Dimensions",
"documentation":"<p>The dimensions associated with the metric.</p>"
},
"Timestamp":{
"shape":"Timestamp",
"documentation":"<p>The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.</p>"
},
"Value":{
"shape":"DatapointValue",
"documentation":"<p>The value for the metric.</p> <p>Although the parameter accepts numbers of type Double, Amazon CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.</p>"
},
"StatisticValues":{
"shape":"StatisticSet",
"documentation":"<p>The statistical values for the metric.</p>"
},
"Unit":{
"shape":"StandardUnit",
"documentation":"<p>The unit of the metric.</p>"
}
},
"documentation":"<p>Encapsulates the information sent to either create a metric or add new values to be aggregated into an existing metric.</p>"
},
"MetricLabel":{"type":"string"},
"MetricName":{
"type":"string",
"max":255,
"min":1
},
"Metrics":{
"type":"list",
"member":{"shape":"Metric"}
},
"MissingRequiredParameterException":{
"type":"structure",
"members":{
"message":{
"shape":"AwsQueryErrorMessage",
"documentation":"<p/>"
}
},
"documentation":"<p>An input parameter that is required is missing.</p>",
"error":{
"code":"MissingParameter",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"Namespace":{
"type":"string",
"max":255,
"min":1,
"pattern":"[^:].*"
},
"NextToken":{
"type":"string",
"max":1024,
"min":0
},
"Period":{
"type":"integer",
"min":60
},
"PutMetricAlarmInput":{
"type":"structure",
"required":[
"AlarmName",
"MetricName",
"Namespace",
"Period",
"EvaluationPeriods",
"Threshold",
"ComparisonOperator"
],
"members":{
"AlarmName":{
"shape":"AlarmName",
"documentation":"<p>The name for the alarm. This name must be unique within the AWS account.</p>"
},
"AlarmDescription":{
"shape":"AlarmDescription",
"documentation":"<p>The description for the alarm.</p>"
},
"ActionsEnabled":{
"shape":"ActionsEnabled",
"documentation":"<p>Indicates whether actions should be executed during any changes to the alarm state.</p>"
},
"OKActions":{
"shape":"ResourceList",
"documentation":"<p>The actions to execute when this alarm transitions to an <code>OK</code> state from any other state. Each action is specified as an Amazon Resource Name (ARN).</p> <p>Valid Values: arn:aws:automate:<i>region</i>:ec2:stop | arn:aws:automate:<i>region</i>:ec2:terminate | arn:aws:automate:<i>region</i>:ec2:recover</p> <p>Valid Values (for use with IAM roles): arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:us-east-1:{<i>customer-account</i>}:action/actions/AWS_EC2.InstanceId.Reboot/1.0</p>"
},
"AlarmActions":{