Skip to content

Commit e63b8e5

Browse files
4.1.820
1 parent de00f2e commit e63b8e5

File tree

12 files changed

+358
-25
lines changed

12 files changed

+358
-25
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1043.0",
4+
"ProductVersion" : "3.7.1044.0",
55
"CoreVersion" : "3.7.402.57",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "3.7.412.1",
91+
"Version" : "3.7.413.0",
9292
"AssemblyVersionOverride" : "3.3",
9393
"Dependencies" : {
9494
"Core" : "3.7.402.57"
@@ -444,7 +444,7 @@
444444
"InPreview" : false
445445
},
446446
"KinesisFirehose" : {
447-
"Version" : "3.7.402.67",
447+
"Version" : "3.7.403.0",
448448
"AssemblyVersionOverride" : "3.3",
449449
"Dependencies" : {
450450
"Core" : "3.7.402.57"
@@ -540,7 +540,7 @@
540540
"InPreview" : false
541541
},
542542
"CognitoIdentityProvider" : {
543-
"Version" : "3.7.408.14",
543+
"Version" : "3.7.409.0",
544544
"AssemblyVersionOverride" : "3.3",
545545
"Dependencies" : {
546546
"Core" : "3.7.402.57"
@@ -884,7 +884,7 @@
884884
"InPreview" : false
885885
},
886886
"MediaConvert" : {
887-
"Version" : "3.7.412.5",
887+
"Version" : "3.7.413.0",
888888
"AssemblyVersionOverride" : "3.3",
889889
"Dependencies" : {
890890
"Core" : "3.7.402.57"

changelogs/CHANGELOG.2025.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.819 (2025-05-13 20:03Z)
1+
### 4.1.820 (2025-05-14 20:17Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1044.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon CloudWatch Logs
4+
* Added cmdlet Get-CWLLogGroupList leveraging the ListLogGroups service API.
5+
* Modified cmdlet Get-CWLLogGroup: added parameter LogGroupIdentifier.
6+
7+
### 4.1.819 (2025-05-13 20:03Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1043.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
39
* Amazon Aurora DSQL
410
* Modified cmdlet New-DSQLCluster: added parameters MultiRegionProperties_Cluster and MultiRegionProperties_WitnessRegion.

changelogs/CHANGELOG.ALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.819 (2025-05-13 20:03Z)
1+
### 4.1.820 (2025-05-14 20:17Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1044.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon CloudWatch Logs
4+
* Added cmdlet Get-CWLLogGroupList leveraging the ListLogGroups service API.
5+
* Modified cmdlet Get-CWLLogGroup: added parameter LogGroupIdentifier.
6+
7+
### 4.1.819 (2025-05-13 20:03Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1043.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
39
* Amazon Aurora DSQL
410
* Modified cmdlet New-DSQLCluster: added parameters MultiRegionProperties_Cluster and MultiRegionProperties_WitnessRegion.

generator/AWSPSGeneratorLib/Config/ServiceConfig/logs.xml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
<Params />
144144
<TypesNotToFlatten />
145145
</ServiceOperation>
146-
<ServiceOperation MethodName="DescribeDestinations" OutputProperty="Destinations" Verb="Get" Noun="Destination" PipelineParameter="DestinationNamePrefix" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
146+
<ServiceOperation MethodName="DescribeDestinations" OutputProperty="Destinations" Verb="Get" Noun="Destination" PipelineParameter="DestinationNamePrefix" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
147147
<Params />
148148
<TypesNotToFlatten />
149149
</ServiceOperation>
150-
<ServiceOperation MethodName="DescribeExportTasks" OutputProperty="ExportTasks" Verb="Get" Noun="ExportTask" PipelineParameter="TaskId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLExportTasks" LegacyV4Pagination="true">
150+
<ServiceOperation MethodName="DescribeExportTasks" OutputProperty="ExportTasks" Verb="Get" Noun="ExportTask" PipelineParameter="TaskId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLExportTasks">
151151
<Params />
152152
<TypesNotToFlatten />
153153
</ServiceOperation>
@@ -159,15 +159,15 @@
159159
<Params />
160160
<TypesNotToFlatten />
161161
</ServiceOperation>
162-
<ServiceOperation MethodName="DescribeLogGroups" OutputProperty="LogGroups" Verb="Get" Noun="LogGroup" PipelineParameter="LogGroupNamePrefix" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLLogGroups" LegacyV4Pagination="true">
162+
<ServiceOperation MethodName="DescribeLogGroups" OutputProperty="LogGroups" Verb="Get" Noun="LogGroup" PipelineParameter="LogGroupNamePrefix" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLLogGroups">
163163
<Params />
164164
<TypesNotToFlatten />
165165
</ServiceOperation>
166-
<ServiceOperation MethodName="DescribeLogStreams" OutputProperty="LogStreams" Verb="Get" Noun="LogStream" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLLogStreams" LegacyV4Pagination="true">
166+
<ServiceOperation MethodName="DescribeLogStreams" OutputProperty="LogStreams" Verb="Get" Noun="LogStream" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLLogStreams">
167167
<Params />
168168
<TypesNotToFlatten />
169169
</ServiceOperation>
170-
<ServiceOperation MethodName="DescribeMetricFilters" OutputProperty="MetricFilters" Verb="Get" Noun="MetricFilter" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLMetricFilters" LegacyV4Pagination="true">
170+
<ServiceOperation MethodName="DescribeMetricFilters" OutputProperty="MetricFilters" Verb="Get" Noun="MetricFilter" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLMetricFilters">
171171
<Params />
172172
<TypesNotToFlatten />
173173
</ServiceOperation>
@@ -179,19 +179,19 @@
179179
<Params />
180180
<TypesNotToFlatten />
181181
</ServiceOperation>
182-
<ServiceOperation MethodName="DescribeResourcePolicies" OutputProperty="ResourcePolicies" Verb="Get" Noun="ResourcePolicy" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
182+
<ServiceOperation MethodName="DescribeResourcePolicies" OutputProperty="ResourcePolicies" Verb="Get" Noun="ResourcePolicy" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
183183
<Params />
184184
<TypesNotToFlatten />
185185
</ServiceOperation>
186-
<ServiceOperation MethodName="DescribeSubscriptionFilters" OutputProperty="SubscriptionFilters" Verb="Get" Noun="SubscriptionFilter" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLSubscriptionFilters" LegacyV4Pagination="true">
186+
<ServiceOperation MethodName="DescribeSubscriptionFilters" OutputProperty="SubscriptionFilters" Verb="Get" Noun="SubscriptionFilter" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CWLSubscriptionFilters">
187187
<Params />
188188
<TypesNotToFlatten />
189189
</ServiceOperation>
190190
<ServiceOperation MethodName="DisassociateKmsKey" Verb="Unregister" Noun="KmsKey" ShouldProcessTarget="LogGroupName" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyV4Pagination="true">
191191
<Params />
192192
<TypesNotToFlatten />
193193
</ServiceOperation>
194-
<ServiceOperation MethodName="FilterLogEvents" OutputProperty="*" Verb="Get" Noun="FilteredLogEvent" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
194+
<ServiceOperation MethodName="FilterLogEvents" OutputProperty="*" Verb="Get" Noun="FilteredLogEvent" PipelineParameter="LogGroupName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
195195
<Params />
196196
<TypesNotToFlatten />
197197
</ServiceOperation>
@@ -223,7 +223,7 @@
223223
<Params />
224224
<TypesNotToFlatten />
225225
</ServiceOperation>
226-
<ServiceOperation MethodName="GetLogEvents" OutputProperty="*" Verb="Get" Noun="LogEvent" PositionalParameters="LogGroupName" PipelineParameter="LogStreamName" NoPipelineParameter="false" LegacyAlias="Get-CWLLogEvents" LegacyV4Pagination="true">
226+
<ServiceOperation MethodName="GetLogEvents" OutputProperty="*" Verb="Get" Noun="LogEvent" PositionalParameters="LogGroupName" PipelineParameter="LogStreamName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-CWLLogEvents">
227227
<Params />
228228
<TypesNotToFlatten />
229229
</ServiceOperation>
@@ -255,6 +255,10 @@
255255
<Params />
256256
<TypesNotToFlatten />
257257
</ServiceOperation>
258+
<ServiceOperation MethodName="ListLogGroups" OutputProperty="LogGroups" Verb="Get" Noun="LogGroupList" PipelineParameter="" NoPipelineParameter="true">
259+
<Params />
260+
<TypesNotToFlatten />
261+
</ServiceOperation>
258262
<ServiceOperation MethodName="ListLogGroupsForQuery" OutputProperty="LogGroupIdentifiers" Verb="Get" Noun="LogGroupsForQueryList" PipelineParameter="QueryId" NoPipelineParameter="false" LegacyV4Pagination="true">
259263
<Params />
260264
<TypesNotToFlatten />
@@ -303,7 +307,7 @@
303307
<Params />
304308
<TypesNotToFlatten />
305309
</ServiceOperation>
306-
<ServiceOperation MethodName="PutLogEvents" OutputProperty="NextSequenceToken" Verb="Write" Noun="LogEvent" ShouldProcessTarget="LogStreamName" PositionalParameters="LogGroupName;LogStreamName" PipelineParameter="SequenceToken" NoPipelineParameter="false" LegacyAlias="Write-CWLLogEvents" LegacyV4Pagination="true">
310+
<ServiceOperation MethodName="PutLogEvents" OutputProperty="NextSequenceToken" Verb="Write" Noun="LogEvent" ShouldProcessTarget="LogStreamName" PositionalParameters="LogGroupName;LogStreamName" PipelineParameter="SequenceToken" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Write-CWLLogEvents">
307311
<Params />
308312
<TypesNotToFlatten />
309313
</ServiceOperation>

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18790,6 +18790,9 @@ Set-Alias -Name CWL-ListIntegrations -Value Get-CWLIntegrationList
1879018790
Set-Alias -Name List-CWLLogAnomalyDetectors -Value Get-CWLLogAnomalyDetectorList
1879118791
Set-Alias -Name List-CWLLogAnomalyDetectorList -Value Get-CWLLogAnomalyDetectorList
1879218792
Set-Alias -Name CWL-ListLogAnomalyDetectors -Value Get-CWLLogAnomalyDetectorList
18793+
Set-Alias -Name List-CWLLogGroups -Value Get-CWLLogGroupList
18794+
Set-Alias -Name List-CWLLogGroupList -Value Get-CWLLogGroupList
18795+
Set-Alias -Name CWL-ListLogGroups -Value Get-CWLLogGroupList
1879318796
Set-Alias -Name List-CWLLogGroupsForQuery -Value Get-CWLLogGroupsForQueryList
1879418797
Set-Alias -Name List-CWLLogGroupsForQueryList -Value Get-CWLLogGroupsForQueryList
1879518798
Set-Alias -Name CWL-ListLogGroupsForQuery -Value Get-CWLLogGroupsForQueryList

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45364,6 +45364,7 @@ $CWL_Completers = {
4536445364
# Amazon.CloudWatchLogs.LogGroupClass
4536545365
{
4536645366
($_ -eq "Get-CWLLogGroup/LogGroupClass") -Or
45367+
($_ -eq "Get-CWLLogGroupList/LogGroupClass") -Or
4536745368
($_ -eq "New-CWLLogGroup/LogGroupClass")
4536845369
}
4536945370
{
@@ -45456,7 +45457,7 @@ $CWL_map = @{
4545645457
"EvaluationFrequency"=@("New-CWLLogAnomalyDetector","Update-CWLLogAnomalyDetector")
4545745458
"IntegrationStatus"=@("Get-CWLIntegrationList")
4545845459
"IntegrationType"=@("Get-CWLIntegrationList","Write-CWLIntegration")
45459-
"LogGroupClass"=@("Get-CWLLogGroup","New-CWLLogGroup")
45460+
"LogGroupClass"=@("Get-CWLLogGroup","Get-CWLLogGroupList","New-CWLLogGroup")
4546045461
"OrderBy"=@("Get-CWLLogStream")
4546145462
"OutputFormat"=@("Write-CWLDeliveryDestination")
4546245463
"PolicyType"=@("Get-CWLAccountPolicy","Remove-CWLAccountPolicy","Write-CWLAccountPolicy")
@@ -45577,6 +45578,7 @@ $CWL_SelectMap = @{
4557745578
"Get-CWLAnomalyList",
4557845579
"Get-CWLIntegrationList",
4557945580
"Get-CWLLogAnomalyDetectorList",
45581+
"Get-CWLLogGroupList",
4558045582
"Get-CWLLogGroupsForQueryList",
4558145583
"Get-CWLResourceTag",
4558245584
"Get-CWLLogGroupTag",

modules/AWSPowerShell/Cmdlets/CloudWatchLogs/AWS.Tools.CloudWatchLogs.Completers.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ $CWL_Completers = {
124124
# Amazon.CloudWatchLogs.LogGroupClass
125125
{
126126
($_ -eq "Get-CWLLogGroup/LogGroupClass") -Or
127+
($_ -eq "Get-CWLLogGroupList/LogGroupClass") -Or
127128
($_ -eq "New-CWLLogGroup/LogGroupClass")
128129
}
129130
{
@@ -216,7 +217,7 @@ $CWL_map = @{
216217
"EvaluationFrequency"=@("New-CWLLogAnomalyDetector","Update-CWLLogAnomalyDetector")
217218
"IntegrationStatus"=@("Get-CWLIntegrationList")
218219
"IntegrationType"=@("Get-CWLIntegrationList","Write-CWLIntegration")
219-
"LogGroupClass"=@("Get-CWLLogGroup","New-CWLLogGroup")
220+
"LogGroupClass"=@("Get-CWLLogGroup","Get-CWLLogGroupList","New-CWLLogGroup")
220221
"OrderBy"=@("Get-CWLLogStream")
221222
"OutputFormat"=@("Write-CWLDeliveryDestination")
222223
"PolicyType"=@("Get-CWLAccountPolicy","Remove-CWLAccountPolicy","Write-CWLAccountPolicy")
@@ -337,6 +338,7 @@ $CWL_SelectMap = @{
337338
"Get-CWLAnomalyList",
338339
"Get-CWLIntegrationList",
339340
"Get-CWLLogAnomalyDetectorList",
341+
"Get-CWLLogGroupList",
340342
"Get-CWLLogGroupsForQueryList",
341343
"Get-CWLResourceTag",
342344
"Get-CWLLogGroupTag",

modules/AWSPowerShell/Cmdlets/CloudWatchLogs/AWS.Tools.CloudWatchLogs.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
113113
'Get-CWLLogEvent',
114114
'Get-CWLLogGroup',
115115
'Get-CWLLogGroupField',
116+
'Get-CWLLogGroupList',
116117
'Get-CWLLogGroupsForQueryList',
117118
'Get-CWLLogGroupTag',
118119
'Get-CWLLogRecord',

0 commit comments

Comments
 (0)