Skip to content

Commit bd90ffe

Browse files
author
AWS
committed
Amazon CloudWatch Application Insights Update: Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
1 parent b7173d2 commit bd90ffe

File tree

2 files changed

+42
-10
lines changed

2 files changed

+42
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch Application Insights",
4+
"contributor": "",
5+
"description": "Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources."
6+
}

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

+36-10
Original file line numberDiff line numberDiff line change
@@ -506,14 +506,18 @@
506506
"Remarks":{
507507
"shape":"Remarks",
508508
"documentation":"<p>The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:</p> <ul> <li> <p>“Configuring application, detected 1 Errors, 3 Warnings”</p> </li> <li> <p>“Configuring application, detected 1 Unconfigured Components”</p> </li> </ul>"
509-
}
509+
},
510+
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
511+
"DiscoveryType":{"shape":"DiscoveryType"}
510512
},
511513
"documentation":"<p>Describes the status of the application.</p>"
512514
},
513515
"ApplicationInfoList":{
514516
"type":"list",
515517
"member":{"shape":"ApplicationInfo"}
516518
},
519+
"AutoConfigEnabled":{"type":"boolean"},
520+
"AutoCreate":{"type":"boolean"},
517521
"BadRequestException":{
518522
"type":"structure",
519523
"members":{
@@ -608,7 +612,6 @@
608612
"ConfigurationEventTime":{"type":"timestamp"},
609613
"CreateApplicationRequest":{
610614
"type":"structure",
611-
"required":["ResourceGroupName"],
612615
"members":{
613616
"ResourceGroupName":{
614617
"shape":"ResourceGroupName",
@@ -629,7 +632,9 @@
629632
"Tags":{
630633
"shape":"TagList",
631634
"documentation":"<p>List of tags to add to the application. tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>"
632-
}
635+
},
636+
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"},
637+
"AutoCreate":{"shape":"AutoCreate"}
633638
}
634639
},
635640
"CreateApplicationResponse":{
@@ -991,6 +996,13 @@
991996
"key":{"shape":"Tier"},
992997
"value":{"shape":"WorkloadMetaData"}
993998
},
999+
"DiscoveryType":{
1000+
"type":"string",
1001+
"enum":[
1002+
"RESOURCE_GROUP_BASED",
1003+
"ACCOUNT_BASED"
1004+
]
1005+
},
9941006
"EbsCause":{"type":"string"},
9951007
"EbsEvent":{"type":"string"},
9961008
"EbsRequestId":{"type":"string"},
@@ -1031,6 +1043,7 @@
10311043
"documentation":"<p>The server encountered an internal error and is unable to complete the request.</p>",
10321044
"exception":true
10331045
},
1046+
"LastRecurrenceTime":{"type":"timestamp"},
10341047
"LifeCycle":{"type":"string"},
10351048
"LineTime":{"type":"timestamp"},
10361049
"ListApplicationsRequest":{
@@ -1228,7 +1241,8 @@
12281241
"NextToken":{
12291242
"shape":"PaginationToken",
12301243
"documentation":"<p>The token to request the next page of results.</p>"
1231-
}
1244+
},
1245+
"ComponentName":{"shape":"ComponentName"}
12321246
}
12331247
},
12341248
"ListProblemsResponse":{
@@ -1241,7 +1255,8 @@
12411255
"NextToken":{
12421256
"shape":"PaginationToken",
12431257
"documentation":"<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>"
1244-
}
1258+
},
1259+
"ResourceGroupName":{"shape":"ResourceGroupName"}
12451260
}
12461261
},
12471262
"ListTagsForResourceRequest":{
@@ -1590,7 +1605,9 @@
15901605
"Feedback":{
15911606
"shape":"Feedback",
15921607
"documentation":"<p>Feedback provided by the user about the problem.</p>"
1593-
}
1608+
},
1609+
"RecurringCount":{"shape":"RecurringCount"},
1610+
"LastRecurrenceTime":{"shape":"LastRecurrenceTime"}
15941611
},
15951612
"documentation":"<p>Describes a problem that is detected by correlating observations.</p>"
15961613
},
@@ -1606,6 +1623,7 @@
16061623
},
16071624
"RdsEventCategories":{"type":"string"},
16081625
"RdsEventMessage":{"type":"string"},
1626+
"RecurringCount":{"type":"long"},
16091627
"RelatedObservations":{
16101628
"type":"structure",
16111629
"members":{
@@ -1677,7 +1695,8 @@
16771695
"enum":[
16781696
"IGNORE",
16791697
"RESOLVED",
1680-
"PENDING"
1698+
"PENDING",
1699+
"RECURRING"
16811700
]
16821701
},
16831702
"Tag":{
@@ -1766,7 +1785,12 @@
17661785
"MYSQL",
17671786
"POSTGRESQL",
17681787
"JAVA_JMX",
1769-
"ORACLE"
1788+
"ORACLE",
1789+
"SAP_HANA",
1790+
"SAP_HANA_MULTI_NODE",
1791+
"SAP_HANA_SINGLE_NODE",
1792+
"SAP_HANA_HIGH_AVAILABILITY",
1793+
"SQL_SERVER_FAILOVER_CLUSTER_INSTANCE"
17701794
],
17711795
"max":50,
17721796
"min":1
@@ -1830,7 +1854,8 @@
18301854
"RemoveSNSTopic":{
18311855
"shape":"RemoveSNSTopic",
18321856
"documentation":"<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
1833-
}
1857+
},
1858+
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"}
18341859
}
18351860
},
18361861
"UpdateApplicationResponse":{
@@ -1868,7 +1893,8 @@
18681893
"ComponentConfiguration":{
18691894
"shape":"ComponentConfiguration",
18701895
"documentation":"<p>The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see <a href=\"https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html\">Working with JSON</a>. You can send a request to <code>DescribeComponentConfigurationRecommendation</code> to see the recommended configuration for a component. For the complete format of the component configuration file, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html\">Component Configuration</a>.</p>"
1871-
}
1896+
},
1897+
"AutoConfigEnabled":{"shape":"AutoConfigEnabled"}
18721898
}
18731899
},
18741900
"UpdateComponentConfigurationResponse":{

0 commit comments

Comments
 (0)