aws-sdk-ec2 1.174.0 → 1.175.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +11 -9
- data/lib/aws-sdk-ec2/client_api.rb +3 -0
- data/lib/aws-sdk-ec2/types.rb +32 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be3af733d996b8d3a5626a8eac45130fb73ca67ce24124c04eefc734ed231bd5
|
4
|
+
data.tar.gz: 43de4a15ba50af3b15bd66fc54ce6a442ff84fa754089accbc7c78751725864e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe1a374f7abd9cf2cdf5ccd6c41b5fbd6a057f56c5fdfc7ca41bb1d97079849de8d16558a20a2071153a8ef37b5a6a4bbfeaf6fe7a9cdfa56534c844e86b68ea
|
7
|
+
data.tar.gz: 897e67a7168f4509dbd61c699d177e7239337a582d5b8553c1b37502e58c39b41a0049f9b4b84feb08abe3a84a06ca9c28de07e6503e7481c8cb0e005bec613d
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -12668,13 +12668,13 @@ module Aws::EC2
|
|
12668
12668
|
# Local Zones, use the name of the group associated with the Local
|
12669
12669
|
# Zone (for example, `us-west-2-lax-1`).
|
12670
12670
|
#
|
12671
|
-
# * `message` - The
|
12671
|
+
# * `message` - The Zone message.
|
12672
12672
|
#
|
12673
12673
|
# * `opt-in-status` - The opt in status (`opted-in`, and `not-opted-in`
|
12674
12674
|
# \| `opt-in-not-required`).
|
12675
12675
|
#
|
12676
|
-
# * `region-name` - The name of the Region for the
|
12677
|
-
#
|
12676
|
+
# * `region-name` - The name of the Region for the Zone (for example,
|
12677
|
+
# `us-east-1`).
|
12678
12678
|
#
|
12679
12679
|
# * `state` - The state of the Availability Zone or Local Zone
|
12680
12680
|
# (`available` \| `information` \| `impaired` \| `unavailable`).
|
@@ -12687,10 +12687,10 @@ module Aws::EC2
|
|
12687
12687
|
# `us-west-2-lax-1a`).
|
12688
12688
|
#
|
12689
12689
|
# @option params [Array<String>] :zone_names
|
12690
|
-
# The names of the
|
12690
|
+
# The names of the Zones.
|
12691
12691
|
#
|
12692
12692
|
# @option params [Array<String>] :zone_ids
|
12693
|
-
# The IDs of the
|
12693
|
+
# The IDs of the Zones.
|
12694
12694
|
#
|
12695
12695
|
# @option params [Boolean] :all_availability_zones
|
12696
12696
|
# Include all Availability Zones and Local Zones regardless of your opt
|
@@ -12779,6 +12779,9 @@ module Aws::EC2
|
|
12779
12779
|
# resp.availability_zones[0].zone_id #=> String
|
12780
12780
|
# resp.availability_zones[0].group_name #=> String
|
12781
12781
|
# resp.availability_zones[0].network_border_group #=> String
|
12782
|
+
# resp.availability_zones[0].zone_type #=> String
|
12783
|
+
# resp.availability_zones[0].parent_zone_name #=> String
|
12784
|
+
# resp.availability_zones[0].parent_zone_id #=> String
|
12782
12785
|
#
|
12783
12786
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZones AWS API Documentation
|
12784
12787
|
#
|
@@ -29084,12 +29087,11 @@ module Aws::EC2
|
|
29084
29087
|
|
29085
29088
|
# Enables or disables an Availability Zone group for your account.
|
29086
29089
|
#
|
29087
|
-
# Use [
|
29088
|
-
# `GroupName`.
|
29090
|
+
# Use [ DescribeAvailabilityZones][1] to view the value for `GroupName`.
|
29089
29091
|
#
|
29090
29092
|
#
|
29091
29093
|
#
|
29092
|
-
# [1]: https://docs.aws.amazon.com/
|
29094
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
|
29093
29095
|
#
|
29094
29096
|
# @option params [required, String] :group_name
|
29095
29097
|
# The name of the Availability Zone Group.
|
@@ -37733,7 +37735,7 @@ module Aws::EC2
|
|
37733
37735
|
params: params,
|
37734
37736
|
config: config)
|
37735
37737
|
context[:gem_name] = 'aws-sdk-ec2'
|
37736
|
-
context[:gem_version] = '1.
|
37738
|
+
context[:gem_version] = '1.175.0'
|
37737
37739
|
Seahorse::Client::Request.new(handlers, context)
|
37738
37740
|
end
|
37739
37741
|
|
@@ -2410,6 +2410,9 @@ module Aws::EC2
|
|
2410
2410
|
AvailabilityZone.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
|
2411
2411
|
AvailabilityZone.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
|
2412
2412
|
AvailabilityZone.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
|
2413
|
+
AvailabilityZone.add_member(:zone_type, Shapes::ShapeRef.new(shape: String, location_name: "zoneType"))
|
2414
|
+
AvailabilityZone.add_member(:parent_zone_name, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneName"))
|
2415
|
+
AvailabilityZone.add_member(:parent_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "parentZoneId"))
|
2413
2416
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
2414
2417
|
|
2415
2418
|
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -2130,10 +2130,10 @@ module Aws::EC2
|
|
2130
2130
|
include Aws::Structure
|
2131
2131
|
end
|
2132
2132
|
|
2133
|
-
# Describes
|
2133
|
+
# Describes a Zone.
|
2134
2134
|
#
|
2135
2135
|
# @!attribute [rw] state
|
2136
|
-
# The state of the
|
2136
|
+
# The state of the Zone.
|
2137
2137
|
# @return [String]
|
2138
2138
|
#
|
2139
2139
|
# @!attribute [rw] opt_in_status
|
@@ -2145,7 +2145,7 @@ module Aws::EC2
|
|
2145
2145
|
# @return [String]
|
2146
2146
|
#
|
2147
2147
|
# @!attribute [rw] messages
|
2148
|
-
# Any messages about the
|
2148
|
+
# Any messages about the Zone.
|
2149
2149
|
# @return [Array<Types::AvailabilityZoneMessage>]
|
2150
2150
|
#
|
2151
2151
|
# @!attribute [rw] region_name
|
@@ -2153,11 +2153,11 @@ module Aws::EC2
|
|
2153
2153
|
# @return [String]
|
2154
2154
|
#
|
2155
2155
|
# @!attribute [rw] zone_name
|
2156
|
-
# The name of the
|
2156
|
+
# The name of the Zone.
|
2157
2157
|
# @return [String]
|
2158
2158
|
#
|
2159
2159
|
# @!attribute [rw] zone_id
|
2160
|
-
# The ID of the
|
2160
|
+
# The ID of the Zone.
|
2161
2161
|
# @return [String]
|
2162
2162
|
#
|
2163
2163
|
# @!attribute [rw] group_name
|
@@ -2172,6 +2172,21 @@ module Aws::EC2
|
|
2172
2172
|
# The name of the location from which the address is advertised.
|
2173
2173
|
# @return [String]
|
2174
2174
|
#
|
2175
|
+
# @!attribute [rw] zone_type
|
2176
|
+
# The type of zone. The valid values are `availability-zone` and
|
2177
|
+
# `local-zone`.
|
2178
|
+
# @return [String]
|
2179
|
+
#
|
2180
|
+
# @!attribute [rw] parent_zone_name
|
2181
|
+
# The name of the zone that handles some of the Local Zone control
|
2182
|
+
# plane operations, such as API calls.
|
2183
|
+
# @return [String]
|
2184
|
+
#
|
2185
|
+
# @!attribute [rw] parent_zone_id
|
2186
|
+
# The ID of the zone that handles some of the Local Zone control plane
|
2187
|
+
# operations, such as API calls.
|
2188
|
+
# @return [String]
|
2189
|
+
#
|
2175
2190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZone AWS API Documentation
|
2176
2191
|
#
|
2177
2192
|
class AvailabilityZone < Struct.new(
|
@@ -2182,15 +2197,18 @@ module Aws::EC2
|
|
2182
2197
|
:zone_name,
|
2183
2198
|
:zone_id,
|
2184
2199
|
:group_name,
|
2185
|
-
:network_border_group
|
2200
|
+
:network_border_group,
|
2201
|
+
:zone_type,
|
2202
|
+
:parent_zone_name,
|
2203
|
+
:parent_zone_id)
|
2186
2204
|
SENSITIVE = []
|
2187
2205
|
include Aws::Structure
|
2188
2206
|
end
|
2189
2207
|
|
2190
|
-
# Describes a message about
|
2208
|
+
# Describes a message about a Zone.
|
2191
2209
|
#
|
2192
2210
|
# @!attribute [rw] message
|
2193
|
-
# The message about the
|
2211
|
+
# The message about the Zone.
|
2194
2212
|
# @return [String]
|
2195
2213
|
#
|
2196
2214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AvailabilityZoneMessage AWS API Documentation
|
@@ -12322,13 +12340,13 @@ module Aws::EC2
|
|
12322
12340
|
# Local Zones, use the name of the group associated with the Local
|
12323
12341
|
# Zone (for example, `us-west-2-lax-1`).
|
12324
12342
|
#
|
12325
|
-
# * `message` - The
|
12343
|
+
# * `message` - The Zone message.
|
12326
12344
|
#
|
12327
12345
|
# * `opt-in-status` - The opt in status (`opted-in`, and
|
12328
12346
|
# `not-opted-in` \| `opt-in-not-required`).
|
12329
12347
|
#
|
12330
|
-
# * `region-name` - The name of the Region for the
|
12331
|
-
#
|
12348
|
+
# * `region-name` - The name of the Region for the Zone (for example,
|
12349
|
+
# `us-east-1`).
|
12332
12350
|
#
|
12333
12351
|
# * `state` - The state of the Availability Zone or Local Zone
|
12334
12352
|
# (`available` \| `information` \| `impaired` \| `unavailable`).
|
@@ -12342,11 +12360,11 @@ module Aws::EC2
|
|
12342
12360
|
# @return [Array<Types::Filter>]
|
12343
12361
|
#
|
12344
12362
|
# @!attribute [rw] zone_names
|
12345
|
-
# The names of the
|
12363
|
+
# The names of the Zones.
|
12346
12364
|
# @return [Array<String>]
|
12347
12365
|
#
|
12348
12366
|
# @!attribute [rw] zone_ids
|
12349
|
-
# The IDs of the
|
12367
|
+
# The IDs of the Zones.
|
12350
12368
|
# @return [Array<String>]
|
12351
12369
|
#
|
12352
12370
|
# @!attribute [rw] all_availability_zones
|
@@ -12377,7 +12395,7 @@ module Aws::EC2
|
|
12377
12395
|
end
|
12378
12396
|
|
12379
12397
|
# @!attribute [rw] availability_zones
|
12380
|
-
# Information about the
|
12398
|
+
# Information about the Zones.
|
12381
12399
|
# @return [Array<Types::AvailabilityZone>]
|
12382
12400
|
#
|
12383
12401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAvailabilityZonesResult AWS API Documentation
|
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.175.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: 2020-07-
|
11
|
+
date: 2020-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|