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: changelogs/CHANGELOG.2025.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,29 @@
1
-
### 5.0.84 (2025-10-27 21:51Z)
1
+
### 5.0.85 (2025-10-28 21:23Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.121.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
+
*[Breaking Change] Removed support for Amazon IoT Fleet Hub
4
+
*[Breaking Change] Removed support for Amazon Lookout for Metrics
5
+
*[Breaking Change] Removed support for Amazon Lookout for Vision
6
+
*[Breaking Change] Removed support for Amazon Mainframe Modernization Application Testing
7
+
*[Breaking Change] Removed support for Amazon QLDB
8
+
*[Breaking Change] Removed support for Amazon QLDB Session
9
+
*[Breaking Change] Removed support for Amazon RoboMaker
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.120.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
28
* Amazon Kinesis
4
29
* Added cmdlet Update-KINMaxRecordSize leveraging the UpdateMaxRecordSize service API.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,29 @@
1
-
### 5.0.84 (2025-10-27 21:51Z)
1
+
### 5.0.85 (2025-10-28 21:23Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.121.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
+
* [Breaking Change] Removed support for Amazon IoT Fleet Hub
4
+
* [Breaking Change] Removed support for Amazon Lookout for Metrics
5
+
* [Breaking Change] Removed support for Amazon Lookout for Vision
6
+
* [Breaking Change] Removed support for Amazon Mainframe Modernization Application Testing
7
+
* [Breaking Change] Removed support for Amazon QLDB
8
+
* [Breaking Change] Removed support for Amazon QLDB Session
9
+
* [Breaking Change] Removed support for Amazon RoboMaker
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.120.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3
28
* Amazon Kinesis
4
29
* Added cmdlet Update-KINMaxRecordSize leveraging the UpdateMaxRecordSize service API.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/ApplicationSignals/Basic/Get-CWASAuditFindingList-Cmdlet.cs
+26-27Lines changed: 26 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,16 @@
30
30
namespaceAmazon.PowerShell.Cmdlets.CWAS
31
31
{
32
32
/// <summary>
33
-
/// Returns a list of audit findings that provide automated analysis of service behavior
34
-
/// and root cause analysis. These findings help identify the most significant observations
35
-
/// about your services, including performance issues, anomalies, and potential problems.
36
-
/// The findings are generated using heuristic algorithms based on established troubleshooting
37
-
/// patterns.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
33
+
/// Retrieves a list of audit findings for Application Signals resources. Audit findings
34
+
/// identify potential issues, misconfigurations, or compliance violations in your observability
35
+
/// setup.
36
+
///
37
+
///
38
+
/// <para>
39
+
/// You can filter findings by time range, auditor type, and target resources to focus
40
+
/// on specific areas of concern. This operation supports pagination for large result
41
+
/// sets.
42
+
/// </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
@@ -52,18 +57,9 @@ public partial class GetCWASAuditFindingListCmdlet : AmazonApplicationSignalsCli
52
57
#region Parameter Auditor
53
58
/// <summary>
54
59
/// <para>
55
-
/// <para>A list of auditor names to filter the findings by. Only findings generated by the
56
-
/// specified auditors will be returned.</para><para>The following auditors are available for configuration:</para><ul><li><para><c>slo</c> - SloAuditor: Identifies SLO violations and detects breached thresholds
57
-
/// during the Assessment phase.</para></li><li><para><c>operation_metric</c> - OperationMetricAuditor: Detects anomalies in service operation
58
-
/// metrics from Application Signals RED metrics during the Assessment phase</para></li><li><para><c>service_quota</c> - ServiceQuotaAuditor: Monitors resource utilization against
59
-
/// service quotas during the Assessment phase</para></li><li><para><c>trace</c> - TraceAuditor: Performs deep-dive analysis of distributed traces, correlating
60
-
/// traces with breached SLOs or abnormal RED metrics during the Analysis phase</para></li><li><para><c>dependency_metric</c> - CriticalPathAuditor: Analyzes service dependency impacts
61
-
/// and maps dependency relationships from Application Signals RED metrics during the
/// types and ranking severity by frequency during the Analysis phase</para></li></ul><note><para><c>InitAuditor</c> and <c>Summarizer</c> auditors are not configurable as they are
66
-
/// automatically triggered during the audit process.</para></note><para />
60
+
/// <para>An array of auditor names to filter the findings. Only findings generated by the specified
61
+
/// auditors will be returned. When not specified, findings from all auditors are included
62
+
/// except canary.</para><para />
67
63
/// Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
68
64
/// from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
69
65
/// to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
@@ -78,8 +74,9 @@ public partial class GetCWASAuditFindingListCmdlet : AmazonApplicationSignalsCli
78
74
#region Parameter AuditTarget
79
75
/// <summary>
80
76
/// <para>
81
-
/// <para>A list of audit targets to filter the findings by. You can specify services, SLOs,
82
-
/// or service operations to limit the audit findings to specific entities.</para><para />
77
+
/// <para>An array of audit target specifications to filter the findings. Only findings related
78
+
/// to the specified targets (such as specific services, SLOs, operations or canary) will
79
+
/// be returned.</para><para />
83
80
/// Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
84
81
/// from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
85
82
/// to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
@@ -101,8 +98,9 @@ public partial class GetCWASAuditFindingListCmdlet : AmazonApplicationSignalsCli
101
98
#region Parameter EndTime
102
99
/// <summary>
103
100
/// <para>
104
-
/// <para>The end of the time period to retrieve audit findings for. When used in a raw HTTP
105
-
/// Query API, it is formatted as epoch time in seconds. For example, <c>1698778057</c></para>
101
+
/// <para>The end time for the audit findings query. Only findings created before this time
102
+
/// will be included in the results. Specify the time as the number of milliseconds since
103
+
/// January 1, 1970, 00:00:00 UTC.</para>
106
104
/// </para>
107
105
/// </summary>
108
106
#if !MODULAR
@@ -118,8 +116,9 @@ public partial class GetCWASAuditFindingListCmdlet : AmazonApplicationSignalsCli
118
116
#region Parameter StartTime
119
117
/// <summary>
120
118
/// <para>
121
-
/// <para>The start of the time period to retrieve audit findings for. When used in a raw HTTP
122
-
/// Query API, it is formatted as epoch time in seconds. For example, <c>1698778057</c></para>
119
+
/// <para>The start time for the audit findings query. Only findings created on or after this
120
+
/// time will be included in the results. Specify the time as the number of milliseconds
121
+
/// since January 1, 1970, 00:00:00 UTC.</para>
123
122
/// </para>
124
123
/// </summary>
125
124
#if !MODULAR
@@ -135,8 +134,8 @@ public partial class GetCWASAuditFindingListCmdlet : AmazonApplicationSignalsCli
135
134
#region Parameter MaxResult
136
135
/// <summary>
137
136
/// <para>
138
-
/// <para>The maximum number of audit findings to return in one operation. If you omit this
139
-
/// parameter, the default of 10 is used.</para>
137
+
/// <para>The maximum number of audit findings to return in a single request. Valid range is
138
+
/// 1 to 100. If not specified, defaults to 50.</para>
0 commit comments