aws-sdk-ec2 1.410.0 → 1.412.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09d342cb4393dbfea5ca3d62fb71da42130c8c9f3736f4bf82d4972c865843fa'
4
- data.tar.gz: 04c3120ac172a4ce2298ec9897b05c2168dc02b4a1b059b8e7df4bcf5eae295d
3
+ metadata.gz: 34f92b3035ec0b68f9f708e4c747288502e19e9bf43b9cdc050666fa9b847938
4
+ data.tar.gz: 550431dc2d3495786fbe3e8eb9358dcf8f26bdfe80c7d770cdacfe01a4e19198
5
5
  SHA512:
6
- metadata.gz: 6afa3eb2318b54a1a797f81be5429cc50773b8ea4b4133b5005c831d71cbcec838614bbc5c2d4a73a13f4dd783bbcd7e9174d4012e2f0bd783cbf2be17ca5967
7
- data.tar.gz: 49869c32c85505a5a814494348746fbe9d6cedcd55f491f1d83698a50a8dca277f0a085c80dad526afbc85f47e03b56e8fc97a6240ff0f2376c140a2695f5d18
6
+ metadata.gz: 60944aa5276d5b79b7d65c29ab6277a12d7d16c50d82161359c3c37a56e8ff6ec3549b65911869cd62105ca8a5c336b5f800b3e577b2cbe48425fec23d65a683
7
+ data.tar.gz: 0710a5671fe95100451e2ffb114ddbb4a12bddd2ab2dc2e2422ce78b2765ca36ee1596759074b29e2e1ddebf1f22980748297611898bf6017d3038934e54b216
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.412.0 (2023-10-06)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Elastic Compute Cloud (EC2).
8
+
9
+ 1.411.0 (2023-10-02)
10
+ ------------------
11
+
12
+ * Feature - Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
13
+
4
14
  1.410.0 (2023-09-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.410.0
1
+ 1.412.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.