aws-sdk-ec2 1.244.0 → 1.245.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: c7c515f268f956154e9e851557edb69dc7958147f1588bf8efb86555f613b7f3
4
- data.tar.gz: 562017e28c53241f453ee8ab2878a20fb3f99ef8499f7a5068b35d5f7ce17610
3
+ metadata.gz: 97d06e5bc03fed7eb9d26f6b5babd72c1b13303ce34e07ff11dae456512cd35e
4
+ data.tar.gz: 1aec60952aa02aa18d934526cce5ca9c5782e3b8d5b1da0d27b40592587d7a40
5
5
  SHA512:
6
- metadata.gz: 3807c56594cfa05a237fe36ce93f8e3b0afa065b02e1faba8ee8bdfcac80d998d0a89c4c1f8477af57aaa46eb010d3b7946db1df6a6b83e67a3aa6d89a6fdbcf
7
- data.tar.gz: 9457d77eb1e02bc3cb089bb6440063a8cf31691c19e78b4a71f6ca3b76cf7c294be6fc59a3826cbac839ba5e22d4c0e452b178fb4ba1dd552557ed69d9584e9a
6
+ metadata.gz: 59558cbb57b0241a4e657e0dae731ae4f067081717ffe4655b9d9114a4293f2286813d99f51693d7dfb03c061b9bd22ff668aaaa7b3094f231fa38dd4e31c389
7
+ data.tar.gz: 7ff4bdaa641dd5eb6853cf5b55c00574702f3d637ca3fab04462f20d3b7d9da25e5c6dd1a8cfbdac5d00d44ad9d97d0c73fd682ec4cf5f7b4893cd42ae7c99a8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.245.0 (2021-06-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
8
+
4
9
  1.244.0 (2021-06-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.244.0
1
+ 1.245.0
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.244.0'
75
+ GEM_VERSION = '1.245.0'
76
76
 
77
77
  end
@@ -36602,6 +36602,9 @@ module Aws::EC2
36602
36602
  # @option params [Array<Types::TagSpecification>] :pool_tag_specifications
36603
36603
  # The tags to apply to the address pool.
36604
36604
  #
36605
+ # @option params [Boolean] :multi_region
36606
+ # <para>Reserved.</para>
36607
+ #
36605
36608
  # @return [Types::ProvisionByoipCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
36606
36609
  #
36607
36610
  # * {Types::ProvisionByoipCidrResult#byoip_cidr #byoip_cidr} => Types::ByoipCidr
@@ -36628,6 +36631,7 @@ module Aws::EC2
36628
36631
  # ],
36629
36632
  # },
36630
36633
  # ],
36634
+ # multi_region: false,
36631
36635
  # })
36632
36636
  #
36633
36637
  # @example Response structure
@@ -42239,7 +42243,7 @@ module Aws::EC2
42239
42243
  params: params,
42240
42244
  config: config)
42241
42245
  context[:gem_name] = 'aws-sdk-ec2'
42242
- context[:gem_version] = '1.244.0'
42246
+ context[:gem_version] = '1.245.0'
42243
42247
  Seahorse::Client::Request.new(handlers, context)
42244
42248
  end
42245
42249
 
@@ -8913,6 +8913,7 @@ module Aws::EC2
8913
8913
  ProvisionByoipCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
8914
8914
  ProvisionByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8915
8915
  ProvisionByoipCidrRequest.add_member(:pool_tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "PoolTagSpecification"))
8916
+ ProvisionByoipCidrRequest.add_member(:multi_region, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiRegion"))
8916
8917
  ProvisionByoipCidrRequest.struct_class = Types::ProvisionByoipCidrRequest
8917
8918
 
8918
8919
  ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
@@ -43582,6 +43582,7 @@ module Aws::EC2
43582
43582
  # ],
43583
43583
  # },
43584
43584
  # ],
43585
+ # multi_region: false,
43585
43586
  # }
43586
43587
  #
43587
43588
  # @!attribute [rw] cidr
@@ -43619,6 +43620,10 @@ module Aws::EC2
43619
43620
  # The tags to apply to the address pool.
43620
43621
  # @return [Array<Types::TagSpecification>]
43621
43622
  #
43623
+ # @!attribute [rw] multi_region
43624
+ # <para>Reserved.</para>
43625
+ # @return [Boolean]
43626
+ #
43622
43627
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionByoipCidrRequest AWS API Documentation
43623
43628
  #
43624
43629
  class ProvisionByoipCidrRequest < Struct.new(
@@ -43627,7 +43632,8 @@ module Aws::EC2
43627
43632
  :publicly_advertisable,
43628
43633
  :description,
43629
43634
  :dry_run,
43630
- :pool_tag_specifications)
43635
+ :pool_tag_specifications,
43636
+ :multi_region)
43631
43637
  SENSITIVE = []
43632
43638
  include Aws::Structure
43633
43639
  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.244.0
4
+ version: 1.245.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-06-16 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4