aws-toolbox.netcore.psd1
@{ 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") AliasesToExport = @() CompatiblePSEditions = @("Core") Description = "Collection of useful tools for AWS" CmdletsToExport = @() ModuleVersion = "0.9.0" VariablesToExport = @() CompanyName = "Firefly Consulting Ltd." GUID = "ec15ab6d-29ac-4613-acda-5ed39a4cb655" Copyright = "(c) 2018 Alistair Mackay. All rights reserved." HelpInfoURI = "https://github.com/fireflycons/aws-toolbox" PowerShellVersion = "6.0" RootModule = "aws-toolbox.psm1" RequiredModules = @("AWSPowerShell.netcore") Author = "Alistair Mackay" PrivateData = @{ PSData = @{ Tags = @("AWS", "Tools") LicenseUri = "https://github.com/fireflycons/aws-toolbox/blob/master/LICENCE" ProjectUri = "https://github.com/fireflycons/aws-toolbox" ReleaseNotes = "https://github.com/fireflycons/aws-toolbox/blob/master/RELEASENOTES.md" ExternalModuleDependencies = @("AWSPowerShell.netcore") } } } |