From 6827b2fadd91fe55222e959467a6457b50fe1c71 Mon Sep 17 00:00:00 2001 From: sangam Date: Mon, 4 Jan 2021 05:38:37 +0530 Subject: [PATCH] Add AWS CLI V2 v2.1.15 (#5836) --- manifests/Amazon/AWSCLI/2.1.15.yaml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifests/Amazon/AWSCLI/2.1.15.yaml diff --git a/manifests/Amazon/AWSCLI/2.1.15.yaml b/manifests/Amazon/AWSCLI/2.1.15.yaml new file mode 100644 index 000000000..be5a508aa --- /dev/null +++ b/manifests/Amazon/AWSCLI/2.1.15.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.15/LICENSE.txt + +# ================= Installer ================= +MinOSVersion: 10.0.0.0 +#Channel: stable # Channel is not supported in this preview (5/24/2020) +Version: 2.1.15 + +InstallerType: msi +Installers: + - Arch: x64 + Url: https://awscli.amazonaws.com/AWSCLIV2-2.1.15.msi + Sha256: 142253E23D885308042D2F7755F44862FEACD67102874345EF77B7B357677DD3 + ProductCode: "{A3B04BF9-21F5-4FFB-827E-FCBCAFFACC7B}" + Scope: machine + Language: en-US + +# ManifestVersion: 0.1.0 \ No newline at end of file