Skip to content

Commit 9451283

Browse files
4.1.739
1 parent 1e973a1 commit 9451283

File tree

57 files changed

+4242
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4242
-932
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 812 additions & 812 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
### 4.1.738 (2025-01-16 21:57Z)
1+
### 4.1.739 (2025-01-17 21:47Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.965.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+
* Amazon User Notifications
4+
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.
5+
* Added cmdlet Add-UNOManagedNotificationAdditionalChannel leveraging the AssociateManagedNotificationAdditionalChannel service API.
6+
* Added cmdlet Disable-UNONotificationsAccessForOrganization leveraging the DisableNotificationsAccessForOrganization service API.
7+
* Added cmdlet Enable-UNONotificationsAccessForOrganization leveraging the EnableNotificationsAccessForOrganization service API.
8+
* Added cmdlet Get-UNOManagedNotificationChannelAssociationList leveraging the ListManagedNotificationChannelAssociations service API.
9+
* Added cmdlet Get-UNOManagedNotificationChildEvent leveraging the GetManagedNotificationChildEvent service API.
10+
* Added cmdlet Get-UNOManagedNotificationChildEventList leveraging the ListManagedNotificationChildEvents service API.
11+
* Added cmdlet Get-UNOManagedNotificationConfiguration leveraging the GetManagedNotificationConfiguration service API.
12+
* Added cmdlet Get-UNOManagedNotificationConfigurationList leveraging the ListManagedNotificationConfigurations service API.
13+
* Added cmdlet Get-UNOManagedNotificationEvent leveraging the GetManagedNotificationEvent service API.
14+
* Added cmdlet Get-UNOManagedNotificationEventList leveraging the ListManagedNotificationEvents service API.
15+
* Added cmdlet Get-UNONotificationsAccessForOrganization leveraging the GetNotificationsAccessForOrganization service API.
16+
* Added cmdlet Remove-UNOManagedNotificationAccountContact leveraging the DisassociateManagedNotificationAccountContact service API.
17+
* Added cmdlet Remove-UNOManagedNotificationAdditionalChannel leveraging the DisassociateManagedNotificationAdditionalChannel service API.
18+
19+
### 4.1.738 (2025-01-16 21:57Z)
220
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.964.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.
321

422
### 4.1.737 (2025-01-15 22:38Z)

changelogs/CHANGELOG.ALL.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
### 4.1.738 (2025-01-16 21:57Z)
1+
### 4.1.739 (2025-01-17 21:47Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.965.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+
* Amazon User Notifications
4+
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.
5+
* Added cmdlet Add-UNOManagedNotificationAdditionalChannel leveraging the AssociateManagedNotificationAdditionalChannel service API.
6+
* Added cmdlet Disable-UNONotificationsAccessForOrganization leveraging the DisableNotificationsAccessForOrganization service API.
7+
* Added cmdlet Enable-UNONotificationsAccessForOrganization leveraging the EnableNotificationsAccessForOrganization service API.
8+
* Added cmdlet Get-UNOManagedNotificationChannelAssociationList leveraging the ListManagedNotificationChannelAssociations service API.
9+
* Added cmdlet Get-UNOManagedNotificationChildEvent leveraging the GetManagedNotificationChildEvent service API.
10+
* Added cmdlet Get-UNOManagedNotificationChildEventList leveraging the ListManagedNotificationChildEvents service API.
11+
* Added cmdlet Get-UNOManagedNotificationConfiguration leveraging the GetManagedNotificationConfiguration service API.
12+
* Added cmdlet Get-UNOManagedNotificationConfigurationList leveraging the ListManagedNotificationConfigurations service API.
13+
* Added cmdlet Get-UNOManagedNotificationEvent leveraging the GetManagedNotificationEvent service API.
14+
* Added cmdlet Get-UNOManagedNotificationEventList leveraging the ListManagedNotificationEvents service API.
15+
* Added cmdlet Get-UNONotificationsAccessForOrganization leveraging the GetNotificationsAccessForOrganization service API.
16+
* Added cmdlet Remove-UNOManagedNotificationAccountContact leveraging the DisassociateManagedNotificationAccountContact service API.
17+
* Added cmdlet Remove-UNOManagedNotificationAdditionalChannel leveraging the DisassociateManagedNotificationAdditionalChannel service API.
18+
19+
### 4.1.738 (2025-01-16 21:57Z)
220
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.964.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.
321

