Skip to content

Commit b1f7aa3

Browse files
author
AWS
committed
Amazon CloudWatch Application Insights Update: CloudWatch Application Insights for .NET and SQL Server now provides integration with AWS Systems Manager OpsCenter. This integration allows you to view and resolve problems and operational issues detected for selected applications.
1 parent bf64ee8 commit b1f7aa3

File tree

2 files changed

+74
-4
lines changed

2 files changed

+74
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch Application Insights",
4+
"description": "CloudWatch Application Insights for .NET and SQL Server now provides integration with AWS Systems Manager OpsCenter. This integration allows you to view and resolve problems and operational issues detected for selected applications."
5+
}

services/applicationinsights/src/main/resources/codegen-resources/service-2.json

Lines changed: 69 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,21 @@
226226
],
227227
"documentation":"<p>Lists the problems with your application.</p>"
228228
},
229+
"UpdateApplication":{
230+
"name":"UpdateApplication",
231+
"http":{
232+
"method":"POST",
233+
"requestUri":"/"
234+
},
235+
"input":{"shape":"UpdateApplicationRequest"},
236+
"output":{"shape":"UpdateApplicationResponse"},
237+
"errors":[
238+
{"shape":"InternalServerException"},
239+
{"shape":"ResourceNotFoundException"},
240+
{"shape":"ValidationException"}
241+
],
242+
"documentation":"<p>Updates the application.</p>"
243+
},
229244
"UpdateComponent":{
230245
"name":"UpdateComponent",
231246
"http":{
@@ -297,9 +312,17 @@
297312
"shape":"LifeCycle",
298313
"documentation":"<p>The lifecycle of the application. </p>"
299314
},
315+
"OpsItemSNSTopicArn":{
316+
"shape":"OpsItemSNSTopicArn",
317+
"documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates. </p>"
318+
},
319+
"OpsCenterEnabled":{
320+
"shape":"OpsCenterEnabled",
321+
"documentation":"<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>"
322+
},
300323
"Remarks":{
301324
"shape":"Remarks",
302-
"documentation":"<p>The issues on the user side that are blocking Application Insights from fully monitoring the application.</p>"
325+
"documentation":"<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
303326
}
304327
},
305328
"documentation":"<p>Describes the status of the application.</p>"
@@ -325,6 +348,14 @@
325348
"ResourceGroupName":{
326349
"shape":"ResourceGroupName",
327350
"documentation":"<p>The name of the resource group.</p>"
351+
},
352+
"OpsCenterEnabled":{
353+
"shape":"OpsCenterEnabled",
354+
"documentation":"<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
355+
},
356+
"OpsItemSNSTopicArn":{
357+
"shape":"OpsItemSNSTopicArn",
358+
"documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. </p>"
328359
}
329360
}
330361
},
@@ -438,7 +469,7 @@
438469
},
439470
"Tier":{
440471
"shape":"Tier",
441-
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
472+
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
442473
}
443474
}
444475
},
@@ -477,7 +508,7 @@
477508
},
478509
"Tier":{
479510
"shape":"Tier",
480-
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>"
511+
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>"
481512
},
482513
"ComponentConfiguration":{
483514
"shape":"ComponentConfiguration",
@@ -777,6 +808,8 @@
777808
"type":"list",
778809
"member":{"shape":"Observation"}
779810
},
811+
"OpsCenterEnabled":{"type":"boolean"},
812+
"OpsItemSNSTopicArn":{"type":"string"},
780813
"PaginationToken":{"type":"string"},
781814
"Problem":{
782815
"type":"structure",
@@ -840,6 +873,7 @@
840873
"documentation":"<p>Describes observations related to the problem.</p>"
841874
},
842875
"Remarks":{"type":"string"},
876+
"RemoveSNSTopic":{"type":"boolean"},
843877
"ResourceARN":{"type":"string"},
844878
"ResourceGroupName":{"type":"string"},
845879
"ResourceInUseException":{
@@ -885,6 +919,37 @@
885919
"Tier":{"type":"string"},
886920
"Title":{"type":"string"},
887921
"Unit":{"type":"string"},
922+
"UpdateApplicationRequest":{
923+
"type":"structure",
924+
"required":["ResourceGroupName"],
925+
"members":{
926+
"ResourceGroupName":{
927+
"shape":"ResourceGroupName",
928+
"documentation":"<p>The name of the resource group.</p>"
929+
},
930+
"OpsCenterEnabled":{
931+
"shape":"OpsCenterEnabled",
932+
"documentation":"<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
933+
},
934+
"OpsItemSNSTopicArn":{
935+
"shape":"OpsItemSNSTopicArn",
936+
"documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.</p>"
937+
},
938+
"RemoveSNSTopic":{
939+
"shape":"RemoveSNSTopic",
940+
"documentation":"<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
941+
}
942+
}
943+
},
944+
"UpdateApplicationResponse":{
945+
"type":"structure",
946+
"members":{
947+
"ApplicationInfo":{
948+
"shape":"ApplicationInfo",
949+
"documentation":"<p>Information about the application. </p>"
950+
}
951+
}
952+
},
888953
"UpdateComponentConfigurationRequest":{
889954
"type":"structure",
890955
"required":[
@@ -906,7 +971,7 @@
906971
},
907972
"Tier":{
908973
"shape":"Tier",
909-
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
974+
"documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
910975
},
911976
"ComponentConfiguration":{
912977
"shape":"ComponentConfiguration",

0 commit comments

Comments
 (0)