From 6b08106c24ca27b94d806f85a3b8f5bdbef1e393 Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Wed, 3 Feb 2021 13:18:21 -0600 Subject: [PATCH] Added AWS CLI version 2.1.23. (#6955) --- manifests/Amazon/AWSCLI/2.1.23.yaml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifests/Amazon/AWSCLI/2.1.23.yaml diff --git a/manifests/Amazon/AWSCLI/2.1.23.yaml b/manifests/Amazon/AWSCLI/2.1.23.yaml new file mode 100644 index 000000000..e17dfd2fc --- /dev/null +++ b/manifests/Amazon/AWSCLI/2.1.23.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.23/LICENSE.txt + +# ================= Installer ================= +MinOSVersion: 10.0.0.0 +#Channel: stable # Channel is not supported in this preview (5/24/2020) +Version: 2.1.23 + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.23.msi + Sha256: 036BF1E471CE094073AC80F722A3128B0C26CBB3EF1A02E3DA282DE1086E6A83 + ProductCode: "{59AB7164-FE10-4A48-9106-E8585CB4628D" + Scope: machine + Language: en-US + +# ManifestVersion: 0.1.0 \ No newline at end of file