aws-sdk-ec2 1.278.0 → 1.279.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 274544329b71218d0b2b0909ae2469bea539c388cee2412c0b3e05e55983ef3c
4
- data.tar.gz: a9913ba6db0c632b0b61a2ea389779a202a78371ca8310f83864f0cbe7d11edf
3
+ metadata.gz: aaaff48ec68842298d000a699378df99659741777bed1e30ffc5b54927b39399
4
+ data.tar.gz: de3ba80f9cbc25b79c397109d51fa8b7220f6dc5f11fc48c0325659b73be52c2
5
5
  SHA512:
6
- metadata.gz: b293150a65824261ced83d4eeff8d50f5249f0b29b7e260e9cefbae8abcfcb400650ab5755bfc241011771697561660352303fd066ab58959d0a651ab03985bc
7
- data.tar.gz: e0eca2feb56b5fadb02840b76045d143201864aede4ae5bad86080bd7d01ede010884f6b9db0c6ec4f1bc51cb9879d75a397d458ed9a35df9e4b299f5a2dbc0d
6
+ metadata.gz: d7efb859124f66cfd9c2a777c403c3fa4bbd4982df317b0e22b18adb47000d9c687b419269075d98e776fe7268ac033d1d3529d49a7be1e717646f3b54bc88a5
7
+ data.tar.gz: 877b1e3add4eb161b31c02c0fd07216079ea00aaa5bda48b9d38bee746dcb9f3ca4e1f5be9484f4e9636779b63e1154839d8f4f430fea0e1b26ca933a5d97466
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.279.0 (2021-11-11)
5
+ ------------------
6
+
7
+ * Feature - This release provides an additional route target for the VPC route table.
8
+
4
9
  1.278.0 (2021-11-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.278.0
1
+ 1.279.0
@@ -8767,6 +8767,8 @@ module Aws::EC2
8767
8767
  # @option params [String] :vpc_peering_connection_id
8768
8768
  # The ID of a VPC peering connection.
8769
8769
  #
8770
+ # @option params [String] :core_network_arn
8771
+ #
8770
8772
  # @return [Types::CreateRouteResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8771
8773
  #
8772
8774
  # * {Types::CreateRouteResult#return #return} => Boolean
@@ -8801,6 +8803,7 @@ module Aws::EC2
8801
8803
  # network_interface_id: "NetworkInterfaceId",
8802
8804
  # route_table_id: "RouteTableId", # required
8803
8805
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
8806
+ # core_network_arn: "CoreNetworkArn",
8804
8807
  # })
8805
8808
  #
8806
8809
  # @example Response structure
@@ -8919,6 +8922,7 @@ module Aws::EC2
8919
8922
  # resp.route_table.routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation"
8920
8923
  # resp.route_table.routes[0].state #=> String, one of "active", "blackhole"
8921
8924
  # resp.route_table.routes[0].vpc_peering_connection_id #=> String
8925
+ # resp.route_table.routes[0].core_network_arn #=> String
8922
8926
  # resp.route_table.tags #=> Array
8923
8927
  # resp.route_table.tags[0].key #=> String
8924
8928
  # resp.route_table.tags[0].value #=> String
@@ -24576,6 +24580,7 @@ module Aws::EC2
24576
24580
  # resp.route_tables[0].routes[0].origin #=> String, one of "CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation"
24577
24581
  # resp.route_tables[0].routes[0].state #=> String, one of "active", "blackhole"
24578
24582
  # resp.route_tables[0].routes[0].vpc_peering_connection_id #=> String
24583
+ # resp.route_tables[0].routes[0].core_network_arn #=> String
24579
24584
  # resp.route_tables[0].tags #=> Array
24580
24585
  # resp.route_tables[0].tags[0].key #=> String
24581
24586
  # resp.route_tables[0].tags[0].value #=> String
@@ -39392,7 +39397,7 @@ module Aws::EC2
39392
39397
  # The tags to apply to the address pool.
39393
39398
  #
39394
39399
  # @option params [Boolean] :multi_region
39395
- # <para>Reserved.</para>
39400
+ # Reserved.
39396
39401
  #
39397
39402
  # @return [Types::ProvisionByoipCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
39398
39403
  #
@@ -40808,6 +40813,8 @@ module Aws::EC2
40808
40813
  # @option params [String] :vpc_peering_connection_id
40809
40814
  # The ID of a VPC peering connection.
40810
40815
  #
40816
+ # @option params [String] :core_network_arn
40817
+ #
40811
40818
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
40812
40819
  #
40813
40820
  #
@@ -40841,6 +40848,7 @@ module Aws::EC2
40841
40848
  # network_interface_id: "NetworkInterfaceId",
40842
40849
  # route_table_id: "RouteTableId", # required
40843
40850
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
40851
+ # core_network_arn: "CoreNetworkArn",
40844
40852
  # })
40845
40853
  #
40846
40854
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReplaceRoute AWS API Documentation
@@ -45228,7 +45236,7 @@ module Aws::EC2
45228
45236
  params: params,
45229
45237
  config: config)
