aws-sdk-ec2 1.411.0 → 1.413.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: f7c6077554024e90132cbfedfde0068fcea690e9f632718e8d6b07059c95350a
4
- data.tar.gz: 8afc68b1d73768f9fad921147b74d2921e583760979745f706fceea8fb279e87
3
+ metadata.gz: 5793cbaa9eabe0577b531f5820bd612fccba8f3c33782f7bfb6e1e9e49c2ff7d
4
+ data.tar.gz: ee86acca1d7c1fb61760ee347536342dda1a9ce75a6ec63505f4bea974f2112b
5
5
  SHA512:
6
- metadata.gz: 7aef7470548378c38588635abfa685f2939e775ded4adc5da2b25033e015d4c9f3aa05e8a50bc8ae78886c85ae0285802668cd7f4ec9105158af1d74aed330c9
7
- data.tar.gz: f17aa7747b3304232f992c7f152085f2ad48eed0c96dee3219f79e6839304f7343bea1d469c2bf0d3c1f699019c2c6b36c08161940b83b6adf4fd3a0a40a1d70
6
+ metadata.gz: 1b696228a78f88db317cf971c189c08ef73b9c16305d5a7ac0b561617e8c56d8ed75536392171f9466141ff651ea02067c4660fc4f314f08c258e48cf6d54be1
7
+ data.tar.gz: 71bc546461157f7aeeb3e9b97c80c208440bf6d517180061457630e95a74b3df11ad9038d161296f5da1822fe03322da3e8ddc3204fa613097afd2ca441db70b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.413.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
8
+
9
+ 1.412.0 (2023-10-06)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
13
+
4
14
  1.411.0 (2023-10-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.411.0
1
+ 1.413.0
@@ -339,10 +339,6 @@ module Aws::EC2
339
339
  #
340
340
  # If you provide an incorrect network border group, you receive an
341
341
  # `InvalidAddress.NotFound` error.
342
- #
343
- # You cannot use a network border group with EC2 Classic. If you attempt
344
- # this operation on EC2 classic, you receive an
345
- # `InvalidParameterCombination` error.
346
342
  # @option options [Boolean] :dry_run
347
343
  # Checks whether you have the required permissions for the action,
348
344
  # without actually making the request, and provides an error response.