Skip to content

Commit

Permalink
4.1.739
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 17, 2025
1 parent 1e973a1 commit 9451283
Show file tree
Hide file tree
Showing 57 changed files with 4,242 additions and 932 deletions.
1,624 changes: 812 additions & 812 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion changelogs/CHANGELOG.2025.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
### 4.1.738 (2025-01-16 21:57Z)
### 4.1.739 (2025-01-17 21:47Z)
* 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.
* Amazon User Notifications
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.
* Added cmdlet Add-UNOManagedNotificationAdditionalChannel leveraging the AssociateManagedNotificationAdditionalChannel service API.
* Added cmdlet Disable-UNONotificationsAccessForOrganization leveraging the DisableNotificationsAccessForOrganization service API.
* Added cmdlet Enable-UNONotificationsAccessForOrganization leveraging the EnableNotificationsAccessForOrganization service API.
* Added cmdlet Get-UNOManagedNotificationChannelAssociationList leveraging the ListManagedNotificationChannelAssociations service API.
* Added cmdlet Get-UNOManagedNotificationChildEvent leveraging the GetManagedNotificationChildEvent service API.
* Added cmdlet Get-UNOManagedNotificationChildEventList leveraging the ListManagedNotificationChildEvents service API.
* Added cmdlet Get-UNOManagedNotificationConfiguration leveraging the GetManagedNotificationConfiguration service API.
* Added cmdlet Get-UNOManagedNotificationConfigurationList leveraging the ListManagedNotificationConfigurations service API.
* Added cmdlet Get-UNOManagedNotificationEvent leveraging the GetManagedNotificationEvent service API.
* Added cmdlet Get-UNOManagedNotificationEventList leveraging the ListManagedNotificationEvents service API.
* Added cmdlet Get-UNONotificationsAccessForOrganization leveraging the GetNotificationsAccessForOrganization service API.
* Added cmdlet Remove-UNOManagedNotificationAccountContact leveraging the DisassociateManagedNotificationAccountContact service API.
* Added cmdlet Remove-UNOManagedNotificationAdditionalChannel leveraging the DisassociateManagedNotificationAdditionalChannel service API.

### 4.1.738 (2025-01-16 21:57Z)
* 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.

### 4.1.737 (2025-01-15 22:38Z)
Expand Down
20 changes: 19 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
### 4.1.738 (2025-01-16 21:57Z)
### 4.1.739 (2025-01-17 21:47Z)
* 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.
* Amazon User Notifications
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.
* Added cmdlet Add-UNOManagedNotificationAdditionalChannel leveraging the AssociateManagedNotificationAdditionalChannel service API.
* Added cmdlet Disable-UNONotificationsAccessForOrganization leveraging the DisableNotificationsAccessForOrganization service API.
* Added cmdlet Enable-UNONotificationsAccessForOrganization leveraging the EnableNotificationsAccessForOrganization service API.
* Added cmdlet Get-UNOManagedNotificationChannelAssociationList leveraging the ListManagedNotificationChannelAssociations service API.
* Added cmdlet Get-UNOManagedNotificationChildEvent leveraging the GetManagedNotificationChildEvent service API.
* Added cmdlet Get-UNOManagedNotificationChildEventList leveraging the ListManagedNotificationChildEvents service API.
* Added cmdlet Get-UNOManagedNotificationConfiguration leveraging the GetManagedNotificationConfiguration service API.
* Added cmdlet Get-UNOManagedNotificationConfigurationList leveraging the ListManagedNotificationConfigurations service API.
* Added cmdlet Get-UNOManagedNotificationEvent leveraging the GetManagedNotificationEvent service API.
* Added cmdlet Get-UNOManagedNotificationEventList leveraging the ListManagedNotificationEvents service API.
* Added cmdlet Get-UNONotificationsAccessForOrganization leveraging the GetNotificationsAccessForOrganization service API.
* Added cmdlet Remove-UNOManagedNotificationAccountContact leveraging the DisassociateManagedNotificationAccountContact service API.
* Added cmdlet Remove-UNOManagedNotificationAdditionalChannel leveraging the DisassociateManagedNotificationAdditionalChannel service API.

### 4.1.738 (2025-01-16 21:57Z)
* 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.

