@@ -33,6 +33,14 @@ cloudwatch_ListMetrics:
33
33
snippet_tags :
34
34
- python.example_code.cloudwatch.CloudWatchWrapper
35
35
- python.example_code.cloudwatch.ListMetrics
36
+ SAP ABAP :
37
+ versions :
38
+ - sdk_version : 1
39
+ github : abap/services/cloudwatch
40
+ excerpts :
41
+ - description :
42
+ snippet_tags :
43
+ - cwt.abapv1.list_metrics
36
44
C++ :
37
45
versions :
38
46
- sdk_version : 1
@@ -194,6 +202,14 @@ cloudwatch_PutMetricAlarm:
194
202
snippet_tags :
195
203
- python.example_code.cloudwatch.CloudWatchWrapper
196
204
- python.example_code.cloudwatch.PutMetricAlarm
205
+ SAP ABAP :
206
+ versions :
207
+ - sdk_version : 1
208
+ github : abap/services/cloudwatch
209
+ excerpts :
210
+ - description :
211
+ snippet_tags :
212
+ - cwt.abapv1.put_metric_alarm
197
213
C++ :
198
214
versions :
199
215
- sdk_version : 1
@@ -294,6 +310,22 @@ cloudwatch_DescribeAlarmsForMetric:
294
310
- cw.JavaScript.alarms.describeAlarms
295
311
services :
296
312
cloudwatch : {DescribeAlarmsForMetric}
313
+ cloudwatch_DescribeAlarms :
314
+ title : Describe &CW; alarms using an &AWS; SDK
315
+ title_abbrev : Describe alarms
316
+ synopsis : describe &CWlong; alarms.
317
+ category :
318
+ languages :
319
+ SAP ABAP :
320
+ versions :
321
+ - sdk_version : 1
322
+ github : abap/services/cloudwatch
323
+ excerpts :
324
+ - description :
325
+ snippet_tags :
326
+ - cwt.abapv1.describe_alarms
327
+ services :
328
+ cloudwatch : {DescribeAlarms}
297
329
cloudwatch_EnableAlarmActions :
298
330
title : Enable &CW; alarm actions using an &AWS; SDK
299
331
title_abbrev : Enable alarm actions
@@ -337,6 +369,14 @@ cloudwatch_EnableAlarmActions:
337
369
snippet_tags :
338
370
- python.example_code.cloudwatch.CloudWatchWrapper
339
371
- python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions
372
+ SAP ABAP :
373
+ versions :
374
+ - sdk_version : 1
375
+ github : abap/services/cloudwatch
376
+ excerpts :
377
+ - description :
378
+ snippet_tags :
379
+ - cwt.abapv1.enable_alarm_actions
340
380
C++ :
341
381
versions :
342
382
- sdk_version : 1
@@ -413,6 +453,14 @@ cloudwatch_DisableAlarmActions:
413
453
snippet_tags :
414
454
- python.example_code.cloudwatch.CloudWatchWrapper
415
455
- python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions
456
+ SAP ABAP :
457
+ versions :
458
+ - sdk_version : 1
459
+ github : abap/services/cloudwatch
460
+ excerpts :
461
+ - description :
462
+ snippet_tags :
463
+ - cwt.abapv1.disable_alarm_actions
416
464
C++ :
417
465
versions :
418
466
- sdk_version : 1
@@ -520,6 +568,14 @@ cloudwatch_DeleteAlarms:
520
568
- description : Import the SDK and client modules and call the API.
521
569
snippet_tags :
522
570
- cw.JavaScript.alarms.deleteAlarms
571
+ SAP ABAP :
572
+ versions :
573
+ - sdk_version : 1
574
+ github : abap/services/cloudwatch
575
+ excerpts :
576
+ - description :
577
+ snippet_tags :
578
+ - cwt.abapv1.delete_alarms
523
579
services :
524
580
cloudwatch : {DeleteAlarms}
525
581
cloudwatch_Usage_MetricsAlarms :
@@ -606,3 +662,23 @@ cloudwatch_ListDashboards:
606
662
- CloudWatch.dotnetv3.ListDashboardsExample
607
663
services :
608
664
cloudwatch : {ListDashboards}
665
+ cloudwatch_Scenario_GettingStarted :
666
+ title : Get started with &CW; alarms using an &AWS; SDK
667
+ title_abbrev : Get started with alarms
668
+ synopsis_list :
669
+ - Create an alarm.
670
+ - Disable alarm actions.
671
+ - Describe an alarm.
672
+ - Delete an alarm.
673
+ category : Scenarios
674
+ languages :
675
+ SAP ABAP :
676
+ versions :
677
+ - sdk_version : 1
678
+ github : abap/services/cloudwatch
679
+ excerpts :
680
+ - description :
681
+ snippet_tags :
682
+ - cwt.abapv1.getting_started_with_cwt
683
+ services :
684
+ cloudwatch : {PutMetricAlarm, DisableAlarmActions, DescribeAlarms, DeleteAlarms}
0 commit comments