aws-toolbox.netcore.psd1

@{
    AliasesToExport = @()
    RootModule = "aws-toolbox.psm1"
    RequiredModules = @("AWSPowerShell.netcore")
    CompanyName = "Firefly Consulting Ltd."
    PowerShellVersion = "6.0"
    Description = "Collection of useful tools for AWS"
    Author = "Alistair Mackay"
    CmdletsToExport = @()
    Copyright = "(c) 2018 Alistair Mackay. All rights reserved."
    HelpInfoURI = "https://github.com/fireflycons/aws-toolbox"
    PrivateData = @{
        PSData = @{
            LicenseUri = "https://github.com/fireflycons/aws-toolbox/blob/master/LICENCE"
            ExternalModuleDependencies = @("AWSPowerShell.netcore")
            ProjectUri = "https://github.com/fireflycons/aws-toolbox"
            ReleaseNotes = "https://github.com/fireflycons/aws-toolbox/blob/master/RELEASENOTES.md"
            Tags = @("AWS", "Tools")
        }

    }

    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", "Get-ATEC2SecurityGroupDependencies", "Set-ATIAMCliExternalCredentials")
    GUID = "ec15ab6d-29ac-4613-acda-5ed39a4cb655"
    VariablesToExport = @()
    ModuleVersion = "0.18.0"
    CompatiblePSEditions = @("Core")
}