VaporShell.DAX.psd1

@{
  AliasesToExport = '*'
  RequiredModules = @('VaporShell')
  CompanyName = 'SCRT HQ'
  Description = 'Service-specific module for AWS CloudFormation for service:'
  Copyright = '(c) SCRT HQ 2020 . All rights reserved.'
  ProcessorArchitecture = 'None'
  RequiredAssemblies = @()
  RootModule = 'VaporShell.DAX.psm1'
  TypesToProcess = @()
  FunctionsToExport = @('Add-VSDAXClusterSSESpecification','New-VSDAXCluster','New-VSDAXParameterGroup','New-VSDAXSubnetGroup')
  CmdletsToExport = @()
  ModuleVersion = '3.0.0'
  FormatsToProcess = @()
  DotNetFrameworkVersion = '4.7.2'
  PowerShellVersion = '5.1'
  ScriptsToProcess = @('VaporShell.DAX.Classes.ps1')
  GUID = '18bfed0e-5a09-4b3e-a42d-eb27db62dba3'
  Author = 'Nate Ferrell'
  VariablesToExport = '*'
  FileList = @()
  PrivateData = @{
    PSData = @{
      ProjectUri = 'https://github.com/SCRT-HQ/VaporShell'
      IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg'
      Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux')
      Prerelease = 'beta20220119r1'
      LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE'
    }
  }
}