You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# __1.12.99____2021-10-29__
2
+
## __Amazon CloudWatch Application Insights__
3
+
-### Features
4
+
- Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
5
+
6
+
## __Amazon Connect Service__
7
+
-### Features
8
+
- Amazon Connect Chat now supports real-time message streaming.
9
+
10
+
## __Amazon Elastic Compute Cloud__
11
+
-### Features
12
+
- Support added for AMI sharing with organizations and organizational units in ModifyImageAttribute API
13
+
14
+
## __Amazon Rekognition__
15
+
-### Features
16
+
- This release added new attributes to Rekognition Video GetCelebrityRecognition API operations.
17
+
18
+
## __Amazon Transcribe Service__
19
+
-### Features
20
+
- Transcribe and Transcribe Call Analytics now support automatic language identification along with custom vocabulary, vocabulary filter, custom language model and PII redaction.
Copy file name to clipboardExpand all lines: aws-java-sdk-applicationinsights/src/main/java/com/amazonaws/services/applicationinsights/model/ApplicationInfo.java
+93-1
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@ public class ApplicationInfo implements Serializable, Cloneable, StructuredPojo
81
81
*/
82
82
privateStringremarks;
83
83
84
+
privateBooleanautoConfigEnabled;
85
+
86
+
privateStringdiscoveryType;
87
+
84
88
/**
85
89
* <p>
86
90
* The name of the resource group used for the application.
@@ -442,6 +446,80 @@ public ApplicationInfo withRemarks(String remarks) {
0 commit comments