aws-sdk-ec2 1.271.0 → 1.272.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: ea40e0b000cb49b187ffa3a2640f43785cbd12d5fa836f93ff8f3014394649a8
4
- data.tar.gz: e6283058cb6743bbe29c24668dad194efb1b9de1a92a322c1f8a80e538815431
3
+ metadata.gz: 12a0b2cda771675a840b0e66f8e2a69c58c0a9aa6355ad599d8c8f2ea8b7a06b
4
+ data.tar.gz: 6f106c2dc1af2352ed7ac30d8a8cccb8d8aec6be3355ded452050c107d2f17d8
5
5
  SHA512:
6
- metadata.gz: 2e7bc74379e06e92818cf05dc8fc8ad593e5996a0afee01d8092c325d60732a773a8f46fa33c1be318b41b36c5a412603d80aa090a66a7075800b90d824096f6
7
- data.tar.gz: 714ae49832d189055595ead24fc96069955296a4cd6b04916ba3ea9143edf79dbd0166fc3a9a430cd22bfcf30bd5e513bce0528d940d7812fd8321f6ed36ebe4
6
+ metadata.gz: fefddb44b0518eae62445067ce993da98b1f71d74c98c5aace6f5026107f07a768e444652f8068c08825645c19fb2cb2a8fa769289ec2a601d43a0cb6ad5af3f
7
+ data.tar.gz: 27aa144ce233d714ec5fda01bf174005c961e7a4dd630731a4b95828d082b4dade8121d8fd0ef6049a2ec3b6fc350f76041c39e97cc3fdda660ecebf040de690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.272.0 (2021-10-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
8
+
4
9
  1.271.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.271.0
1
+ 1.272.0
@@ -11807,6 +11807,9 @@ module Aws::EC2
11807
11807
  # resp.vpn_connection.vpn_connection_id #=> String
11808
11808
  # resp.vpn_connection.vpn_gateway_id #=> String
11809
11809
  # resp.vpn_connection.transit_gateway_id #=> String
11810
+ # resp.vpn_connection.core_network_arn #=> String
11811
+ # resp.vpn_connection.core_network_attachment_arn #=> String
11812
+ # resp.vpn_connection.gateway_association_state #=> String
11810
11813
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
11811
11814
  # resp.vpn_connection.options.static_routes_only #=> Boolean
11812
11815
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -29532,6 +29535,9 @@ module Aws::EC2
29532
29535
  # resp.vpn_connections[0].vpn_connection_id #=> String
29533
29536
  # resp.vpn_connections[0].vpn_gateway_id #=> String
29534
29537
  # resp.vpn_connections[0].transit_gateway_id #=> String
29538
+ # resp.vpn_connections[0].core_network_arn #=> String
29539
+ # resp.vpn_connections[0].core_network_attachment_arn #=> String
29540
+ # resp.vpn_connections[0].gateway_association_state #=> String
29535
29541
  # resp.vpn_connections[0].options.enable_acceleration #=> Boolean
29536
29542
  # resp.vpn_connections[0].options.static_routes_only #=> Boolean
29537
29543
  # resp.vpn_connections[0].options.local_ipv_4_network_cidr #=> String
@@ -37853,6 +37859,9 @@ module Aws::EC2
37853
37859
  # resp.vpn_connection.vpn_connection_id #=> String
37854
37860
  # resp.vpn_connection.vpn_gateway_id #=> String
37855
37861
  # resp.vpn_connection.transit_gateway_id #=> String
37862
+ # resp.vpn_connection.core_network_arn #=> String
37863
+ # resp.vpn_connection.core_network_attachment_arn #=> String
37864
+ # resp.vpn_connection.gateway_association_state #=> String
37856
37865
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
37857
37866
  # resp.vpn_connection.options.static_routes_only #=> Boolean
37858
37867
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -37974,6 +37983,9 @@ module Aws::EC2
37974
37983
  # resp.vpn_connection.vpn_connection_id #=> String
37975
37984
  # resp.vpn_connection.vpn_gateway_id #=> String
37976
37985
  # resp.vpn_connection.transit_gateway_id #=> String
37986
+ # resp.vpn_connection.core_network_arn #=> String
37987
+ # resp.vpn_connection.core_network_attachment_arn #=> String
37988
+ # resp.vpn_connection.gateway_association_state #=> String
37977
37989
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
37978
37990
  # resp.vpn_connection.options.static_routes_only #=> Boolean
37979
37991
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -38068,6 +38080,9 @@ module Aws::EC2
38068
38080
  # resp.vpn_connection.vpn_connection_id #=> String
38069
38081
  # resp.vpn_connection.vpn_gateway_id #=> String
38070
38082
  # resp.vpn_connection.transit_gateway_id #=> String
38083
+ # resp.vpn_connection.core_network_arn #=> String
38084
+ # resp.vpn_connection.core_network_attachment_arn #=> String
38085
+ # resp.vpn_connection.gateway_association_state #=> String
38071
38086
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
38072
38087
  # resp.vpn_connection.options.static_routes_only #=> Boolean
38073
38088
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -38222,6 +38237,9 @@ module Aws::EC2
38222
38237
  # resp.vpn_connection.vpn_connection_id #=> String
38223
38238
  # resp.vpn_connection.vpn_gateway_id #=> String
38224
38239
  # resp.vpn_connection.transit_gateway_id #=> String
38240
+ # resp.vpn_connection.core_network_arn #=> String
38241
+ # resp.vpn_connection.core_network_attachment_arn #=> String
38242
+ # resp.vpn_connection.gateway_association_state #=> String
38225
38243
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
38226
38244
  # resp.vpn_connection.options.static_routes_only #=> Boolean
38227
38245
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -44175,7 +44193,7 @@ module Aws::EC2
44175
44193
  params: params,
44176
44194
  config: config)
