Pipe Output from Get-AWSService to Install-AWSToolsModule for ease of use #325
Labels
feature-request
A feature should be added or improved.
module/powershell-cmdlets
p2
This is a standard priority issue
queued
Describe the feature
I want to pipe the output from Get-AWSService directly to Install-AWSToolsModule
As of version 4.1.350, this is the output:
Converting the output from Get-AWSService is ugly but works.
Use Case
I discovered the Get-AWSService cmdlet when I reviewed this page
It's logical that you should be able to pipe the output of Get-AWSService to Install-AWSToolsModule or Install-Module, given the description on the page.
Proposed Solution
Change the output of Get-AWSService from a PsCustomObject to a named object type, such as used by other AWS PowerShell modules.
Other Information
No response
Acknowledgements
AWS Tools for PowerShell version used
PowerShell version used
Operating System and version
Windows Server 2019 (AWS Workspace)
The text was updated successfully, but these errors were encountered: