aws-sdk-ec2 1.198.0 → 1.199.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: f06156e4770a819318fbcae3efd8fea0333346453be525f185f7f53d8a2b4b60
4
- data.tar.gz: 3c143413662867fde0f8c007ee175ad47f6db8578a97aa393b85805100b4e6c9
3
+ metadata.gz: d294e8bfc8ed2fbf06c35a88f7e484f501257964b1ceeb44eae4a4d04426fd3b
4
+ data.tar.gz: 0c40b83a509acffc10af1d8a6fc233f37cd59a8f39b89deee0380b2a047ff534
5
5
  SHA512:
6
- metadata.gz: d2c786b06080fd079b59917f5d1cdaa11a456aacf53e97322241f803f56c97909ab85c54688ad1e2d0ad50f330328468c900a03c102cdc414434ded728665144
7
- data.tar.gz: 43230be8736cdc45e24626ab4ff663c88329efbfcb55cf7ff26d2e762072026fd10ada32a6c70a413d4da886c468b4d619b19f39bc06f82edc765be4e90aeeda
6
+ metadata.gz: f98e64b921201a7333235bee4ab5a5dd928e74fe65df1be4fd82536507ac8bd06889913ba77b7b0ee03c1de05f5ce593dfc36e3a5e41972cb4eaba809860496e
7
+ data.tar.gz: a90f19ef058dea1b4d0462be12dd981ac9cfc292482beb7eb3cfdf68941524ead67811c1157ff3c4fde8adad4d7a8daa238b1013a9a135de9c2ebd67caca4d62
@@ -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.198.0'
75
+ GEM_VERSION = '1.199.0'
76
76
 
77
77
  end
@@ -18747,6 +18747,7 @@ module Aws::EC2
18747
18747
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids #=> Array
18748
18748
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids[0] #=> String
18749
18749
  # resp.local_gateway_virtual_interface_groups[0].local_gateway_id #=> String
18750
+ # resp.local_gateway_virtual_interface_groups[0].owner_id #=> String
18750
18751
  # resp.local_gateway_virtual_interface_groups[0].tags #=> Array
18751
18752
  # resp.local_gateway_virtual_interface_groups[0].tags[0].key #=> String
18752
18753
  # resp.local_gateway_virtual_interface_groups[0].tags[0].value #=> String
@@ -18815,6 +18816,7 @@ module Aws::EC2
18815
18816
  # resp.local_gateway_virtual_interfaces[0].peer_address #=> String
18816
18817
  # resp.local_gateway_virtual_interfaces[0].local_bgp_asn #=> Integer
18817
18818
  # resp.local_gateway_virtual_interfaces[0].peer_bgp_asn #=> Integer
18819
+ # resp.local_gateway_virtual_interfaces[0].owner_id #=> String
18818
18820
  # resp.local_gateway_virtual_interfaces[0].tags #=> Array
18819
18821
  # resp.local_gateway_virtual_interfaces[0].tags[0].key #=> String
18820
18822
  # resp.local_gateway_virtual_interfaces[0].tags[0].value #=> String
@@ -38787,7 +38789,7 @@ module Aws::EC2
38787
38789
  params: params,
38788
38790
  config: config)
38789
38791
  context[:gem_name] = 'aws-sdk-ec2'
38790
- context[:gem_version] = '1.198.0'
38792
+ context[:gem_version] = '1.199.0'
38791
38793
  Seahorse::Client::Request.new(handlers, context)
38792
38794
  end
38793
38795
 
@@ -7209,12 +7209,14 @@ module Aws::EC2
7209
7209
  LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
7210
7210
  LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
7211
7211
  LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
7212
+ LocalGatewayVirtualInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7212
7213
  LocalGatewayVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7213
7214
  LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
7214
7215
 
7215
7216
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "localGatewayVirtualInterfaceGroupId"))
7216
7217
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
7217
7218
  LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
7219
+ LocalGatewayVirtualInterfaceGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
7218
7220
  LocalGatewayVirtualInterfaceGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
7219
7221
  LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
7220
7222
 
@@ -34210,6 +34210,10 @@ module Aws::EC2
34210
34210
  # The peer BGP ASN.
34211
34211
  # @return [Integer]
34212
34212
  #
34213
+ # @!attribute [rw] owner_id
34214
+ # The AWS account ID that owns the local gateway virtual interface.
34215
+ # @return [String]
34216
+ #
34213
34217
  # @!attribute [rw] tags
34214
34218
  # The tags assigned to the virtual interface.
34215
34219
  # @return [Array<Types::Tag>]
@@ -34224,6 +34228,7 @@ module Aws::EC2
34224
34228
  :peer_address,
34225
34229
  :local_bgp_asn,
34226
34230
  :peer_bgp_asn,
34231
+ :owner_id,
34227
34232
  :tags)
34228
34233
  SENSITIVE = []
34229
34234
  include Aws::Structure
@@ -34243,6 +34248,11 @@ module Aws::EC2
34243
34248
  # The ID of the local gateway.
34244
34249
  # @return [String]
34245
34250
  #
34251
+ # @!attribute [rw] owner_id
34252
+ # The AWS account ID that owns the local gateway virtual interface
34253
+ # group.
34254
+ # @return [String]
34255
+ #
34246
34256
  # @!attribute [rw] tags
34247
34257
  # The tags assigned to the virtual interface group.
34248
34258
  # @return [Array<Types::Tag>]
@@ -34253,6 +34263,7 @@ module Aws::EC2
34253
34263
  :local_gateway_virtual_interface_group_id,
34254
34264
  :local_gateway_virtual_interface_ids,
34255
34265
  :local_gateway_id,
34266
+ :owner_id,
34256
34267
  :tags)
34257
34268
  SENSITIVE = []
34258
34269
  include Aws::Structure
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.198.0
4
+ version: 1.199.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-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4