diff --git a/manifests/Amazon/AWSCLI/2.1.24.yaml b/manifests/Amazon/AWSCLI/2.1.24.yaml new file mode 100644 index 000000000..f4901eff4 --- /dev/null +++ b/manifests/Amazon/AWSCLI/2.1.24.yaml @@ -0,0 +1,31 @@ +# ================== General ================== +Id: Amazon.AWSCLI +Publisher: Amazon +Name: AWS Command Line Interface v2 +Author: Amazon +Description: Universal Command Line Interface for Amazon Web Services +AppMoniker: aws +Tags: cli, aws, amazon +#Protocols: +Commands: aws + +# ================== License ================== +Homepage: https://aws.amazon.com/cli/ +License: Apache 2.0 license +LicenseUrl: https://github.com/aws/aws-cli/blob/2.1.24/LICENSE.txt + +# ================= Installer ================= +MinOSVersion: 10.0.0.0 +#Channel: stable # Channel is not supported in this preview (5/24/2020) +Version: 2.1.24 + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.24.msi + Sha256: 8E5FF247DCEFF3757E9F35AE742A548F6A5F982E4647B7D8841BC9BF3D8CF159 + ProductCode: "{5A86BE8C-D52F-401A-B805-4D3629B1D41E}" + Scope: machine + Language: en-US + +# ManifestVersion: 0.1.0 \ No newline at end of file