AwsUtils.psd1

#
# Module manifest for module 'AwsUtils'
#
# Generated by: rhpkegel
#
# Generated on: 6/9/2021
#

@{

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

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

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '1ce0c04e-0e56-4191-8720-6d44de318d78'

# Author of this module
Author = 'rhpkegel'

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

# Copyright statement for this module
Copyright = '(c) 2021 rhpkegel. All rights reserved.'

# Description of the functionality provided by this module
Description = 'A set of convenience functions for the encoding/encrypting of variables and files for use in AWS'

# Files to load in
# FileList = @('AwsUtil.psm1')
FunctionsToExport = @('Aws-Util')
# CmdletsToExport = @('Aws-Util')

# Variables to export from this module
VariablesToExport = '*'

# 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 = @()

# 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 = @(AWS, encryption, base64, encoding)

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = ''

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

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # 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 = ''

}