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