aws-toolbox.netcore.psd1
@{ Author = "Alistair Mackay" Copyright = "(c) 2018 Alistair Mackay. All rights reserved." PowerShellVersion = "6.0" RootModule = "aws-toolbox.psm1" VariablesToExport = @() PrivateData = @{ PSData = @{ LicenseUri = "https://github.com/fireflycons/aws-toolbox/blob/master/LICENCE" ProjectUri = "https://github.com/fireflycons/aws-toolbox" ExternalModuleDependencies = @("AWSPowerShell.netcore") Tags = @("AWS", "Tools") ReleaseNotes = "https://github.com/fireflycons/aws-toolbox/blob/master/RELEASENOTES.md" } } FunctionsToExport = @("Set-ATCFNStackProtectionPolicy", "Compare-ATDeployedStackWithSourceTemplate", "Read-ATCWLFlowLog", "Test-ATEC2IsRunningInEC2", "Get-ATEC2LatestAMI", "Read-ATEC2LoadBalancerLogs", "Get-ATEBEnvironmentResourceList", "Get-ATEBInstanceLogs", "Set-ATSSMWindowsAdminUser", "Invoke-ATSSMPowerShellScript", "Invoke-ATSSMShellScript", "Get-ATIAMSessionCredentials") CompanyName = "Firefly Consulting Ltd." CompatiblePSEditions = @("Core") CmdletsToExport = @() HelpInfoURI = "https://github.com/fireflycons/aws-toolbox" RequiredModules = @("AWSPowerShell.netcore") ModuleVersion = "0.10.0" GUID = "ec15ab6d-29ac-4613-acda-5ed39a4cb655" Description = "Collection of useful tools for AWS" AliasesToExport = @() } |