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