aws-sdk-ec2 1.269.0 → 1.273.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32787616f77a42f0793f1802b0c43c1a0e0494985a62736f4b684a89423e20fd
4
- data.tar.gz: cf218997234d1209ae3a8a7d0a954ee0193af9adcf86969c777c4842cdc74863
3
+ metadata.gz: d6f7244b8bd1d95d0347166c3a0cff8e92d435592c4045617d89b872305d36ea
4
+ data.tar.gz: 06f972fb407d24cfd9b4dbd0e648794c0cee43a2bca817a60c22fb9fb0fa4723
5
5
  SHA512:
6
- metadata.gz: 92eeec4066c59323609b26c4cc5261f5cc537690b5dceb44ba2dd2e7a003e00a5105db560b31ac5be845c8882ac864c282a70c93382a6cb719e553f2fec15119
7
- data.tar.gz: fd0cfdf8ec569deabc4ff4bc9f9a6ec30562a95b52c9d7b650114635d168ee15201abf41c429ec10927e026fee17f68f597c367d2b2d851a819f1ed952ab7ecd
6
+ metadata.gz: 97d05369eb0c65c69ef6037b9d8aa5871a5f2934c6328b18824697cfc153f85f961d8fd0b496b8329cce3617c491d6dd0deb68c6961a07e840a020851dc5312e
7
+ data.tar.gz: 867e5ca5ff0ef06b29ccf22c272fe7513c606174191f0f54df8e9d39d148979ffa59a9bc78164f11cc5bf8e18fcbc9080d226bfbd4e9a258017bc5495baf2dd5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.273.0 (2021-10-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
8
+
9
+ 1.272.0 (2021-10-25)
10
+ ------------------
11
+
12
+ * Feature - This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
13
+
14
+ 1.271.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.270.0 (2021-10-13)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for additional VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files, Hourly partitions and Hive-compatible S3 prefixes
23
+
4
24
  1.269.0 (2021-10-12)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.269.0
1
+ 1.273.0