45230
45238
  context[:gem_name] = 'aws-sdk-ec2'
45231
- context[:gem_version] = '1.278.0'
45239
+ context[:gem_version] = '1.279.0'
45232
45240
  Seahorse::Client::Request.new(handlers, context)
45233
45241
  end
45234
45242
 
@@ -319,6 +319,7 @@ module Aws::EC2
319
319
  CopyTagsFromSource = Shapes::StringShape.new(name: 'CopyTagsFromSource')
320
320
  CoreCount = Shapes::IntegerShape.new(name: 'CoreCount')
321
321
  CoreCountList = Shapes::ListShape.new(name: 'CoreCountList')
322
+ CoreNetworkArn = Shapes::StringShape.new(name: 'CoreNetworkArn')
322
323
  CpuManufacturer = Shapes::StringShape.new(name: 'CpuManufacturer')
323
324
  CpuManufacturerSet = Shapes::ListShape.new(name: 'CpuManufacturerSet')
324
325
  CpuOptions = Shapes::StructureShape.new(name: 'CpuOptions')
@@ -3933,6 +3934,7 @@ module Aws::EC2
3933
3934
  CreateRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
3934
3935
  CreateRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
3935
3936
  CreateRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
3937
+ CreateRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
3936
3938
  CreateRouteRequest.struct_class = Types::CreateRouteRequest
3937
3939
 
3938
3940
  CreateRouteResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -9928,6 +9930,7 @@ module Aws::EC2
9928
9930
  ReplaceRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
9929
9931
  ReplaceRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
9930
9932
  ReplaceRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
9933
+ ReplaceRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
9931
9934
  ReplaceRouteRequest.struct_class = Types::ReplaceRouteRequest
9932
9935
 
9933
9936
  ReplaceRouteTableAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: RouteTableAssociationId, required: true, location_name: "associationId"))
@@ -10335,6 +10338,7 @@ module Aws::EC2
10335
10338
  Route.add_member(:origin, Shapes::ShapeRef.new(shape: RouteOrigin, location_name: "origin"))
10336
10339
  Route.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "state"))
10337
10340
  Route.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
10341
+ Route.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "coreNetworkArn"))
10338
10342
  Route.struct_class = Types::Route
10339
10343
 
10340
10344
  RouteList.member = Shapes::ShapeRef.new(shape: Route, location_name: "item")
@@ -137,6 +137,11 @@ module Aws::EC2
137
137
  data[:vpc_peering_connection_id]
138
138
  end
139
139
 
140
+ # @return [String]
141
+ def core_network_arn
142
+ data[:core_network_arn]
143
+ end
144
+
140
145
  # @!endgroup
141
146
 
142
147
  # @return [Client]
@@ -311,6 +316,7 @@ module Aws::EC2
311
316
  # carrier_gateway_id: "CarrierGatewayId",
312
317
  # network_interface_id: "NetworkInterfaceId",
313
318
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
319
+ # core_network_arn: "CoreNetworkArn",
314
320
  # })
315
321
  # @param [Hash] options ({})
316
322
  # @option options [String] :destination_ipv_6_cidr_block
@@ -348,6 +354,7 @@ module Aws::EC2
348
354
  # The ID of a network interface.
349
355
  # @option options [String] :vpc_peering_connection_id
350
356
  # The ID of a VPC peering connection.
357
+ # @option options [String] :core_network_arn
351
358
  # @return [EmptyStructure]
352
359
  def replace(options = {})
