aws-sdk-ec2 1.265.0 → 1.269.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: ab18d3f99007b2d9e68c13a281aece2fbdee9050e3af311445d630da09a1536a
4
- data.tar.gz: 9f47ba88d2a53de61d10e8ade5971d09f2cfaf613c580c9e7a5412d4ffa82c86
3
+ metadata.gz: 32787616f77a42f0793f1802b0c43c1a0e0494985a62736f4b684a89423e20fd
4
+ data.tar.gz: cf218997234d1209ae3a8a7d0a954ee0193af9adcf86969c777c4842cdc74863
5
5
  SHA512:
6
- metadata.gz: 61a10655a51276a68c8945078b1d70eea6586499ccf76feaf900a26ddb27156cd3f0b8539ef3932f445e096cbd71e1090894e9a0b25ba58d018911cd305a1811
7
- data.tar.gz: 42f59a9b10ed45f0613302d818c01ab604a2999fb9dfff41fe646eadd9a1e451f286d321903b57cd3a753599f5606daabbac54aca0d2e59d5eeb75c04249ba41
6
+ metadata.gz: 92eeec4066c59323609b26c4cc5261f5cc537690b5dceb44ba2dd2e7a003e00a5105db560b31ac5be845c8882ac864c282a70c93382a6cb719e553f2fec15119
7
+ data.tar.gz: fd0cfdf8ec569deabc4ff4bc9f9a6ec30562a95b52c9d7b650114635d168ee15201abf41c429ec10927e026fee17f68f597c367d2b2d851a819f1ed952ab7ecd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.269.0 (2021-10-12)
5
+ ------------------
6
+
7
+ * Feature - EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API
8
+
9
+ 1.268.0 (2021-10-11)
10
+ ------------------
11
+
12
+ * Feature - Documentation update for Amazon EC2.
13
+
14
+ 1.267.0 (2021-10-08)
15
+ ------------------
16
+
17
+ * Feature - This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
18
+
19
+ 1.266.0 (2021-10-05)
20
+ ------------------
21
+
22
+ * Feature - Released Capacity Reservation Fleet, a feature of Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity across instance types. For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html
23
+
4
24
  1.265.0 (2021-09-24)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.265.0
1
+ 1.269.0
@@ -93,7 +93,8 @@ module Aws::EC2
93
93
  end
94
94
 
95
95
  # The name of the unique set of Availability Zones, Local Zones, or
96
- # Wavelength Zones from which AWS advertises IP addresses.
96
+ # Wavelength Zones from which Amazon Web Services advertises IP
97
+ # addresses.
97
98
  # @return [String]
98
99
  def network_border_group
99
100
  data[:network_border_group]
@@ -335,22 +336,14 @@ module Aws::EC2
335
336
  # \[EC2-VPC\] The allocation ID. Required for EC2-VPC.
336
337
  # @option options [String] :network_border_group
337
338
  # The set of Availability Zones, Local Zones, or Wavelength Zones from
338
- # which AWS advertises IP addresses.
339
+ # which Amazon Web Services advertises IP addresses.
339
340
  #
340
- # If you provide an incorrect network border group, you will receive an
341
- # `InvalidAddress.NotFound` error. For more information, see [Error
342
- # Codes][1].
341
+ # If you provide an incorrect network border group, you receive an
342
+ # `InvalidAddress.NotFound` error.
343
343
  #
344
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
345
- # this operation on EC2 classic, you will receive an
346
- # `InvalidParameterCombination` error. For more information, see [Error
347
- # Codes][1].
348
- #
349
- # </note>
350
- #
351
- #
352
- #
353
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
344
+ # You cannot use a network border group with EC2 Classic. If you attempt
345
+ # this operation on EC2 classic, you receive an
346
+ # `InvalidParameterCombination` error.
354
347
  # @option options [Boolean] :dry_run
355
348
  # Checks whether you have the required permissions for the action,
356
349
  # without actually making the request, and provides an error response.