44177
44195
  context[:gem_name] = 'aws-sdk-ec2'
44178
- context[:gem_version] = '1.271.0'
44196
+ context[:gem_version] = '1.272.0'
44179
44197
  Seahorse::Client::Request.new(handlers, context)
44180
44198
  end
44181
44199
 
@@ -11687,6 +11687,9 @@ module Aws::EC2
11687
11687
  VpnConnection.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnConnectionId"))
11688
11688
  VpnConnection.add_member(:vpn_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnGatewayId"))
11689
11689
  VpnConnection.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
11690
+ VpnConnection.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkArn"))
11691
+ VpnConnection.add_member(:core_network_attachment_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkAttachmentArn"))
11692
+ VpnConnection.add_member(:gateway_association_state, Shapes::ShapeRef.new(shape: String, location_name: "gatewayAssociationState"))
11690
11693
  VpnConnection.add_member(:options, Shapes::ShapeRef.new(shape: VpnConnectionOptions, location_name: "options"))
11691
11694
  VpnConnection.add_member(:routes, Shapes::ShapeRef.new(shape: VpnStaticRouteList, location_name: "routes"))
11692
11695
  VpnConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
@@ -59777,6 +59777,18 @@ module Aws::EC2
59777
59777
  # The ID of the transit gateway associated with the VPN connection.
59778
59778
  # @return [String]
59779
59779
  #
59780
+ # @!attribute [rw] core_network_arn
59781
+ # The ARN of the core network.
59782
+ # @return [String]
59783
+ #
59784
+ # @!attribute [rw] core_network_attachment_arn
59785
+ # The ARN of the core network attachment.
59786
+ # @return [String]
59787
+ #
59788
+ # @!attribute [rw] gateway_association_state
59789
+ # The current state of the gateway association.
59790
+ # @return [String]
59791
+ #
59780
59792
  # @!attribute [rw] options
59781
59793
  # The VPN connection options.
59782
59794
  # @return [Types::VpnConnectionOptions]
@@ -59804,6 +59816,9 @@ module Aws::EC2
59804
59816
  :vpn_connection_id,
59805
59817
  :vpn_gateway_id,
59806
59818
  :transit_gateway_id,
59819
+ :core_network_arn,
59820
+ :core_network_attachment_arn,
59821
+ :gateway_association_state,
59807
59822
  :options,
59808
59823
  :routes,
59809
59824
  :tags,
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.271.0'
75
+ GEM_VERSION = '1.272.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.271.0
4
+ version: 1.272.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-18 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4