353
360
  options = options.merge(
@@ -237,6 +237,7 @@ module Aws::EC2
237
237
  # carrier_gateway_id: "CarrierGatewayId",
238
238
  # network_interface_id: "NetworkInterfaceId",
239
239
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
240
+ # core_network_arn: "CoreNetworkArn",
240
241
  # })
241
242
  # @param [Hash] options ({})
242
243
  # @option options [String] :destination_cidr_block
@@ -281,6 +282,7 @@ module Aws::EC2
281
282
  # The ID of a network interface.
282
283
  # @option options [String] :vpc_peering_connection_id
283
284
  # The ID of a VPC peering connection.
285
+ # @option options [String] :core_network_arn
284
286
  # @return [Route]
285
287
  def create_route(options = {})
286
288
  options = options.merge(route_table_id: @id)
@@ -9954,6 +9954,7 @@ module Aws::EC2
9954
9954
  # network_interface_id: "NetworkInterfaceId",
9955
9955
  # route_table_id: "RouteTableId", # required
9956
9956
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
9957
+ # core_network_arn: "CoreNetworkArn",
9957
9958
  # }
9958
9959
  #
9959
9960
  # @!attribute [rw] destination_cidr_block
@@ -10030,6 +10031,9 @@ module Aws::EC2
10030
10031
  # The ID of a VPC peering connection.
10031
10032
  # @return [String]
10032
10033
  #
10034
+ # @!attribute [rw] core_network_arn
10035
+ # @return [String]
10036
+ #
10033
10037
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateRouteRequest AWS API Documentation
10034
10038
  #
10035
10039
  class CreateRouteRequest < Struct.new(
@@ -10047,7 +10051,8 @@ module Aws::EC2
10047
10051
  :carrier_gateway_id,
10048
10052
  :network_interface_id,
10049
10053
  :route_table_id,
10050
- :vpc_peering_connection_id)
10054
+ :vpc_peering_connection_id,
10055
+ :core_network_arn)
10051
10056
  SENSITIVE = []
10052
10057
  include Aws::Structure
10053
10058
  end
@@ -48441,7 +48446,7 @@ module Aws::EC2
48441
48446
  # @return [Array<Types::TagSpecification>]
48442
48447
  #
48443
48448
  # @!attribute [rw] multi_region
48444
- # <para>Reserved.</para>
48449
+ # Reserved.
48445
48450
  # @return [Boolean]
48446
48451
  #
48447
48452
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionByoipCidrRequest AWS API Documentation
@@ -50034,6 +50039,7 @@ module Aws::EC2
50034
50039
  # network_interface_id: "NetworkInterfaceId",
50035
50040
  # route_table_id: "RouteTableId", # required
50036
50041
  # vpc_peering_connection_id: "VpcPeeringConnectionId",
50042
+ # core_network_arn: "CoreNetworkArn",
50037
50043
  # }
50038
50044
  #
50039
50045
  # @!attribute [rw] destination_cidr_block
@@ -50109,6 +50115,9 @@ module Aws::EC2
50109
50115
  # The ID of a VPC peering connection.
50110
50116
  # @return [String]
50111
50117
  #
50118
+ # @!attribute [rw] core_network_arn
50119
+ # @return [String]
50120
+ #
50112
50121
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReplaceRouteRequest AWS API Documentation
50113
50122
  #
50114
50123
  class ReplaceRouteRequest < Struct.new(
@@ -50127,7 +50136,8 @@ module Aws::EC2
50127
50136
  :carrier_gateway_id,
50128
50137
  :network_interface_id,
50129
50138
  :route_table_id,
50130
- :vpc_peering_connection_id)
50139
+ :vpc_peering_connection_id,
50140
+ :core_network_arn)
50131
50141
  SENSITIVE = []
50132
50142
  include Aws::Structure
50133
50143
  end
@@ -53183,6 +53193,9 @@ module Aws::EC2
53183
53193
  # The ID of a VPC peering connection.
53184
53194
  # @return [String]
53185
53195
  #
53196
+ # @!attribute [rw] core_network_arn
53197
+ # @return [String]
53198
+ #
53186
53199
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Route AWS API Documentation
53187
53200
  #
53188
53201
  class Route < Struct.new(
@@ -53200,7 +53213,8 @@ module Aws::EC2
53200
53213
  :network_interface_id,
53201
53214
  :origin,
53202
53215
  :state,
53203
- :vpc_peering_connection_id)
53216
+ :vpc_peering_connection_id,
53217
+ :core_network_arn)
53204
53218
  SENSITIVE = []
53205
53219
  include Aws::Structure
53206
53220
  end
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.278.0'
75
+ GEM_VERSION = '1.279.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.278.0
4
+ version: 1.279.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-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4