VaporShell.SSM.psd1


@{
  FileList = @()
  ModuleVersion = '3.0.0'
  PowerShellVersion = '5.1'
  Author = 'Nate Ferrell'
  RequiredModules = @('VaporShell')
  VariablesToExport = '*'
  FormatsToProcess = @()
  ProcessorArchitecture = 'None'
  GUID = '31ec63d8-f02c-49e5-b459-7b51320bc2a4'
  CmdletsToExport = @()
  RequiredAssemblies = @()
  PrivateData = @{
    PSData = @{
      Tags = @('AWS','CloudFormation','CFN','DevOps','Automation','JSON','YAML','IaC','InfrastructureAsCode','PSEdition_Core','PSEdition_Desktop','Windows','Mac','Linux')
      LicenseUri = 'https://github.com/SCRT-HQ/VaporShell/blob/master/LICENSE'
      IconUri = 'https://spotinst.com/app/themes/spotinst-theme/dist/images/features/elastigroup/intro/icons/cloudformation.svg'
      ProjectUri = 'https://github.com/SCRT-HQ/VaporShell'
      Prerelease = 'beta202101112304'
    }
  }
  CompanyName = 'SCRT HQ'
  Copyright = '(c) SCRT HQ 2020 . All rights reserved.'
  AliasesToExport = '*'
  RootModule = 'VaporShell.SSM.psm1'
  TypesToProcess = @()
  DotNetFrameworkVersion = '4.7.2'
  Description = 'Service-specific module for AWS CloudFormation for service:'
  ScriptsToProcess = @('VaporShell.SSM.Classes.ps1')
  FunctionsToExport = @('Add-VSSSMAssociationInstanceAssociationOutputLocation','Add-VSSSMAssociationParameterValues','Add-VSSSMAssociationS3OutputLocation','Add-VSSSMAssociationTarget','Add-VSSSMMaintenanceWindowTargetTargets','Add-VSSSMMaintenanceWindowTaskLoggingInfo','Add-VSSSMMaintenanceWindowTaskMaintenanceWindowAutomationParameters','Add-VSSSMMaintenanceWindowTaskMaintenanceWindowLambdaParameters','Add-VSSSMMaintenanceWindowTaskMaintenanceWindowRunCommandParameters','Add-VSSSMMaintenanceWindowTaskMaintenanceWindowStepFunctionsParameters','Add-VSSSMMaintenanceWindowTaskNotificationConfig','Add-VSSSMMaintenanceWindowTaskTarget','Add-VSSSMMaintenanceWindowTaskTaskInvocationParameters','Add-VSSSMPatchBaselinePatchFilter','Add-VSSSMPatchBaselinePatchFilterGroup','Add-VSSSMPatchBaselinePatchSource','Add-VSSSMPatchBaselinePatchStringDate','Add-VSSSMPatchBaselineRule','Add-VSSSMPatchBaselineRuleGroup','Add-VSSSMResourceDataSyncAwsOrganizationsSource','Add-VSSSMResourceDataSyncS3Destination','Add-VSSSMResourceDataSyncSyncSource','New-VSSSMAssociation','New-VSSSMDocument','New-VSSSMMaintenanceWindow','New-VSSSMMaintenanceWindowTarget','New-VSSSMMaintenanceWindowTask','New-VSSSMParameter','New-VSSSMPatchBaseline','New-VSSSMResourceDataSync')
}