AwsUtilities.psd1

#
# Module manifest for module 'AwsUtilities'
#
# Generated by: Michael Haken
#
# Generated on: 5/2/2017
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'AwsUtilities.psm1'

# Version number of this module.
ModuleVersion = '1.0.6.3'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '10ba0882-dc17-438f-a6fb-7efaf690ca43'

# Author of this module
Author = 'Michael Haken'

# Company or vendor of this module
CompanyName = 'BAMCIS'

# Copyright statement for this module
Copyright = '(c) 2017 BAMCIS. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Supplemental AWS cmdlets to help automate common tasks.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @("AWSPowerShell", "BAMCIS.DynamicParam")

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @(
    # S3
    "Get-S3ETagCalculation", 
    
    # EC2 Metadata
    "Get-EC2InstanceRegion", "Get-EC2InstanceId", 
    
    # EC2
    "Get-EC2InstanceByNameOrId", "Set-EC2InstanceState", "Get-EC2CurrentImageIds", "Move-EC2Instance", "Copy-EC2InstanceLaunchParameters", "Dismount-EC2InstanceNetworkInterfaces", "Invoke-EC2NetworkInterfaceAttachmentWait",
    "Update-EC2InstanceImageId",

    # IAM
    "Get-AWSAccountId", "Get-AWSIAMPrincipalId", "Get-AWSFederationLogonUrl", "Get-AWSIAMRoleSummary", "Get-AWSSessionTokenCredential", "Invoke-AWSCrossAccountCommand",

    # EBS
    "New-EBSAutomatedSnapshot", "Copy-EBSVolume", "Mount-EBSVolumes", "Dismount-EBSVolumes", "Invoke-EBSVolumeAttachmentWait",

    # Splat
    "New-AWSSplat", "New-AWSUtilitiesSplat", 

    # KMS
    "Invoke-AWSKMSEncryptString", "Invoke-AWSKMSDecryptString",

    # Networking
    "Get-AWSVpcEndpointsByLocation", "Get-AWSVpcPeeringSummary",

    # CloudTrail
    "Get-AWSCloudTrailLogs", 

    # AWS Support
    "Get-AWSSupportCaseList",

    # EC2 Instance Local Configuration
    "Invoke-AWSNetworkAdapterFixOnOfflineDisk", "Invoke-AWSNetworkAdapterFixOnRemoteInstance", "Invoke-EnableCloudWatch" 
)

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = @("AWSRegions", "AWSPublicRegions")

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @("PSModule", "AWS")

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/bamcis-io/AwsUtilities/blob/master/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/bamcis-io/AwsUtilities'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = "*1.0.6.3
Added new switch parameter for Get-AWSVpcEndpointsByLocation to return full names of the services.
         
*1.0.6.2
Added improved error handling for Get-AWSVpcEndpointsByLocation.
         
*1.0.6.1
Added support for server core, added UseBasicParsing to Invoke-WebRequest calls.
         
*1.0.6.0
Added a filtering capability to Get-EC2CurrentImageIds.
         
*1.0.5.0
All cmdlets have been refactored and optimized.
 
Added Get-AWSVPCEndpointsByLocation cmdlet. Updated Get-AWSAmiMappings. Added Get-AWSAccountId and Get-AWSIAMPrincipalId. Changed parameter names for Get-S3ETagCalculation. Removed price list API cmdlets and moved to a separate module.
         
*1.0.4.1
Updated dependencies in the manifest.
         
*1.0.4.0
Added cmdlets: Move-EC2Instance, Invoke-AWSTemporaryLogin, Invoke-AWSCrossAccountCommand, Get-AWSSupportCaseList, Get-AWSVpcPeeringSummary, and Get-AWSIAMRoleSummary.
         
*1.0.3.5
Fixed typo bug in mounting copied volumes.
         
*1.0.3.4
Removed the default parameter set from Copy-EBSVolume and allowed you to make encrypted EBS volume copies in the same AZ and region as the source. Added parameters to specify volume type and size and to copy tags from source to destination.
         
*1.0.3.3
Fixed minor bugs in the Get-AWSCloudTrailLogs cmdlet that didn't correctly convert the DateTime for an S3 CloudTrail log file to the actual UTC time.
         
*1.0.3.2
Fixed typos in examples.
         
*1.0.3.1
Updated the manifest file to include the HostUtilities module. Fixed setting AWS credentials in Get-AWSCloudTrailLogs if no credential information provided. Added a Filter parameter to the Get-AWSCloudTrailLogs cmdlet.
 
*1.0.3.0
Added the Get-AWSCloudTrailLogs cmdlet.
 
*1.0.2.0
Added the Get-AWSPublicIPRanges cmdlet.
         
*1.0.1.1
Updated the Invoke-AWSNetworkAdapterFixOnOfflineDisk and Invoke-AWSNetworkAdapterFixOnRemoteInstance cmdlets.
         
*1.0.1.0
Added Invoke-AWSNetworkAdapterFixOnOfflineDisk, Invoke-AWSNetworkAdapterFixOnRemoteInstance, Update-EC2InstanceAmiId, Set-EC2InstanceState, Get-AWSAmiMappings, Invoke-EnableCloudWatch, Invoke-AWSKMSEncryptString, Invoke-AWSKMSDecryptString, and Get-AWSFederationLogonUrl cmdlets.
 
*1.0.0.7
Fixed minor bugs on mounting volumes with Copy-EBSVolume.
 
*1.0.0.6
Added the New-AWSUtilitiesSplat cmdlet to be used with the cmdlets in the module and fixed a bug the previous version introduced with the splats.
 
*1.0.0.5
Added Mount-EBSVolumes and Get-EC2InstanceByNameOrId cmdlets to remove code duplication throughout.
         
*1.0.0.4
Updated Get-AWSProductInformation so the output is more useable.
         
*1.0.0.3
Fixed a bug with Get-AWSProductInformation.
         
*1.0.0.2
Updated exported variable AWSRegions.
         
*1.0.0.1
Updated manifest file and minor updates to fix issues found in PSScriptAnalyzer.
 
*1.0.0.0
Initial Release.
"


    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}