422
### 4.1.737 (2025-01-15 22:38Z)

generator/AWSPSGeneratorLib/Config/ServiceConfig/notifications.xml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<Params />
2424
<TypesNotToFlatten />
2525
</ServiceOperation>
26+
<ServiceOperation MethodName="AssociateManagedNotificationAccountContact" Verb="Add" Noun="ManagedNotificationAccountContact" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
27+
<Params />
28+
<TypesNotToFlatten />
29+
</ServiceOperation>
30+
<ServiceOperation MethodName="AssociateManagedNotificationAdditionalChannel" Verb="Add" Noun="ManagedNotificationAdditionalChannel" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
31+
<Params />
32+
<TypesNotToFlatten />
33+
</ServiceOperation>
2634
<ServiceOperation MethodName="CreateEventRule" OutputProperty="*" Verb="New" Noun="EventRule" ShouldProcessTarget="NotificationConfigurationArn" PipelineParameter="NotificationConfigurationArn" NoPipelineParameter="false">
2735
<Params>
2836
<Param Name="Regions" NewName="EventRuleRegion" AutoApplyAlias="false" />
@@ -45,14 +53,42 @@
4553
<Params />
4654
<TypesNotToFlatten />
4755
</ServiceOperation>
56+
<ServiceOperation MethodName="DisableNotificationsAccessForOrganization" Verb="Disable" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
57+
<Params />
58+
<TypesNotToFlatten />
59+
</ServiceOperation>
4860
<ServiceOperation MethodName="DisassociateChannel" Verb="Remove" Noun="Channel" ShouldProcessTarget="NotificationConfigurationArn" PipelineParameter="Arn" NoPipelineParameter="false">
4961
<Params />
5062
<TypesNotToFlatten />
5163
</ServiceOperation>
64+
<ServiceOperation MethodName="DisassociateManagedNotificationAccountContact" Verb="Remove" Noun="ManagedNotificationAccountContact" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
65+
<Params />
66+
<TypesNotToFlatten />
67+
</ServiceOperation>
68+
<ServiceOperation MethodName="DisassociateManagedNotificationAdditionalChannel" Verb="Remove" Noun="ManagedNotificationAdditionalChannel" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
69+
<Params />
70+
<TypesNotToFlatten />
71+
</ServiceOperation>
72+
<ServiceOperation MethodName="EnableNotificationsAccessForOrganization" Verb="Enable" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
73+
<Params />
74+
<TypesNotToFlatten />
75+
</ServiceOperation>
5276
<ServiceOperation MethodName="GetEventRule" OutputProperty="*" Verb="Get" Noun="EventRule" PipelineParameter="Arn" NoPipelineParameter="false">
5377
<Params />
5478
<TypesNotToFlatten />
5579
</ServiceOperation>
80+
<ServiceOperation MethodName="GetManagedNotificationChildEvent" OutputProperty="*" Verb="Get" Noun="ManagedNotificationChildEvent" PipelineParameter="Arn" NoPipelineParameter="false">
81+
<Params />
82+
<TypesNotToFlatten />
83+
</ServiceOperation>
84+
<ServiceOperation MethodName="GetManagedNotificationConfiguration" OutputProperty="*" Verb="Get" Noun="ManagedNotificationConfiguration" PipelineParameter="Arn" NoPipelineParameter="false">
85+
<Params />
86+
<TypesNotToFlatten />
87+
</ServiceOperation>
88+
<ServiceOperation MethodName="GetManagedNotificationEvent" OutputProperty="*" Verb="Get" Noun="ManagedNotificationEvent" PipelineParameter="Arn" NoPipelineParameter="false">
89+
<Params />
90+
<TypesNotToFlatten />
91+
</ServiceOperation>
5692
<ServiceOperation MethodName="GetNotificationConfiguration" OutputProperty="*" Verb="Get" Noun="NotificationConfiguration" PipelineParameter="Arn" NoPipelineParameter="false">
5793
<Params />
5894
<TypesNotToFlatten />
@@ -61,6 +97,10 @@
6197
<Params />
6298
<TypesNotToFlatten />
6399
</ServiceOperation>
100+
<ServiceOperation MethodName="GetNotificationsAccessForOrganization" OutputProperty="NotificationsAccessForOrganization" Verb="Get" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
101+
<Params />
102+
<TypesNotToFlatten />
103+
</ServiceOperation>
64104
<ServiceOperation MethodName="ListChannels" OutputProperty="Channels" Verb="Get" Noun="ChannelList" PipelineParameter="NotificationConfigurationArn" NoPipelineParameter="false">
65105
<Params />
66106
<TypesNotToFlatten />
@@ -69,6 +109,22 @@
69109
<Params />
70110
<TypesNotToFlatten />
71111
</ServiceOperation>
112+
<ServiceOperation MethodName="ListManagedNotificationChannelAssociations" OutputProperty="ChannelAssociations" Verb="Get" Noun="ManagedNotificationChannelAssociationList" PipelineParameter="ManagedNotificationConfigurationArn" NoPipelineParameter="false">
113+
<Params />
114+
<TypesNotToFlatten />
115+
</ServiceOperation>
116+
<ServiceOperation MethodName="ListManagedNotificationChildEvents" OutputProperty="ManagedNotificationChildEvents" Verb="Get" Noun="ManagedNotificationChildEventList" PipelineParameter="AggregateManagedNotificationEventArn" NoPipelineParameter="false">
117+
<Params />
118+
<TypesNotToFlatten />
119+
</ServiceOperation>
120+
<ServiceOperation MethodName="ListManagedNotificationConfigurations" OutputProperty="ManagedNotificationConfigurations" Verb="Get" Noun="ManagedNotificationConfigurationList" PipelineParameter="ChannelIdentifier" NoPipelineParameter="false">
121+
<Params />
122+
<TypesNotToFlatten />
123+
</ServiceOperation>
124+
<ServiceOperation MethodName="ListManagedNotificationEvents" OutputProperty="ManagedNotificationEvents" Verb="Get" Noun="ManagedNotificationEventList" PipelineParameter="" NoPipelineParameter="true">
125+
<Params />
126+
<TypesNotToFlatten />
127+
</ServiceOperation>
72128
<ServiceOperation MethodName="ListNotificationConfigurations" OutputProperty="NotificationConfigurations" Verb="Get" Noun="NotificationConfigurationList" PipelineParameter="" NoPipelineParameter="true">
73129
<Params />
74130
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21426,6 +21426,10 @@ Set-Alias -Name CWNM-UpdateMonitor -Value Update-CWNMMonitor
2142621426
Set-Alias -Name CWNM-UpdateProbe -Value Update-CWNMProbe
2142721427
Set-Alias -Name Associate-UNOChannel -Value Add-UNOChannel
2142821428
Set-Alias -Name UNO-AssociateChannel -Value Add-UNOChannel
21429+
Set-Alias -Name Associate-UNOManagedNotificationAccountContact -Value Add-UNOManagedNotificationAccountContact
21430+
Set-Alias -Name UNO-AssociateManagedNotificationAccountContact -Value Add-UNOManagedNotificationAccountContact
21431+
Set-Alias -Name Associate-UNOManagedNotificationAdditionalChannel -Value Add-UNOManagedNotificationAdditionalChannel
21432+
Set-Alias -Name UNO-AssociateManagedNotificationAdditionalChannel -Value Add-UNOManagedNotificationAdditionalChannel
2142921433
Set-Alias -Name Create-UNOEventRule -Value New-UNOEventRule
2143021434
Set-Alias -Name UNO-CreateEventRule -Value New-UNOEventRule
2143121435
Set-Alias -Name Create-UNONotificationConfiguration -Value New-UNONotificationConfiguration
@@ -21436,17 +21440,39 @@ Set-Alias -Name Delete-UNONotificationConfiguration -Value Remove-UNONotificatio
2143621440
Set-Alias -Name UNO-DeleteNotificationConfiguration -Value Remove-UNONotificationConfiguration
2143721441
Set-Alias -Name Deregister-UNONotificationHub -Value Remove-UNONotificationHub
2143821442
Set-Alias -Name UNO-DeregisterNotificationHub -Value Remove-UNONotificationHub
21443+
Set-Alias -Name UNO-DisableNotificationsAccessForOrganization -Value Disable-UNONotificationsAccessForOrganization
2143921444
Set-Alias -Name Disassociate-UNOChannel -Value Remove-UNOChannel
2144021445
Set-Alias -Name UNO-DisassociateChannel -Value Remove-UNOChannel
21446+
Set-Alias -Name Disassociate-UNOManagedNotificationAccountContact -Value Remove-UNOManagedNotificationAccountContact
21447+
Set-Alias -Name UNO-DisassociateManagedNotificationAccountContact -Value Remove-UNOManagedNotificationAccountContact
21448+
Set-Alias -Name Disassociate-UNOManagedNotificationAdditionalChannel -Value Remove-UNOManagedNotificationAdditionalChannel
21449+
Set-Alias -Name UNO-DisassociateManagedNotificationAdditionalChannel -Value Remove-UNOManagedNotificationAdditionalChannel
21450+
Set-Alias -Name UNO-EnableNotificationsAccessForOrganization -Value Enable-UNONotificationsAccessForOrganization
2144121451
Set-Alias -Name UNO-GetEventRule -Value Get-UNOEventRule
21452+
Set-Alias -Name UNO-GetManagedNotificationChildEvent -Value Get-UNOManagedNotificationChildEvent
21453+
Set-Alias -Name UNO-GetManagedNotificationConfiguration -Value Get-UNOManagedNotificationConfiguration
21454+
Set-Alias -Name UNO-GetManagedNotificationEvent -Value Get-UNOManagedNotificationEvent
2144221455
Set-Alias -Name UNO-GetNotificationConfiguration -Value Get-UNONotificationConfiguration
2144321456
Set-Alias -Name UNO-GetNotificationEvent -Value Get-UNONotificationEvent
21457+
Set-Alias -Name UNO-GetNotificationsAccessForOrganization -Value Get-UNONotificationsAccessForOrganization
2144421458
Set-Alias -Name List-UNOChannels -Value Get-UNOChannelList
2144521459
Set-Alias -Name List-UNOChannelList -Value Get-UNOChannelList
2144621460
Set-Alias -Name UNO-ListChannels -Value Get-UNOChannelList
2144721461
Set-Alias -Name List-UNOEventRules -Value Get-UNOEventRuleList
2144821462
Set-Alias -Name List-UNOEventRuleList -Value Get-UNOEventRuleList
2144921463
Set-Alias -Name UNO-ListEventRules -Value Get-UNOEventRuleList
21464+
Set-Alias -Name List-UNOManagedNotificationChannelAssociations -Value Get-UNOManagedNotificationChannelAssociationList
21465+
Set-Alias -Name List-UNOManagedNotificationChannelAssociationList -Value Get-UNOManagedNotificationChannelAssociationList
21466+
Set-Alias -Name UNO-ListManagedNotificationChannelAssociations -Value Get-UNOManagedNotificationChannelAssociationList
21467+
Set-Alias -Name List-UNOManagedNotificationChildEvents -Value Get-UNOManagedNotificationChildEventList
21468+
Set-Alias -Name List-UNOManagedNotificationChildEventList -Value Get-UNOManagedNotificationChildEventList
21469+
Set-Alias -Name UNO-ListManagedNotificationChildEvents -Value Get-UNOManagedNotificationChildEventList
21470+
Set-Alias -Name List-UNOManagedNotificationConfigurations -Value Get-UNOManagedNotificationConfigurationList
21471+
Set-Alias -Name List-UNOManagedNotificationConfigurationList -Value Get-UNOManagedNotificationConfigurationList
21472+
Set-Alias -Name UNO-ListManagedNotificationConfigurations -Value Get-UNOManagedNotificationConfigurationList
21473+
Set-Alias -Name List-UNOManagedNotificationEvents -Value Get-UNOManagedNotificationEventList
21474+
Set-Alias -Name List-UNOManagedNotificationEventList -Value Get-UNOManagedNotificationEventList
21475+
Set-Alias -Name UNO-ListManagedNotificationEvents -Value Get-UNOManagedNotificationEventList
2145021476
Set-Alias -Name List-UNONotificationConfigurations -Value Get-UNONotificationConfigurationList
2145121477
Set-Alias -Name List-UNONotificationConfigurationList -Value Get-UNONotificationConfigurationList
2145221478
Set-Alias -Name UNO-ListNotificationConfigurations -Value Get-UNONotificationConfigurationList

0 commit comments

Comments
 (0)