aws-sdk-ec2 1.267.0 → 1.271.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +8 -15
- data/lib/aws-sdk-ec2/client.rb +121 -115
- data/lib/aws-sdk-ec2/client_api.rb +17 -0
- data/lib/aws-sdk-ec2/types.rb +246 -183
- data/lib/aws-sdk-ec2/vpc_address.rb +8 -15
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
@@ -92,7 +92,8 @@ module Aws::EC2
|
|
92
92
|
end
|
93
93
|
|
94
94
|
# The name of the unique set of Availability Zones, Local Zones, or
|
95
|
-
# Wavelength Zones from which
|
95
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
96
|
+
# addresses.
|
96
97
|
# @return [String]
|
97
98
|
def network_border_group
|
98
99
|
data[:network_border_group]
|
@@ -314,22 +315,14 @@ module Aws::EC2
|
|
314
315
|
# \[EC2-Classic\] The Elastic IP address. Required for EC2-Classic.
|
315
316
|
# @option options [String] :network_border_group
|
316
317
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
317
|
-
# which
|
318
|
+
# which Amazon Web Services advertises IP addresses.
|
318
319
|
#
|
319
|
-
# If you provide an incorrect network border group, you
|
320
|
-
# `InvalidAddress.NotFound` error.
|
321
|
-
# Codes][1].
|
320
|
+
# If you provide an incorrect network border group, you receive an
|
321
|
+
# `InvalidAddress.NotFound` error.
|
322
322
|
#
|
323
|
-
#
|
324
|
-
# this operation on EC2 classic, you
|
325
|
-
# `InvalidParameterCombination` error.
|
326
|
-
# Codes][1].
|
327
|
-
#
|
328
|
-
# </note>
|
329
|
-
#
|
330
|
-
#
|
331
|
-
#
|
332
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
323
|
+
# You cannot use a network border group with EC2 Classic. If you attempt
|
324
|
+
# this operation on EC2 classic, you receive an
|
325
|
+
# `InvalidParameterCombination` error.
|
333
326
|
# @option options [Boolean] :dry_run
|
334
327
|
# Checks whether you have the required permissions for the action,
|
335
328
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.271.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.121.2
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.121.2
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|