aws-sdk-ec2 1.266.0 → 1.270.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.
@@ -480,10 +480,10 @@ module Aws::EC2
480
480
  # ],
481
481
  # availability_zone: "String",
482
482
  # availability_zone_id: "String",
483
+ # cidr_block: "String", # required
483
484
  # ipv_6_cidr_block: "String",
484
485
  # outpost_arn: "String",
485
486
  # dry_run: false,
486
- # cidr_block: "String", # required
487
487
  # })
488
488
  # @param [Hash] options ({})
489
489
  # @option options [Array<Types::TagSpecification>] :tag_specifications
@@ -508,6 +508,11 @@ module Aws::EC2
508
508
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
509
509
  # @option options [String] :availability_zone_id
510
510
  # The AZ ID or the Local Zone ID of the subnet.
511
+ # @option options [required, String] :cidr_block
512
+ # The IPv4 network range for the subnet, in CIDR notation. For example,
513
+ # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
514
+ # form; for example, if you specify `100.68.0.18/18`, we modify it to
515
+ # `100.68.0.0/18`.
511
516
  # @option options [String] :ipv_6_cidr_block
512
517
  # The IPv6 network range for the subnet, in CIDR notation. The subnet
513
518
  # size must use a /64 prefix length.
@@ -520,11 +525,6 @@ module Aws::EC2
520
525
  # without actually making the request, and provides an error response.
521
526
  # If you have the required permissions, the error response is
522
527
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
523
- # @option options [required, String] :cidr_block
524
- # The IPv4 network range for the subnet, in CIDR notation. For example,
525
- # `10.0.0.0/24`. We modify the specified CIDR block to its canonical
526
- # form; for example, if you specify `100.68.0.18/18`, we modify it to
527
- # `100.68.0.0/18`.
528
528
  # @return [Subnet]
529
529
  def create_subnet(options = {})
530
530
  options = options.merge(vpc_id: @id)
@@ -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 AWS advertises IP addresses.
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 AWS advertises IP addresses.
318
+ # which Amazon Web Services advertises IP addresses.
318
319
  #
319
- # If you provide an incorrect network border group, you will receive an
320
- # `InvalidAddress.NotFound` error. For more information, see [Error
321
- # Codes][1].
320
+ # If you provide an incorrect network border group, you receive an
321
+ # `InvalidAddress.NotFound` error.
322
322
  #
323
- # <note markdown="1"> You cannot use a network border group with EC2 Classic. If you attempt
324
- # this operation on EC2 classic, you will receive an
325
- # `InvalidParameterCombination` error. For more information, see [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
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.266.0'
75
+ GEM_VERSION = '1.270.0'
76
76
 
77
77
  end
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.266.0
4
+ version: 1.270.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-05 00:00:00.000000000 Z
11
+ date: 2021-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4