### 4.1.737 (2025-01-15 22:38Z)
Expand Down
56 changes: 56 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="AssociateManagedNotificationAccountContact" Verb="Add" Noun="ManagedNotificationAccountContact" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="AssociateManagedNotificationAdditionalChannel" Verb="Add" Noun="ManagedNotificationAdditionalChannel" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateEventRule" OutputProperty="*" Verb="New" Noun="EventRule" ShouldProcessTarget="NotificationConfigurationArn" PipelineParameter="NotificationConfigurationArn" NoPipelineParameter="false">
<Params>
<Param Name="Regions" NewName="EventRuleRegion" AutoApplyAlias="false" />
Expand All @@ -45,14 +53,42 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DisableNotificationsAccessForOrganization" Verb="Disable" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DisassociateChannel" Verb="Remove" Noun="Channel" ShouldProcessTarget="NotificationConfigurationArn" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DisassociateManagedNotificationAccountContact" Verb="Remove" Noun="ManagedNotificationAccountContact" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DisassociateManagedNotificationAdditionalChannel" Verb="Remove" Noun="ManagedNotificationAdditionalChannel" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="EnableNotificationsAccessForOrganization" Verb="Enable" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetEventRule" OutputProperty="*" Verb="Get" Noun="EventRule" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetManagedNotificationChildEvent" OutputProperty="*" Verb="Get" Noun="ManagedNotificationChildEvent" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetManagedNotificationConfiguration" OutputProperty="*" Verb="Get" Noun="ManagedNotificationConfiguration" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetManagedNotificationEvent" OutputProperty="*" Verb="Get" Noun="ManagedNotificationEvent" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetNotificationConfiguration" OutputProperty="*" Verb="Get" Noun="NotificationConfiguration" PipelineParameter="Arn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -61,6 +97,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetNotificationsAccessForOrganization" OutputProperty="NotificationsAccessForOrganization" Verb="Get" Noun="NotificationsAccessForOrganization" PipelineParameter="" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListChannels" OutputProperty="Channels" Verb="Get" Noun="ChannelList" PipelineParameter="NotificationConfigurationArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -69,6 +109,22 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListManagedNotificationChannelAssociations" OutputProperty="ChannelAssociations" Verb="Get" Noun="ManagedNotificationChannelAssociationList" PipelineParameter="ManagedNotificationConfigurationArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListManagedNotificationChildEvents" OutputProperty="ManagedNotificationChildEvents" Verb="Get" Noun="ManagedNotificationChildEventList" PipelineParameter="AggregateManagedNotificationEventArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListManagedNotificationConfigurations" OutputProperty="ManagedNotificationConfigurations" Verb="Get" Noun="ManagedNotificationConfigurationList" PipelineParameter="ChannelIdentifier" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListManagedNotificationEvents" OutputProperty="ManagedNotificationEvents" Verb="Get" Noun="ManagedNotificationEventList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListNotificationConfigurations" OutputProperty="NotificationConfigurations" Verb="Get" Noun="NotificationConfigurationList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand Down
26 changes: 26 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21426,6 +21426,10 @@ Set-Alias -Name CWNM-UpdateMonitor -Value Update-CWNMMonitor
Set-Alias -Name CWNM-UpdateProbe -Value Update-CWNMProbe
Set-Alias -Name Associate-UNOChannel -Value Add-UNOChannel
Set-Alias -Name UNO-AssociateChannel -Value Add-UNOChannel
Set-Alias -Name Associate-UNOManagedNotificationAccountContact -Value Add-UNOManagedNotificationAccountContact
Set-Alias -Name UNO-AssociateManagedNotificationAccountContact -Value Add-UNOManagedNotificationAccountContact
Set-Alias -Name Associate-UNOManagedNotificationAdditionalChannel -Value Add-UNOManagedNotificationAdditionalChannel
Set-Alias -Name UNO-AssociateManagedNotificationAdditionalChannel -Value Add-UNOManagedNotificationAdditionalChannel
Set-Alias -Name Create-UNOEventRule -Value New-UNOEventRule
Set-Alias -Name UNO-CreateEventRule -Value New-UNOEventRule
Set-Alias -Name Create-UNONotificationConfiguration -Value New-UNONotificationConfiguration
Expand All @@ -21436,17 +21440,39 @@ Set-Alias -Name Delete-UNONotificationConfiguration -Value Remove-UNONotificatio
Set-Alias -Name UNO-DeleteNotificationConfiguration -Value Remove-UNONotificationConfiguration
Set-Alias -Name Deregister-UNONotificationHub -Value Remove-UNONotificationHub
Set-Alias -Name UNO-DeregisterNotificationHub -Value Remove-UNONotificationHub
Set-Alias -Name UNO-DisableNotificationsAccessForOrganization -Value Disable-UNONotificationsAccessForOrganization
Set-Alias -Name Disassociate-UNOChannel -Value Remove-UNOChannel
Set-Alias -Name UNO-DisassociateChannel -Value Remove-UNOChannel
Set-Alias -Name Disassociate-UNOManagedNotificationAccountContact -Value Remove-UNOManagedNotificationAccountContact
Set-Alias -Name UNO-DisassociateManagedNotificationAccountContact -Value Remove-UNOManagedNotificationAccountContact
Set-Alias -Name Disassociate-UNOManagedNotificationAdditionalChannel -Value Remove-UNOManagedNotificationAdditionalChannel
Set-Alias -Name UNO-DisassociateManagedNotificationAdditionalChannel -Value Remove-UNOManagedNotificationAdditionalChannel
Set-Alias -Name UNO-EnableNotificationsAccessForOrganization -Value Enable-UNONotificationsAccessForOrganization
Set-Alias -Name UNO-GetEventRule -Value Get-UNOEventRule
Set-Alias -Name UNO-GetManagedNotificationChildEvent -Value Get-UNOManagedNotificationChildEvent
Set-Alias -Name UNO-GetManagedNotificationConfiguration -Value Get-UNOManagedNotificationConfiguration
Set-Alias -Name UNO-GetManagedNotificationEvent -Value Get-UNOManagedNotificationEvent
Set-Alias -Name UNO-GetNotificationConfiguration -Value Get-UNONotificationConfiguration
Set-Alias -Name UNO-GetNotificationEvent -Value Get-UNONotificationEvent
Set-Alias -Name UNO-GetNotificationsAccessForOrganization -Value Get-UNONotificationsAccessForOrganization
Set-Alias -Name List-UNOChannels -Value Get-UNOChannelList
Set-Alias -Name List-UNOChannelList -Value Get-UNOChannelList
Set-Alias -Name UNO-ListChannels -Value Get-UNOChannelList
Set-Alias -Name List-UNOEventRules -Value Get-UNOEventRuleList
Set-Alias -Name List-UNOEventRuleList -Value Get-UNOEventRuleList
Set-Alias -Name UNO-ListEventRules -Value Get-UNOEventRuleList
Set-Alias -Name List-UNOManagedNotificationChannelAssociations -Value Get-UNOManagedNotificationChannelAssociationList
Set-Alias -Name List-UNOManagedNotificationChannelAssociationList -Value Get-UNOManagedNotificationChannelAssociationList
Set-Alias -Name UNO-ListManagedNotificationChannelAssociations -Value Get-UNOManagedNotificationChannelAssociationList
Set-Alias -Name List-UNOManagedNotificationChildEvents -Value Get-UNOManagedNotificationChildEventList
Set-Alias -Name List-UNOManagedNotificationChildEventList -Value Get-UNOManagedNotificationChildEventList
Set-Alias -Name UNO-ListManagedNotificationChildEvents -Value Get-UNOManagedNotificationChildEventList
Set-Alias -Name List-UNOManagedNotificationConfigurations -Value Get-UNOManagedNotificationConfigurationList
Set-Alias -Name List-UNOManagedNotificationConfigurationList -Value Get-UNOManagedNotificationConfigurationList
Set-Alias -Name UNO-ListManagedNotificationConfigurations -Value Get-UNOManagedNotificationConfigurationList
Set-Alias -Name List-UNOManagedNotificationEvents -Value Get-UNOManagedNotificationEventList
Set-Alias -Name List-UNOManagedNotificationEventList -Value Get-UNOManagedNotificationEventList
Set-Alias -Name UNO-ListManagedNotificationEvents -Value Get-UNOManagedNotificationEventList
Set-Alias -Name List-UNONotificationConfigurations -Value Get-UNONotificationConfigurationList
Set-Alias -Name List-UNONotificationConfigurationList -Value Get-UNONotificationConfigurationList
Set-Alias -Name UNO-ListNotificationConfigurations -Value Get-UNONotificationConfigurationList
Expand Down
Loading

0 comments on commit 9451283

Please sign in to comment.