@aws-cdk/asset-awscli-v1 2.2.218 → 2.2.220

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -59,6 +59,6 @@
59
59
  }
60
60
  },
61
61
  "types": {},
62
- "version": "2.2.218",
63
- "fingerprint": "/Cm5hqwePpkeLnhI3zDxJQTMYMOMHo+VcHW3SvFBEus="
62
+ "version": "2.2.220",
63
+ "fingerprint": "f5MccwvDTN/ytrdMBoX1Ps4OoZpmsUb+TRiSeWGErHg="
64
64
  }
package/layer/Dockerfile CHANGED
@@ -17,6 +17,12 @@ RUN yum update -y \
17
17
  COPY requirements.txt ./
18
18
  RUN python -m pip install -r requirements.txt -t /opt/awscli
19
19
 
20
+ #
21
+ # Add the LICENSE file
22
+ #
23
+
24
+ COPY LICENSE /opt/awscli/LICENSE
25
+
20
26
  #
21
27
  # organize for self-contained usage
22
28
  #
package/layer/LICENSE ADDED
@@ -0,0 +1,80 @@
1
+ # AWS CLI License Information
2
+
3
+ ## AWS CLI - Apache License 2.0
4
+
5
+ Copyright 2012-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ A copy of the License is located at
10
+
11
+ http://aws.amazon.com/apache2.0/
12
+
13
+ or in the "license" file accompanying this file. This file is
14
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
15
+ ANY KIND, either express or implied. See the License for the specific
16
+ language governing permissions and limitations under the License.
17
+
18
+ ---
19
+
20
+ ## Third-Party Libraries
21
+
22
+ The following third-party libraries are included in this distribution and are subject to their respective licenses:
23
+
24
+ 1. **Python Requests** (Apache License 2.0)
25
+ - Copyright 2012-2020 Kenneth Reitz
26
+ - [Requests GitHub](https://github.com/psf/requests)
27
+
28
+ 2. **botocore** (Apache License 2.0)
29
+ - Copyright 2012-2020 Amazon.com, Inc. or its affiliates
30
+ - [botocore GitHub](https://github.com/boto/botocore)
31
+
32
+ 3. **s3transfer** (Apache License 2.0)
33
+ - Copyright 2012-2020 Amazon.com, Inc. or its affiliates
34
+ - [s3transfer GitHub](https://github.com/boto/s3transfer)
35
+
36
+ 4. **colorama** (BSD 3-Clause License)
37
+ - Copyright (c) 2010 Jonathan Hartley
38
+ - [colorama GitHub](https://github.com/tartley/colorama)
39
+
40
+ 5. **dateutil** (Apache License 2.0 and BSD 3-Clause License)
41
+ - Copyright 2003-2011 Gustavo Niemeyer <gustavo@niemeyer.net>
42
+ - Copyright 2017- Paul Ganssle <paul@ganssle.io>
43
+ - [dateutil GitHub](https://github.com/dateutil/dateutil)
44
+
45
+ 6. **docutils** (Python Software Foundation License)
46
+ - Copyright 2001-2020 David Goodger
47
+ - [docutils GitHub](https://github.com/docutils/docutils)
48
+
49
+ 7. **jmespath** (MIT License)
50
+ - Copyright (c) 2013 Amazon.com, Inc. or its affiliates
51
+ - [jmespath GitHub](https://github.com/jmespath/jmespath.py)
52
+
53
+ 8. **pyasn1** (BSD 2-Clause License)
54
+ - Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
55
+ - [pyasn1 GitHub](https://github.com/etingof/pyasn1)
56
+
57
+ 9. **PyYAML** (MIT License)
58
+ - Copyright (c) 2017-2021 Ingy döt Net
59
+ - Copyright (c) 2006-2016 Kirill Simonov
60
+ - [PyYAML GitHub](https://github.com/yaml/pyyaml)
61
+
62
+ 10. **rsa** (MIT License)
63
+ - Copyright (c) 2016 Maxim Biro
64
+ - [rsa GitHub](https://github.com/sybrenstuvel/python-rsa)
65
+
66
+ 11. **six** (MIT License)
67
+ - Copyright (c) 2010-2024 Benjamin Peterson
68
+ - [six GitHub](https://github.com/benjaminp/six)
69
+
70
+ 12. **urllib3** (MIT License)
71
+ - Copyright (c) 2008-2020 Andrey Petrov and contributors.
72
+ - [urllib3 GitHub](https://github.com/urllib3/urllib3)
73
+
74
+ 13. **YAML Framework** (CC-BY 2.0)
75
+ - Copyright: 2005-2013, Dirk Jesse
76
+ - [YAML Framework Homepage](https://yaml-framework.github.io)
77
+
78
+ ---
79
+
80
+ For full details on these libraries and the full license text, please refer to their respective repositories or documentation.
@@ -1 +1 @@
1
- awscli==1.36.33
1
+ awscli==1.37.2
package/lib/layer.zip CHANGED
Binary file
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "2.2.218",
81
+ "version": "2.2.220",
82
82
  "jest": {
83
83
  "coverageProvider": "v8",
84
84
  "testMatch": [