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
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -430,7 +430,8 @@ module Aws::EC2
|
|
430
430
|
#
|
431
431
|
# @!attribute [rw] network_border_group
|
432
432
|
# The name of the unique set of Availability Zones, Local Zones, or
|
433
|
-
# Wavelength Zones from which
|
433
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
434
|
+
# addresses.
|
434
435
|
# @return [String]
|
435
436
|
#
|
436
437
|
# @!attribute [rw] customer_owned_ip
|
@@ -584,24 +585,20 @@ module Aws::EC2
|
|
584
585
|
#
|
585
586
|
# @!attribute [rw] network_border_group
|
586
587
|
# A unique set of Availability Zones, Local Zones, or Wavelength Zones
|
587
|
-
# from which
|
588
|
-
# the IP address to this location. IP addresses
|
589
|
-
# network border groups.
|
588
|
+
# from which Amazon Web Services advertises IP addresses. Use this
|
589
|
+
# parameter to limit the IP address to this location. IP addresses
|
590
|
+
# cannot move between network border groups.
|
590
591
|
#
|
591
592
|
# Use [DescribeAvailabilityZones][1] to view the network border
|
592
593
|
# groups.
|
593
594
|
#
|
594
|
-
#
|
595
|
-
# attempt this operation on EC2
|
596
|
-
# `InvalidParameterCombination` error.
|
597
|
-
# [Error Codes][2].
|
598
|
-
#
|
599
|
-
# </note>
|
595
|
+
# You cannot use a network border group with EC2 Classic. If you
|
596
|
+
# attempt this operation on EC2 Classic, you receive an
|
597
|
+
# `InvalidParameterCombination` error.
|
600
598
|
#
|
601
599
|
#
|
602
600
|
#
|
603
601
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
|
604
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html
|
605
602
|
# @return [String]
|
606
603
|
#
|
607
604
|
# @!attribute [rw] customer_owned_ipv_4_pool
|
@@ -651,7 +648,7 @@ module Aws::EC2
|
|
651
648
|
#
|
652
649
|
# @!attribute [rw] network_border_group
|
653
650
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
654
|
-
# which
|
651
|
+
# which Amazon Web Services advertises IP addresses.
|
655
652
|
# @return [String]
|
656
653
|
#
|
657
654
|
# @!attribute [rw] domain
|
@@ -5162,11 +5159,11 @@ module Aws::EC2
|
|
5162
5159
|
# @return [String]
|
5163
5160
|
#
|
5164
5161
|
# @!attribute [rw] aws_account_id
|
5165
|
-
# The
|
5162
|
+
# The Amazon Web Services account ID.
|
5166
5163
|
# @return [String]
|
5167
5164
|
#
|
5168
5165
|
# @!attribute [rw] aws_service
|
5169
|
-
# The
|
5166
|
+
# The Amazon Web Services service.
|
5170
5167
|
# @return [String]
|
5171
5168
|
#
|
5172
5169
|
# @!attribute [rw] co_ip
|
@@ -5467,7 +5464,7 @@ module Aws::EC2
|
|
5467
5464
|
# @!attribute [rw] client_token
|
5468
5465
|
# Unique, case-sensitive identifier that you provide to ensure the
|
5469
5466
|
# idempotency of the request. For more information, see [Ensuring
|
5470
|
-
#
|
5467
|
+
# idempotency][1].
|
5471
5468
|
#
|
5472
5469
|
#
|
5473
5470
|
#
|
@@ -7301,6 +7298,11 @@ module Aws::EC2
|
|
7301
7298
|
# },
|
7302
7299
|
# ],
|
7303
7300
|
# max_aggregation_interval: 1,
|
7301
|
+
# destination_options: {
|
7302
|
+
# file_format: "plain-text", # accepts plain-text, parquet
|
7303
|
+
# hive_compatible_partitions: false,
|
7304
|
+
# per_hour_partition: false,
|
7305
|
+
# },
|
7304
7306
|
# }
|
7305
7307
|
#
|
7306
7308
|
# @!attribute [rw] dry_run
|
@@ -7355,8 +7357,8 @@ module Aws::EC2
|
|
7355
7357
|
# @return [String]
|
7356
7358
|
#
|
7357
7359
|
# @!attribute [rw] log_destination_type
|
7358
|
-
#
|
7359
|
-
#
|
7360
|
+
# The type of destination to which the flow log data is to be
|
7361
|
+
# published. Flow log data can be published to CloudWatch Logs or
|
7360
7362
|
# Amazon S3. To publish flow log data to CloudWatch Logs, specify
|
7361
7363
|
# `cloud-watch-logs`. To publish flow log data to Amazon S3, specify
|
7362
7364
|
# `s3`.
|
@@ -7368,10 +7370,10 @@ module Aws::EC2
|
|
7368
7370
|
# @return [String]
|
7369
7371
|
#
|
7370
7372
|
# @!attribute [rw] log_destination
|
7371
|
-
#
|
7372
|
-
#
|
7373
|
-
#
|
7374
|
-
#
|
7373
|
+
# The destination to which the flow log data is to be published. Flow
|
7374
|
+
# log data can be published to a CloudWatch Logs log group or an
|
7375
|
+
# Amazon S3 bucket. The value specified for this parameter depends on
|
7376
|
+
# the value specified for `LogDestinationType`.
|
7375
7377
|
#
|
7376
7378
|
# If `LogDestinationType` is not specified or `cloud-watch-logs`,
|
7377
7379
|
# specify the Amazon Resource Name (ARN) of the CloudWatch Logs log
|
@@ -7396,8 +7398,8 @@ module Aws::EC2
|
|
7396
7398
|
# specify at least one field.
|
7397
7399
|
#
|
7398
7400
|
# Specify the fields using the `$\{field-id\}` format, separated by
|
7399
|
-
# spaces. For the CLI,
|
7400
|
-
#
|
7401
|
+
# spaces. For the CLI, surround this parameter value with single
|
7402
|
+
# quotes on Linux or double quotes on Windows.
|
7401
7403
|
#
|
7402
7404
|
#
|
7403
7405
|
#
|
@@ -7424,6 +7426,10 @@ module Aws::EC2
|
|
7424
7426
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
7425
7427
|
# @return [Integer]
|
7426
7428
|
#
|
7429
|
+
# @!attribute [rw] destination_options
|
7430
|
+
# The destination options.
|
7431
|
+
# @return [Types::DestinationOptionsRequest]
|
7432
|
+
#
|
7427
7433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFlowLogsRequest AWS API Documentation
|
7428
7434
|
#
|
7429
7435
|
class CreateFlowLogsRequest < Struct.new(
|
@@ -7438,7 +7444,8 @@ module Aws::EC2
|
|
7438
7444
|
:log_destination,
|
7439
7445
|
:log_format,
|
7440
7446
|
:tag_specifications,
|
7441
|
-
:max_aggregation_interval
|
7447
|
+
:max_aggregation_interval,
|
7448
|
+
:destination_options)
|
7442
7449
|
SENSITIVE = []
|
7443
7450
|
include Aws::Structure
|
7444
7451
|
end
|
@@ -10441,8 +10448,8 @@ module Aws::EC2
|
|
10441
10448
|
#
|
10442
10449
|
# @!attribute [rw] client_token
|
10443
10450
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10444
|
-
# idempotency of the request. For more information, see [How to
|
10445
|
-
#
|
10451
|
+
# idempotency of the request. For more information, see [How to ensure
|
10452
|
+
# idempotency][1].
|
10446
10453
|
#
|
10447
10454
|
# **A suitable default value is auto-generated.** You should normally
|
10448
10455
|
# not need to pass this option.
|
@@ -10469,8 +10476,8 @@ module Aws::EC2
|
|
10469
10476
|
#
|
10470
10477
|
# @!attribute [rw] client_token
|
10471
10478
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10472
|
-
# idempotency of the request. For more information, see [How to
|
10473
|
-
#
|
10479
|
+
# idempotency of the request. For more information, see [How to ensure
|
10480
|
+
# idempotency][1].
|
10474
10481
|
#
|
10475
10482
|
#
|
10476
10483
|
#
|
@@ -10515,7 +10522,7 @@ module Aws::EC2
|
|
10515
10522
|
# @return [String]
|
10516
10523
|
#
|
10517
10524
|
# @!attribute [rw] traffic_direction
|
10518
|
-
# The type of traffic
|
10525
|
+
# The type of traffic.
|
10519
10526
|
# @return [String]
|
10520
10527
|
#
|
10521
10528
|
# @!attribute [rw] rule_number
|
@@ -10525,7 +10532,7 @@ module Aws::EC2
|
|
10525
10532
|
# @return [Integer]
|
10526
10533
|
#
|
10527
10534
|
# @!attribute [rw] rule_action
|
10528
|
-
# The action to take
|
10535
|
+
# The action to take on the filtered traffic.
|
10529
10536
|
# @return [String]
|
10530
10537
|
#
|
10531
10538
|
# @!attribute [rw] destination_port_range
|
@@ -10568,8 +10575,8 @@ module Aws::EC2
|
|
10568
10575
|
#
|
10569
10576
|
# @!attribute [rw] client_token
|
10570
10577
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10571
|
-
# idempotency of the request. For more information, see [How to
|
10572
|
-
#
|
10578
|
+
# idempotency of the request. For more information, see [How to ensure
|
10579
|
+
# idempotency][1].
|
10573
10580
|
#
|
10574
10581
|
# **A suitable default value is auto-generated.** You should normally
|
10575
10582
|
# not need to pass this option.
|
@@ -10604,8 +10611,8 @@ module Aws::EC2
|
|
10604
10611
|
#
|
10605
10612
|
# @!attribute [rw] client_token
|
10606
10613
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10607
|
-
# idempotency of the request. For more information, see [How to
|
10608
|
-
#
|
10614
|
+
# idempotency of the request. For more information, see [How to ensure
|
10615
|
+
# idempotency][1].
|
10609
10616
|
#
|
10610
10617
|
#
|
10611
10618
|
#
|
@@ -10707,8 +10714,8 @@ module Aws::EC2
|
|
10707
10714
|
#
|
10708
10715
|
# @!attribute [rw] client_token
|
10709
10716
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10710
|
-
# idempotency of the request. For more information, see [How to
|
10711
|
-
#
|
10717
|
+
# idempotency of the request. For more information, see [How to ensure
|
10718
|
+
# idempotency][1].
|
10712
10719
|
#
|
10713
10720
|
# **A suitable default value is auto-generated.** You should normally
|
10714
10721
|
# not need to pass this option.
|
@@ -10741,8 +10748,8 @@ module Aws::EC2
|
|
10741
10748
|
#
|
10742
10749
|
# @!attribute [rw] client_token
|
10743
10750
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10744
|
-
# idempotency of the request. For more information, see [How to
|
10745
|
-
#
|
10751
|
+
# idempotency of the request. For more information, see [How to ensure
|
10752
|
+
# idempotency][1].
|
10746
10753
|
#
|
10747
10754
|
#
|
10748
10755
|
#
|
@@ -10806,8 +10813,8 @@ module Aws::EC2
|
|
10806
10813
|
#
|
10807
10814
|
# @!attribute [rw] client_token
|
10808
10815
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10809
|
-
# idempotency of the request. For more information, see [How to
|
10810
|
-
#
|
10816
|
+
# idempotency of the request. For more information, see [How to ensure
|
10817
|
+
# idempotency][1].
|
10811
10818
|
#
|
10812
10819
|
# **A suitable default value is auto-generated.** You should normally
|
10813
10820
|
# not need to pass this option.
|
@@ -10836,8 +10843,8 @@ module Aws::EC2
|
|
10836
10843
|
#
|
10837
10844
|
# @!attribute [rw] client_token
|
10838
10845
|
# Unique, case-sensitive identifier that you provide to ensure the
|
10839
|
-
# idempotency of the request. For more information, see [How to
|
10840
|
-
#
|
10846
|
+
# idempotency of the request. For more information, see [How to ensure
|
10847
|
+
# idempotency][1].
|
10841
10848
|
#
|
10842
10849
|
#
|
10843
10850
|
#
|
@@ -11893,8 +11900,8 @@ module Aws::EC2
|
|
11893
11900
|
#
|
11894
11901
|
# @!attribute [rw] client_token
|
11895
11902
|
# Unique, case-sensitive identifier that you provide to ensure the
|
11896
|
-
# idempotency of the request. For more information, see [How to
|
11897
|
-
#
|
11903
|
+
# idempotency of the request. For more information, see [How to ensure
|
11904
|
+
# idempotency][1].
|
11898
11905
|
#
|
11899
11906
|
#
|
11900
11907
|
#
|
@@ -12008,8 +12015,8 @@ module Aws::EC2
|
|
12008
12015
|
#
|
12009
12016
|
# @!attribute [rw] client_token
|
12010
12017
|
# Unique, case-sensitive identifier that you provide to ensure the
|
12011
|
-
# idempotency of the request. For more information, see [How to
|
12012
|
-
#
|
12018
|
+
# idempotency of the request. For more information, see [How to ensure
|
12019
|
+
# idempotency][1].
|
12013
12020
|
#
|
12014
12021
|
#
|
12015
12022
|
#
|
@@ -12128,8 +12135,8 @@ module Aws::EC2
|
|
12128
12135
|
#
|
12129
12136
|
# @!attribute [rw] client_token
|
12130
12137
|
# Unique, case-sensitive identifier that you provide to ensure the
|
12131
|
-
# idempotency of the request. For more information, see [How to
|
12132
|
-
#
|
12138
|
+
# idempotency of the request. For more information, see [How to ensure
|
12139
|
+
# idempotency][1].
|
12133
12140
|
#
|
12134
12141
|
#
|
12135
12142
|
#
|
@@ -17836,9 +17843,10 @@ module Aws::EC2
|
|
17836
17843
|
# @return [Array<String>]
|
17837
17844
|
#
|
17838
17845
|
# @!attribute [rw] owners
|
17839
|
-
# Filters the AFI by owner. Specify an
|
17840
|
-
# is the sender of the request), or an
|
17841
|
-
# are `amazon` \|
|
17846
|
+
# Filters the AFI by owner. Specify an Amazon Web Services account ID,
|
17847
|
+
# `self` (owner is the sender of the request), or an Amazon Web
|
17848
|
+
# Services owner alias (valid values are `amazon` \|
|
17849
|
+
# `aws-marketplace`).
|
17842
17850
|
# @return [Array<String>]
|
17843
17851
|
#
|
17844
17852
|
# @!attribute [rw] filters
|
@@ -17853,12 +17861,12 @@ module Aws::EC2
|
|
17853
17861
|
#
|
17854
17862
|
# * `name` - The name of the AFI.
|
17855
17863
|
#
|
17856
|
-
# * `owner-id` - The
|
17864
|
+
# * `owner-id` - The Amazon Web Services account ID of the AFI owner.
|
17857
17865
|
#
|
17858
17866
|
# * `product-code` - The product code.
|
17859
17867
|
#
|
17860
|
-
# * `shell-version` - The version of the
|
17861
|
-
# create the bitstream.
|
17868
|
+
# * `shell-version` - The version of the Amazon Web Services Shell
|
17869
|
+
# that was used to create the bitstream.
|
17862
17870
|
#
|
17863
17871
|
# * `state` - The state of the AFI (`pending` \| `failed` \|
|
17864
17872
|
# `available` \| `unavailable`).
|
@@ -19261,9 +19269,12 @@ module Aws::EC2
|
|
19261
19269
|
# * `instance-storage-info.disk.type` - The storage technology for the
|
19262
19270
|
# local instance storage disks (`hdd` \| `ssd`).
|
19263
19271
|
#
|
19272
|
+
# * `instance-storage-info.encryption-supported` - Indicates whether
|
19273
|
+
# data is encrypted at rest (`required` \| `unsupported`).
|
19274
|
+
#
|
19264
19275
|
# * `instance-storage-info.nvme-support` - Indicates whether
|
19265
19276
|
# non-volatile memory express (NVMe) is supported for instance store
|
19266
|
-
# (`required` \| `supported`
|
19277
|
+
# (`required` \| `supported` \| `unsupported`).
|
19267
19278
|
#
|
19268
19279
|
# * `instance-storage-info.total-size-in-gb` - The total amount of
|
19269
19280
|
# storage available from all local instance storage, in GB.
|
@@ -26036,8 +26047,8 @@ module Aws::EC2
|
|
26036
26047
|
#
|
26037
26048
|
# * `service-id` - The ID of the service.
|
26038
26049
|
#
|
26039
|
-
# * `vpc-endpoint-owner` - The
|
26040
|
-
# endpoint.
|
26050
|
+
# * `vpc-endpoint-owner` - The ID of the Amazon Web Services account
|
26051
|
+
# ID that owns the endpoint.
|
26041
26052
|
#
|
26042
26053
|
# * `vpc-endpoint-state` - The state of the endpoint
|
26043
26054
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
@@ -26871,6 +26882,66 @@ module Aws::EC2
|
|
26871
26882
|
include Aws::Structure
|
26872
26883
|
end
|
26873
26884
|
|
26885
|
+
# Describes the destination options for a flow log.
|
26886
|
+
#
|
26887
|
+
# @note When making an API call, you may pass DestinationOptionsRequest
|
26888
|
+
# data as a hash:
|
26889
|
+
#
|
26890
|
+
# {
|
26891
|
+
# file_format: "plain-text", # accepts plain-text, parquet
|
26892
|
+
# hive_compatible_partitions: false,
|
26893
|
+
# per_hour_partition: false,
|
26894
|
+
# }
|
26895
|
+
#
|
26896
|
+
# @!attribute [rw] file_format
|
26897
|
+
# The format for the flow log. The default is `plain-text`.
|
26898
|
+
# @return [String]
|
26899
|
+
#
|
26900
|
+
# @!attribute [rw] hive_compatible_partitions
|
26901
|
+
# Indicates whether to use Hive-compatible prefixes for flow logs
|
26902
|
+
# stored in Amazon S3. The default is `false`.
|
26903
|
+
# @return [Boolean]
|
26904
|
+
#
|
26905
|
+
# @!attribute [rw] per_hour_partition
|
26906
|
+
# Indicates whether to partition the flow log per hour. This reduces
|
26907
|
+
# the cost and response time for queries. The default is `false`.
|
26908
|
+
# @return [Boolean]
|
26909
|
+
#
|
26910
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DestinationOptionsRequest AWS API Documentation
|
26911
|
+
#
|
26912
|
+
class DestinationOptionsRequest < Struct.new(
|
26913
|
+
:file_format,
|
26914
|
+
:hive_compatible_partitions,
|
26915
|
+
:per_hour_partition)
|
26916
|
+
SENSITIVE = []
|
26917
|
+
include Aws::Structure
|
26918
|
+
end
|
26919
|
+
|
26920
|
+
# Describes the destination options for a flow log.
|
26921
|
+
#
|
26922
|
+
# @!attribute [rw] file_format
|
26923
|
+
# The format for the flow log.
|
26924
|
+
# @return [String]
|
26925
|
+
#
|
26926
|
+
# @!attribute [rw] hive_compatible_partitions
|
26927
|
+
# Indicates whether to use Hive-compatible prefixes for flow logs
|
26928
|
+
# stored in Amazon S3.
|
26929
|
+
# @return [Boolean]
|
26930
|
+
#
|
26931
|
+
# @!attribute [rw] per_hour_partition
|
26932
|
+
# Indicates whether to partition the flow log per hour.
|
26933
|
+
# @return [Boolean]
|
26934
|
+
#
|
26935
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DestinationOptionsResponse AWS API Documentation
|
26936
|
+
#
|
26937
|
+
class DestinationOptionsResponse < Struct.new(
|
26938
|
+
:file_format,
|
26939
|
+
:hive_compatible_partitions,
|
26940
|
+
:per_hour_partition)
|
26941
|
+
SENSITIVE = []
|
26942
|
+
include Aws::Structure
|
26943
|
+
end
|
26944
|
+
|
26874
26945
|
# @note When making an API call, you may pass DetachClassicLinkVpcRequest
|
26875
26946
|
# data as a hash:
|
26876
26947
|
#
|
@@ -28277,7 +28348,7 @@ module Aws::EC2
|
|
28277
28348
|
include Aws::Structure
|
28278
28349
|
end
|
28279
28350
|
|
28280
|
-
# Describes
|
28351
|
+
# Describes a disk.
|
28281
28352
|
#
|
28282
28353
|
# @!attribute [rw] size_in_gb
|
28283
28354
|
# The size of the disk in GB.
|
@@ -29432,71 +29503,91 @@ module Aws::EC2
|
|
29432
29503
|
# @!attribute [rw] event_sub_type
|
29433
29504
|
# The event.
|
29434
29505
|
#
|
29435
|
-
#
|
29506
|
+
# `error` events:
|
29436
29507
|
#
|
29437
|
-
# * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet
|
29508
|
+
# * `iamFleetRoleInvalid` - The EC2 Fleet or Spot Fleet does not have
|
29438
29509
|
# the required permissions either to launch or terminate an
|
29439
29510
|
# instance.
|
29440
29511
|
#
|
29441
|
-
# * `
|
29442
|
-
#
|
29512
|
+
# * `allLaunchSpecsTemporarilyBlacklisted` - None of the
|
29513
|
+
# configurations are valid, and several attempts to launch instances
|
29514
|
+
# have failed. For more information, see the description of the
|
29515
|
+
# event.
|
29443
29516
|
#
|
29444
29517
|
# * `spotInstanceCountLimitExceeded` - You've reached the limit on
|
29445
29518
|
# the number of Spot Instances that you can launch.
|
29446
29519
|
#
|
29447
|
-
#
|
29520
|
+
# * `spotFleetRequestConfigurationInvalid` - The configuration is not
|
29521
|
+
# valid. For more information, see the description of the event.
|
29522
|
+
#
|
29523
|
+
# `fleetRequestChange` events:
|
29448
29524
|
#
|
29449
29525
|
# * `active` - The EC2 Fleet or Spot Fleet request has been validated
|
29450
29526
|
# and Amazon EC2 is attempting to maintain the target number of
|
29451
|
-
# running
|
29527
|
+
# running instances.
|
29452
29528
|
#
|
29453
29529
|
# * `cancelled` - The EC2 Fleet or Spot Fleet request is canceled and
|
29454
|
-
# has no running
|
29455
|
-
# deleted two days after its instances
|
29530
|
+
# has no running instances. The EC2 Fleet or Spot Fleet will be
|
29531
|
+
# deleted two days after its instances are terminated.
|
29456
29532
|
#
|
29457
29533
|
# * `cancelled_running` - The EC2 Fleet or Spot Fleet request is
|
29458
|
-
# canceled and does not launch additional
|
29459
|
-
#
|
29460
|
-
# terminated.
|
29534
|
+
# canceled and does not launch additional instances. Its existing
|
29535
|
+
# instances continue to run until they are interrupted or
|
29536
|
+
# terminated. The request remains in this state until all instances
|
29537
|
+
# are interrupted or terminated.
|
29461
29538
|
#
|
29462
29539
|
# * `cancelled_terminating` - The EC2 Fleet or Spot Fleet request is
|
29463
|
-
# canceled and its
|
29540
|
+
# canceled and its instances are terminating. The request remains in
|
29541
|
+
# this state until all instances are terminated.
|
29464
29542
|
#
|
29465
|
-
# * `expired` - The EC2 Fleet or Spot Fleet request has expired.
|
29466
|
-
# subsequent event indicates that the instances were terminated, if
|
29543
|
+
# * `expired` - The EC2 Fleet or Spot Fleet request has expired. If
|
29467
29544
|
# the request was created with `TerminateInstancesWithExpiration`
|
29468
|
-
# set
|
29545
|
+
# set, a subsequent `terminated` event indicates that the instances
|
29546
|
+
# are terminated.
|
29469
29547
|
#
|
29470
|
-
# * `modify_in_progress` -
|
29471
|
-
#
|
29548
|
+
# * `modify_in_progress` - The EC2 Fleet or Spot Fleet request is
|
29549
|
+
# being modified. The request remains in this state until the
|
29550
|
+
# modification is fully processed.
|
29472
29551
|
#
|
29473
29552
|
# * `modify_succeeded` - The EC2 Fleet or Spot Fleet request was
|
29474
29553
|
# modified.
|
29475
29554
|
#
|
29476
29555
|
# * `submitted` - The EC2 Fleet or Spot Fleet request is being
|
29477
29556
|
# evaluated and Amazon EC2 is preparing to launch the target number
|
29478
|
-
# of
|
29557
|
+
# of instances.
|
29479
29558
|
#
|
29480
|
-
# The
|
29559
|
+
# * `progress` - The EC2 Fleet or Spot Fleet request is in the process
|
29560
|
+
# of being fulfilled.
|
29481
29561
|
#
|
29482
|
-
#
|
29483
|
-
#
|
29562
|
+
# `instanceChange` events:
|
29563
|
+
#
|
29564
|
+
# * `launched` - A new instance was launched.
|
29484
29565
|
#
|
29485
29566
|
# * `terminated` - An instance was terminated by the user.
|
29486
29567
|
#
|
29487
|
-
#
|
29568
|
+
# * `termination_notified` - An instance termination notification was
|
29569
|
+
# sent when a Spot Instance was terminated by Amazon EC2 during
|
29570
|
+
# scale-down, when the target capacity of the fleet was modified
|
29571
|
+
# down, for example, from a target capacity of 4 to a target
|
29572
|
+
# capacity of 3.
|
29573
|
+
#
|
29574
|
+
# `Information` events:
|
29575
|
+
#
|
29576
|
+
# * `fleetProgressHalted` - The price in every launch specification is
|
29577
|
+
# not valid because it is below the Spot price (all the launch
|
29578
|
+
# specifications have produced `launchSpecUnusable` events). A
|
29579
|
+
# launch specification might become valid if the Spot price changes.
|
29488
29580
|
#
|
29489
29581
|
# * `launchSpecTemporarilyBlacklisted` - The configuration is not
|
29490
29582
|
# valid and several attempts to launch instances have failed. For
|
29491
29583
|
# more information, see the description of the event.
|
29492
29584
|
#
|
29493
29585
|
# * `launchSpecUnusable` - The price in a launch specification is not
|
29494
|
-
# valid because it is below the Spot price
|
29495
|
-
# above the On-Demand price.
|
29586
|
+
# valid because it is below the Spot price.
|
29496
29587
|
#
|
29497
|
-
# * `
|
29498
|
-
#
|
29499
|
-
#
|
29588
|
+
# * `registerWithLoadBalancersFailed` - An attempt to register
|
29589
|
+
# instances with load balancers failed. For more information, see
|
29590
|
+
# the description of the event.
|
29500
29591
|
# @return [String]
|
29501
29592
|
#
|
29502
29593
|
# @!attribute [rw] instance_id
|
@@ -31121,15 +31212,14 @@ module Aws::EC2
|
|
31121
31212
|
# @return [String]
|
31122
31213
|
#
|
31123
31214
|
# @!attribute [rw] log_destination_type
|
31124
|
-
#
|
31125
|
-
#
|
31126
|
-
# Amazon S3.
|
31215
|
+
# The type of destination to which the flow log data is published.
|
31216
|
+
# Flow log data can be published to CloudWatch Logs or Amazon S3.
|
31127
31217
|
# @return [String]
|
31128
31218
|
#
|
31129
31219
|
# @!attribute [rw] log_destination
|
31130
|
-
#
|
31131
|
-
#
|
31132
|
-
#
|
31220
|
+
# The destination to which the flow log data is published. Flow log
|
31221
|
+
# data can be published to an CloudWatch Logs log group or an Amazon
|
31222
|
+
# S3 bucket. If the flow log publishes to CloudWatch Logs, this
|
31133
31223
|
# element indicates the Amazon Resource Name (ARN) of the CloudWatch
|
31134
31224
|
# Logs log group to which the data is published. If the flow log
|
31135
31225
|
# publishes to Amazon S3, this element indicates the ARN of the Amazon
|
@@ -31159,6 +31249,10 @@ module Aws::EC2
|
|
31159
31249
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
31160
31250
|
# @return [Integer]
|
31161
31251
|
#
|
31252
|
+
# @!attribute [rw] destination_options
|
31253
|
+
# The destination options.
|
31254
|
+
# @return [Types::DestinationOptionsResponse]
|
31255
|
+
#
|
31162
31256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FlowLog AWS API Documentation
|
31163
31257
|
#
|
31164
31258
|
class FlowLog < Struct.new(
|
@@ -31175,7 +31269,8 @@ module Aws::EC2
|
|
31175
31269
|
:log_destination,
|
31176
31270
|
:log_format,
|
31177
31271
|
:tags,
|
31178
|
-
:max_aggregation_interval
|
31272
|
+
:max_aggregation_interval,
|
31273
|
+
:destination_options)
|
31179
31274
|
SENSITIVE = []
|
31180
31275
|
include Aws::Structure
|
31181
31276
|
end
|
@@ -31242,7 +31337,8 @@ module Aws::EC2
|
|
31242
31337
|
# @return [String]
|
31243
31338
|
#
|
31244
31339
|
# @!attribute [rw] shell_version
|
31245
|
-
# The version of the
|
31340
|
+
# The version of the Amazon Web Services Shell that was used to create
|
31341
|
+
# the bitstream.
|
31246
31342
|
# @return [String]
|
31247
31343
|
#
|
31248
31344
|
# @!attribute [rw] pci_id
|
@@ -31262,7 +31358,7 @@ module Aws::EC2
|
|
31262
31358
|
# @return [Time]
|
31263
31359
|
#
|
31264
31360
|
# @!attribute [rw] owner_id
|
31265
|
-
# The
|
31361
|
+
# The ID of the Amazon Web Services account that owns the AFI.
|
31266
31362
|
# @return [String]
|
31267
31363
|
#
|
31268
31364
|
# @!attribute [rw] owner_alias
|
@@ -34316,13 +34412,12 @@ module Aws::EC2
|
|
34316
34412
|
# @return [Array<Types::TagSpecification>]
|
34317
34413
|
#
|
34318
34414
|
# @!attribute [rw] usage_operation
|
34319
|
-
# The usage operation value. For more information, see [
|
34320
|
-
#
|
34321
|
-
# Guide*.
|
34415
|
+
# The usage operation value. For more information, see [Licensing
|
34416
|
+
# options][1] in the *VM Import/Export User Guide*.
|
34322
34417
|
#
|
34323
34418
|
#
|
34324
34419
|
#
|
34325
|
-
# [1]: https://docs.aws.amazon.com/
|
34420
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites
|
34326
34421
|
# @return [String]
|
34327
34422
|
#
|
34328
34423
|
# @!attribute [rw] boot_mode
|
@@ -36222,14 +36317,11 @@ module Aws::EC2
|
|
36222
36317
|
# @return [Integer]
|
36223
36318
|
#
|
36224
36319
|
# @!attribute [rw] http_endpoint
|
36225
|
-
#
|
36226
|
-
#
|
36227
|
-
# is `enabled`.
|
36320
|
+
# Enables or disables the HTTP metadata endpoint on your instances. If
|
36321
|
+
# the parameter is not specified, the default state is `enabled`.
|
36228
36322
|
#
|
36229
|
-
#
|
36323
|
+
# If you specify a value of `disabled`, you will not be able to access
|
36230
36324
|
# your instance metadata.
|
36231
|
-
#
|
36232
|
-
# </note>
|
36233
36325
|
# @return [String]
|
36234
36326
|
#
|
36235
36327
|
# @!attribute [rw] http_protocol_ipv_6
|
@@ -36289,19 +36381,13 @@ module Aws::EC2
|
|
36289
36381
|
# @return [Integer]
|
36290
36382
|
#
|
36291
36383
|
# @!attribute [rw] http_endpoint
|
36292
|
-
#
|
36293
|
-
#
|
36294
|
-
# is `enabled`.
|
36295
|
-
#
|
36296
|
-
# <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
|
36297
|
-
# your instance metadata.
|
36298
|
-
#
|
36299
|
-
# </note>
|
36384
|
+
# Indicates whether the HTTP metadata endpoint on your instances is
|
36385
|
+
# enabled or disabled.
|
36300
36386
|
# @return [String]
|
36301
36387
|
#
|
36302
36388
|
# @!attribute [rw] http_protocol_ipv_6
|
36303
|
-
#
|
36304
|
-
# is enabled or disabled.
|
36389
|
+
# Indicates whether the IPv6 endpoint for the instance metadata
|
36390
|
+
# service is enabled or disabled.
|
36305
36391
|
# @return [String]
|
36306
36392
|
#
|
36307
36393
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceMetadataOptionsResponse AWS API Documentation
|
@@ -37002,7 +37088,8 @@ module Aws::EC2
|
|
37002
37088
|
include Aws::Structure
|
37003
37089
|
end
|
37004
37090
|
|
37005
|
-
# Describes the
|
37091
|
+
# Describes the instance store features that are supported by the
|
37092
|
+
# instance type.
|
37006
37093
|
#
|
37007
37094
|
# @!attribute [rw] total_size_in_gb
|
37008
37095
|
# The total size of the disks, in GB.
|
@@ -37013,8 +37100,11 @@ module Aws::EC2
|
|
37013
37100
|
# @return [Array<Types::DiskInfo>]
|
37014
37101
|
#
|
37015
37102
|
# @!attribute [rw] nvme_support
|
37016
|
-
# Indicates whether non-volatile memory express (NVMe) is supported
|
37017
|
-
#
|
37103
|
+
# Indicates whether non-volatile memory express (NVMe) is supported.
|
37104
|
+
# @return [String]
|
37105
|
+
#
|
37106
|
+
# @!attribute [rw] encryption_support
|
37107
|
+
# Indicates whether data is encrypted at rest.
|
37018
37108
|
# @return [String]
|
37019
37109
|
#
|
37020
37110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceStorageInfo AWS API Documentation
|
@@ -37022,7 +37112,8 @@ module Aws::EC2
|
|
37022
37112
|
class InstanceStorageInfo < Struct.new(
|
37023
37113
|
:total_size_in_gb,
|
37024
37114
|
:disks,
|
37025
|
-
:nvme_support
|
37115
|
+
:nvme_support,
|
37116
|
+
:encryption_support)
|
37026
37117
|
SENSITIVE = []
|
37027
37118
|
include Aws::Structure
|
37028
37119
|
end
|
@@ -39677,7 +39768,7 @@ module Aws::EC2
|
|
39677
39768
|
# Describes a load permission.
|
39678
39769
|
#
|
39679
39770
|
# @!attribute [rw] user_id
|
39680
|
-
# The
|
39771
|
+
# The Amazon Web Services account ID.
|
39681
39772
|
# @return [String]
|
39682
39773
|
#
|
39683
39774
|
# @!attribute [rw] group
|
@@ -39746,7 +39837,7 @@ module Aws::EC2
|
|
39746
39837
|
# @return [String]
|
39747
39838
|
#
|
39748
39839
|
# @!attribute [rw] user_id
|
39749
|
-
# The
|
39840
|
+
# The Amazon Web Services account ID.
|
39750
39841
|
# @return [String]
|
39751
39842
|
#
|
39752
39843
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LoadPermissionRequest AWS API Documentation
|
@@ -39769,7 +39860,8 @@ module Aws::EC2
|
|
39769
39860
|
# @return [String]
|
39770
39861
|
#
|
39771
39862
|
# @!attribute [rw] owner_id
|
39772
|
-
# The
|
39863
|
+
# The ID of the Amazon Web Services account that owns the local
|
39864
|
+
# gateway.
|
39773
39865
|
# @return [String]
|
39774
39866
|
#
|
39775
39867
|
# @!attribute [rw] state
|
@@ -39819,7 +39911,8 @@ module Aws::EC2
|
|
39819
39911
|
# @return [String]
|
39820
39912
|
#
|
39821
39913
|
# @!attribute [rw] owner_id
|
39822
|
-
# The
|
39914
|
+
# The ID of the Amazon Web Services account that owns the local
|
39915
|
+
# gateway route.
|
39823
39916
|
# @return [String]
|
39824
39917
|
#
|
39825
39918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRoute AWS API Documentation
|
@@ -39855,7 +39948,8 @@ module Aws::EC2
|
|
39855
39948
|
# @return [String]
|
39856
39949
|
#
|
39857
39950
|
# @!attribute [rw] owner_id
|
39858
|
-
# The
|
39951
|
+
# The ID of the Amazon Web Services account that owns the local
|
39952
|
+
# gateway route table.
|
39859
39953
|
# @return [String]
|
39860
39954
|
#
|
39861
39955
|
# @!attribute [rw] state
|
@@ -39905,8 +39999,8 @@ module Aws::EC2
|
|
39905
39999
|
# @return [String]
|
39906
40000
|
#
|
39907
40001
|
# @!attribute [rw] owner_id
|
39908
|
-
# The
|
39909
|
-
# group association.
|
40002
|
+
# The ID of the Amazon Web Services account that owns the local
|
40003
|
+
# gateway virtual interface group association.
|
39910
40004
|
# @return [String]
|
39911
40005
|
#
|
39912
40006
|
# @!attribute [rw] state
|
@@ -39957,8 +40051,8 @@ module Aws::EC2
|
|
39957
40051
|
# @return [String]
|
39958
40052
|
#
|
39959
40053
|
# @!attribute [rw] owner_id
|
39960
|
-
# The
|
39961
|
-
# association.
|
40054
|
+
# The ID of the Amazon Web Services account that owns the local
|
40055
|
+
# gateway route table for the association.
|
39962
40056
|
# @return [String]
|
39963
40057
|
#
|
39964
40058
|
# @!attribute [rw] state
|
@@ -40016,7 +40110,8 @@ module Aws::EC2
|
|
40016
40110
|
# @return [Integer]
|
40017
40111
|
#
|
40018
40112
|
# @!attribute [rw] owner_id
|
40019
|
-
# The
|
40113
|
+
# The ID of the Amazon Web Services account that owns the local
|
40114
|
+
# gateway virtual interface.
|
40020
40115
|
# @return [String]
|
40021
40116
|
#
|
40022
40117
|
# @!attribute [rw] tags
|
@@ -40054,8 +40149,8 @@ module Aws::EC2
|
|
40054
40149
|
# @return [String]
|
40055
40150
|
#
|
40056
40151
|
# @!attribute [rw] owner_id
|
40057
|
-
# The
|
40058
|
-
# group.
|
40152
|
+
# The ID of the Amazon Web Services account that owns the local
|
40153
|
+
# gateway virtual interface group.
|
40059
40154
|
# @return [String]
|
40060
40155
|
#
|
40061
40156
|
# @!attribute [rw] tags
|
@@ -40210,8 +40305,8 @@ module Aws::EC2
|
|
40210
40305
|
# @!attribute [rw] opt_in_status
|
40211
40306
|
# Indicates whether you are opted in to the Local Zone group or
|
40212
40307
|
# Wavelength Zone group. The only valid value is `opted-in`. You must
|
40213
|
-
# contact [
|
40214
|
-
# Wavelength Zone group.
|
40308
|
+
# contact [Amazon Web Services Support][1] to opt out of a Local Zone
|
40309
|
+
# or Wavelength Zone group.
|
40215
40310
|
#
|
40216
40311
|
#
|
40217
40312
|
#
|
@@ -40820,8 +40915,8 @@ module Aws::EC2
|
|
40820
40915
|
# @return [String]
|
40821
40916
|
#
|
40822
40917
|
# @!attribute [rw] user_ids
|
40823
|
-
# The
|
40824
|
-
# `loadPermission` attribute.
|
40918
|
+
# The Amazon Web Services account IDs. This parameter is valid only
|
40919
|
+
# when modifying the `loadPermission` attribute.
|
40825
40920
|
# @return [Array<String>]
|
40826
40921
|
#
|
40827
40922
|
# @!attribute [rw] user_groups
|
@@ -42425,7 +42520,7 @@ module Aws::EC2
|
|
42425
42520
|
# @return [String]
|
42426
42521
|
#
|
42427
42522
|
# @!attribute [rw] traffic_direction
|
42428
|
-
# The type of traffic
|
42523
|
+
# The type of traffic to assign to the rule.
|
42429
42524
|
# @return [String]
|
42430
42525
|
#
|
42431
42526
|
# @!attribute [rw] rule_number
|
@@ -47479,22 +47574,14 @@ module Aws::EC2
|
|
47479
47574
|
#
|
47480
47575
|
# @!attribute [rw] network_border_group
|
47481
47576
|
# The set of Availability Zones, Local Zones, or Wavelength Zones from
|
47482
|
-
# which
|
47483
|
-
#
|
47484
|
-
# If you provide an incorrect network border group, you will receive
|
47485
|
-
# an `InvalidAddress.NotFound` error. For more information, see [Error
|
47486
|
-
# Codes][1].
|
47487
|
-
#
|
47488
|
-
# <note markdown="1"> You cannot use a network border group with EC2 Classic. If you
|
47489
|
-
# attempt this operation on EC2 classic, you will receive an
|
47490
|
-
# `InvalidParameterCombination` error. For more information, see
|
47491
|
-
# [Error Codes][1].
|
47492
|
-
#
|
47493
|
-
# </note>
|
47494
|
-
#
|
47577
|
+
# which Amazon Web Services advertises IP addresses.
|
47495
47578
|
#
|
47579
|
+
# If you provide an incorrect network border group, you receive an
|
47580
|
+
# `InvalidAddress.NotFound` error.
|
47496
47581
|
#
|
47497
|
-
#
|
47582
|
+
# You cannot use a network border group with EC2 Classic. If you
|
47583
|
+
# attempt this operation on EC2 classic, you receive an
|
47584
|
+
# `InvalidParameterCombination` error.
|
47498
47585
|
# @return [String]
|
47499
47586
|
#
|
47500
47587
|
# @!attribute [rw] dry_run
|
@@ -53216,8 +53303,8 @@ module Aws::EC2
|
|
53216
53303
|
# @return [Array<String>]
|
53217
53304
|
#
|
53218
53305
|
# @!attribute [rw] acceptance_required
|
53219
|
-
# Indicates whether requests from other
|
53220
|
-
# endpoint to the service must first be accepted.
|
53306
|
+
# Indicates whether requests from other Amazon Web Services accounts
|
53307
|
+
# to create an endpoint to the service must first be accepted.
|
53221
53308
|
# @return [Boolean]
|
53222
53309
|
#
|
53223
53310
|
# @!attribute [rw] manages_vpc_endpoints
|
@@ -53292,7 +53379,7 @@ module Aws::EC2
|
|
53292
53379
|
# @return [Array<String>]
|
53293
53380
|
#
|
53294
53381
|
# @!attribute [rw] owner
|
53295
|
-
# The
|
53382
|
+
# The Amazon Web Services account ID of the service owner.
|
53296
53383
|
# @return [String]
|
53297
53384
|
#
|
53298
53385
|
# @!attribute [rw] base_endpoint_dns_names
|
@@ -55999,33 +56086,7 @@ module Aws::EC2
|
|
55999
56086
|
# }
|
56000
56087
|
#
|
56001
56088
|
# @!attribute [rw] resource_type
|
56002
|
-
# The type of resource to tag on creation.
|
56003
|
-
# `capacity-reservation` \| `carrier-gateway` \| `client-vpn-endpoint`
|
56004
|
-
# \| `customer-gateway` \| `dedicated-host` \| `dhcp-options` \|
|
56005
|
-
# `egress-only-internet-gateway` \| `elastic-gpu` \| `elastic-ip` \|
|
56006
|
-
# `export-image-task` \| `export-instance-task` \| `fleet` \|
|
56007
|
-
# `fpga-image` \| `host-reservation` \| `image` \| `import-image-task`
|
56008
|
-
# \| `import-snapshot-task` \| `instance` \| `instance-event-window`
|
56009
|
-
# \| `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \|
|
56010
|
-
# `key-pair` \| `launch-template` \|
|
56011
|
-
# `local-gateway-route-table-vpc-association` \| `natgateway` \|
|
56012
|
-
# `network-acl` \| `network-insights-analysis` \|
|
56013
|
-
# `network-insights-path` \| `network-interface` \| `placement-group`
|
56014
|
-
# \| `prefix-list` \| `reserved-instances` \| `route-table` \|
|
56015
|
-
# `security-group` \| `security-group-rule` \| `snapshot` \|
|
56016
|
-
# `spot-fleet-request` \| `spot-instances-request` \| `subnet` \|
|
56017
|
-
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
56018
|
-
# `traffic-mirror-target` \| `transit-gateway` \|
|
56019
|
-
# `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
|
56020
|
-
# \| `transit-gateway-route-table` \| `volume` \| `vpc` \|
|
56021
|
-
# `vpc-endpoint` \| `vpc-endpoint-service` \| `vpc-flow-log` \|
|
56022
|
-
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
|
56023
|
-
#
|
56024
|
-
# To tag a resource after it has been created, see [CreateTags][1].
|
56025
|
-
#
|
56026
|
-
#
|
56027
|
-
#
|
56028
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html
|
56089
|
+
# The type of resource to tag on creation.
|
56029
56090
|
# @return [String]
|
56030
56091
|
#
|
56031
56092
|
# @!attribute [rw] tags
|
@@ -59421,7 +59482,8 @@ module Aws::EC2
|
|
59421
59482
|
# @return [Array<Types::Tag>]
|
59422
59483
|
#
|
59423
59484
|
# @!attribute [rw] owner_id
|
59424
|
-
# The ID of the
|
59485
|
+
# The ID of the Amazon Web Services account that owns the VPC
|
59486
|
+
# endpoint.
|
59425
59487
|
# @return [String]
|
59426
59488
|
#
|
59427
59489
|
# @!attribute [rw] last_error
|
@@ -59463,7 +59525,8 @@ module Aws::EC2
|
|
59463
59525
|
# @return [String]
|
59464
59526
|
#
|
59465
59527
|
# @!attribute [rw] vpc_endpoint_owner
|
59466
|
-
# The
|
59528
|
+
# The ID of the Amazon Web Services account that owns the VPC
|
59529
|
+
# endpoint.
|
59467
59530
|
# @return [String]
|
59468
59531
|
#
|
59469
59532
|
# @!attribute [rw] vpc_endpoint_state
|
@@ -59519,8 +59582,8 @@ module Aws::EC2
|
|
59519
59582
|
#
|
59520
59583
|
# @!attribute [rw] network_border_group
|
59521
59584
|
# The name of the unique set of Availability Zones, Local Zones, or
|
59522
|
-
# Wavelength Zones from which
|
59523
|
-
# example, `us-east-1-wl1-bos-wlz-1`.
|
59585
|
+
# Wavelength Zones from which Amazon Web Services advertises IP
|
59586
|
+
# addresses, for example, `us-east-1-wl1-bos-wlz-1`.
|
59524
59587
|
# @return [String]
|
59525
59588
|
#
|
59526
59589
|
# @!attribute [rw] ipv_6_pool
|